body {
    background:#000;
    font-family: helvetica;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-decoration: none }


/*----------------------*/
#container {
    border: solid 1px #005E9C; 
    background-color: #fff;
    padding: 3px 1px 3px 1px; 
    width: 770px; }        

* html #container {
    border: solid 1px #005E9C; 
    background-color: #fff;
    padding: 3px; 
    width: 770px; }        
/*----------------------*/

#topnav {
    padding: 0; 
}

#topnav table {
    height: 28px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    width: 100%;
}

#topnav table td {
    background-color: #FF1806; 
    width: 12%;
    text-align: center;
}

#topnav table td.inner {
    border-right: solid 1px #fff;
}

#topnav table td a {
    font: bold 12px helvetica;
    color: #fff;
    text-decoration: none;
}    

#topnav table td a:hover {
    color: #ffff00; 
}


#companyfooter {
    height: 25px;
    background-color: #F40101;
    font: normal 12px helvetica;
    color: #fff;
    text-align: center;
}

#footer {

    text-align: center;
    font: normal 10px helvetica;
    color: #000; 
}

#footer a {
    color: #000; 
}

/* MENU */

#menu { 
    width: 175px; 
    background-color: #666666;
    border-bottom: solid 1px #fff;

}

#menu .header {
    font: bold 13px helvetica;
    color: #fff;
    text-align: center; 
    padding: 5px 0 5px 0;
    background-color: #FF8007;}
    

#menu .button {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
	}

#menu .button ul {
	width:175px;
	list-style-type: none;
	margin: 0;
	padding: 0;
    border-top: 1px solid #fff;
    }
#menu .button ul li {
	list-style-type:none;
	}
#menu .button li {
    border-bottom: 1px solid #fff;
    padding: 0px;
    margin: 0;
    }
    
#menu .button li a {
		display: block;
		padding: 5px 0 5px 10px;
		color: #fff;
        font-size: 13px;
		text-decoration: none;
		width: 175px;
        font-weight: bold;
        }

html>body #menu .button li a {
    width: auto;
    }

#menu .button li a:hover {
    color: #fff;
    background-color: #ADADAD;
    }

#address {

    font: normal 11px arial;
    color: #fff;
    margin-top: 30px; 
    margin-left: 10px;}


#content { 
    background-color: #fff; 
    padding: 5px 10px 10px 10px;
}


