@charset "utf-8";

ul,li,td{margin:0;padding:0;}
img{border:0;} 
ul{list-style:none;}
a *{cursor:pointer;}

h1 {
	display: inline;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #D9380C;
	padding: 1px 10px;
	border-radius: 7px 7px 0px 0px;
	text-shadow: 1px 1px 0px #000;
}

body {
	margin: 0px;
	background-color: #FCE8C5;
	background-image: url(bg.jpg);
	background-position: center top;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.header {
	height: 110px;
	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	position: relative;
}
.hbg {
	display: block;
	width: 100%;
	height: 110px;
	background-image: url(bbg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
.logo {
	width: 496px;
	height: 110px;
	display: inline-block;
	float: left;
}
.logo {
	width: 486px;
}
.lp2, .ll_d1, .ll_d2 {
	width: 534px;
	position: relative;
	float: left;
}
.ll_d1 {
	height: 76px;
}
.ll_d2 {
	height: 34px
}
.menu_area {
	position: absolute;
	left: 89px;
	top: 3px;
	height: auto;
	width: auto;
	padding: 0px;
	text-align: left;
}
.ttxt {
	position: absolute;
	left: 5px;
	top: 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: auto;
	text-align: left;
	padding: 2px;
	line-height: 11px;
	color: #000000;
	overflow: hidden;
	width: 396px;
	z-index: 1000;
}
.ttxt a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #64B13F;
	padding: 0px 5px;
	border-radius: 5px;
}
.ttxt a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E74E22;
}
.menu {
	text-align: center;
	display: inline-block;
	float: left;
	margin-right: 1px;
	margin-top: 6px;
}
.menu a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 3px 3px 0px;
	padding: 2px 8px;
	border: 1px solid;
	border-color: #000000;
	box-shadow: 2px 2px 0px #000;
	background-color: #D6B393;
	background-image: url(mbg.jpg);
	background-position: center top;
}
.menu a:hover {
	background-image: url(mbg2.jpg);
	border-color: #63982C;
	background-position: center top;
	color: #FFFFFF;
}
#widgets {
	position: absolute;
	top: 0px;
	width: 280px;
	height: 35px;
	text-align: center;
	left: 100px;
}

/*--------category navigation start----------*/
.nav {
	position: absolute;
	top: 7px;
	font: bold 12px Arial;
        z-index: 18777111;
	margin: 0px;
	height: 25px;
	left: 3px;
	width: auto;
}
.nav:after {
	content: '';
	display: block;
	clear: both;
}
.nav li {
	float: left;
	list-style: none;
}
.nav a {
	float: left;
	padding: 2px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #000;
	background-color: #D6B393;
	background-image: url(mbg.jpg);
	background-position: center top;
}
.nav a:hover, .nav li:hover a {
	text-decoration: none;
	border-color: #63982C;
	color: #FFFFFF;
	border-bottom-color: #63982C;
	background-image: url(mbg2.jpg);
	text-shadow: none;
	background-position: center top;
}
.nav li:hover {
	position: relative;
}
.nav .drop {
	width: 600px;
	overflow: hidden;
	position: absolute;
	top: 26px;
	left: -260px;
	display: none;
	z-index: 1000;
}
.nav li:hover .drop {
	display: block;
}
.nav .drop .holder {
	border: 1px solid;
	overflow: hidden;
	padding: 7px 0;
	background-color: #FFFFFF;
	border-color: #3D3D3D;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.nav .drop ul {
	float: left;
	width: 180px;
	padding: 0 5px 0 0;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
}
.nav .drop ul:first-child {
	padding-left: 9px;
}
.nav .drop ul li {
	float: left;
	padding: 0px;
	overflow: hidden;
	width: 100%;
}
.nav .drop ul a {
	float: left;
	background: none;
	border: 0;
	padding: 0;
	font: 11px Tahoma, Arial, Helvetica, sans-serif!important;
	color: #559131;
	height: auto !important;
	text-shadow: none;
}
.nav .drop ul a:hover {
	text-decoration: none;
	color: #999999;
}
.nav .drop ul a span {
	color: #000000;
	font-size: 12px;
}
.nav .drop ul a:hover span {
	text-decoration: underline;
	color: #D43F14;
	text-shadow: none;
}
.nav .first a:hover, .nav .first:hover a {
	position: relative;
	height: 26px;
	border-bottom: 0;
	z-index: 200;
}
/*--------category navigation end----------*/


/*--------footer start----------*/
.bg_footer {
	width: 100%;
	padding-top: 5px;
	text-align: center;
	background-image: url(bbg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin: 0px;
}

.footc {
	height: 110px;
	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	position: relative;
}

#ft_links {
	position: absolute;
	top: 9px;
	width: 215px;
	height: auto;
	left: 100px;
	z-index: 100;
}
#ft_links2 {
	position: absolute;
	top: 18px;
	width: 420px;
	height: auto;
	left: 0px;
	z-index: 100;
}

