/* CSS Document */
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#333;background:#fff;font-family:Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#1a4788;}
h1 {font-size:3em;line-height:1;margin:0;}
h2 {font-size:2em;margin-bottom:0.1em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#FFFDD0 !important;}
a {color:#1a4788;text-decoration:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:none;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix {display:block;}
.clear {clear:both;}
a{outline:none !important;}
/*-------------------------------------------------------------------------------------------------------------------------*/
body{
	background-color:#000000;
	margin:0;
	line-height:normal;
	width:100%;
	overflow-x:hidden;
	}
/*body{
	background:url(image/1.jpg) no-repeat;	
	filter:alpha(opacity=60);
	opacity:0.5;
	z-index:999;
	}*/
#main{
	text-align:left;
	background-color:#000000;
	width:100%;
	}

.header .top-head-section{
	background:url(image/head-top-bg.gif) repeat-x left top;
	padding:11px 0 0 40px;
	}
.header .top-head-section h1{
	padding:17px 0 0 0;
	width:400px;
	height:42px;
	line-height:normal;
	float:left;
	overflow-x:hidden;
	} 
.header .top-head-section h1 a{
	float:left;
	display:block;
	width:288px;
	height:37px;
	text-indent:-1000000px;
	background:url(image/logo-bg.gif) no-repeat left top;	
	font-size:18px;
	overflow-x:hidden;
	}
.header .top-head-section ul{
	margin:0;
	float:left;
	width:300px;
	height:56px;
	background:url(image/top-menu-bg.gif) repeat-x left top;
	overflow:hidden;
	padding:19px 0 0 20px;
	}
.header .top-head-section .product_menu{
	height:76px;
	}
.header .top-head-section ul li{
	float:left;
	width:67px;
	overflow:hidden;
	height:26px;
	padding:0 23px 0 10px;
	}
.header .top-head-section ul .current{
	background:url(image/top-menu-li-current-bg.gif) no-repeat left 2px;
	}
.header .top-head-section .assistance{
	float:left;
	padding:19px 0 0 22px;
	width:166px;
	height:56px;
	}
.header .top-head-section .assistance p{
	margin:0;
	font-size:12px;
	color:#999999;
	font-weight:bold;
	padding-bottom:5px;
	}
.contact-info{
	background:url(image/head--assiatance-bg.gif) no-repeat left top;
	padding:0 0 0 30px;
	}
.header .banner{
	width:100%;
	height:77px;
	overflow:hidden;
	background:url(image/banner-bg.gif) repeat-x left top;
	padding:23px 0 0 39px;
	}
/*------------------------------------------------------------------------------------------------------------------*/
.inside-wrap{
	position:relative;
	font-size:14px;
	color:#cccccc;
	}
.inside-wrap ul{
	list-style-type:disc;
	}
.inside-wrap .inside-content, .inside-wrap .inside-gallery-content {
	padding:26px 0 20px 40px;
	background:url(image/inside-content-bg.gif) repeat-x left bottom;
	width:940px;
	min-height:360px;
	float:left;
	}
.inside-wrap .inside-content h2{
	margin:0;
	padding-bottom:10px;
	}
.inside-wrap .inside-content p{
	margin:0;
	line-height:22px;
	font-size:14px;
	color:#cccccc;
	width:459px;
	overflow-x:hidden;
	padding:6px 0 16px 0;
	}
.inside-wrap span.content-image{
	display:block;
	position:absolute;
	width:361px;
	height:460px;
	overflow:hidden;
	border:10px solid #1e75c2;
	left:600px;
	top:-100px;
	}
.spancaption{
	padding-top:11px;
	display:block;
	background: none !important;
	}
.inside-content .left-col{
	float:left;
	width:274px;
	height:auto;
	}
.inside-content .right-col{
	float:left;
	width:285px;
	height:auto;
	
	}
.inside-content .left-col, .inside-content .right-col{
	padding-top:34px;
	}
.client-list{
	margin:0;
	float:left;
	width:auto;
	height:auto;
	padding-bottom:32px;
	}
.client-list li{
	float:left;
	width:auto;
	height:auto;
	list-style-type:none;
	}
.client-list li h5{
	margin:0;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	}
.client-list li ul{
	margin:0;
	float:left;
	width:auto;
	height:auto;
	padding:22px 0 0 7px;
	list-style-type:disc;
	}
.client-list li ul li{
	float:left;
	width:244px;
	height:auto;
	padding-bottom:4px;
	background:url(image/disc.gif) no-repeat left center;
	padding-left:14px;
	}
/*--------------------------------------------------------------------------------------------------------------*/

.footer .footer-top{
	padding:13px 0 9px 35px;
	width:945px;
	background:url(image/inside-content-bg.gif) repeat-x left bottom;
	}	
.footer .footer-top ul{
	height:68px;
	width:945px;
	overflow:hidden;
	margin:0;
	}
.footer .footer-top ul li{
	float:left;
	padding:0 10px 3px 0;
	overflow:hidden;
	width:145px;
	
	}
.footer .footer-bottom {
	width:956px;
	padding:20px 0 25px 24px;
	position:relative;
	clear:both;
	}
.footer .footer-bottom img{
	position:absolute;
	top:30px;
	left:924px;
 }
.footer .footer-bottom ul{
	margin:0;
	height:10px;
	}
.footer .footer-bottom ul li{
	float:left;
	background:url(image/footer-bottom-li-bg.gif) no-repeat right 3px;;
	padding:0 7px 0 7px;
	}
.footer .footer-bottom ul .li-last{
	background:none;
	}
.footer .footer-bottom ul li a{
	font-size:11px;
	color:#5c5c5c;
	}
.footer .footer-bottom ul li a:hover{
	color:#FFFDD0;
	}
.footer .footer-bottom p{
	font-size:11px;
	padding:10px 0 0 7px;
	color:#393939;
	margin:0;
	}
/*---------------------------------------------------------------product----------------------------------------------*/
.inside-product-content{
	float:left;
	width:auto;
	height:auto;
	}

.inside-content .inside-product-content p{
	padding:0;
	width:298px;
	overflow-x:hidden;
	padding:14px 79px 26px 2px;
	background:url(image/inside-content-bg.gif) repeat-x left bottom;
	}
.inside-content .inside-product-content h3{
	margin:0;
	width:106px;
	height:16px;
	overflow:hidden;
	padding:15px 0 0 9px;
	}
.inside-content .inside-product-content span{
	position:static;
	border:none;
	font-size:12px;
	color:#99ccff;
	padding:17px 0 0 9px;
	display:block;
	height:14px;
	overflow-y:hidden;	
	}
.inside-content .inside-product-content ul{
	margin:0;
	width:400px;
	height:auto;
	overflow:hidden;
	padding:14px 0 20px 9px;
	}
.inside-content .inside-product-content ul li{
	float:left;
	width:175px;
	height:auto;
	list-style-type:none;
	
	margin-right:15px;
	}
.inside-content .inside-product-content ul li a img{
	display:block;
	border:1px solid #1e75c1;
	
	}
.inside-content .inside-product-content ul li p{
	padding:0;
	background:none;
	width:175px;
	font-size:12px;
	height:20px;
	overflow:hidden;
	}
.inside-content .inside-product-content ul li p a{
	color:#99CCFF;
	font-size:12px;
	}
.inside-wrap .product_details{
	position:absolute;
	width:100%;
	height:405px;
	left:440px;
	top:-100px;
	background-color:#0c3d76;
	padding:20px;
	}
.inside-wrap .product_details .product_details-left-col{
	float:left;
	width:500px;
	overflow-x:hidden;
		}
.inside-wrap .product_details .product_details-left-col .product_details-left-col-sub-left{
	float:left;
	width:220px;
	margin-right:20px;
	}
.inside-wrap .product_details .product_details-left-col .product_details-left-col-sub-right{
	float:right;
	width:220px;
	}
.inside-wrap .product_details .product_details-left-col .col-img {
	position:relative;
	height:385px;
	overflow:hidden;
	padding:10px;
	background-color:#1e75c2;
	}
.inside-wrap .product_details .product_details-left-col .col-img h4{
	margin:0;
	width:205px;
	height:32px;
	padding:17px 0 0 15px;
	float:left;
	text-indent:-1000000px;
	overflow:hidden;
	}
.inside-wrap .product_details .product_details-left-col .col-img .head-image-col1{
	background:#000000 url(image/fitness-head-img.gif) no-repeat 15px 17px;
	}
.inside-wrap .product_details .product_details-left-col .col-img .head-image-col2{
	background:#000000 url(image/sports-head-img.gif) no-repeat 15px 17px;
	}
.col-img span{
	background:url(image/brand-btn.gif) no-repeat left top;
	height:45px;
	float:left;
	overflow:hidden;
	width:240px;
	margin:10px 0 0 -10px;	
	}
span.current{
	background:url(image/brand-btn.gif) no-repeat left -45px;
	}
.sub-nav{
	position:absolute;
	margin:0;
	width:241px;
	height:1px;
	overflow:hidden;
	background:url(image/scroll-ul-bg.png) no-repeat left top;
	left:0;
	bottom:45px;
	display: none;
	}
.sub-nav ul{
	background-color:#000000;
	float:left;
	width:220px;
	height:142px;
	overflow-y:auto;
	overflow-x:hidden;
	margin:17px 10px 0 10px;
	}
.sub-nav ul li{
	float:left;
	width:158px;
	overflow:hidden;
	border-bottom:1px solid #333333;
	padding:0 0 10px 28px;
	margin:0 0 10px 0;
	background:url(image/pointer.gif) no-repeat 13px 3px;
	}
.sub-nav ul li a:hover{
	color:#FFFDD0!important;
	}
.brand{
	display:block;
	width:220px;
	height:30px;
	overflow:hidden;
	float:left;
	text-indent:-1000000px;
	}
.inside-wrap .product_details .product_details-left-col .col-img ul li a{
	color:#fff;
	text-indent:0;
	background:none;
	font-weight:bold;
	margin:0;
	height:14px;
	overflow-y:hidden;
	float:left;
	width:100%;
	}
.inside-wrap .product_details .product_details-right-col{
	float:right;
	width:220px;
	overflow-x:hidden;	
	}
/*-------------------------------------------------------------------gallery------------------------------------------------------*/

.inside-wrap .inside-gallery-content {
 	width:980px;
	overflow-x:hidden;
	padding:0 0 23px 0;
	min-height:380px;
	}
.product-details-content {
	min-height:730px;
	}
.product-details-content img.ttf, .porduct-details-content img.ttf{
	margin-bottom:10px;
	}
.product-details-content h4, .porduct-details-content h4{
	color:#FFFDD0 !important;
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
	}
.inside-wrap .inside-gallery-content .gallery-content{
	width:980px;
	overflow-x:hidden
	}
.inside-wrap .inside-gallery-content .gallery-content .gallery-content-left-col{
	float:left;
	width:440px;
	overflow-x:hidden;
	}
.inside-wrap .inside-gallery-content .gallery-content .gallery-content-left-col p{
	margin:0;
	padding:16px 0 32px 41px;
	font-size:12px;
	color:#cccccc;
	width:340px;
	overflow-x:hidden;
	}
.inside-wrap .inside-gallery-content .gallery-content .gallery-content-left-col ul{
	width:402px;
	height:341px;
	overflow:hidden;
	background-color:#0c3d76;
	margin:0;
	padding:18px 0 6px 38px;
	}
.inside-wrap .inside-gallery-content .gallery-content .gallery-content-left-col ul li{
	float:left;
	width:79px;
	height:48px;
	overflow:hidden;
	border:1px solid #1e75c1;
	margin:2px 17px 16px 2px;
	
	background-color:#454545;
	}
.inside-wrap .inside-gallery-content .gallery-content .gallery-content-left-col ul li:hover{
	border:3px solid #ffffff;
	margin:0 15px 14px 0;
	}
.inside-wrap .inside-gallery-content .gallery-content .gallery-content-right-col{
	position:relative;
	float:right;
	width:500px;
	overflow:hidden;
	background-color:#0c3d76;
	height:403px;
	padding:20px;
	}
.inside-wrap .inside-gallery-content .gallery-content .gallery-content-right-col span{
	width:480px;
	height:385px;
	border:10px solid #1e75c2;
	display:block;
	}
.gallery-content-right-col .image-description {
	position:absolute;
	width:451px;
	overflow:hidden;
	left:30px;
	top:353px;;
	height:44px;
	background:url(image/gallery-detail-bg.png) repeat-x left top;
	padding:18px 0 0 30px;
 }
.gallery-content-right-col .image-description h3{
	margin:0;
	font-size:20px;
	color:#FFFFFF;
	}
.gallery-content-right-col .image-description p{
	color:#cccccc;
	font-size:14px;
	width:418px;
	overflow-x:hidden;
	margin:0;
	padding-top:11px;
	}
.gallery-content-right-col span #gallery-indicator{
	position:absolute;
	left:250px;
	top:200px;
	display:none;
	
	}
