@charset "utf-8";
/* CSS Document */

body{
background-color:#E7E7E7;
}
img{
border:0;
}

#wrapper{
margin: 0 auto;
width:850px;
}

#header{
height:115px;
width:850px;
background-image:url(images/header_bg.jpg);
background-repeat:repeat-x;
}

#logo{
width:185px;
height:103px;
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
float:left;
margin-left:20px;
margin-top:8px;
}

#headertext{
background-image:url(images/header_text.jpg);
background-repeat:no-repeat;
width:526px;
height:29px;
float:right;
margin-right:65px;
margin-top:45px;
}

#navigation {
background-image:url(images/navi_bg.jpg);
height:35px;
width:850px;
background-repeat:repeat-x;
}

ul#navi {  
margin:0;
padding-left:0px;
padding-top:7px;  
position:absolute;
}  

ul#navi li {  
display:inline;  
padding-left:15px;
padding-right:71px;
}  

ul#navi li a {  
text-decoration:none;  
color:#ffffff;  
font-family:Arial;  
font-size:12px; 
font-weight:600;

}  
ul#navi li a.active, ul#navi li a:hover {  
color:#9e9e9e;  
}  

#contactnowbutton{
width:155px;
height:25px;
float:right;
margin-right:34px;
margin-top:5px;
}

#underheader{
width:850px;
height:30px;
background-color:#acacac;
border-top:1px #0600f8 solid;
}

#contentarea{
width:850px;
min-height:305px;
background-color:#ffffff;
padding-top:3px;
padding-bottom:5px;
}


p{
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:600;
padding-left:15px;
}

#footer{
height:68px;
width:850px;
background-image:url(images/footer_bg.jpg);
background-repeat:repeat-x;
}

#gear{
width:49px;
height:48px;
float:right;
background-image:url(images/small_gear.jpg);
margin-right:25px;
margin-top:11px;
}

h3{
text-align:center;
font-family:tahoma;
font-size:12px;
color:#ffffff;
font-weight:200;
}

#footertext{
margin-top:15px;
margin-left:275px;
float:left;
}

h1{
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:600;
text-align:left;
padding-left:15px;
}


h2{
text-align:center;
font-family:tahoma;
font-size:19px;
color:#090909;
font-weight:200;
}