* {
	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 425px;
}

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

#contactBox #languages {
	float:right;
	margin-top:2px;
}

#contactBox #languages li {
	float:left;
	list-style-type:none;
	margin-left:10px;
}

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

#header h1 {
	width:304px;	
	float:left;
	font-size:38px;
	font-weight:400;
	text-align:center;
	padding-top:40px;
	color:#10253F;
	height:140px;
}

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

ul#nav {
	float:right;
	background:#DCE6F2;
	width:760px;
	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:110px;
	line-height:110px;
	font-size:27px;
	width:250px;
	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 80px 0;
}

#banner img {
	float:left;
	margin-right:10px;
}

#banner p {
	font-size:32px;
	color:#10253F;
	padding:15px 0px 35px 0;
}

ul#products {
	float:left;
	clear:both;
}

ul#products li {
	list-style-type:none;
	float:left;
	margin-left:35px;
	background-color:#F4F7FB;
	width:350px;
	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;
}


