* {
	padding:0;
	margin:0;
}
html {
	height:100%;
}
body {
	/* 62.5% equiv. 10px */
	font:62.5%/140% Verdana, Helvetica, Geneva, Arial, sans-serif;
	height:100%;
}
html>body {
	/* for everything else - inc ie7 */
	f/ont-size:10px;
}
#wrapper {
	text-align:left;
	min-height:100%;
	margin:0 auto;
	width:900px;
	height:100%;
	padding: 0;
}
#left-content{
	padding: 30px 0 0 0;
	float: left;
	display: block;
	width: 191px;
	overflow:hidden;
}
#right-content{
	float: right;
	display: block;
	width: 700px;
	background: #fff url(../images/right-col-bg.gif) no-repeat 0 0 ;
	padding: 0 0 0 9px;
	margin: 30px 0 30px 0;
	overflow:hidden;

}
.right-content-page{
	background: #fff url(../images/right-col-bg.gif) no-repeat 0 -96px !important;
}
/*Menu Styles*/
#right-content #menu-top,
#right-content #current-menu{
	background: #000;
	height: 39px;
	margin: 0 0 2px 0;
}
#right-content #menu-top ul{
	margin: 0;
	padding: 0;
}
#right-content #menu-top ul li{
	display: block;
	float: left;
	height: 39px;
	padding: 0 1px 0 0;
	background: #000 url(../images/li_bg.gif) repeat-y 100% 0;
}
#right-content #menu-top ul li h2{
	margin: 0 ;
	font-weight: normal;
	font-size: 120%;
}
#right-content #menu-top ul li h2 a{
	padding: 0 8px 0 19px;
	color: #fff;
	text-decoration: none;
	line-height: 39px;
	display: block;
	float: left;
	background: #000 url(../images/li_rsaquo_blue.gif) no-repeat 8px 52% ;
	margin: 0;
}
#right-content #menu-top ul li.selected h2 a,
#right-content #menu-top ul li h2 a:hover{
	background: #2369C8 url(../images/li_rsaquo_white.gif) no-repeat 8px 52% ;
}
#right-content #current-menu{
	height: 63px;
	padding: 0;
	margin: 0;
	background: #919191 url(../images/sub_menu_image.jpg) no-repeat 100% 0;
}

#right-content #current-menu ul{
	margin: 0;
	padding: 0;
}
#right-content #current-menu ul li{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#right-content #current-menu ul li h2{
	font-weight: normal;
	font-size: 120%;
	margin: 0;
}
#right-content #current-menu ul li h2 a{
	text-decoration: none;
	color: #fff;
	display: block;
	float: left;
	line-height: 28px;
	height: 28px;
	cursor: hand !important;
	padding: 0 8px 0 17px;
	background: #919191 url(../images/li_rsaquo_white.gif) no-repeat 8px 53%;
}
#right-content #current-menu ul#nav li h2 a:hover,
#right-content #current-menu ul#nav li.selected h2 a{
	color: #FFF;
	background: #595959 url(../images/li_rsaquo_blue_sub.gif) no-repeat 8px 53%;
}
/*End Menu Styles*/

/*Affiliate Links*/
p span.accreditations_title,
h1.menu_title{
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
	margin: 0;
}
/*End Links*/
/*Additional Links*/
div#additional_links{
	margin: 2px 0 0 0;
	height:12em;
	background: #8F8F8F;
	border: 1px solid #8F8F8F;
}
div#additional_links ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}
div#additional_links ul li{
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	width: 317px;
	height: 74px;
	padding: 10px 16px;
}
div#additional_links ul li h2{
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-size: 150%;
	font-weight: normal;
	color: #C8F0FF;
	margin: 0 0 0 0;
}
div#additional_links ul li a{
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 8px 0 0 0;
	font-weight: bold;
	width: 315px;
}

