html {
height: 100%;
}

body {
font-family: arial, sans-serif;
font-size: 14px;
color: white;
background-image: url(../img/bg.gif);
margin: 0px;
}

#all {
position: relative;
width: 740px;
margin: 0px auto 0px auto;
background-color: #000066;
}

#top {
height: 81px;
background-color: #000066;
}

#logo {
width: 180px;
height: 80px;
float: left;
background-color:#000066;
}

#menu {
width: 740px;
}

#main {
padding: 0px 10px 10px 10px;
}

#header, #footer {
height: 2px;
background-color: white;
}

#intro {
width: 330px;
padding: 10px;
}

#mainbox {
height: 290px;
margin-left: auto;
margin-right: auto;
padding: 15px;
border-style: double;
border-width: 3px;
border-color: black;
background-color: white;
color: black;
}

#mainbox a {
color: #000066;
text-decoration: underline;
}

#mainbox td {
vertical-align: top;
}

#banner {
font-family: arial, sans-serif;
font-size: 15px;
font-weight: bold;
color: white;
padding-top: 30px;
text-align: center;
height: 25px;
background-color: #000066;
}


a {
text-decoration: none;
color: white;
}


#topmenu {
position: relative;
left: 0px;
height: 28px;

background-color: #334477;
z-index: 0;
}

.select {
background-color: #006699;
color: white;
}

.norm {
background-color: #334477;
color: white;
}


#used, #new, #contact, #faq, #home {
position: relative;
display: block;
float: left;
padding: 4px 9px 8px 9px;
margin: 0px;
}

#home {
margin-left: 410px;
}

#home a:hover {
font-weight: bold;
}

#subused, #subnew {
position: relative;
height: 20px;
font-size: 11px;
font-weight: bold;
padding: 7px 4px 1px 3px;
background-color: #006699;
}

#subused a, #subnew a {
padding: 3px 5px 5px 5px;
}

#subused a:hover, #subnew a:hover {
color: #000066;
background-color: white;
}

#subblank {
position: relative;
height: 28px;
background-color: #000066;
}

#subfaq {
position: relative;
height: 28px;
background-color: #000066;
}

.hdg1 {
font-family: arial, sans-serif;
font-size: 18px;
font-weight: bold;
color: #000066;
}

.hdg2 {
font-family: arial, sans-serif;
font-size: 14px;
font-weight: bold;
color: #000066;
}

.hdg3 {
font-family: arial, sans-serif;
font-size: 14px;
font-weight: bold;
}

.sublit {
color: #000066;
background-color: white;
}

#itembox {
position: relative;
margin-left: auto;
margin-right: auto;
width: 684px;
padding: 15px;
border: 3px double black;
background-color: white;
color: black;
}

.headrow {
background-color: #000066;
color: white;
font-weight: bold;
}

#itembox td {
font-family: arial, sans-serif;
font-size: 12px;
vertical-align: top;
border-bottom: 1px solid black;
}

#itembox a, #infobox a {
color: blue;
text-decoration: none;
}

#itembox a:hover, #infobox a:hover {
text-decoration: underline;
}

#infobox {
margin: 10px;
padding: 10px;
height: 480px;
border-style: double;
border-width: 3px;
border-color: black;
background-color: white;
color: black;
}

#infobox img, #infobox p {
margin: 10px;
}

#usedhlts{
padding: 10px;
margin-right: 10px;
border: 1px dotted #000066;
}

#itembox .nobrd {
border-bottom: none;
}