/*
	Date: 
	Title: 
====================================
*/
* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	font:12px Arial, Georgia, Verdana, Lucida, "Trebuchet MS", Helvetica, Tahoma, sans-serif;
}
img { border:0; }
:focus { outline:none; }
ul, ol, li { list-style:none; }
a {
	color:#d00000;
	text-decoration:none;
}
a:hover {
	
	text-decoration:underline;
}
.hide {
	position: absolute;
	left: -9999px;
}
.clear { clear:both; }
.fl { float:left; }
.fr { float:right; }
.align_center{
	float:none;
	clear:both;
	display:block;
	margin:0px auto;
}
.align_left{
	float:none;
	clear:both;
	float:left;
	margin:0px 10px 10px 0px;
	display:inline;
}
.align_right{
	float:none;
	clear:both;
	float:left;
	margin:0px 0px 10px 10px;
	display:inline;
}
/*-----------------------Page Structure goes from here
*/
.outer_wrapper{
	width:100%;
	text-align:center;
	background:#ffffff url(../images/wrapper-bg.jpg) center -15px repeat-x;
}
.inner_wrapper{
	display:block;
	width:960px;
	margin:0px auto;
	padding-bottom:20px;
	overflow:hidden;
}
.top{
	text-align:left;
	display:block;
	height:154px;
	margin-top:5px;
	overflow:hidden;
}
.topmenu{
	display:block;
	height:40px;
	background:url(../images/topmenu.png) top left no-repeat;
	margin-bottom:30px;
}
.bannerArea{
	width:960px;
	overflow:hidden;
	position:relative;
}
.banners{
	width:960px;
	height:314px;
	border-width:0px;
	border-radius:10px;
	-moz-border-radius=10px;
	-webkit-border-radius=10px;
	margin-bottom:35px;
	overflow:hidden;
	float:left;
}
.banners ul{
	display:block;
	border-radius:10px;
	-moz-border-radius=10px;
	-webkit-border-radius=10px;
	overflow:hidden;
}
.banners ul li{
	width:960px;
	height:314px;
	overflow:hidden;
	position:relative;
}
.banner ul li img{
	position:absolute;
	top:0px;
	left:0px;
	z-index:50;
}
.banners ul li .text{
	position:absolute;
	width:470px;
	height:52px;
	background:url(../images/banner-content-bg.png) repeat;
	top:232px;
	left:0px;
	text-align:left;
	color:#ffffff;
	font-size:23px;
	padding:15px;
	z-index:100;
	overflow:hidden;
}
.banners ul li .text a{
	display:block;
	text-align:left;
	color:#e60808;
	font-size:20px;
	text-decoration:none;
	text-transform:uppercase;
}
ol#controls{
	display:none;
}
.contents{
	display:block;
	padding:0px 0px 15px;
	overflow:hidden;
	text-align:left;
}
.content_left{
	float:left;
	width:580px;
	padding-bottom:30px;
}
.content_right{
	float:right;
	width:350px;
	margin-bottom:30px;
}
p{
	text-align:left;
	color:#262626;
	line-height:20px;
	margin-bottom:12px;
}
p.notice{
	margin:0px;
	padding:0px;
	color:#060;
	text-align:left;
	line-height:normal;
}
p.notice strong.err{
	color:#F00;
}
p span{
	color:#d00000;
}
p a{
	font-style:italic;
}
a.direction{
	font-size:18px;
	margin-top:10px;
	display:block;
}
.box{
	display:block;
	width:960px;
	margin-bottom:43px;
	overflow:hidden;
}
.box dl{
	width:1100px;
	overflow:hidden;
	display:block;
}
.box dl dd{
	float:left;
	width:286px;
	margin:0px 50px 0px 0px;
	display:inline;
	overflow:hidden;
}
h2{
	display:block;
	text-align:left;
	color:#d00000;
	line-height:40px;
	border-bottom:2px solid #d00000;
	text-transform:uppercase;
	margin-bottom:25px;
	overflow:hidden;
	padding-bottom:8px;
	font:normal 24px "Trebuchet MS";
}
h2 span{
	float:right;
}
.box dl dd h2{
	display:block;
	text-align:left;
	color:#d00000;
	line-height:40px;
	border-bottom:2px solid #d00000;
	text-transform:uppercase;
	margin-bottom:25px;
	font:normal 20px "Trebuchet MS";
	padding-bottom:6px;
}
.box dl dd img{
	border-radius:10px;
	-moz-border-radius=10px;
	-webkit-border-radius=10px;
	margin-bottom:15px;
}
.box dl dd p{
	margin-bottom:6px;
	line-height:18px;
}
a.glink{
	float:right;
	width:79px;
	line-height:24px;
	background:url(../images/glink-bg.png) top left no-repeat;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
	font-style:normal;
	height:24px;
	margin-bottom:8px;
	overflow:hidden;
}
a.glink:hover{
	text-decoration:none;
}
.post{
	display:block;
	text-align:left;
	padding:29px 0px 42px 0px;
	border-bottom:1px dotted #828080;
	margin-bottom:42px;
	overflow:hidden;
}
.post .align_left{
	margin:0px 28px 15px 0px;
	width:196px !important;
	border:1px solid #fff;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
h3{
	text-align:left;
	font-size:16px;
	color:#bf0101;
}
input.textbox, textarea{
	background:#fff url(../images/textbox-bg.png) top repeat-x;
}
input.textbox{
	border:1px solid #b8b8b8;
	padding:5px;
	width:270px;
}
textarea{
	border:1px solid #b8b8b8;
	width:270px;
	height:100px;
	padding:5px;
}
input.button{
	text-align:center;
	border:none;
	background:none;
	background:url(../images/glink-bg.png) top left no-repeat;
	padding:3px 16px 3px 16px;
	color:#ffffff;
	line-height:28px;
}
dl.formcontainer{
	display:block;
}
dl.formcontainer dd{
	display:block;
	margin-bottom:20px;
	overflow:hidden;
}
dl.formcontainer dd label{
	float:left;
	width:105px;
	color:#4a4a4a;
	font-weight:bold;
	line-height:28px;
	text-align:left;
}
dl.galleries{
	display:block;
	width:1050px;
	overflow:hidden;
}
dl.galleries dd{
	float:left;
	width:288px;
	height:143px;
	margin:0px 46px 20px 0px;	
	display:inline;
	overflow:hidden;
	position:relative;
}
dl.galleries dd:hover{
	opacity:0.8;
}
dl.galleries dd img{
	/*width:150px;
	height:150px;
	position:absolute;
	top:50%;*/
	width:286px;
	height:141px;
	margin:0 !important;
	border:1px solid #D00000;
	/*border-radius:9px;
	-webkit-border-radius:9px;
	-mox-border-radius:9px;*/
}
ul.list{
	display:block;
	text-align:left;
	padding-left:20px;
}
.post .list{	
	float:left;
	width:710px;
	padding-bottom:15px;
}
ul.list li{
	display:block;
	text-align:left;
	background:url(../images/buttlet.jpg) left 5px no-repeat;
	padding:0px 0px 0px 10px;
	background-position:0px 4px;
}
.footer{
	display:block;
	text-align:center;
	height:35px;
	background:url(../images/footer.gif) top left no-repeat;
	color:#9d9d9d;
	clear:both;
}
.footer p{
	display:block;
	text-align:center;
	line-height:33px;
	color:#9d9d9d;
}
.viptooling{
	display:block;
	margin-bottom:20px;
}
.viptooling p{
	padding:0px;
	margin:0px;
	ma
}
.viptooling p:first-letter{
	padding:0px;
	margin:0px;
	color:#d00000;
	font-size:20px;
}
.qualitypolicy h2{
	font-size:24px;
}
.contents .qualitypolicy h3{
	margin-bottom:10px;
	font:normal 20px Georgia, "Times New Roman", Times, serif;
}
#contact{
	height:24px;
	width:79px;
	padding:0 !important;
	cursor:pointer;
	text-align:center;
	margin-left:191px;
}
.google{
	border:1px solid #D00000;
	width:350px;
	height:350px;
	overflow:hidden;
}
.sampleArea {
	text-align:center;
}
.sampleArea img{
	margin-right:10px;
	clear:none;
	border:1px solid #fff;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
.topSample{
	margin:0 auto;
}
.topSample img{
	width:230px;
}
.click{
	margin:0 auto;
	display:block
}
.dev{
	float:left;
	margin:10px 0;
}