html,body,#container {
	height:100%;
}

body {
	margin:0;
	padding:0;
	background-image: url(../layout/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #BDBDBD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}

p, li, label{
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
}

p {
	margin: 8px 0;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	color: #F93334;
}

h2 {
	border-top: 2px solid red;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	color: #F93334;
	padding: 4px 0;
}

h3 {
	border-top: 2px solid red;
	clear: both;
	font-size: 13px;
	font-weight: bold;
	color: #F93334;
	padding: 4px 0;
}


#container{
	position:relative;
	margin:0 auto;
	width:900px;
	height:auto !important;
	min-height:100%;
	background-color: #4b4b4b;
}

#header{
	width: 900px;
}

.company_logo{
	width: 184px;
	float: left;
	height: 240px;
}

.header_main{
	height: 240px;
	width: 716px;
	background-color: #CCCCCC;
	float: left;
}

#midarea{
	width: 900px;
	background-image: url(../layout/container_bg.gif);
	padding-bottom: 30px;
}

#navigation{
	float: left;
	width: 184px;
}

#navigation .padding{
	padding-left: 45px;
	padding-bottom: 65px;
	padding-top: 35px;
}

#main_content{
	background-color: #FFFFFF;
	width: 442px;
	float: left;
}
#main_content .padding{
	padding-right: 10px;
	padding-left: 40px;
	padding-top: 35px;
	padding-bottom: 40px;
}

#main_content .verticalimage {
	float: right;
	margin: 0 20px;
}

#sub_content{
	width: 274px;
	float: left;
	background-image: url(../layout/subcontent_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#sub_content .padding{
	padding-left: 30px;
	padding-bottom: 40px;
}

#sub_content .logo{
	background: url(../layout/subcontent_logo.gif) top left no-repeat;
	width: 234px;
	height: 30px;
	margin-left: 10px;
}

.clear{
	clear: both;
	float: none;
}

#footer{
	height: 50px;
	width: 900px;
}

#footer p{
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 10px;
}

#footer a{
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 10px;
	text-decoration: none;
}

#footer .companyname{
	width: 400px;
	float: left;
}

#footer .companycontact{
	width: 490px;
	float: left;
	text-align: right;
	padding-right: 10px;
}

#sub_content img{
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#sub_content p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding-top: 0;
	margin-top: 0;
	padding-right: 30px;
	padding-left: 10px;
}

#sub_content a{
	font-weight: bold;
	color: #B1000A;
	text-decoration: underline;
}

#sub_content .divider{
	clear: both;
	float: none;
	height: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
	background-image: url(../layout/subcontent_divider.jpg);
	background-repeat: no-repeat;
	width: 225px;
}

#sub_content .call_to_action p{
}

.applications #sub_content img{
	float: none;
}

.applications #sub_content p{
	float: none;
	width: 210px;
}

.products #main_content .large_image {
	position: absolute;
	left: 550px;
}

.submit_button {
	margin-top: 20px;
	width: 320px;
}


/* Site Navigation */
.awenav ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 120px; /* Width of Menu Items */
}
	
.awenav ul li{
position: relative;
}
	
/*Sub level menu items */
.awenav ul li ul{
background-color: #e60707;
position: absolute;
width: 400px; /*sub menu width*/
top: 0;
visibility: hidden;
}
.awenav ul li ul li{
float: left;
width: 200px;
}
.awenav ul li ul li a{
border-left: 1px solid #ff8080;
}

/* Sub level menu links style */
.awenav ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 5px;
	background-color: #e60707;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	border-bottom: 1px solid #ff8080;
}

.awenav ul li a:visited{
color: #FFFFFF;
}

.awenav ul li a:hover{
background-color: #ed4747;
}

.awenav .subfolderstyle{
	background-image: url(../layout/navigation_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

	
/* Holly Hack for IE \*/
* html .awenav ul li { float: left; height: 1%; }
* html .awenav ul li a { height: 1%; }
/* End */
/* End */

body.home .awenav .home, 
body.about .awenav .about, 
body.products .awenav .products,
body.applications .awenav .applications,
body.support .awenav .support,
body.customer .awenav .customer,
body.spare .awenav .spare,
body.talk .awenav .talk,
body.past .awenav .past,
body.vacancies .awenav .vacancies,
body.na .awenav .na{
	font-weight: bold;
}
