@charset "utf-8";
/* CSS Document */
html, body { background-color:#000; }
.clear { clear:both; }

#container {
	width:1000px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5a646e;
}

#header { width:365px; height:155px; padding:25px 20px 0 615px; background:url(../img/bg-header.jpg) left top no-repeat; }
#header p { text-align:center; }

#content { padding-top:3px; }

.padder { float:left; padding:4px 0 0 4px; }
.padderSm { float:left; padding:1px 0 0 1px; }

.bigBlock { width:985px; padding:10px 0px 0 15px; background:url(../img/bg-bigBlock.jpg) left top no-repeat; }
.bigBlock.short { background:url(../img/bg-bigBlock-short.jpg) left top no-repeat; }
.bigBlock .longThumb { width:270px; height:132px; border:1px solid #4a4a4a; background-color:#000; }
.bigBlock .shortThumb { position:relative; width:132px; height:132px; border:1px solid #4a4a4a; background-color:#000; }
.bigBlock .title { padding:0 0 8px 4px; }
.bigBlock .column { float:left; width:25%; }
.bigBlock .column a { font-size:12px; text-decoration:none; color:#87b0d9; }
.bigBlock .column a:hover { text-decoration:underline; }
.bigBlock .column ul li { margin:5px 0; padding-left:15px; }

.bookmarks {
	position:absolute;
	bottom:10px;
	left:9px;
	top: 161px;
}

.title { display:block; float:left; padding-right:12px !important; background:url(../img/ico-rarr.gif) right 6px no-repeat; font-size:16px; font-weight:bold; font-style:italic; color:#aaafb4; }
.title b { color:#0094ff; }

#wrapper { width:1000px; padding-top:15px; }

#subcontent { float:left; width:760px; padding-top:6px; }

.tripple { padding-left:17px; }

.smBlock { width:743px; padding:10px 0 0 17px; background:url(../img/bg-smBlock.jpg) left top no-repeat; }
.smBlock .longThumb { width:240px; height:116px; border:1px solid #4a4a4a; background-color:#000; }
.smBlock .shortThumb { position:relative; width:116px; height:116px; border:1px solid #4a4a4a; background-color:#000; }

.mediumThumb { width:239px; height:128px; border:1px solid #4a4a4a; background-color:#000; }
.thumbText { width:50px; padding:0 10px; }

#tabs { float:left; width:220px; }

.tabTitle { width:220px; height:33px; margin-top:10px; padding-top:5px; background:url(../img/bg-tabTitle.gif) left top no-repeat; font-size:18px; font-style:italic; text-align:center; text-transform:uppercase; color:#aaafb4; }
.tabTitle b { color:#fff; }

#tabs .tab ul li { display:block; width:210px; height:22px; padding:4px 0 0 10px; background:url(../img/bg-tabMenuLi.gif) left top no-repeat; }
#tabs .tab ul li a { font-size:12px; text-decoration:none; color:#87b0d9; }
#tabs .tab ul li a:hover { text-decoration:underline; }

#tabs .tab .thumb { width:208px; height:278px; margin:0 auto; border:1px solid #4a4a4a; background-color:#000; }

p.cnt { display:block; padding:5px 0; text-align:center; }
a.bt-grey { display:block; width:60px; height:20px; margin:0 auto; padding:3px 0 0 6px; background:url(../img/bt-grey.gif) left top no-repeat; font-size:10px; text-decoration:none; color:#5a646e; }
a.bt-grey:hover { text-decoration:underline; }

#footer { padding:150px 0 20px; text-align:center; }
#footer a { color:#fff; }

