body
{
	margin:0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0;
	font-size: 0.8em;
	background:url(../images/layout/bg-body.png) left top repeat-x #000000;
	color:#e8ab55;
}
body#body-index
{
	background:#000000;
}
* {
	padding: 0;
	margin: 0;
	border: 0px none;
}
.invisible {
     position:absolute;
     top:-2000px;
     left:0;
     width:1px;
     height:1px;
     overflow:hidden;
}
br.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
p {
	line-height:1.5em;
	padding:0.6em 0em;
}

#page {
	width:986px;
	margin:0px auto;
	text-align:left;
}

/*Header*/
#header {
	height:118px;
	position:relative;
}
/*Logo*/
#logo-box {
	position:absolute;
	left:4px;
	top:20px;
}
a.logo{
	color:#7f0608;
	font-size:2em;
	display:block;
	cursor:pointer;
	text-decoration:none;
	position:relative;
	overflow:hidden;
	width:980px;
	height:70px;
	text-align:left;
}
a.logo span{
	display:block;
    position:absolute; left:0; top:0; z-index:1;
	background:url("../images/layout/logo.png") top left no-repeat;
	width:980px;
	height:70px;
}
/*Logo*/
/*Header*/

/*Sub-header-index*/
#sub-header-index {
	width:986px;
	height:752px;
	overflow:hidden;
}
#sub-header-index a{
	width:986px;
	height:752px;
	display:block;
	background:url(../images/layout/bg-subheader-index.jpg) left top no-repeat;
}
/*Sub-header-index*/

/*Sub-header*/
#sub-header {
	padding-top:25px;
	text-align:center;
	height:24px;
	overflow:hidden;
}
#sub-header #main-menu{
	color:#ffffff;
}
#sub-header #main-menu li{
	list-style-type:none;
	display:inline;
	border-right:1px solid #e8ab55;
	padding:0px 10px;
	font-size:0.9em;
}
#sub-header #main-menu li.last{
	border-right:none;
}
#sub-header #main-menu li a{
	color:#e8ab55;
	text-decoration:none;
	font-weight:bold;	
}
#sub-header #main-menu li a:hover, #sub-header #main-menu li a.act{
	color:#ffffff;
}
/*Sub-header*/

.enter-boxik {
	text-align:center;
	width:275px;
	padding-left:320px;
	font-weight:bold;
	padding-bottom:40px;
}
.enter-boxik p a{
	font-size:1.7em;
	font-weight:normal;
}

/*Content*/
#content {
	padding:20px;
	margin-top:10px;
	background:#000000;
	margin-bottom:25px;
}
#content a{
	color:#7f0608;
}
#content a:hover{
	color:#ffffff;
	text-decoration:none;
}
#content h1{
	font-size:2.3em;
	padding:0.8em 0em 0.5em 0em;
	color:#7f0608;
	line-height:1.4em;
	font-weight:normal;
}
#content h2{
	font-size:1.6em;
	padding:0.8em 0em 0.5em 0em;
	font-weight:normal;
	color:#7f0608;
}
#content h3{
	font-size:1.4em;
	padding:0.8em 0em 0.5em 0em;
	color:#7f0608;
	font-weight:normal;
}
/*boxik*/
.boxik {
	width:415px;
	margin-right:30px;
	float:left;
	margin-bottom:50px;
}
.pravy {
	margin-right:0px;
}
/*boxik*/
/*divka*/
.girls-wrapper {
	overflow:hidden;
	padding-bottom:40px;
	padding-top:20px;
}
.boxik-divka {
	text-align:center;
	margin:0px 4px 0px 4px;
	width:181px;
	float:left;
}
#content .boxik-divka h2{
	padding:0em;
}
#content .boxik-divka img{
	border: 3px solid #7f0608;
}
/*divka*/

/*divka-detail*/
#divka-detail-left {
	width:475px;
	float:left;
}
#divka-detail-right {
	margin-left:565px;
}
#divka-detail-right img{
	margin:6px 3px 6px 2px;
	border: 3px solid #7f0608;
}
/*divka-detail*/

.smaller-text {
	font-size:0.9em;
}
/*Content*/


table.normal{
	width:98%;
	border-collapse:collapse;
	margin:6px 0px;
	color:#000000;
}
table.normal tr{
	background:#da9c45;
}
table.normal tr.suda{
	background:#e0a34c;
}
table.normal tr td{
	padding:4px 10px;
	border:1px solid #eeb564;
}
#content table.normal a {
	color:#7f0608;
}
#content table.normal a:hover {
	color:#000000;
}

