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

body,#body{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	min-width:1050px;
	color:#5d5d5d;
	font-family:Arial, Helvetica, sans-serif;
}
body{
		background-color:#090909;
}
#body{
		background-color:#f4f4f4;
}
.wrapper{
	width:100%;
}
#body{
	border-top:20px solid #090909;
}
#t{
	width:1000px;
	background-color:#f4f4f4;
}
#header{
	width:100%;
	border-bottom:1px solid #C0C0C0;
	margin-bottom:15px;
	text-align:right;
	height:155px;
}
#banner{
	padding-bottom:15px;
	border-bottom:1px solid #C0C0C0;
	margin-bottom:15px;
	height:400px;
	width: 1000px;
	}
#logo{
	height:130px;
	margin-top:15px;
	margin-bottom:10px;
	float:left;
}
#contact{
	line-height:40px;
	font-size:12px;
}
#nav{
	
}
#content{
	min-height:500px;
	width:100%;
}
#f{
	width:100%;
	background-color:#e2e2e2;
}
#footer{
	width:1000px;
	padding-top:30px;
	padding-bottom:30px;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
}
#nav{
	float:right;
	margin-top:40px;
}
#nav li{
	float:left;
	list-style:none;
	text-indent:0px;
	margin:0px;
	padding:0px;
		padding-left:50px;

}
#nav li a{
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	color:#093;
}
#sections{
	font-family: Arial;
	font-size:11px;
	border-bottom:1px solid #C0C0C0;
	margin-bottom:15px;
	height:215px;px;

}
#sections h2{
	color:#000;
	font-family: Arial;
	font-size:18px;
	font-weight:bold;
	border-bottom:5px solid #000000;
	margin-bottom:5px;
	width:275px;
}
#about{
	float:left;
	width:275px;
}
#read{
	text-decoration:none;
	font-family: Arial;
	font-size:14px;
	font-weight:bold;
	color:#093;
}
#center{
	float:left;
	width:45%;
}
#benefits{
	width:275px;
}
#benefits li{
	list-style-image: url('images/check.png');
	background-position: 0px 15px; 
	padding-top:-5px;
}
#testimonials{
	float:right;
	width:275px;
}
#portfolio h2{
	font-family: Arial;
	font-size:18px;
	font-weight:bold;
	color:#000000;
}
#portfolio{
	height:215px;
	border-bottom:1px solid #C0C0C0;
	margin-bottom:15px;
	display:inline-block;
	width:1000px;
}
#example2{
	margin-left:42px;
}
#example3{
	margin-left:41px;
	margin-right:42px;
}
#bottom h2{
	font-family: Arial;
	font-size:13px;
	font-weight:bold;
	color:#000000;
}
#bottom{
	font-family: Arial;
	font-size:11px;
	height:150px;
}
#updates{
	float:left;
	width:66%
}
#connectBox{
	float:right;
	width:33%
}
#connect{
	margin-left:50px;
	display:inline-block;
}
#icon{
	margin-right:10px;
}