.gallery-content-left-col ul li h3{
	margin:0;
	display:none;
	}
.gallery-content-left-col ul li p{
	margin:0;
	display:none;
	}
/*------------------------------------------------------------contact----------------------------------------------------------------------------------*/
.inside-wrap .contact-inside-content{
	padding-top:0;
	padding-bottom:13px;
	}
.contact-left-col{
	float:left;
	width:400px;
	padding-top:26px;
	}
.contact-left-col .contact-address{
	width:400px;
	overflow-x:hidden;
	}
	
.contact-left-col .contact-address h3{
	margin:0;
	width:400px;
	overflow-x:hidden;
	padding-bottom:20px;
	float:left;
	}
.inside-content .contact-left-col .contact-address p{
	padding:0;
	width:399px;
	overflow-x:hidden;
	}
.inside-content .contact-left-col .contact-address span{
	display:block;
	float:left;
	height:86px;
	width:82px;
	border-bottom:1px solid #383838;
	padding:30px 0 0 0;
	}
.inside-content .contact-left-col .contact-address div{
	float:left;
	width:314px;
	padding:22px 0 28px 14px;
	border-bottom:1px solid #383838;
	width:284px;
	overflow-x:hidden;
	}
.inside-content .contact-left-col .contact-address div p a{
	color:#99ccff;
	}
