html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
@font-face{
	font-family: 'customheadline';
	src: url("../fonts/trebucbi.ttf");	
}
.wrap{
	width:900px;
	height:500px;
	margin:0 auto;
	background-color:#FFF;
	padding:20px 2px;
	}
.masthead{
	margin:auto;
	}

li li{
	background:none;
	margin-left:5px;
}
li{
	list-style:none;
	margin:0;
	background: url("../images/bullet.jpg") no-repeat;
	padding-left:23px;
	margin-left:10px;
	margin-top:5px;
	}
h1, h2, h3{
	font-family:'customheadline', sans-serif;
	}
p, a, li{
	font-family:Verdana, Geneva, sans-serif;
	}
li{
	font-size:13px;
	}
h1{
	font-size:25px;
	list-style:none;
	}
h2{
	font-size:20px;
	}
h3{
	font-size:15px;
	}	
body{
	background:url("../images/body_bg.png")
	}

/**     Header     **/
#header{
	margin:auto;
	height:540px;
	}
#header li{
	background:none;
	}
.logo{
	background:url("../images/anova_logo.png") no-repeat;
	text-indent:-9999px;
	height:55px;
	width:162px;
	margin-left:25px;
	margin-bottom:15px;
	float:left;
	}
#nav{
	background:url("../images/specularity.png") #0479AC;
	height:30px;
	margin:15px 0px;
	clear:both;
	}
#nav li{
	float:left;
	margin-top:5px;
	color:#FFF;
	}
#nav a{
	font-weight:bold;
	font-size:13px;	
	text-decoration:none;
	color:#FFF;
	}
#nav a:hover{
	text-decoration:underline;
	color:#FFF;
	}
#nav:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
#contact{
	font-size:15px;
	height:100px;
	width:30%;
	text-align:center;
	margin-left:35%;
	margin-top:40px;
	padding:20px;
	border:1px dotted gray;
	}
#contact p{
	margin:5px;
 	}
.contact_form{
	margin:30px;
	}
/** Banner **/
.banner{
	width:900px;
	height:200px;
	padding:0px;
	margin-top:-390px;
	}
.home{
	background-image:url("../images/banner_home.jpg");	
	}
.company{
	background-image:url("../images/banner_company.jpg");
	}
.services{
	background-image:url("../images/banner_services.jpg");
	}
.network{
	background-image:url("../images/banner_network.jpg");
	}
.contact{
	background-image:url("../images/banner_contact.jpg");
	}
	
#contact a{
	font-size:12px;
	text-decoration:none;
	}
.headline{
	color:#FFF;
	position:relative;
	top:150px;
	left:20px;
	}
/** Main Content **/
.automation, .alignment, .visibility{
	float:left;
	display:block;
	width:29%;
	height:250px;
	border-top:none;
	margin:0px;
	color:#000;	
	}
.content .wrap{
	margin-top:-50px;
	margin-bottom:auto;	
	}
.home_wrap{
	height:100px;
	}
.company_wrap{
	height:500px;
	}
.services_wrap{
	height:600px;
	}
.network_wrap{
	height:40px;
	}
.contact_wrap{
	height:60px;	
	}
.alignment{
	border-left:grey 1px solid;
	border-right:grey 1px solid;
	}
.automation h2, .alignment h2, .visibility h2, .automation h3, .alignment h3, .visibility h3{
	margin:0 0 10px 0;
	}
.main_content{
	background-color:#FFF;
	padding:15px;
	}
.experience, .approach, .difference, .offshore{
	float:left;
	width:40%;
	height:250px;
	padding:30px;
	}
.experience, .difference{
	border-right:1px dotted grey;
	}
.difference, .offshore{
	border-top:1px dotted grey;
	}
.grid_wrap{
	margin-top:20px;
	margin-left:30px;
	}
	
/**     Footer     **/
#footer{
	clear:both;
	}
.footer_wrap{
	height:100px;
	width:900px;
	margin:0 auto;
	color:#FFF;
	padding:0px 2px;
	background-color:#000;
	}
#footer li{
	background:none;
	margin-top:15px;
	}
#footer a{
	font-weight:bold;	
	text-decoration:none;
	color:#FFF;
	}
#footer a:hover{
	font-weight:bold;	
	text-decoration:none;
	border-top:solid 1px #0479AC;
	border-bottom:solid 1px #0479AC;
	color:#0479AC;
	}
.footer_nav{
	text-align:center;
	padding-bottom:50px;
	width:900px;
	}
.footer_nav li{
	float:left;
	margin-left:20px;
	}
.footer_nav li:first-child{
	float:left;
	margin-left:130px;
	}
#copyright{
	clear:both;
	text-align:center;
	margin-top:20px;
	font-size:10px;
	}
