/* --------------- reset.css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-size:100%;
}
a{                                      	
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
table{						
	border-collapse:collapse; 
	border-spacing:0;
}
td, td img{
	vertical-align:top;			
} 
input, select, button, textarea{
	margin:0; 				
	font-size:100%; 			
}
input[type="text"], input[type="password"], textarea{
	padding:0; 				
}
input[type="checkbox"]{ 		
	vertical-align:bottom;
}
input[type="radio"]{
	vertical-align:text-bottom;
}
sub{
	vertical-align:sub;
	font-size:smaller;
}
sup{
	vertical-align:super;
	font-size:smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display:block;
}
nav ul{
	 list-style:none;
}
/* --------------- /reset.css --------------- */

/* --------------- main styles ---------*/
html{
	overflow-y:scroll;
}
body{
	line-height:1;
	background:#b4c158 url("../img/bg-main.png") center top;
	color:#000;
	text-align:left;
	font:14px "Trebuchet MS", "Helvetica CY", sans-serif;
}
input, select, button, textarea{
	font-family:"Trebuchet MS", "Helvetica CY", sans-serif;
}
label, input[type="button"], input[type="submit"], button{
	cursor:pointer;
}
a, a:visited{
	color:#287fc3;
	text-decoration:underline;
}
a:hover{
	color:#287fc3;
	text-decoration:none;
}
a:focus, a:active{
	color:#287fc3;
	text-decoration:underline;
}

/* --------------- /main styles ---------*/

/* --------------- header ---------*/
.bg-header{
	background:url("../img/bg-header.png") repeat-x 0 0;
}
.bg-header-inner{
	background:url("../img/bg-header-center.png") no-repeat center 0;
}
.bg-header-inner header{
	width:960px;
	height:185px;
	margin:0 auto;
	position:relative;
}
.bg-header-inner header h1{
	background:url("../img/logo-header.png") no-repeat 0 0;
	width:281px;
	height:142px;
	text-indent:-9999px;
	position:absolute;
	top:11px;
	left:193px;
	z-index:1;
}
.bg-header-inner header h1+a{
	display:block;
	width:281px;
	height:142px;
	position:absolute;
	top:11px;
	left:193px;
	z-index:2;
}
.bg-header-inner header p{
	color:#2e2e2e;
	text-shadow:#ccff1d 0 1px 0;
	width:335px;
	position:absolute;
	top:37px;
	left:540px;
}
.bg-header-inner header ul{
	list-style:none;
	overflow:hidden;
	position:absolute;
	top:89px;
	left:594px;
}
.bg-header-inner header ul li{
	float:left;
	margin-right:2px;
}
.bg-header-inner header ul li input[type=text]{
	background:#fff;
	border:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	outline:none;
	font-size:14px;
	color:#000;
	line-height:14px;
	width:198px;
	height:14px;
	padding:7px;
}
.bg-header-inner header ul li input[type=submit]{
	background:url("../img/btn-bg-search.png") no-repeat 0 0;
	border:none;
	width:63px;
	height:27px;
	font-size:14px;
	color:#fff;
	text-shadow:#6c0101 0 1px 0;
}
.bg-header-inner header div{
	color:#000;
	line-height:16px;
	text-shadow:#ccff1d 0 1px 0;
	position:absolute;
	top:125px;
	left:617px;
}
.bg-header-inner header div a{
	display:block;
	color:#353535;
	text-decoration:none;
	width:120px;
	margin-right:20px;
	float:left;
}
.bg-header-inner header div a:hover{
	text-decoration:underline;
}
/* --------------- /header ---------*/

/* --------------- content ---------*/
.content{
	width:960px;
	margin:-34px auto 0;
}
/* --------------- /content ---------*/

/* --------------- title ---------*/
.title{
	background:url("../img/bg-title.png") no-repeat 0 0;
	font-size:21px;
	font-weight:normal;
	color:#fff;
	text-shadow:#6c0101 0 1px 0;
	text-indent:57px;
	line-height:50px;
	width:971px;
	height:41px;
	overflow:hidden;
	margin-left:-6px;
	position:relative;
	z-index:3;
}
/* --------------- /title ---------*/