.inside-content .contact-left-col .contact-address div p a:hover{
	color:#575757;
	}
.our-map{
	overflow-x:hidden;
	width:400px;
	min-height:137px;
	padding-top:30px;
	}
.inside-content .contact-left-col .contact-address .our-map h3{
	margin:0;
	padding-top:23px;
	} 
.success{
	padding: 20px 0 0 10px;
	color:#ffffff;
	font-weight:bold;
	}
.our-map span{
	display:block;
	width:192px;
	height:88px;
	padding-top: 5px;
	float:left;
	}
.our-map span img{
	width:192px;
	height:88px;
	}
.our-map ul{
	margin:0;
	float:left;
	list-style-type:none;
	}
.our-map ul li{
	padding:2px 0 4px 44px;
	color:#cccccc;
	font-size:14px;
	background:url(image/our-operate-li-arrow.gif) no-repeat 32px 6px;
	}
.our-map ul li a{
	color:#99CCFF;
	}
.contact-right-col{
	width:540px;
	overflow-x:hidden;
	background-color:#0c3d76;
	}
.contact-right-col #contact{
	width:540px;
	overflow-x:hidden;
	}
#contact .contact-form-left{
	float:left;
	width:225px;
	overflow-x:hidden;
	}
#contact dl{
	margin:0;
	min-height:418px;
	}
