body {
background: #FFFFFF;
}

#menu_box{
text-align:center; /*centers for IE5*/
text-align:left; /*overrides the centering from above*/
width: 900px; /*5 menu items at 135px width (8px padding + 2px border + 125px width)*/
margin:0 auto; /*centers in compliant browsers*/ 
}

h1 {
font-family: verdana, arial, sans-serif;
font-size: 11px;
color: #333333;
line-height: 18px;
margin-left: 20px;
}

p, td, strong {
font-family: verdana, arial, sans-serif;
font-size: 11px;
color: #333333;
line-height: 18px;
margin: 20px 20px 5px 20px;
}

#menu_header {padding:0; margin:0; list-style:none; height:30px; position:relative; z-index:50; font-family:arial, verdana, sans-serif; float: right}
#menu_header li {float:left; margin-right:1px;}
#menu_header li a {display:block; float:left; height:30px; line-height:30px; font-size: 11px; font-weight: bold; color: #EFEFEF}
#menu_header li a:hover {display:block; float:left; height:30px; line-height:30px; font-size: 11px; font-weight: bold; text-decoration: none; color: #aac7fe} 
#menu_header li a:visited {display:block; float:left; height:30px; line-height:30px; font-size: 11px; font-weight: bold; text-decoration: none;} 

.menu_top_home a { display:block;; background: URL('../images/icon-home.gif') no-repeat center left; padding:0 30px 0 20px; }
.menu_top_home a:hover { background: URL('../images/icon-home-over.gif') no-repeat center left}
.menu_top_company a { display:block;; background: URL('../images/icon-company.gif') no-repeat center left; padding:0 30px 0 20px; }
.menu_top_company a:hover { background: URL('../images/icon-company-over.gif') no-repeat center left}
.menu_top_contacts a { display:block;; background: URL('../images/icon-contacts.gif') no-repeat center left; padding:0 30px 0 20px; }
.menu_top_contacts a:hover { background: URL('../images/icon-contacts-over.gif') no-repeat center left}
.menu_top_links a { display:block;; background: URL('../images/icon-link.gif') no-repeat center left; padding:0 10px 0 20px; }
.menu_top_links a:hover { background: URL('../images/icon-link-over.gif') no-repeat center left}

#content ul {
list-style-type: disc;
list-style-position: inside;
}


#content li {
margin-left: 20px;
}

#footer p {
font-size: 10px;
line-height: 17px;
margin-top: 14px;
color: #FFFFFF;
}

#footer a:link { color: #EFEFEF; text-decoration: none }
#footer a:hover { color: #99ffff; text-decoration: underline }
#footer a:visited { color: #EFEFEF; text-decoration: none }
#footer a:active { color: #EFEFEF; text-decoration: none }

a:link { color: #566977; text-decoration: none }
a:hover { color: #566977; text-decoration: underline }