.topbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 25px;
	background: url(/images/bg-title.png) 0% 0%;
}
html{
	min-height:100%;
	background-color: #edeed5;
	background: url(/images/bg-inter.png);
	min-width:1000px;
}
body{
	margin:0;
	color:#000;
	font:bold 12px Tahoma, Arial, Helvetica, sans-serif;
	min-height:100%;
	position:relative;
	min-width:1000px;
}
img{
	border-style:none;
	vertical-align:top;
}
a{
	text-decoration:none;
	color:#776d57;
	
}
a:hover{ text-decoration: none; color: #fff;}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
.w1{
	width:100%;
	overflow:hidden;
	background:url(/images/bg-w1.png) repeat-x 100% 100%;
	min-width:1000px;
	position:relative;
	height:100%;
}
.wrapper{
	width:100%;
	margin:0 auto;
}
.header{
	width:100%;
	height: 105px;
	position:relative;
	z-index:100;
	padding: 0px;
	background:url(/images/bg-header.png) repeat-x 0% 100%;
}
.header:after{
	content:'';
	display:block;
	clear:both;
}
.logo{
	width:260px;
	height:48px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	position:absolute;
	top:24px;
	left:18px;
	background:url(/images/logo.png) no-repeat 0% 0%;
}
.logo a{
	display:block;
	height:100%;
	position:relative;
}
.list-box{
	position:absolute;
	top:6px;
	right:195px;
	background: url(/images/bg-inter.png);
	padding-top: 5px;
	padding-bottom: 2px;
}
.list-box .list{
	float:right;
	width:111px;
	margin-left: 5px;
	overflow:hidden;
	font:bold 12px/13px Tahoma, Arial, Helvetica, sans-serif;
}
.list-box .list li{
	float:left;
	width:500px;
	overflow:hidden;
	padding-bottom:4px;
}
.list-box .list a{
	font-size: 11px;
	font-family: "Century Gothic", "Tahoma", "Arial";
	text-transform: none;
	letter-spacing: -1px;
	float:left;
	padding-left:14px;
	color:#7c7c7c;
	background:url(/images/bullet01.png) no-repeat 0 50%;
}
.list-box .list a:hover{
	color:#fff;
	background:url(/images/bullet02.png) no-repeat 0 50%;
}
.nav{
	position: absolute;
	top: 71px;
	height:32px;
	z-index: 65535;
}

.nav li.home {
	width: 32px;
	height: 32px;
	background: url(/images/home-ico.png) no-repeat 50% 50%;
}

.nav li.home a {
	display: block;
	width: 32px;
	height: 32px;
}

.nav li.home:hover {
	background: url(/images/home-ico-hover.png) no-repeat 50% 50%;
}


.nav:after{
	content:'';
	display:block;
	clear:both;
}
.nav li{
	float:left;
	width:108px;
}
.nav li:hover{
	position:relative;
}
.nav .link{
	float:left;
	width:110px;
	height:32px;
	overflow:hidden;
	text-align:center;
	background:url(/images/bg-nav.png) no-repeat;
	font:bold 14px/20px Century Gothic, Century, Tahoma, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	color:#545454;
	padding-top: 7px; 
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.nav .link:hover,
.nav .active.link,
.nav li:hover .link{
	background:url(/images/bg-nav-hover.png) no-repeat;
	text-decoration:none;
	color:#9a0d0d;
}
.drop{
	position:absolute;
	width:469px;
	height: 570px;
	border:1px solid #000;
	overflow-x: hidden;
	overflow-y: scroll;
	top:32px;
	left:0px;
	display:none;
	z-index: auto;
}
.nav li:hover .drop{
	display:block;
}
.drop .holder{
	width:469px;
	overflow-x: hidden;
	overflow-y: scroll;
	background:url(/images/bg-drop.png);
	padding:15px 0 25px 12px;
	z-index: auto;
}
.drop ul{
	float:left;
	width:135px;
	overflow:hidden;
	font:bold 12px/22px Arial, Helvetica, sans-serif;
	margin-right:15px;
}
.drop ul li{
	float:left;
	width:100%;
	overflow:hidden;
	padding-bottom:1px;
}
.drop ul a{
	display:block;
	width:110px;
	height:23px;
	padding-left:25px;
	color:#000;
}
.drop ul a:hover{
	text-decoration:none;
	background:url(/images/bg-drop-hover.png) no-repeat;
}
.form-search{
	width:190px;
	height:56px;
	background:url(/images/searchbar.png) no-repeat;
	overflow:hidden;
	position:absolute;
	top:55px;
	right: 0px;
	padding: 0px 0 0 0px;
}
.form-search label{
	float:left;
	width:59px;
	overflow:hidden;
	font:bold 12px/14px Arial, Helvetica, sans-serif;
	color:#142c00;
	padding:3px 0;
	visibility: hidden;
}
.form-search .text{
	float:left;
	font: 13px/13px Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color:#fff;
	width:130px;
	height:13px;
	padding:3px 4px;
	background:none;
	border:0;
	margin:0;
	overflow:hidden;
	outline:none;
	position: absolute;
	top: 8px;
	left: 4px;

}
.form-search .btn{
	display: block;
	position:absolute;
	width:36px;
	height: 36px;
	overflow:hidden;
	cursor:pointer;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	background:none;
	border:0;
	padding:0;
	margin: 0 0 0;
	top: 0px;
	left: 147px;
}
.main{
	width:100%;
	overflow:hidden;
}
.twocolumns{
	width:100%;
	overflow:hidden;
	margin-top:4px;
	background:url(/images/bg-twcol.gif) repeat-y -1px 0;
}
.paging-holder{
	width:100%;
	overflow:hidden;
	margin-top:0px;
	height: 25px;
	background:url(/images/bg-title.png);
}
.paging{
	float:left;
	width:540px;
	height:22px;
	overflow:hidden;
	color:#fff;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font:bold 11px/25px Century Gothic, Arial, Helvetica, sans-serif;
}
.paging strong{
	float:left;
	margin:0;
	font:bold 12px/25px Century Gothic, Arial, Helvetica, sans-serif;
}
.paging ul{
	float:left;
	padding-left:5px;
}
.paging ul li{
	float:left;
	width:22px;
	height:25px;
	text-align:center;
	color:#010101;
}
.paging ul li.p-prevnext {
	display: none;
}
.paging ul a,
.paging ul span{
	float:left;
	width:22px;
	height:25px;
	text-align:center;
	color:#fff;
}
.paging ul a:hover,
.paging ul .p-current{
	background:url(/images/bullet04.png) no-repeat 50% 50%;
	color:#ddff00;
	text-decoration:none;
}
.menu{
	float:right;
	width:300px;
	height:24px;
	overflow:hidden;
	text-align:center;
	font:12px/14px Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	padding:5px 0 0;
	font-weight: bold;
}
.menu li{
	display:inline;
	background:url(/images/seporator-menu.gif) no-repeat 0 50%;
	padding:0 6px 0 7px;
	word-spacing:0;
	letter-spacing:0;
}
.menu li:first-child{
	background:none;
}
.menu a {
	color: #fff;
}
.menu a:hover,
.menu a.active {
	color:#dadbd5;
	text-decoration:none;
}
.items-block{
	width:100%;
	overflow:hidden;
	margin-top: 10px;
	position:relative;
}

.items-block h2 {
	margin-left: 0px;
	margin-top: 5px;
	padding-left:23px;
	font:bold 16px Century Gothic, Tahoma, Arial, Helvetica, Tahoma, sans-serif;
	color:#9f9f9f;
	display:inline-block;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.items-block h2.arrow{
	background:url(/images/headerico.png) no-repeat;
	background-position: 0% 100%;
}
.items-block h2.arrow-mark{
	background:url(/images/ico02.png) no-repeat 2px 4px;
	background-position: 0% 50%;
}
.bookmark{
	float:right;
	width:154px;
	height:20px;
	overflow:hidden;
	background:url(/images/bookmark.png) no-repeat;
	text-indent:-9999px;
	margin: 5px 0px 0 0;
	display:inline;
}
.bookmark:hover{
	background:url(/images/bookmark-hover.png) no-repeat;
}
.paging-holder .bookmark{
	margin-top:13px;
}
.block{
	overflow:hidden;
	position:relative;
	margin-top: 10px;
	/* margin: 5px; */
}
.block .t{
	width:  100%;
	height:10px;
	overflow:hidden;
}
.block .b{
	width: 100%;
	height:10px;
	overflow:hidden;
}
.block .c{
	width: 100%;
}

.block .c:after{
	content:'';
	display:block;
	clear:both;
}
.content-block{
	float:left;
	width: 100%;
	overflow:hidden;
	position:relative;
	padding:0	px;
	margin: 0px;
}
.tumb{
	width:100%;
	/* margin: 8px; */
	overflow:hidden;
	text-align: center;
}
.tumb-mini{
	margin-bottom: 0px;
}

.tumb li{
	display: inline-block;
	padding:0px;
	width: 310px;
	height: 276px;
	background: url(/images/tumb-bg.png) no-repeat 0% 0%;
	overflow:hidden;
}

.tumb li:hover {
	background: url(/images/tumb-bg-hover.png) no-repeat 0% 0%;
}

.tumb.index li {
	width: 310px;
	height: 276px;
	background: url(/images/tumb-bg.png) no-repeat 0% 0%;
}

.tumb.index li:hover {
	background: url(/images/tumb-bg-hover.png) no-repeat 0% 0%;	
}

.tumb-mini li{
	width:310px;
	height: 273px;
}
.tumb .title{
	display:block;
	position: relative;
	top: 242px;
	left: 0px;
	text-align: left;
	padding-top: 0px;
	padding-left: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	font:bold 13px/14px Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	color:#262626;
	height: 19px;
	border: 0px;
	z-index: 1;
	width: 300px;
	text-transform: capitalize;
	z-index: 2;
}
.tumb.tumb-mini .title {
	width: 300px; 
}
.tumb.index .title {
	font: bold 19px/24px Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-align: center;
	top: 12px;
	width: 300px;
	left: 5px;
	height: 27px;
	display: block;
	z-index: 1;
	
}

.tumb .title a {
	color: #6d6e55;
	display: block;
	padding-top: 2px;
}

.tumb .title a:hover, .tumb li:hover .title a{
	color:#fc0909;
	text-decoration:none;
}
.tumb .image{
	display:block;
	width:300px;
	height:225px;
	overflow:hidden;
	position:relative;
	top: -13px;
	left: 5px;
}

.tumb.index .image{
	display:block;
	width:300px;
	height:225px;
	overflow:hidden;
	position:relative;
	top: 6px;
	left: 5px;
}

.tumb-mini .image{
	width:300px;
	height:225px;
}
.tumb .image:hover{
	
}
.tumb .image img{

	position:absolute;
	top:0px;
	right:0px;
	z-index: 1;
}
.tumb-mini .image img{
	width:300px;
	height:225px;
	top:0;
	right:0;
	z-index: 0;
}

.tumb-mini .image:hover{
	z-index: 0;
}

.tumb .container{
	display:block;
	padding:2px 3px 0;
	overflow:hidden;
	position: relative;
	height: 14px;
	top: -1px;
	right: 4px;
	z-index: 3;
}
.tumb .container em{
	display: block;
	text-align: center;
	background: url(/images/bg-title.png);
	width: 40px;
	height: 15px;
	float:right;
	font:bold 11px/14px Tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
}
.tumb .container .by{
	display: none;
	float:left;
	font:10px/14px Tahoma, Arial, Helvetica, sans-serif;
	color:#959ff9;
}
.tumb .container .by i{
	font:bold 12px/14px Tahoma, Arial, Helvetica, sans-serif;
	color:#9ba4f2;
	text-transform:uppercase;
}
.tumb .container .by i a{
	color:#a40f00;
}
.tumb .section{
	display:none;
	padding:1px 3px 0;
	width:240px;
	overflow:hidden;
	position: relative;
	top: 0px;
}
.tumb .section .arrow{
	float:right;
	width:85px;
	overflow:hidden;
	padding-top:2px;
}
.tumb .section .arrow img{
	float:left;
	margin-right:1px;
}
.tumb .section .info{
	float:left;
	font:10px/14px Tahoma, Arial, Helvetica, sans-serif;
	color:#959ff9;
}
.tumb .section .info em{
	font:12px/14px Tahoma, Arial, Helvetica, sans-serif;
	color:#daddf9;
}
.tumb .section .info em a{
	color:#daddf9;
}
.list-holder{
	width: 100%;
	overflow:hidden;
	margin-right:-17px;
	padding:6px 0 0 9px;
}
.list-holder ul{
	float:left;
	width: 16%;
	padding-right: 3px;
	overflow:hidden;
	font:bold 12px/14px Tahoma, Arial, Helvetica, sans-serif;
}
.list-holder ul li{
	float:left;
	width:100%;
	height: 14px;
	overflow:hidden;
	padding-bottom:4px;
}
.list-holder ul li span {
	display: block;
}
.list-holder ul a{
	font-family: "Century Gothic", "Tahoma", "Arial", "Helvetica", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	float:left;
	padding-left:20px;
	background:url(/images/bullet01.png) no-repeat 0 4px;
	color:#776d57;
}
.list-holder ul a:hover{
	text-decoration: none;
	background:url(/images/bullet02.png) no-repeat 0 4px;
	color:#fff;
}
.global-footer{
	width: 100%;
	padding:8px 0 0 17px;
	overflow:hidden;
}
.global-footer table{
	width:100%;
	border-collapse:collapse;
	color:#000;
	font:bold 12px/14px Tahoma, Arial, Helvetica, sans-serif;
}
.global-footer table td{
	padding:0 0 4px;
}
.global-footer-niche{
	color:#a40f00;
	width:174px;
}
.global-footer-niche a{
	color:#a40f00;
}
.global-footer-niche a:hover{
	color:#000;
}
.global-footer ul{
	width:100%;
	overflow:hidden;
}
.global-footer ul li{
	float:left;
	background:url(/images/seporator01.gif) no-repeat 0 50%;
	display:inline;
	margin:0 2px 0 -2px;
	padding:3px 7px 3px 8px;
}
.global-footer ul a{
	color:#000;
}
.global-footer ul a:hover{
	color:#a40f00;
}
.banner-block{
	width:964px;
	height:87px;
	text-align:center;
	background:url(/images/banner.png) no-repeat;
	overflow:hidden;
	padding:13px;
}
.block-banner li { float: left; padding: 10px; }
.block-banner ul { margin-left: 5px; }
.block-best{
	padding: 10px;
	width: 100%;
	overflow:hidden;
}
.block-best ul{
	float:left;
	width: 19%;
	padding-right: 10px;
	overflow:hidden;
	font:bold 15px/15px Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
}
.block-best ul li{
	width: 100%;
	float:left;
	overflow:hidden;
	padding-bottom:4px;
}
.footer{
	width:100%;
	overflow:hidden;
	height:181px;
	position:relative;
	font:12px/15px Tahoma, Arial, Helvetica, sans-serif;
}
.footer .logo{
	position: relative;
	float: right;
	top:107px;
	width:295px;
	height:60px;
}
.footer .text{
	width:518px;
	padding: 3px;
	overflow:hidden;
	text-align:center;
	color:#fff;
	position:relative;
	top:57px;
	left: 37px;
	background: url(/images/bg-title.png);
}
.footer p{
	margin:0;
}
.footer .text span{
	display:block;
	font-weight:bold;
}
.footer .text a:hover{
	color:#fff;
}

.footer .text a{
	color:#fff200;
}


ul.item-list01 li {
	float: left;
	margin: 3px;
	border: 2px solid #a40f00;
}

.query-time { font-size: 9px; }
.gallery_data a:hover {
	color: #a40f00;
}
.gallery_data {
	width: 720px;
	font-family: "Century Gothic", "Tahoma", "Arial", "Helvetica";
	line-height: 20px;
	font-size: 16px; 
	margin-top: 5px;
	margin-bottom: 5px;
}
.gallery-right {
	vertical-align: top;
}
.gallery-right li {
	padding-bottom: 4px;
}
.gallery-right .item-title a {
	text-align: center;
	font-size: 14px;
}
.gallery-right li:hover a {
	color: #a40f00;
}

.gallery-holder {
	z-index: auto;
	margin-top: 8px;
}

.item-title {
	display: block;
	height: 15px;
	padding: 3px;
	font-family: "Century Gothic", "Tahoma", "Arial", "Helvetica", sans-serif;
	color: white;
	background-color: black;
}

.img-holder {
	display: block;
}

.addthis_toolbox addthis_default_style addthis_32x32_style {
	position: absolute;
}

.addthisbar {
	margin-top: 2px;
	position: relative;
	top: 20px;
	left: 290px;
	display: block;
	float: left;
	width: 255px;
}

div#plusone, .Bz {
	margin-top: 4px;
}

.h2left {
	display: block;
	background: url(/images/bg-h2left.png) no-repeat 0% 0%;
	height: 32px;
}

.h2center {
	display: block;
	background: url(/images/bg-h2center.png) repeat-x 50% 0%;
	height: 32px;
	margin-left: 7px;
	margin-right: 9px;
}

.h2right {
	display: block;
	background: url(/images/bg-h2right.png) no-repeat 100% 0%;
	height: 32px;
	margin-right: 10px;
	padding-left: 10px;
}


#sss {
	min-width: 310px;
	height: 275px;
	position: absolute;
	text-align: center;
	z-index: 100;
	top: 0;
	left: 0;
}

#s-container {
	height: 252px;
}

#s-title {
	height: 17px;
	font-size: 13px;
	line-height: 17px;
	background: #333;
	color: #ccc;
}

#close-link {
	font-size: 16px;
	padding: 4px;
	display: block;
	color: white;
	background: #333;
}

#s1, #s2, #s3 {
	width: 300px;
	height: 250px;
	background: #555555;
	float: left;
	margin-left: 2px;
}

#embed-holder {
	position: relative;
}