#contact dl p {
	padding:0;
	}
#contact dd{
	margin:0;
	}

#contact .contact-form-right{
	float:left;
	width:255px;
	overflow-x:hidden;
	}
#contact .contact-form{
	padding:29px 0 0 30px;
	}
#contact .contact-form dl dt label{
	color:#cccccc;
	}
#contact .contact-form dl dt {
	padding-bottom:4px;
	}
#contact .contact-form dl dd{
	width:225px;
	height:44px;
	}
#contact .contact-form dl dd p{
	margin:0;
	padding:0!important;	
	}

#contact .contact-form dl dd input.text, #contact .contact-form dl dd select, #contact .contact-form dl dd textarea{
	width:219px;
	overflow-x:hidden;
	margin:0;
	}
.submit-btn{
	background:none !important;
	padding:0!important;
	width:60px !important;
	height:16px;
	}
.submit-btn input {
	width:60px !important;
	height:16px;
	}
#contact .contact-form dl dd textarea {
	height:158px;
	}
.check-box-list{
	float:left;
	width:111px!important;
 }

.check-box-list, .check-box-list  input {
	background:none !important;
	margin:0;
	overflow-x:hidden;
	padding:0 6px 15px 0!important;
	color:#cccccc;
	}
#contact .contact-form dl dd ul {
	margin:0;
	height:158px;
	color:#ffffff;
	overflow:hidden;
	padding:0 0 0  1px;
	list-style-type:none;
	}
	