/* --------------- thumbs ---------*/
.th{
	list-style:none;
	background:#a3b049;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.51);
    -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.51);
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.51);
    overflow:hidden;
    margin-bottom:11px;
    padding:6px 0 2px 10px;
}
.th li{
	background:url("../img/bg-th.png") no-repeat center bottom;
	margin:9px 5px 0 0;
	padding-bottom:8px;
	float:left;
}
.th li a{
	display:block;
}
.th li a img{
	display:block;
	border:2px solid #9ca846;
	width:180px;
	height:240px;
}
.th li a:hover img{
	border-color:#9f0a0a;
}
/* --------------- /thumbs ---------*/

/* ------- extra positioning --------  */
.th h4 { text-align:center; font-size: 14px; font-weight: bold; color: #000000; background-color: #CCCCCC; display: block; padding: 2px; margin-bottom: 5px; padding-left: 7px; }
.th h3 {font-size: 28px; font-weight: bold; text-transform: capitalize;}
.th h2 {font-size: 22px; font-weight: bold; text-transform: capitalize;}
.th h4 a {color: #ffffff;}
.th li a img.small{
	display:block;
	width:120px;
	height:180px;
}
.th li a img.small2{
	display:block;
	width:120px;
	height:160px;
}
.th li a img.small3{
	display:block;
	width:100px;
	height:80px;
}
.left {
	float:left;
}
.left a {
	text-decoration: none;
	text-shadow:#6b761f 0 1px 0;
	color:#fff;
}
.w180 {
	width: 180px;
}
.w130 {
	width: 130px;
}
.w580 {
	width: 580px;
}
.w570 {
	width: 570px;
}
.w545 {
	width: 545px;
}
.w670 {
	width: 670px;
}
.w760 {
	width: 760px;
}
.opx {
	margin: 0px auto;
}
/* ------- /extra positioning --------  */

/* --------------- archive ---------*/
.archive{
	background:#a3b049;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.51);
    -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.51);
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.51);
    padding:10px 0;
}
.archive tr td:first-child{
	/*background:url("../img/bd-archive.png") repeat-y right 0;*/
}
.archive tr td{
	padding:0 13px;
}
.archive tr td a{
	display:block;
	background:url("../img/icon-archive.png") no-repeat 0 center;
	color:#fff;
	text-shadow:#6b761f 0 1px 0;
	text-decoration:none;
	line-height:21px;
	padding-left:18px;
}
.archive tr td a:hover{
	color:#900000;
	text-decoration:underline;
	text-shadow:none;
}
/* --------------- /archive ---------*/

/* --------------- lists ---------*/
.lists{
	width:840px;
	margin:38px auto 0;
	overflow:hidden;
}
.lists ul{
	list-style:none;
	width:200px;
	margin:0 5px;
	float:left;
}
.lists ul li{
	font-size:13px;
	line-height:19px;
	margin-bottom:2px;
	padding: 1px 0;
}
.lists ul li a{
	display:block;
	color:#fff;
	text-decoration:none;
}
.lists ul li span{
	display: block;
	float: left;
	background:#869235;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	color:#fff;
	padding:0 2px;
	margin-right:10px;
}
.lists ul li a:hover{
	color:#c62a2a;
}
.lists ul li a:hover span{
	color:#fff;
}
/* --------------- /lists ---------*/

/* --------------- footer ---------*/
.bg-footer{
	background:url("../img/bg-footer.png") repeat-x 0 bottom;
	margin-top:;
}
.bg-footer-inner{
	background:url("../img/bg-footer-center.png") no-repeat center bottom;
}
.bg-footer-inner footer{
	width:960px;
	height:163px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.bg-footer-inner footer h3{
	background:url("../img/logo-footer.png") no-repeat 0 0;
	width:197px;
	height:100px;
	text-indent:-9999px;
	position:absolute;
	top:40px;
	left:515px;
}
.bg-footer-inner footer h3+a{
	display:block;
	width:197px;
	height:100px;
	position:absolute;
	top:40px;
	left:515px;
}
.bg-footer-inner footer p{
	font-size:12px;
	color:#121212;
	line-height:14px;
	text-align:right;
	width:474px;
	margin-top:60px;
}
.bg-footer-inner footer p span{
	color:#a60000;
}
.bg-footer-inner footer p a{
	color:#a60000;
	text-decoration:none;
}
.bg-footer-inner footer p a:hover{
	text-decoration:underline;
}
/* --------------- /footer ---------*/
