html{
	height:100%;
	background:url(/images/bg-html.png) 50% 0;
}
body{
	margin:0;
	color:#333;
	font:11px Arial, Helvetica, sans-serif;
	background:url(/images/bg-body.jpg) no-repeat 50% 100%;
	min-width:1000px;
}
img{
	border-style:none;
	vertical-align:top;
}
*{outline:none;}
a{
	text-decoration:none;
	color:#3a3a3a;
	cursor:pointer;
}
a:hover{
	text-decoration:underline;
	color:#2084d8;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
input,
textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form,
fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
.page{
	width:100%;
	overflow:hidden;
	background:url(/images/bg-wrapper.jpg) no-repeat 50% 0;
}
.wrapper{
	width:99%;
	margin:0 auto;
	min-width:1000px;
}
.wrapper:after{
	content:'';
	display:block;
	clear:both;
}
.header{
	width:100%;
	overflow:hidden;
}
.header .holder{
	width:90%;
	height:129px;
	margin:0 auto;
	overflow:hidden;
	min-width:1000px;
	position:relative;
}
.logo{
	width:380px;
	height:96px;
	background:url(/images/logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	position:absolute;
	top:0;
	left:2px;
}
.logo a{
	display:block;
	height:100%;
	position:relative;
}
.nav{
	position:absolute;
	left:0;
	bottom:0;
	text-transform:uppercase;
	font:bold 15px/32px Tahoma, Arial, Helvetica, sans-serif;
}
.nav li{
	float:left;
	padding-right:11px;
}
.nav a{
	float:left;
	width:124px;
	height:33px;
	overflow:hidden;
	text-align:center;
	color:#008cff;
	background:url(/images/bg-nav.png) no-repeat;
}
.nav a:hover,
.nav .active a{
	text-decoration:none;
	color:#4f4f4f;
	background:url(/images/bg-nav.png) no-repeat 0 -33px;
}
.header .text{
	width:454px;
	overflow:hidden;
	position:absolute;
	top:5px;
	right:0;
	font:bold 12px/18px Tahoma, Arial, Helvetica, sans-serif;
}
.header .text ul{
	float:left;
	width:152px;
	padding-left:57px;
}
.header .text ul:first-child{
	padding:0;
}
.header .text .list{
	width:362px;
	overflow:hidden;
	padding:0 0 0 92px;
}
.header .text ul li{
	float:left;
	width:100%;
	overflow:hidden;
}
.header .text ul a{
	float:left;
	padding-left:14px;
	color:#fff;
	background:url(/images/bullet01.png) no-repeat 0 6px;
}
.header .text ul a:hover{
	color:#ffea5a;
	background:url(/images/bullet02.png) no-repeat 0 6px;
}
.header .form{
	position:absolute;
	width:360px;
	overflow:hidden;
	bottom:1px;
	right:0;
	padding-top:1px;
}
.header .form .text-form{
	float:left;
	width:133px;
	height:14px;
	border:0;
	background:url(/images/bg-form.png) no-repeat;
	padding:5px 8px;
	font:12px/14px Arial, Helvetica, sans-serif;
	color:#5b5b5b;
	margin:0 3px 0 0;
}
.header .form .btn{
	float:left;
	width:49px;
	height:24px;
	background:url(/images/bg-form.png) no-repeat 0 -48px;
	overflow:hidden;
	text-indent:-9999px;
	border:0;
	padding:0;
	margin:0;
	position:relative;
	font-size:0;
	line-height:0;
	cursor:pointer;
}
.header .form .select{
	float:right;
	width:141px;
	height:16px;
	padding:4px;
	overflow:hidden;
	background:url(/images/bg-form.png) no-repeat 0 -24px;
}
.header .form select{
	float:left;
	width:141px;
	height:16px;
	overflow:hidden;
	background:none;
	border:0;
	font:12px/14px Arial, Helvetica, sans-serif;
	color:#5b5b5b;
	padding:0;
	border:0;
}
* +html .header .form select{
	height:18px;
}
.main{
	width:100%;
}
.main:after{
	content:'';
	display:block;
	clear:both;
}
.top{
	overflow:hidden;
	border:1px solid #71a4ce;
	padding:7px 0 8px 0;
	font:bold 14px/16px Tahoma, Arial, Helvetica, sans-serif;
	margin-top:7px;
	background:url(/images/bg-top.gif) repeat-x;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	height:16px;
}
.top .link{
	float:right;
	width:142px;
	height:11px;
	background:url(/images/text-link.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:3px 12px 0 0;
	position:relative;
	display:inline;
}
.paging{
	float:left;
	font:bold 12px/16px Tahoma, Arial, Helvetica, sans-serif;
	color:#008bff;
}
.paging ul {
	width: 750px;
}
.paging strong{
	font:bold 12px/29px Tahoma, Arial, Helvetica, sans-serif;
	float:left;
	width:166px;
	height:29px;
	text-transform:uppercase;
	color:#3a3a3a;
	border:1px solid #71a4ce;
	position:relative;
	background:url(/images/mark01.gif) repeat-x;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:-7px 12px -8px -1px;
	text-align:center;
}
.paging li,
.paging span,
.paging em{
	float:left;
	margin-right:15px;
	font:bold 12px/16px Tahoma, Arial, Helvetica, sans-serif;
}
.paging a{
	color:#008bff;
}
.paging a:hover,
.paging span{
	color:#484848;
	text-decoration:underline;
}
.paging em{
	color:#008bff;
}
.paging li.p-current{
	color:#484848;
}
.paging li.p-prevnext {
	display: none;
}
.heading{
	overflow:hidden;
	border:1px solid #71a4ce;
	font:bold 14px/16px Tahoma, Arial, Helvetica, sans-serif;
	margin-top:9px;
	background:url(/images/bg-top.gif) repeat-x;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	height:31px;
}
.heading h2{
	float:left;
	margin:0;
	font:bold 16px/30px Arial, Helvetica, sans-serif;
	color:#404040;
	padding:0 16px;
	text-transform:uppercase;
}
.bookmark-us{
	float:right;
	width:167px;
	height:31px;
	overflow:hidden;
	background:url(/images/btn02.png) no-repeat;
	text-indent:-9999px;
	margin:0;
}
.bookmark-us:hover{
	background-position:0 -31px;
}
.thumb,
.thumb-category,
.thumb-videos,
.list-block, .global-footer, .gallery_table{
	text-align:center;
	/*word-spacing:-.25em;
	letter-spacing:-.25em;*/
	background:#89bde7;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0 0 3px #5598cf;
	-webkit-box-shadow:0 0 3px #5598cf;
	-moz-box-shadow:0 0 3px #5598cf;
	margin-top:10px;
	padding-bottom:10px;
	border:1px solid #5598cf;
}
.thumb a{
	display:inline-block;
	width:322px;
	overflow:hidden;
	font:12px/14px Arial, Helvetica, sans-serif;
	color:#cfeaff;
	word-spacing:0;
	letter-spacing:0;
	margin:8px 2px 0;
	vertical-align:top;
}
* html .thumb a{
	display:inline;
}
* +html .thumb a{
	display:inline;
}
.thumb a:hover{
	text-decoration:none;
}
.thumb a .name{
	display:block;
	font:bold 16px/18px Arial, Helvetica, sans-serif;
	padding-bottom:4px;
	text-align:left;
	text-transform:uppercase;
	color:#006eee;
	width:500px;
	height: 22px;
}
.thumb.index a .name {
	width: auto;
	text-align: center;
	padding-top: 3px;
}
.thumb a:hover .name{
	color:#fff;
}
.thumb a .image{
	border:1px solid #acd0ee;
	display:block;
	width: 320px;
	height: 240px;
	background: url(/images/img01.jpg);
}
.thumb a:hover .image{
	border:1px solid #2583ec;
}
.thumb a .text{
	background:#3f93d7 url(/images/bg-thumb.gif) repeat-x;
	padding:5px 4px 5px;
	border:1px solid #6db0e7;
	border-width:0 1px 0;
}
.thumb a:hover .text{
	background:#3f93d7 url(/images/bg-thumb-hover.gif) repeat-x;
	padding:5px 4px 4px;
	border:1px solid #3794d2;
	border-width:0 1px 1px;
	border-bottom:1px solid #fff;
}
.thumb .holder{
	width:100%;
	overflow:hidden;
	font:bold 14px/16px Arial, Helvetica, sans-serif;
}
.thumb a:hover .holder{
	color:#fff;
}
.thumb .l{
	float:left;
	text-align:left;
}
.thumb .r{
	float:right;
	text-align:left;
	color:#004988;
}
.thumb a:hover .r{
	color:#fff;
}
.thumb .r em{
	font:bold 12px/16px Arial, Helvetica, sans-serif;
}
.thumb .info{
	width:314px;
	display:block;
	text-align:left;
	font:11px/14px Arial, Helvetica, sans-serif;
	padding:2px 0 0;
}
.thumb-category a{
	display:inline-block;
	width:322px;
	overflow:hidden;
	font:bold 20px/22px Arial, Helvetica, sans-serif;
	color:#fff;
	word-spacing:0;
	letter-spacing:0;
	margin:10px 2px 0;
	vertical-align:top;
}
* html .thumb-category a{
	display:inline;
}
* +html .thumb-category a{
	display:inline;
}
.thumb-category a:hover{
	text-decoration:none;
	border-bottom:1px solid #fff;
}
.thumb-category img{
	border:1px solid #acd0ee;
	border-width:1px;
	display:block;
}
.thumb-category a:hover img{
	border:1px solid #2e93e6;
}
.thumb-category span{
	display:block;
	border:1px solid #59a4e1;
	border-width:0 1px 1px;
	padding:3px;
	background:#1f84d7 url("/images/bg-thumb.gif") repeat-x 0 100%;
	text-transform:uppercase;
	color:#004987;
}
.thumb-category a:hover span{
	color:#fff;
	background:#3f93d7 url("/images/bg-thumb-hover.gif") repeat-x;
	border:1px solid #378ad3;
	border-width:0 1px 1px;
	padding-bottom:2px;
}
.thumb-videos a{
	display:inline-block;
	position:relative;
	width:322px;
	overflow:hidden;
	color:#fff;
	word-spacing:0;
	letter-spacing:0;
	margin:8px 2px 0;
	vertical-align:top;
}
* html .thumb-videos a{
	display:inline;
}
* +html .thumb-videos a{
	display:inline;
}
.thumb-videos a:hover{
	text-decoration:none;
}
.thumb-videos .name{
	display:block;
	font:bold 16px/18px Arial, Helvetica, sans-serif;
	padding-bottom:4px;
	text-align:left;
	color:#004987;
	text-transform:uppercase;
}
.thumb-videos a:hover .name{
	color:#fff;
}
.thumb-videos img{
	border:1px solid #98c7ed;
	display:block;
}
.thumb-videos a:hover img{
	border:1px solid #1e90ef;
}
.thumb-videos .item{
	position:absolute;
	width:312px;
	height:18px;
	background:#b7dbf8;
	overflow:hidden;
	padding:11px 4px;
	text-align:left;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#000;
	left:1px;
	bottom:1px;
}
.thumb-videos a:hover .item{
	background:#a8d7ff;
}
.thumb-videos .item span{
	font:bold 14px/16px Arial, Helvetica, sans-serif;
	color:#fff;
}
.thumb-videos a:hover .item span{
	color:#000;
}
.list-block .col{
	display:inline-block;
	width:16%;
	overflow:hidden;
	word-spacing:0;
	letter-spacing:0;
	margin:5px 0 0;
	vertical-align:top;
	text-align:left;
}
* html .list-block .col{
	display:inline;
}
* +html .list-block .col{
	display:inline;
}
.list-block .col ul{
	width:100%;
	overflow:hidden;
	font-weight:bold;
	margin-top:10px;
	padding-bottom:9px;
}
.list-block .col ul li{
	float:left;
	width:100%;
	overflow:hidden;
	padding-bottom:2px;
}
.list-block .col ul a{
	float:left;
	padding-left:21px;
	background:url(/images/bullet01.png) no-repeat 0 50%;
	color:#fff;
	font-size: 12px;
	overflow: hidden;
}
.list-block .col ul a span { display: block; width: 500px; }
.list-block .col ul a:hover{
	background:url(/images/bullet03.png) no-repeat 0 50%;
	color:#015194;
	text-decoration:none;
}
.list-block .col h3{
	margin:0;
	font:bold 18px/20px Arial, Helvetica, sans-serif;
	color:#015194;
	text-indent:22px;
}
.list-block .list{
	display:inline-block;
	width:14%;
	overflow:hidden;
	word-spacing:0;
	letter-spacing:0;
	text-align:left;
	margin:4px 0 0;
	font:bold 12px/16px Arial, Helvetica, sans-serif;
}
* html .list-block .list{
	display:inline;
}
* +html .list-block .list{
	display:inline;
}
.list-block .list li{
	float:left;
	width:100%;
	overflow:hidden;
	padding:1px 0 0;
}
.list-block .list a{
	display:block;
	width:118px;
	height:16px;
	padding:4px 10px 2px 18px;
	color:#015194;
	overflow: hidden;
}
.list-block .list a:hover{
	background:url(/images/bg-hover.gif) repeat-x;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #8bb3d4;
	padding:2px 10px 2px 18px;
	color:#fff;
	text-decoration:none;
}
.sub-list{
	padding:4px 20px 0;
	word-spacing:0;
	letter-spacing:0;
	font:bold 12px/16px Arial, Helvetica, sans-serif;
	text-align:left;
}
.sub-list .row{
	width:100%;
	overflow:hidden;
}
.sub-list .align-last{
	float:left;
	width:118px;
	height:16px;
	padding:4px 10px 5px 18px;
	color:#015194;
}
.sub-list .align-last:hover{
	background:url(/images/bg-hover.gif) repeat-x;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #8bb3d4;
	padding:3px 9px 4px 17px;
	color:#fff;
	text-decoration:none;
}
.sub-list .links{
	float:left;
	padding:4px 0 5px 0;
	color:#015194;
}
.sub-list .links a{
	color:#015194;
}
.sub-list .links a:hover{
	color:#fff;
}
.footer{
	width:90%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	font:11px/14px Tahoma, Arial, Helvetica, sans-serif;
	color:#015194;
	height:144px;
}
.footer .text{
	width:549px;
	height:92px;
	right:40px;
	top:11px;
	overflow:hidden;
	text-align:center;
	position:absolute;
	padding:5px 20px 0;
	color:#015194;
	background:url(/images/bg-text.png) no-repeat;
}
.footer .footer-box{
	width:100%;
	overflow:hidden;
	font-weight:bold;
}
.footer a{
	color:#015194;
}
.footer a:hover{
	text-decoration:underline;
	color:#fff;
}
.footer strong{
	display:block;
	margin:1px 0 0;
}
.footer p{
	margin:0;
}
.footer .logo{
	width:272px;
	height:71px;
	background:url(/images/logo-footer.png) no-repeat;
	top:23px;
	left:81px;
	position:absolute;
}


.global-footer{
	width:98%;
	padding:5px 0 0px 17px;
	margin-bottom:-6px;
	position:relative;
	overflow:hidden;
}
.global-footer table{
	width:100%;
	border-collapse:collapse;
	color:#2a2a2a;
	font:bold 12px/14px Tahoma, Arial, Helvetica, sans-serif;
}
.global-footer table td{
	padding:0 0 4px;
}
.global-footer-niche{
	color:#eee;
	width:174px;
}
.global-footer ul{
	width:100%;
	overflow:hidden;
	color:#2a2a2a;
}
.global-footer ul li{
	float:left;
	background:url(/images/seporator01.gif) no-repeat 0 50%;
	display:inline;
	margin:0 2px 0 -2px;
	padding:5px 7px 5px 8px;
}
.global-footer ul a{
	color:#004987;
}
.global-footer ul a:hover {
	color: #fff;
}


.query-time { font-size: 9px; }
.gallery_table { margin: 0 auto;}
.gallery_data a {
	color: #006EEE;
	font-weight: bold;
}
.gallery_data a:hover {
	color: #fff;
}
.gallery_data {
	line-height: 20px;
	font-size: 16px; 
	margin-top: 5px;
	margin-bottom: 5px;
	width: 730px;
}
.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 a {
	color: #006EEE;
}
.gallery-right li:hover a {
	color: #fff;
}
.block-banner li { float: left; padding-left: 20px; }
select.categories {
	text-transform: uppercase;
}
ul.exo li { float: left; padding-left: 10px; }
ul.exo { width: 970px; overflow: hidden; margin: 0 auto; }


.videoWrapper {
	width: 750px;
	height: 422px;
}

#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;
}
