/* ------------------------------------------------------------------------------------------------------*/
/* Zero out all browser-preset values  ------------------------------------------------------------------*/

html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}



/* ------------------------------------------------------------------------------------------------------*/
/* The following styles are for layout/postioning for specific DIV elements -----------------------------*/


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div, p {
	color: #AFAFAF;
	background: left;
	font: 10px/20px Verdana, Arial, Helvetica, sans-serif;
	list-style: inside;
}

a
{
text-decoration: none;
color: #D08731;
}

a:hover
{
text-decoration: underline;
}

#main_nav
{
	width: 778px;
	margin: 0 auto;
	height: 30px;
	top: 1px;
	left: 0px;
	overflow: visible;
}

#main_inner
{
	position: relative;
	width: 778px;
	margin: 0 auto;
	padding-top: 1px;
	z-index: 900;
	overflow: visible;
}


div.fixed
{
	width: 778px !important;
	overflow: visible;
}

h4 {font: normal 15px/20px Verdana, Arial, Helvetica, sans-serif; color: #D08731; margin: 0px 0 5px; padding: 0 0 5px;}



#ul{
	margin-top:0px;
	margin-left: 12px;
}

#ul li{
	color: #AFAFAF;
	font-size: 10px;
	line-height: 15px;
	list-style-position: outside;
	margin-top: 9px;
	list-style-image: url(../images/shared/listBullet.gif);
}

#ol{
	margin-top:0px;
	padding-left: 18px;
}

#ol li{
	color: #AFAFAF;
	font-size: 10px;
	line-height: 13px;
	list-style-position: outside;
	margin-top: 5px;
	list-style-type: decimal
}


#homeHeader{
	background:url("http://www.generichost.com/~aerotech/images/nav_aerotech_logo.gif") no-repeat;
	width:780px;
	height:136px;
	display:block;
}

#homeFB{
	text-align:right;
	padding-top:47px;
}

a, a:link, a:visited{
	border:none;
	-moz-outline-style: none;
}

a:hover {
	border:none;
	-moz-outline-style: none;
}


a img, img a:active{
	text-decoration:none;
	border:none;
	outline:none;
}

a:active { 
  outline:none; 
}

a:active, a:focus {
outline: 0
}


a#facebook,
a#facebook img,
#head img,
#head a img{
	border:none;
	text-decoration:none;
}

a#facebook,
a#facebook img{
	margin:10px 0;
}


