@charset "utf-8";
/* layout */

body{
	margin:0px auto;
	background-color: #FFFFFF;
}
.main{
	width:898px;
	margin:0px auto;
	display:block;
}
.header{
	width:898px;
	height:209px;
	position:relative;
	background-image:url(../images/header.jpg);
	float:left;
}
.infobar{
	width:898px;
	height:32px;
	position:relative;
	background-image:url(../images/call.jpg);
	float:left;
}
.content{
	width:898px;
	height:auto;
	position:relative;
	background-image:url(../images/slice.jpg);
	display:block;
	background-repeat:repeat-y;
	float:left;
}
.leftbar{
	width:217px;
	height:auto;
	position:relative;
	float:left;
}
.rightbox{
	width:681px;
	height:auto;
	position:relative;
	float:left;
}
.security{
	width:215px;
	height:auto;
	position:relative;
	float:left;
}
.cctv2{
	width:215px;
	height:406px;
	position:relative;
	background-image:url(../images/cctvright.jpg);
	float:left;
}
.cctv{
	width:215px;
	height:270px;
	position:relative;
	background-image:url(../images/side1.jpg);
	float:left;
}
.cctv3{
	width:215px;
	height:406px;
	position:relative;
	background-image:url(../images/gates.jpg);
	float:left;
}
.cctv4{
	width:215px;
	height:269px;
	position:relative;
	background-image:url(../images/cctv2.jpg);
	float:left;
}
.cctv5{
	width:215px;
	height:431px;
	position:relative;
	background-image:url(../images/cctv6.jpg);
	float:left;
}

.trade{
	width:215px;
	height:257px;
	position:relative;
	background-image:url(../images/tradeas.jpg);
	float:left;
}
.trade2{
	width:215px;
	height:52px;
	position:relative;
	background-image:url(../images/trade.jpg);
	float:left;
}

.copyright{
	width:898px;
	height:auto;
	position:relative;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	text-align: center;
}
.textarea{
	width:431px;
	height:auto;
	position:relative;
	float:left;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.footer{
	width:898px;
	height:40px;
	background-image:url(../images/footer.jpg);
	position:relative;
	float:left;
	padding-top: 30px;
}

/* fonts */
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	left: 247px;
	top: 11px;
	margin: 0;
	color: #770101;
}
p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
}
ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6F0100;
	margin:0px;
	padding-left:30px;
	}
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #200001;
}