.ftxt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6D6737;
	font-weight: normal;
	text-align: center;
	line-height: 13px;
}
.ftxt2 a {
	font-size: 12px;
	color: #DE4211;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: underline;
}
.ftxt2 a:hover {
	color: #000000;
	text-decoration: underline;
}

.ftxt3 {
	position: absolute;
	top: 2px;
	width: 355px;
	text-align: left;
	height: auto;
	padding-top: 0px;
	z-index: 100;
	text-align: left;
	font-size: 13px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0px #000000;
	line-height: 12px;
	font-weight: bold;
	left: 7px;
}
#ftext {
	position: absolute;
	top: 32px;
	right: 198px;
	width: 405px;
	text-align: left;
	height: auto;
	padding-top: 0px;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	left: 5px;
}
.ftxt4 {
	text-align: left;
	font-size: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 11px;
}
.count_cont {
	position: absolute;
	top: 73px;
	width: 95px;
	height: 36px;
	z-index: 100;
	left: 28px;
}
/*--------footer end----------*/

.sort_block {
	position: absolute;
	right: 10px;
	z-index: 2;
	text-align: right;
	margin: 0px;
	top: 0px;
	width: auto;
}
.sort {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 30px;
	font-family: Tahoma, Geneva, sans-serif;
}
.sort a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	text-shadow: 1px 1px 0px #41241D;
	text-transform: uppercase;
}
.sort a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	text-shadow: none;
}

.toplistblock {
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	width: 1020px;
	text-align: center;
	letter-spacing: 0px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 11px;
	margin-left: auto;
	padding: 0px;
	background-color: #D9380C;
	border: 1px solid #D9380C;
	border-bottom: 2px solid;
}
.toplist_col {
	width: 187px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1%;
	display: inline-block;
	padding: 11px 0px;
}
.toplist_col li {
	overflow: hidden;
	text-align: left;
	letter-spacing: -1px;
	margin: 0px;
	color: #EDDDB9;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	height: 16px;
	padding: 0px;
	font-size: 12px;
	text-shadow: none;
}
.toplist_col a {
	color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	margin-left: 4px;
	padding-left: 2px;
	text-shadow: 1px 1px #333;
}
.toplist_col a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	text-shadow: none;
}
.tit2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	display: block;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -3px;
	margin-left: auto;
	white-space: nowrap;
}
.block_wrap {
	text-align: center;
	display: table;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	padding: 0px;
	max-width: 1020px;
	clear: both;
	width: 100%;
	min-width: 1020px;
}
.arc_block {
	text-align: center;
	display: table;
	width: 100%;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 0px;
}
.titblock {
	background: url(bgt.jpg) top no-repeat;
	margin: 0px;
	padding: 0px;
	position: relative;
	display: inline-block;
	height: 30px;
	max-width: 1020px;
	width: 100%;
	border-radius: 11px 11px 0px 0px;
	border-bottom: 1px solid;
	border-bottom-color: #67382D;
}
.titblock h3 {
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 7px;
	top: 9px;
	margin: 0px;
	width: auto;
	text-transform: uppercase;
	background-color: #EA4807;
	padding: 0px 6px;
	border-radius: 5px 5px 0px 0px;
	text-shadow: 1px 1px 0px #000;
}
.titblock h2 {
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 7px;
	top: 9px;
	margin: 0px;
	width: auto;
	text-transform: uppercase;
	background-color: #EA4807;
	padding: 0px 6px;
	border-radius: 5px 5px 0px 0px;
	text-shadow: 1px 1px 0px #000;
}
.titblock h1 {
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 7px;
	top: 9px;
	margin: 0px;
	width: auto;
	text-transform: uppercase;
	background-color: #EA4807;
	padding: 0px 6px;
	border-radius: 5px 5px 0px 0px;
	text-shadow: 1px 1px 0px #000;
}
.foot_border {
	width: 100%;
	height: 30px;
	margin: 0px;
	background: url(bgt.jpg) no-repeat top;
	clear: both;
	max-width: 1020px;
	border-radius: 0px 0px 13px 13px;
}
.book a {
	float: left;
	color: #FFFFFF;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-left: 15px;
	margin-top: 3px;
	text-shadow: 1px 1px 0px #333;
}
.book a:hover {
	color: #FFFFFF;
	font-size: 16px;
	text-shadow: 1px 1px 0px #000;
	text-decoration: underline;
}
.cat_block {
	width: 100%;
	text-align: center;
	padding: 0px;
	text-shadow: 1px 1px #000;
	margin: 0px;
	font-size: 11px;
	background-color: #FFFFFF;
}
.cat_col {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width: 197px;
	overflow: hidden;
	font-weight: bold;
	text-align: left;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
}
.cat_col li {
	overflow: hidden;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #5E9F27;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	white-space: nowrap;
	margin-left: -5px;
	text-shadow: none;
}
.cat_col a {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	margin-left: 0px;
	padding-left: 14px;
}
.cat_col a:hover {
	color: #D9380C;
	text-decoration: underline;
}
/*--------thmb start----------*/
.thmb2 {
	border-radius: 5px;
	width: 242px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	display: -moz-inline-stack;
	display: inline-block;
	position: relative;
	overflow: hidden;
	background-color: #484A49;
	height: 197px;
	margin: 1px 1px;
	padding: 3px;
	border: 1px solid #333333;
	background-image: url(tmbg.jpg);
	background-position: center top;
}
.thmb2:hover {
	background-color: #FFFFFF;
	border: 1px solid #DB423D;
	border-color: #DB423D;
	color: #AF0800;
	background-image: url(tmbg2.jpg);
}
.thmb2 img {
	border: 1px solid;
	height: 180px;
	border-color: #000000;
	margin: 0px;
	margin-left: 1px;
}
.thmb2 img:hover {
	opacity: 0.8;
}
.thmb2 a {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0px;
	padding-bottom: 3px;
}
.thmb2 a:hover {
	color: #FF9900;
	text-decoration: none;
}
.time {
	POSITION: absolute;
	WIDTH: auto;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #F1CE7A;
	FONT-SIZE: 12px;
	FONT-WEIGHT: normal;
	-moz-opacity: 0.7;
	padding: 1px 4px;
	margin: 0px;
	top: 167px;
	background-color: #2D2C28;
	left: 5px;
	border-radius: 0px 5px 0px 0px;
}
.dur {
	POSITION: absolute;
	WIDTH: auto;
	FONT-FAMILY: Tahoma, Geneva, sans-serif;
	COLOR: #FFE6C1;
	FONT-SIZE: 14px;
	FONT-WEIGHT: normal;
	-moz-opacity: 0.8;
	padding: 0px 4px;
	margin: 0px;
	top: 166px;
	background-color: #000;
	opacity: 0.9;
	border-radius: 5px 5px 0px 0px;
	left: 4px;
}
.thmb2:hover b {
	color: #FFFFFF;
	text-shadow: none;
}
.thmb2 b {
	color: #000000;
	font-size: 11px;
	position: absolute;
	left: 3px;
	top: 186px;
	width: 240px;
	text-align: center;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	line-height: 14px;
	overflow: hidden;
	text-shadow: none;
}
/*--------thmb end----------*/

