@CHARSET "UTF-8";

a{
	color: #b06c6b;
}
a:hover{
	color: #fff;
}

body{
	font-family: Tahoma, Verdana, Arial;
	color: #fff;
	padding: 0;
	margin: 0;
	background: url('/images/bg.png') top center;
}

img{
	border: 0;
}

body.intro{
	font-family: Verdana, Tahoma, Arial;
	background-color: #000;
	background-image: url('/images/intro.jpg');
	background-position: 50% 80px;
	background-repeat: no-repeat;
}
.intro div.lang{
	margin-top: 50px;
	margin-left: 100px;
}		
.intro div.lang a{
	font-size: 24px;
	font-weight: normal;
	color: #777;
	text-decoration: none;
}

.intro img{
	margin-top: 75px;
	margin-left: 80px;
}

table.cage{
	width: 670px;
	text-align: left;
}

table.cage td.title{
	height: 261px;/*250*/
	width: 670px;/*926 670px;*/
	background: url('/images/top-logo.png') bottom center no-repeat;
}
table.cage td.title img{
	float: right;
	margin: 24px 44px 0px 0px;
}
table.cage td.title a{
	float: left;
	height: 100px;
	width: 110px;
}

table.cage td.en_ru{
	height: 19px;/*20*/
	text-align: center;
	background: url('/images/top-en_ru.png');
	vertical-align: middle;
}
table.cage td.en_ru a{
	text-decoration: none;
	color: #999;
}

table.cage td.menu{
	width: 478px;
	background-color: #222;
	border-bottom: 1px solid black;
}
table.cage td.menu table td{
	text-align: center;
	background: url('/images/top-menuitem.png');
	width: 93px;
}
table.cage td.menu table td.active{
	background: url('/images/top-menuactive.png');
}
table.cage td.menu table td.delimiter{
	background: url('/images/top-menudelimiter.png');
	width: 3px;
}
table.cage td.menu table td a{
	text-decoration: none;
	color: #fff;
}
table.cage td.shortcuts{
	width: 172px;/*170*/
	padding-top: 10px; /*40px;*/
	text-align: /*center*/;
	vertical-align: top;
	background: #0d0d0d url('/images/left-preview.png') no-repeat;
}
table.cage td.shortcuts a{
	text-decoration: none;
	color: #fff;
	font-size: 11px;/*12px*/
}
/*TODO: IE preview margins*/
table.cage td.shortcuts div.preview{
	text-decoration: none;
	margin: 0px 11px 10px 9px;
	padding-bottom: 10px;
	background-color: #200c07; /*320b01;*/
}
table.cage td.shortcuts div.preview img{
	padding: 10px;
}
table.cage td.shortcuts div.preview div.caption{
	padding-left: 10px;
}

table.cage td.content{
	width: 478px;
	background-color: #330b01;
	border-right: 20px solid #0d0d0d;
	height: 589px;
	font-size: 13px;
}
table.cage td.content div.mainhtml p{
	text-align: justify;	
}

/* imglistitem */
table.cage td.content div.imglistitem{
	float: left;
	padding: 0;
	margin-bottom: 10px;
	text-align: right;
}
table.cage td.content div.imglistitem div{
	text-align: center;
}
table.cage td.content div.imglistitem div.cover{
	padding: 0;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	border: 0;
}
table.cage td.content div.imglistitem div.cover img{
	padding: 0;
	margin: 0;
	border: 1px solid #bbb;
}
table.cage td.content div.imgleft{
	border: 1px solid #bbb;
	margin: 5px 20px 0px 0px;
}
table.cage td.content div.caption{
	padding: 4px 5px 6px 5px;
	font-size: 11px;
	text-align: left;
}
/* ^imglistitem */
table.cage td.content div{
	padding: 10px 20px 10px 20px;
}
table.cage td.content a.list{
	margin-top: 5px;
	text-decoration: none;
}
a.list{
	float: left;
}

table.cage td.content a:hover.list, a:hover.more{
	text-decoration: underline;
}

table.cage td.content div p{
	padding: 0;
	text-align: left;
	margin: 0 0 5px 0;
}
table.cage td.content div p:FIRST-LETTER{
	padding-left: 15px;
}
table.cage td.content div p.imgdetails:FIRST-LETTER{
	padding-left: 0px;
}

table.cage td.content div img{
	padding:  4px 20px 5px 0px;
}
table.cage td.content div address{
	font-style: normal;	
}
table.cage td.content div address p:FIRST-LETTER{
	padding-left: 0px;
}
table.cage td.content div fieldset p:FIRST-LETTER{
	padding-left: 0px;
}
table.cage td.content input[type='submit']{
	color: #fca;
	background-color: #330b01;
	border: 1px dotted #fca;
}

td.bottom-credits{
	font-size: 12px;
	height: 70px;
	text-align: left;
	background: url('/images/bottom-credits.png') right center no-repeat;
}

td.bottom-credits a{
	color: #fff;
	text-decoration: none;
}
td.bottom-credits a:hover{
	color: #b06c6b;
	text-decoration: underline;
}

td.bottom-credits address{
	font-style: normal;
	font-family: Tahoma;
	text-align: left;
}
td.bottom-credits address.address{
	text-align: center;
	margin-left: 20px;
	margin-top: 10px;
	color: #999;
}
td.bottom-credits address.address a{
	color: #999;
	text-decoration: none;
}
td.bottom-credits address.address a:hover{
	text-decoration: underline;
}

td.bottom-credits address.copyright{
	color: #999;
	width: 650px;
	text-align: right;
	margin-top: 6px;
}
/*
td.bottom-credits address.copyright a{
	text-decoration: none;
}
td.bottom-credits address.copyright a:hover{
	text-decoration: underline;
}
*/
td.bottom-bg{
	text-align: right;
}