div#additional_links ul li a span.title{
	padding: 0 1.5em 0 0;
	background: url(../images/content-arrow-white.gif) no-repeat 100% 60%;
}
div#additional_links ul li a span.teaser{
	display: block;
	color: #fff;
	margin: 8px 0 0 0;
	font-weight: normal;
}
div#additional_links ul li a:hover,
div#additional_links ul li a:hover span{
	color: #E2E2E2;
	text-decoration: none;
}
div#additional_links ul li a:hover span.title{
	color: #fff;
	text-decoration: underline;
}
/**/
#graphic{
	height: 700px;
	height: 159px;
	background-color:#000;
	/*
    background: #fff url(../images/homepage_graphic.jpg) no-repeat 0 0;
	b/ackground: #fff url(../images/homepage_banner.gif) no-repeat 0 0;
    */
}
#logo{
	text-indent: -999em;
	padding: 0;
	margin: 0;
}
#logo a{
	padding: 0;
	margin: 0;
	display: block;
	width:191px;
	height: 70px;
	background: #fff url(../images/aerobb_logo.gif) no-repeat 0 0;
}

#left-content .address p{
	margin: 1em 0;
	padding: 0 0 0 20px;
	color: #636363;
}
#left-content .address a,
#right-content a{
	color: #2369C8;
	text-decoration: none;
}
#left-content .address a:hover,
#right-content a:hover{
	text-decoration: underline;
}
#left-content .address div.hr{
	height: 0;
	overflow: hidden;
	border-top: 1px solid #E2E2E2;
	margin: 0 17px 0 20px;
}
/*Content*/
#content{
	margin: 16px 16px 55px 16px;
	_margin: 44px 16px 55px 16px;
	display: block;
	min-height: 100%;
}
#content h2{
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-size: 150%;
	font-weight: normal;
	color: #929292;
	margin: 0 0 1.5em 0;
}
#content h4{
	color: #2369C8;
	font-size: 120%;
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	margin: 10px 0 5px 0;
}
#content p{
	margin: 1em 0 0 0;
}
#content ul{
	list-style-type: none;
	margin: 1em 0 0 0;
	padding: 0;
}
#content ul li{
	margin: 0 0 0 1em;
	padding: 0.2em 0 0.2em 1.3em;
	background: url(../images/content-arrow-blue.gif) no-repeat 0 7px;
}
#content a.ext{
	padding-left: 13px;
	background: url(../images/icons/a_ext.gif) no-repeat 0 2px;
}
/*Footer*/

#footer{
	clear: both;
	position:relative;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height:55px;
	color: #595959;
	background: #fff;
}
#footer a{
	color: #595959;
	text-decoration: none;
}

#footer ul{
	border-top: 2px solid #91B4E3;
	float: left;
}
#footer ul li{
	display: block;
	float: left;
	width: 59px;
}
#footer p.address1{
	border-top: 2px solid #E2E2E2;
	margin-left: 197px;
	padding:5px 0 ;
	padding-top: 9px;
}
#footer p.address2{
	border-top: 1px solid #E2E2E2;
	margin-left: 197px;
	padding: 5px 0;
}
#footer a:hover{
	color: #2369C8;
	text-decoration: underline;
}

