* {margin: 0; padding: 0;}

body {
	font: 12px Tahoma, Verdana, sans-serif;
	color: #B9C4AF;
	background: #393939 url(images/bg.jpg) center;
	text-align: center;
}

a:link, a:visited, a:active, a:hover {color: #FFBF00; text-decoration: underline;}
a:hover { color: #f1170e; text-decoration: none;}

img {border: none;}
select, input{vertical-align: middle;}
ul li{list-style: none;}
.clear{ clear: both;}

#wrapper {
	width: 100%;
	min-width: 1000px;
	text-align: left;
}
#wrapper .wpadd{ padding: 0 20px; }
#wrapper .bords1{ background: #3E3E3E url(images/wbord.gif) repeat-y left; }
#wrapper .bords2{ background: url(images/wbord.gif) repeat-y right; }

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 150px;
	background: #FFE680;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 220px 0 0;
}
.content .cpadd{ padding: 0 5px 0 10px; }

.thumbs{ width: 100%; text-align: center; padding: 10px 0 0; background: #313131; font-size:16px; font-weight:bold; }
.thumbs .ti320x240{ width: 322px; display: -moz-inline-stack ; vertical-align: top; display: inline-block; zoom: 1; *display: inline; position: relative; z-index:99; *margin: 0 2px 0 1px; padding: 0 0 10px; }
.thumbs .ti240x180{ width: 242px; display: -moz-inline-stack ; vertical-align: top; display: inline-block; zoom: 1; *display: inline; position: relative; z-index:99; *margin: 0 2px 0 1px; padding: 0 0 10px; }
.thumbs span, .thumbs img{ display: block; }
.thumbs a img { border: #990000 1px solid; }
.thumbs a:hover img { border: #CC0000 1px solid; }
.thumbs .pleft{ float: left; width: 45%; text-align: left; padding: 0 0 0 4%; }
.thumbs .pright{ float: right; width: 45%; text-align: right; padding: 0 4% 0 0; }
.thumbs p{ font-size: 11px; }

.pagination{ width: 100%; font-weight: 700; text-align: center; padding: 5px 0;}
.pagination li{ width: 25px; line-height: 22px; display: -moz-inline-stack ; vertical-align: top; display: inline-block; zoom: 1; *display: inline; position: relative; z-index:99; margin: 1px 0; *margin: 1px 2px; }
.pagination li a:link, .pagination li a:visited, .pagination li a:active, .pagination li a:hover {color: #fff; text-decoration: none; background: #323232; border: 1px solid #CC9900; display: block; }
.pagination li a:hover { background: #B88A00;}

.tbook{ width: 100%; background: url(images/btitle_bg.gif) repeat-x top; }
.tbook .tbpadd{ width: 100%; background: url(images/book_04.jpg) no-repeat right top; }

.title{ text-align: center; }

.wide_block{ width: 100%; clear: both; }
.wide_block .wbpadd{ padding: 10px; }

.top_list{ width: 940px; margin: 0 auto; text-align: center; background: #353535 url(images/top.jpg) no-repeat right top; padding: 60px 0 0; font-size: 18px;}
.top_list ul{ width: 32%; text-align: left; display: -moz-inline-stack ; vertical-align: top; display: inline-block; zoom: 1; *display: inline; position: relative; z-index:99; *margin: 0 2px 0 1px; }
.top_list ul li{ background: url(images/s4.jpg) no-repeat 10px 5px; padding: 0 0 0 30px; }
.top_list_book{ width: 940px; margin: 0 auto; }
/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-right: -3px;
	width: 218px;
	margin-left: -218px;
	position: relative;
	font-size:16px;
}
.sr .spadd{ padding: 0 10px 0 5px; }
.sr .sbg{ background: #242424; width: 100%; }
.sr ul { width: 100%; padding: 0 0 10px; }
.sr ul li{ padding: 0 0 0 25px; background: url(images/s1.jpg) no-repeat 10px 4px; }
.sr ul a:link, .sr ul a:visited, .sr ul a:active, .sr ul a:hover {color: #FFBF00; text-decoration: none;}
.sr ul a:hover { text-decoration: underline;}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 216px;
	overflow: hidden;
}
#footer .fpadd{ padding: 0 4px; }
#footer .fbg{ background: #545454 url(images/footer_bg.jpg) no-repeat center bottom; height: 216px; }
#footer .footer{ width: 940px; margin: 0 auto; height: 216px; }
.footer .fleft{ float: left; }
.footer .fleft .fimg_padd{ padding: 165px 0 0 110px; }
.footer .fright{ width: 335px; float: right; color: #333; font-size: 10px; text-align: center; } 
.footer .fta{ padding: 140px 80px 0 20px; }
.footer .fta span{ color: #FFBF00; font-weight: 700; }

.ch2 {position:absolute; left:-200px; top:-100px; width:10px; height:10px;}

* html #wrapper,
* html #footer {
	width: expression((documentElement.clientWidth||document.body.clientWidth)<1000?'1000px':'');
}