#contact .contact-form dl dd ul li {
	margin:0;
	padding:5px 0 7px 0;
	width:112px;
	float:left;
	font-size:12px;
	}
#contact .contact-form dl dd ul li input {
	margin:0 6px 0 0 ;
	}
label.error{
	color:#FF0000;
	font-size:12px;
	}
.textarea-bg {
	height:184px !important;
	}
/*--------------------Product details------------------*/
.p-banner{
	height:35px !important;
	position:relative;
	}
.p-banner .back{
	position:absolute;
	left:557px;
	top:20px;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	padding:0 0 0 10px;
	background:url(image/pointer-3.gif) no-repeat left 3px;
	}
.inside-content p span{
	display:block;
	background:url(image/pointer-2.gif) no-repeat left 7px;
	padding:0 0 0 11px;
	}
.inside-content p b{
	color:#FFFFFF;
	}
.top-nav{
	margin:0;
	display:block;
	background:url(image/top-nav-bg.gif) repeat-x;
	padding:16px 0 16px 41px;
	width:100%;
	height:15px;
	}
.top-nav li{
	float:left;
	padding:0 11px 0 0;
	position:relative;
	height:31px;
	}
.top-nav li.first a{
	padding:0 11px 0 0 !important;
	border:none !important;
	}
.top-nav li a{
	color:#99ccff;
	font-size:12px;
	border-left:1px solid #586e89;
	display:block;
	padding:0 0 0 11px;
	}
.top-nav li.current a, .top-nav li a:hover{
	color:#fff;
	font-weight:bold;
	}
.top-nav li.current{
	background:url(image/current-bg.gif) no-repeat left bottom;
	}
.p-left-col{
	display:block;
	position:absolute;
	width:300px;
	left:680px;
	top:-100px;
	background-color:#252525;
	padding-bottom:100px;
	}
.p-left-col img.side-image{
	border:10px solid #1e75c2;
	}
.p-left-col div{
	padding:0 10px 0 10px;
	float:left;
	}