ul.accreditations{
	margin: 0 0 0 18px;
	padding: 0;
	list-style-type: none;
	width: 195px;
}
#footer ul.accreditations{
	margin: 0;
}
ul.accreditations li{
	text-indent: -999em;
	margin: 5px 0;
}
ul.accreditations li a{
	display: block;
	overflow: hidden;
	height: 48px;
}
ul.accreditations li a.ace{
	background: #fff url(../images/accreditation_ace.gif) no-repeat 0 0;
}
ul.accreditations li a.construction_line{
	margin-left: 13px;
	background: #fff url(../images/accreditation_constructionline.gif) no-repeat 0 0;
}
ul.accreditations li a.iso_9001{
	width: 67px;
	margin-left: 4px;
	background: #fff url(../images/accreditation_iso9001.gif) no-repeat 0 0;
}
ul.accreditations li.txt{
	text-indent: 0;
	color: #bbb;
}
ul.accreditations li.fbx{
	text-indent: 0;
	color: #bbb;
}
ul.accreditations li.fbx a{
	color: #bbb !important;
	display: inline;
	width: auto;
	height: auto;
}
ul.accreditations li.txt a{
	color: #bbb !important;
	display: inline;
	width: auto;
	height: auto;
}
ul.accreditations li.txt a:hover{
	color: #2369C8 !important;
}
ul.accreditations li.fbx a:hover{
	color: #f09 !important;
}
/*News article*/
ul#news_list{
	margin: 1em 0;
	padding: 0;
	list-style-type: none;
}
ul#news_list li {
	display: block;
	margin: 0 0 15px 0;
	_m/argin: -5px 0;
	padding: 0;
	height: 80px;
}
ul#news_list li h3{
	font-size: 100%;
	font-weight: normal;
}
ul#news_list li h3 a{
	color: #919191;
	display: block;
	background-color: #eaeaea;
	height: 72px;
	padding: 5px;
}
ul#news_list li h3 a:hover{
	text-decoration: none;
	background-color: #dedede;
}
ul#news_list li h3 a img{
	display: block;
	border: 1px solid #919191;
	padding: 1px;
	w/idth: 64px;
	h/eight: 64px;
	float: right;
	margin: 2px;
}
ul#news_list li h3 a span.text{
	display: block;
}
ul#news_list li h3 a span.title{
	font-family: 'Trebuchet MS',Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #2369C8;
	padding: 2px;
	font-weight: bold;
	display: block;
	margin: 0 0 0.5em 0;
}
ul#news_list li h3 a span.content{
	padding: 2px;
	display: block;
}
ul#news_list li h3 a span.more{
	display: block;
	padding: 2px;
	margin: 0px 0 0 0;
	text-decoration: underline;
}
div.news_article{
	margin: 1em 0 0 0;
}
div.image{
	float: right;
	margin: 0 0 1em 1em;
}
div.image img{
	border: 1px solid #919191;
	padding: 2px;
}
span.news_article_title{
	font-family: 'Trebuchet MS',Verdana, Arial, sans-serif;
	display: block;
	font-size: 120%;
	font-weight: bold;
	color: #2369C8;
	margin: 0 0 1em 0;
}
span.news_article_date{
	display: block;
	font-weight: bold;
	margin: 0 0 1em 0;
	color: #919191;
}
span.news_article_text{
	display: block;
	margin: 0 0 1em 0;
}
/*Projects*/
ul#projects_overview,
ul#projects_section{
	margin: 0 -10px 10px -10px;
	padding: 0;
	width: 690px;
	display: block;
	float: left;
	list-style-type: none;
}
ul#projects_overview li,
ul#projects_section li{
	margin: 0 0px 10px 10px;
	padding: 0;
	height: 80px;
	overflow: hidden;
	background: #ddd;
	width: 330px;
	float: left;
}
ul#projects_overview li a,
ul#projects_section li a{
	margin: 0 !important;
	display: block;
	height: 80px;
	color: #919191;
	background: #eaeaea;
	cursor: hand;
}
ul#projects_overview li a:hover,
ul#projects_section li a:hover{
	display: block;
	background: #dedede;
	text-decoration: none;
	color: #2369C8;
}

