@font-face {
    font-family: 'HelveticaNeueLTC';
    src: url('font/helveticaneueltcom-cn-webfont.eot');
    src: url('font/helveticaneueltcom-cn-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/helveticaneueltcom-cn-webfont.woff') format('woff'),
         url('font/helveticaneueltcom-cn-webfont.ttf') format('truetype'),
         url('font/helveticaneueltcom-cn-webfont.svg#HelveticaNeueLTCom57Condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

.coin-slider {overflow: hidden; zoom: 1; position: relative;}

.abs{position: absolute;}
.rel{position: relative;}
.fix{position: fixed;}

.postop0{top: 0;}
.poslef0{left: 0;}
.posbot0{bottom: 0;}
.posrig0{right: 0;}

.postop10{top: 10px;}
.poslef10{left: 10px;}
.posbot10{bottom: 10px;}
.posrig10{right: 10px;}

.w100{width: 100%;}
.h100{height: 100%;}

.cfff{color: #fff;}
.cccc{color: #ccc;}
.c999{color: #999;}
.c666{color: #666;}
.c333{color: #333;}
.c000{color: #000;}

.bfff{background-color: #fff;}
.bccc{background-color: #ccc;}
.b999{background-color: #999;}
.b666{background-color: #666;}
.b333{background-color: #333;}
.b000{background-color: #000;}
.bff6{background-color: #ffff66;}

.fs9{font-size: 9px;}
.fs10{font-size: 10px;}
.fs11{font-size: 11px;}

b,.b{font-weight:bold;}
i,.i{font-style:italic;}
u,.u{text-decoration:underline;}

.lh15{line-height:15px;}

.inline-block{display:inline-block;}
.block{display: block;}
.none{display: none;}

.left{float: left;}
.right{float: right;}
.clear{clear: both;}

.justify{text-align: justify;}
.center{text-align: center;}

.p5{padding: 5px;}
.p10{padding: 10px;}
.p15{padding: 15px;}
.p20{padding: 20px;}

.m20{margin: 20px;}

.scrollhide{overflow: hidden;}
.scrollauto{overflow: auto;}

a{text-decoration: none;}

.link333 a{color: #333;}
.link333 a:hover{color: #ed3118;}

.linkf00 a{color: #ed3118;}
.linkf00 a:hover{text-decoration: underline;}

.red{color: #ed3118;}

.boxShadow{
	-moz-box-shadow: 0px 0px 3px #666;
	-webkit-box-shadow: 0px 0px 3px #666;
	box-shadow: 0px 0px 3px #666;
	padding: 1px;
}

h1{
	font-family: HelveticaNeueLTC, Arial Narrow, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #ed3118;
	margin-bottom: 4px;
}

sup{ font-size: .65em; vertical-align: super; }

html,body{
	width: 100%;
	height: 100%;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	background: url(src/bgBody.jpg) no-repeat center 130px #efefef;
	cursor: default;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
#main{
	width: 100%;
	min-height: 100%;
}
#wrap{
	width: 970px;
	margin: 0 auto 0 auto;
	padding-bottom: 57px;
	font-size: 13px;
}
#top{
	height: 130px;
}
#top img{
	top: 45px;
	left: 45px;
	position: relative;
}
#top ul{
	width: 640px;
	height: 45px;
	right: 15px;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
}
#top li{
	font-family: HelveticaNeueLTC, Arial Narrow, Arial;
	font-size: 13px;
	float: left;
	padding: 9px 12px 0 12px;
	text-align: center;
	vertical-align: middle;
	line-height: 14px;
	text-align: center;
}
#top li:first-child, #top li:last-child{
	line-height: 28px;
}
#top a{
	color: #2b2b2b;
}
#top a:active, #top a:hover{
	color: #666;
}
#top a.on{
	color: #ee3118;
}
#banner{
	margin: 5px 0 6px 0;
}
#content{
	margin: 30px 0 50px 0;
}
.button{
	display: inline-block;
	color: #333;
	padding: 6px 15px 6px 15px;
	font-size: 11px;
	line-height: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 3px #666;
	-webkit-box-shadow: 0px 0px 3px #666;
	box-shadow: 0px 0px 3px #666;
}
.shadow{
	border: 1px solid #fff;
	-moz-box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow: 1px 1px 3px #666;
	box-shadow: 1px 1px 3px #666;
}
.shadow:hover{
	-moz-box-shadow: 0px 0px 3px #666;
	-webkit-box-shadow: 0px 0px 3px #666;
	box-shadow: 0px 0px 3px #666;
	position: relative;
	top: 1px;
	left: 1px;
}
.arrow{
	padding-right: 30px;
	background: url(src/buttonArrow.png) no-repeat center right #dbdbdb;
	background: url(src/buttonArrow.png) no-repeat center right, -moz-linear-gradient(top, #dbdbdb 0%, #bebebe 100%);
	background: url(src/buttonArrow.png) no-repeat center right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#bebebe));
	background: url(src/buttonArrow.png) no-repeat center right, -webkit-linear-gradient(top, #dbdbdb 0%,#bebebe 100%);
	background: url(src/buttonArrow.png) no-repeat center right, -o-linear-gradient(top, #dbdbdb 0%,#bebebe 100%);
	background: url(src/buttonArrow.png) no-repeat center right, -ms-linear-gradient(top, #dbdbdb 0%,#bebebe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#bebebe',GradientType=0 );
	background: url(src/buttonArrow.png) no-repeat center right, linear-gradient(top, #dbdbdb 0%,#bebebe 100%);
}
.arrow:hover{
	background: #bebebe;
	background: url(src/buttonArrow.png) no-repeat center right, -moz-linear-gradient(top, #bebebe 0%, #dbdbdb 100%);
	background: url(src/buttonArrow.png) no-repeat center right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bebebe), color-stop(100%,#dbdbdb));
	background: url(src/buttonArrow.png) no-repeat center right, -webkit-linear-gradient(top, #bebebe 0%,#dbdbdb 100%);
	background: url(src/buttonArrow.png) no-repeat center right, -o-linear-gradient(top, #bebebe 0%,#dbdbdb 100%);
	background: url(src/buttonArrow.png) no-repeat center right, -ms-linear-gradient(top, #bebebe 0%,#dbdbdb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bebebe', endColorstr='#dbdbdb',GradientType=0 );
	background: url(src/buttonArrow.png) no-repeat center right, linear-gradient(top, #bebebe 0%,#dbdbdb 100%);
}
#footer{
	width: 920px;
	margin: 0 auto;
	height: 30px;
	border-top: 1px solid #dcdcdc;
	padding: 15px;
	margin-top: -61px;
	clear: both;
	z-index: 1;
}
#footerInfo{
	width: 80%;
}
#footerLink{
	display: inline-block;
}

#tabLink a{
	display: inline-block;
	height: 14px;
	padding: 10px 30px 10px 30px;
	font-family: HelveticaNeueLTC, Arial Narrow, Arial;
	font-size: 15px;
	color: #666;
	background: #d5d5d5;
	background: -moz-linear-gradient(top, #d5d5d5 0%, #c8c8c8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5d5d5), color-stop(100%,#c8c8c8));
	background: -webkit-linear-gradient(top, #d5d5d5 0%,#c8c8c8 100%);
	background: -o-linear-gradient(top, #d5d5d5 0%,#c8c8c8 100%);
	background: -ms-linear-gradient(top, #d5d5d5 0%,#c8c8c8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#c8c8c8',GradientType=0 );
	background: linear-gradient(top, #d5d5d5 0%,#c8c8c8 100%);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#tabLink a:hover{
	color: #333;
}
#tabLink .on{
	color: #333;
	background: #eaeaea;
	background: -moz-linear-gradient(top, #eaeaea 0%, #d5d5d5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#d5d5d5));
	background: -webkit-linear-gradient(top, #eaeaea 0%,#d5d5d5 100%);
	background: -o-linear-gradient(top, #eaeaea 0%,#d5d5d5 100%);
	background: -ms-linear-gradient(top, #eaeaea 0%,#d5d5d5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#d5d5d5',GradientType=0 );
	background: linear-gradient(top, #eaeaea 0%,#d5d5d5 100%);
}
#tabContent{
	padding: 7px;
	background: #d5d5d5;
	background: -moz-linear-gradient(top, #d5d5d5 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5d5d5), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top, #d5d5d5 0%,#cccccc 100%);
	background: -o-linear-gradient(top, #d5d5d5 0%,#cccccc 100%);
	background: -ms-linear-gradient(top, #d5d5d5 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#cccccc',GradientType=0 );
	background: linear-gradient(top, #d5d5d5 0%,#cccccc 100%);
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
}
#tabInside{
	display: inline-block;
	width: 100%;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#tabInside ul{
	list-style: square;
	margin: 20px;
}
#tabInside li{
	width: auto;
	margin: 0;
}

#tabInside .list{
	list-style: none;
	margin: 0;
}
#tabInside .list li{
	width: 30%;
	float: left;
	margin: 15px;
	padding: 5px 0 10px 0;
}
#tabInside .list li:nth-child(2n-1){
	background: url(src/bgList.gif);
}
#tabInside img{
	float: left;
	width: 105px;
	height: 70px;
	padding: 1px;
	border: 3px solid #ed3118;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 4px #666;
	-webkit-box-shadow: 0px 0px 4px #666;
	box-shadow: 0px 0px 4px #666;
}
.list img{
	margin: 10px;
}
#tabInfo{
	line-height: 15px;
	float: left;
}
.galeria{
	display: inline-block;
	margin-top: 20px;
}
.galeria img{
	margin: 18px;
}
.pic img{
	margin: 10px;
	border: none !important;
	padding: 4px !important;
	width: auto !important;
	height: auto !important;
	
}