.p-left-col p{
	color:#cccccc;
	font-size:16px;
	border-top:1px solid #464646;
	padding:21px 6px 21px 6px;
	margin:0;
	}
.p-left-col p a{
	font-weight:bold;
	color:#99CCFF;
	}
.p-left-col p a:hover{
	color:#FFFDD0;
	}
.p-left-col .image-listing{
	margin:0;
	float:left;
	width:100%;
	padding:8px 0 20px 7px;
	list-style-type:none !important;
	}
.p-left-col .image-listing li{
	float:left;
	padding:0 0 0 4px;
	}
.p-left-col .image-listing li a{
	width:92px;
	height:64px;
	padding:7px 0 0 0;
	display:block;
	position:relative;
	}
.p-left-col .image-listing li a img.plus{
	position:absolute;
	left:77px;
	top:0;
	border:none !important;
	}
.p-left-col .image-listing li a img{
	border:1px solid #1e73be;
	}
/*----------------------------------------------------------------------------------------home-----------------------------------------------*/
 .home-banner{
 	padding-left:470px !important;
 	}
.inside-wrap .home-content{
	width:981px !important;
	padding:0;
	}
.inside-wrap .home-content	.home-content-left-col{
	float:left;
	padding:0 0 0 420px;
	width:341px;
	min-height:360px;
	}
.inside-wrap span.home-image{
	position:absolute;
	width:430px;
	height:425px;
	overflow:hidden;
	border:10px solid #1e75c2;
	left:0;
	top:-100px;
	background-color:#000000;
	}
.inside-wrap .home-content .home-content-left-col ul{
	margin:0;
	width:70px;
	overflow-x:hidden;
	float:left;
	}
.inside-wrap .home-content .home-content-left-col ul li{
	padding:0 0 0 30px;
	width:40px;
	height:40px;
	overflow:hidden;
	margin-bottom:1px;
	}
.inside-wrap .home-content .home-content-left-col ul li a{
	display:block;
	width:28px;
	height:29px;
	overflow:hidden;
	padding:11px 0 0 12px;
	color:#FFFFFF;
	font-size:14px;
	background-color:#252525;
	}
.home-current{
	position:relative;
	}
.home-current a{
	position:absolute;
	background:url(image/home-gallery-li-current.png) no-repeat left top !important;
	left:0;
	top:0;
	padding:10px 0 10px 42px !important;
	font-size:16px !important;
	font-weight:bold;
	display:block;
	width:28px;
	height:29px;
	
	}
.home-content-left-col ul li h3{
	margin:0;
	display:none;
	}
.home-content-left-col ul li p{
	margin:0;
	display:none;
	}
.home-content-left-col ul li span{
	display: none;
	}
.inside-wrap .home-content .home-content-left-col h2{
	float:left;
	padding:29px 0 19px 30px;
	width:211px;
	}
.inside-wrap .home-content .home-content-left-col p{
	color:#cccccc;
	font-size:14px;
	padding:0 0 23px 30px;
	width:220px;
	float:left;
	overflow-x:hidden;
	}
.inside-wrap .home-content .home-content-left-col a.read-more{
	display:block;
	width:83px;
	height:17px;
	margin-left:98px;
	float:left;
	}
.inside-wrap .home-content	.home-content-right-col{
	float:right;
	width:219px;
	border-left:1px solid #303030;
	overflow-x:hidden;
	min-height:366px;
	}
	
.inside-wrap .home-content .home-content-right-col div{
	padding:29px 0 19px 20px;
	border-bottom:1px solid #303030;
	}
.inside-wrap .home-content .home-content-right-col div h2{
	padding:0 0 14px 0;
	}
.inside-wrap .home-content .home-content-right-col div span{
	display:block;
	width:199px;
	height:110px;
	overflow:hidden;
	padding-bottom:5px;
	
	}
.inside-wrap .home-content .home-content-right-col div span a {
	border:1px solid #1E75C1;
	display:block;
	width:195px;
	}
