/* style sheet for new - not red - EAS Air Suspension page */

body {
background: #999 url(images/back.png) top center repeat-x fixed;
font: normal 14pt verdana, arial, sans-serif;
color: #808080;
margin: 5px;
padding: 5px;
}

#wrapper {
width: 695px;
margin: 100px;
text-align: left;
}

#top {
width: 695px;
height: 50px;

background: url(images/top.png) no-repeat;
}

#content {
background: #000 url(images/bg.png) top center repeat-y;
width: 693px;
height: 100%;

padding: 0px 1px 20px 1px;
text align: left;
}

#header {
width: 671px;
height: 194px;
background: url(images/header.png);
font-weight: bold;
font-size: 20pt;
padding-top: 6px;
padding-left: 20px;
}

/*                    Menu                   */
#menu {
width: 143px;
height: 100%;
float: left;
text-align: left;
margin: 2px;
}

#menu li a {
height: 33px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 22px;
text-decoration: none;
text-align: left;
font-size: 10pt;
}	
	
#menu li a:link, #menu li a:visited {
color: #FFF;
display: block;
background:  url(images/off.png);
padding: 3px 3px 0px 10px;
width: 123px;
height: 22px;
text-align: left;
font-size: 8pt;
}
	
#menu li a:hover {
color: #09F;
background:  url(images/on.png);
padding: 3px 3px 0px 10px;
height: 29px;
width: 123px;
text-align: left;
font-size: 10pt;
}	

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: none;
}

#stuff {
background: #000;
float: right;
width: 502px;
margin: 20px 10px 0px 4px;
padding: 6px 0px 40px 0px;
}

#stuff a, #stuff a:visited{
color: #000ff0;
}


#bottom {
color: #ccc;
background: #F9F9F9;
clear: both;
width: 693px;
height: 35px;
padding-left: 30px;
padding-top: 15px;
background: url(images/bottom.png) no-repeat;
font-size: 8pt;
}

#bottom a, #bottom a:visited{
color: #ccc;
}

#bottom a:hover {
color: #808080;
}