/*--------category thmb start----------*/
.thmb {
	width: 244px;
	font-family: Arial, Helvetica, sans-serif;
	display: -moz-inline-stack;
	display: inline-block;
	position: relative;
	overflow: hidden;
	background-color: #666666;
	height: auto;
	margin: 1px;
	padding: 2px;
	border: 1px solid #333333
	;
	border-color: #333333;
	border-radius: 5px;
	background-image: url(tmbg.jpg);
	background-position: center top;
}
.thmb:hover {
	background-color: #FF5C60;
	border-color: #9D3732;
	color: #FFFFFF;
	border: 1px solid #DB423D;
	background-image: url(tmbg2.jpg);
	 
}
.thmb img {
	width: 240px;
	height: 180px;
	margin: 1px 0px 1px 0px;
}

.thmb a {
	font-size: 16px;
	font-weight: normal;
	color: #5AA33A;
	text-decoration: none;
	padding-bottom: 3px;
	width: 245px;
	overflow: hidden;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 16px;
}
.thmb a:hover {
	color: #E9CFAC;
	text-decoration: none;
}
.thmb a b {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	line-height: 16px;
	text-shadow: none;
	text-transform: uppercase;
}
.thmb a:hover b {
	color: #FFFFFF;
	text-shadow: none;
}
/*--------category thmb end----------*/


/*--------archive pages start----------*/
ul.pages {
	overflow: hidden;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	color: #000000;
	font-size: 14px;
	padding: 7px 0px;
	font-weight: bold;
}
.pages li {
	display: inline;
	padding: 0;
	color: #999;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.pages li a {
	color: #FFFFFF;
	display: inline;
	font-size: 28px;
	text-decoration: none;
	background-color: #D9380C;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #333;
	margin-right: 0px;
	margin-left: 0px;
	border-color: #8F3334;
	padding: 1px 10px;
	background-position: center top;
	text-shadow: 1px 2px 0px #000;
}
.pages li a:hover {
	background-color: #6CAB38;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #556B2B;
	border-color: #556B2B;
	background-position: center top;
	box-shadow: 1px 1px 0px #333;
}
.pages .empty {
	color: #77614F;
	display: inline;
	font-size: 28px;
	text-decoration: none;
	background-color: #C89F83;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right: 0px;
	margin-left: 1px;
	padding: 1px 10px;
}
/*--------archive pages end----------*/
}
.cat_col {
vertical-align: top;
}