ul#projects_overview li a span.img,
ul#projects_section li a span.img{
	display: block;
	float: left;
	margin: 6px;
	_margin: 6px 3px;
	width: 64px;
	height: 64px;
	overflow: hidden;
	border: 1px solid #919191;
	p/adding: 1px;
}
ul#projects_overview li a span.img img,
ul#projects_section li a span.img img{
	w/idth: 64px;
	height: 64px;
}
ul#projects_overview li a span.title,
ul#projects_section li a span.title{
	font-family: 'Trebuchet MS',Verdana, Arial, sans-serif;
	display: block;
	font-size: 120%;
	color: #2369C8;
	padding: 5px 5px 0 75px !important;
	font-weight: bold;
}
ul#projects_section li a span.client,
ul#projects_section li a span.more,
ul#projects_overview li a span.client,
ul#projects_overview li a span.more{
	display: block;
	padding: 5px 5px 0 75px !important;
}
.project_images{
	display: block;
	width: 216px;
	float: right;
	margin-left: 10px;
}
.project_images a.thumb{
	display: block;
	float: left;
	width: 62px;
	height: 62px;
	padding: 2px;
	border: 1px solid #919191;
	margin: 1px 1px 1px 1px;
	cursor: hand;
}
.project_images a span.imgthumb{
	display: block;
	float: left;
	overflow: hidden;
	width: 62px;
	height: 62px;
	cursor: hand;
}
.project_images #main{
	border: 1px solid #919191;
	padding: 2px;
	width: 208px;
	margin: 0 0 0 2px;

}
span.news_article_date{
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-size: 120%;
	font-weight: bold !important;
}
#breadcrumb{
	margin: 15px 12px !important;
	padding: 0 !important;
	list-style-type: none;
}
#breadcrumb li{
	margin: 0 0px 0 0 !important;
	padding: 0  !important;
	background: none !important;
	float: left !important;
	display: block;
}
#breadcrumb li h2{
	margin: 0 !important;
	font-size: 100% !important;
	font-weight: normal !important;
	b/order: 1px solid #aaa;
}
#breadcrumb li h2 span,
#breadcrumb li h2 a{
	display: block;
	padding: 3px;
}
#breadcrumb li h2 a{
	margin: 0 !important;
	font-weight: normal !important;
	background: url(../images/bc_raquo_blue.gif) no-repeat 100% 55% !important;
	padding-right: 20px;
}
#breadcrumb li h2 a:hover{
	background: #eee url(../images/bc_raquo_blue.gif) no-repeat 100% 55% !important;
}
img.page_photo{
	border: 1px solid #919191;
	padding: 2px;
	margin: 1em 0 1em 1em;
	float: right;
	width: 150px;
}
p hr{
	border: none !important;
	border-top: 1px solid #42A5FF !important;
	height: 0px !important;
}
#form{
	margin: 2em 0 0 0;
	padding: 1em 0 0 0;
	border-top: 2px solid #E2E2E2;
}
#prod_guide{
	margin: 0;
	padding: 0;
}
#form h4{
	margin: 0;
}
#form div{
	margin: 2px 0;
}
#form label{
	display: block;
	float: left;
	width: 10em;
}
#form input{
	font-size: 110%;
	width: 200px;
	display: block;
	margin-left: 100px;
}
#form textarea{
	font-family: Verdana, Arial, sans-serif;
	font-size: 110%;
	width: 200px;
	_width: 204px;
	height: 5em;
	margin-left: 0px;
}
#form input#submit{
	width: auto;
	margin-left: 0px;
}
#form p{
	margin: 1em 0 2em 0;
}
.msg_err{
	color: #c00;
	margin: 1em 0 2em 0 !important;
}
.msg_err ul{
	margin: 0 !important;
}
#search{
	margin: 1em 0 0 9px;
	_margin: 1em 0 0 9px;
	padding: 0;
	height: 1.3em;
}
#search label{
	display: none;
	text-indent: -1000em;
}
#search input#search{
	width: 120px;
	padding: 0;
	float: left;
	font-size: 100%;
	_padding: 0 0 1px 0;
	_margin: 1px 0 0 0;
/*
	display: none;
*/
}
#search input#submit{
	padding: 0 3px;
	font-size: 100%;
	float: left;
	margin-top: 1em;
	_margin-top: 0em;
}
.search_result .search_highlight{
	background-color: #dadada;
	padding: 0 1px;
}
.search_results strong{
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-size: 110%;
	color: #000;
}
li.noimg span{
	margin: 0 0 0 -70px;
	height: 2em;
}
li.noimg {
	height: 2.5em !important;
	margin: 5px !important;
}
.spacer {
 	clear:both;
 	line-height:1px;
 	height:1px;
}