@charset "utf-8";
/* CSS Document */

body {
/**	background:url(../images/Background.png) bottom center; **/
	text-align:left;
}

#upper, #navigation, #lower {
	width:100%;
}

#navigation {
	background:url(../images/main-bg.png) repeat-x;
}

#menu_container {
	width:1000px;
}

#header, #content{
	width:1000px;
}

#header {
	height:200px;
}
#header img {
	float:left;
}

#content {
	width: 960px;
	min-height: 500px;
	padding:20px;
	background:url(../images/trans20p.png);
}

#left{
	width:200px;
	min-height:500px;
	float:left;
	background:url(../images/trans70p.png);
	background:#FFF;
}
#main{
	min-height:500px;
	min-width:740px;
	float:right;
	background:url(../images/trans70p.png);
	background:#FFF;
}

#box1, #box2, #box3 {
	width:200px;
	min-height:250px;
	float:left;
	margin-top:10px;
}
#box1 {
	background:url(../images/boxback1.png) no-repeat center;
	margin-left:30px;
}
#box2 {
	background: url(../images/boxback1.png) no-repeat center;
	margin-left:40px;
}
#box3 {
	background:url(../images/boxback1.png) no-repeat center;
	float:right;
	margin-right:30px;
}
#box3 ul {
	text-align:left;
	margin-left:30px;
}
#footer {
	background:#FFF;
	width:100%;
	margin-top:20px;
	min-height:20px;
}
#coverage {
	 width:740px;
	 text-align:left;
}
#coverage p {
	margin-left:10px;
	margin-right:10px;
	margin-top:270px;
	font-size:18px;
}
.title_logo {
	position:static;
	margin-left:0px;
	left:100px;
	z-index: 5000;
	float:left;
}
.title_logo1 {
	position:static;
	margin-left:-350px;
	left:100px;
	z-index: 1000;
	float:left;
}
.title {
	color:#FFF;
	margin-top:10px;
	margin-bottom:5px;
}

.text {
	font-size:18px;
	text-align:left;
	margin-left:10px;
	margin-right:10px;
}
.title{
	color:#000;
	text-align:left;
	margin-left:10px;
}
.deff{
	text-align:left;
	margin-left: 25px;
	color:#000;
	padding-top:15px;
}
.list{
	text-align:left;
	margin-left: 70px;
	color:#000;
}