* {
	margin:0;
	padding:0;
	border:none;
}

body {
	color:#404049;
	font-family: Verdana, serif;
}

p {
	font-size:19px;
}

#wrapper {
	width:1160px;
	margin:0 auto;
}

#contactBox {
	height:30px;
	width:1100px;
	padding:4px 30px 4px 30px;
	background:#4F81BD;
	font-size:16px;
	color:#fff;
	text-align:center;
}

#contactBox p.colorlites {
	float:left;
	padding:2px 0 0 50px;
}
#contactBox p.phone {
	float:left;
	padding:2px 0 0 550px;
}

#contactBox p.social {
	float:right;
	margin-right:45px;
}
#contactBox p a {
	float:left;
	margin-right:12px;
}

#header {
	width:100%;
	height:110px;
	margin-top:26px;
}

#header h1 {
	width:268px;	
	float:left;
	font-size:44px;
	font-weight:400;
	text-align:center;
	padding-top:30px;
	color:#10253F;
	height:80px;
}
#header p {
	
	padding-right: 135px;
	float:right;
}

#header img {
	float:right;
	margin-right:45px;
}

ul#nav {
	float:right;
	background:#DCE6F2;
	width:862px;
	border:15px solid #C6D9F1;
}

ul#nav li {
	list-style-type:none;
	border-left:1px solid #333;
	float:left;
}

ul#nav li:first-child {
	border-left:1px solid #C6D9F1;
}

ul#nav li a {
	display:block;
	height:80px;
	line-height:80px;
	font-size:27px;
	width:283px;
	text-align:center;
	color:#10253F;
	text-decoration:none;
}

ul#nav li a:hover {
	cursor:pointer;
	background:#C6D9F1;
}

#banner {
	width:100%;
	background:#B9CDE5;
	margin:30px 0 100px 0;
}

#banner1 {
	width:100%;
	float:center;
	margin:30px 0 50px 0
}
#banner img {
	float:left;
	margin-right:30px;
}

#banner p {
	font-size:40px;
	color:#10253F;
	padding:70px 30px 15px 0;
}

ul#products {
	width:100%;
	
	margin:30px 0 100px 0;
	}

ul#products li {
	list-style-type:none;
	float:left;
	margin-left:45px;
	background-color:#F4F7FB;
	width:330px;
	min-height:304px;
	
}

ul#products li h2 {
	background-color:#DCE6F2;
	width:100%;
	text-align:center;
	height:105px;
	line-height:105px;
	font-weight:400;
	font-size:30px;
	color:#404049;
}

ul#products li p {
	padding:12px;
	font-size:20px;
}
#info p {
	font-size:20px;
	text-align:center;
	color:#000000;
}

#footer {
	width:70%;
	clear:both;
	margin:180px 0 20px 0;
	line-height:10px;
	padding:0 45px 0 45px;
}

#footer p {
	color:#00C;
	font-size:10px;
	font-family:verdana;
	width:70%;
	float:left;
	font-style: italic;
}

.clear {
	width:100%;
	clear:both;
	height:1px;
	background:#fff;
}
