@charset "UTF-8";
/* babooshnik styles */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: #403673 url(img/babooshnik_bgtile.jpg) repeat top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-spacing: 14pt;
}
img {
	border: 0;
	margin: 0;
}
a {
	color: #524d85;
	border: 0;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px dotted;
}
#header a:hover, #homeboxes a:hover {
	border-bottom: 0;
}
a:link:active, a:visited:active {
	border: 0;
}
#container {	
	height: 100%;
}
#inner {
	width: 766px;
	margin: 0 auto;
	height: 100%;
}
/* HEADER */
#header {
	width: 766px;
	height: 143px;
}
.navitem {
	position: relative;
	float: left;
}
/* CONTENT */
#content {
	background: #fff url(img/tile_content_bg.gif) repeat-y;
	padding: 10px 35px 10px 30px;
}
#content p {
	margin-top: 5px;
}
#homeboxes {
	height: 400px;
}
.homebox {
	position: relative;
	display: inline;
	float: left;
	height: 400px;
	width: 258px;
	text-align: center;
}
.homebox2 {
	position: relative;
	float: left;
	display: inline;
	text-align: center;
	width: 184px;
	height: 400px;
	margin: 0 auto;
}
.homebox3 {
	position: relative;
	display: inline;
	float: right;
	height: 400px;
	width: 258px;
	text-align: center;
}
.hdr_green {
	width: 124px;
	height: 24px;
	margin: 0 auto;
	padding-top: 3px;
	background: url(img/hdr_green_bg.gif) no-repeat;
	text-align: center;
	color: #524d85;
	font-weight: bold;
}
.pyellow {
	background-color: #e3e873;
	padding: 20px;
}
/* GAME PAGES */
.boxshot {
	margin: 0 15px 0 0;
}
.boxshot2 {
	margin: 0 0 0 20px;
}
.ptop {
}
.smtxt {
	font-size: 8pt;
	font-weight: bold;
	color: #524d85;
}
.smtxt a {
	color:#3399FF;
}
/* PRESS */

/* FOOTER */
#footer {
	background: url(img/footer_bg_trans.gif) top left no-repeat;
	width: 766px;
	height: 119px;
}
#footer_text {
	position: relative;
	top: 90px;
	right: 25px;
	color: #e3e873;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 16pt; 
	text-align: right;
}
#footer_text a {
	color: #e3e873;
}
