

body{
margin:0;
overflow: scroll;
}



#content{
  
  width: 690px;
  margin: 0 auto;
  
}


#header{
  
  height: 150px;
  background: white url('../images/header.jpg') no-repeat;

}

#menu{
  
  height: 200px;
  height: 65px;
  margin-bottom: 5px;
  
}

#menu ul{
list-style-type: none;
margin: 0;
padding: 0;

}

#menu ul li{

margin-left: 0;
float: left;
background: url('../images/button_up.jpg') no-repeat;
width: 94px;
height: 33px;
margin-right: 1px;
left: 0px;
}


#menu ul li:hover{  /* In case of no js.. at least tabs will work */

background: url('../images/button_down.jpg') no-repeat;

}


#menu ul li a{

display: block;
width: 94px;
height: 23px;
margin: 0px;
padding: 0px;
text-align: center;
padding-top: 10px;
color: #fff;
font-family: arial;
font-size: 12px;
font-weight: bold;

}

.submenu{

display: none;
font-family: arial;
font-size: 11px;
height: 38px;
width: 689px;
background: url('../images/secondary_menu_bar.jpg') no-repeat;
padding: 8px 15px;

}



#sub_menu_main{
display: none;
}

#sub_menu_services{
display: none;
}

#sub_menu_contact{
display: none;
}

.submenu a{
padding: 3px 4px;
margin-left: 8px;
color: #fff;
text-decoration: none;
}

.submenu a:hover{
color: #ccc;
}




#flash{
  
  height: 212px;
  background: white url('../images/flash.jpg') no-repeat;
  
}

#box{
  
  height: 300px;
  
}

.location{
font-size: 11px;
font-family: tahoma;
margin:0;
margin-left: 20px;
padding: 0;

}

#footer{

width: 700px;
height: 230px;
background: white url('../images/footer.jpg') no-repeat top left;
margin-top: 30px;
color:#777;
font-size: 11px;
font-family: arial;
text-align: right;
padding-top: 200px;


}

#footer a{
color: inherit;
}

a img{
border: 0;
}