a.home-right-col-div-p-fisrt {
	padding:12px 0 9px 0 !important;
	color:#99ccff !important;
	font-size:12px !important;
	}
.home-right-col-div-p-fisrt:hover{
	color:#FFFDD0 !important;
	}
.inside-wrap .home-content .home-content-right-col div p{
	padding:0  !important;
	width:202px;
	overflow:hidden;
	font-size:12px !important;
	height:20px;
	}
.inside-wrap .home-content .home-content-right-col div ul{
	margin:0;
	padding:7px 0 0 0;
	}
.inside-wrap .home-content .home-content-right-col div ul li{
	padding-bottom:9px;
	background-color:#000000;
	}
.inside-wrap .home-content .home-content-right-col div ul li a{
	color:#99ccff;
	}
.inside-wrap .home-content .home-content-right-col div ul li a:hover{
	color:#FFFDD0;
	}
.div-last{
	border-bottom:none !important;
}
.home-image-description {
	position:absolute;
	width:400px;
	overflow:hidden;
	left:10px;
	top:230px;
	height:86px;
	background:url(image/gallery-detail-bg.png) repeat-x left top;
	padding:18px 0 0 30px;
	}
.home-image-description h3{
	margin:0 !important;
	}
.home-image-description p{
	width:368px!important;
	line-height:19px !important;
	}

span.home-image #gallery-indicator{
	position:absolute;
	left:215px;
	top:210px;
	display:none;
	}
/*--------------------------------------------------------------------------------site map-------------------------------------------------*/

.inside-wrap .inside-content ul.sitemap{
	margin:0;
	border-left:1px solid #1e75c2;
	width:500px;
	padding-bottom:16px;
	list-style-type:none !important;
	}
.inside-wrap .inside-content ul.sitemap li{ 
	background:url(image/arrow.gif) no-repeat left 20px;
	padding: 15px 0 0 14px;;
	
	}
.inside-wrap .inside-content ul.sitemap li a{ 
	color:#ffffff;
	font-weight:bold;	
	}
	
.browser-support{
	position:absolute; 
	top:0;
	right:0;
	font-size:11px;
	font-weight:bold;
	padding:0 0 0 10px;
	color:#FF0000;
	background-color:#FFFFFF;
	}
.browser-support p{margin:0; float:left; padding:8px 8px 8px 0;}
.browser-support a{color:#FF0000; text-decoration:underline;}
.browser-support a:hover{color:#FF0000 !important; text-decoration:none;}

.mapbox{
	position:relative;
	display:block;
	}
.mapbox img{
	border:1px solid #0C3D76;
	}
.mapbox img.plus{
	position:absolute;
	width:16px;
	height:16px;
	right:-5px;
	top:-5px;
	border:none !important;
	}
.back-to-main{float:left; margin-left:460px; margin-top:-20px; background:url(image/pointer-3.gif) no-repeat scroll left 3px; width:200px; padding:0 0 0 10px;}
.back-to-main a{color:#fff; font-weight:bold;}

/*--------------------------------------------------------------------------------Listing-------------------------------------------------*/
.listing{
	list-style-type:none !important;
	margin:0;
	width:459px;
	}
.listing li h2{
	padding-bottom:5px !important;
	}
.listing li{
	border-bottom:1px solid #fff;
	margin:0 0 30px 0;
	}
.fbox1 {
	width:440px;
	float:left;
	height:70px;
	padding-top:7px
}
.fbox2 {
	width:300px;
	float:left;
	background:url(image/sep.gif) no-repeat scroll left 3px; 
	height:70px;
	padding-top:7px
}
.fbox2 a.facebook {
	background:transparent url(image/facebook.gif) no-repeat scroll left 0;
	color:#909090;
	display:block;
	font-size:11px;
	margin:3px 0 0 15px;
	padding:0 0 0 18px;
}