body {
	background: #19191a;
	color: #fff;
	font-size: 12px;
}

#header {
    background: #fff;
    padding-bottom: 90px;
}




#content {
    border-top: 5px solid #990322;
    clear: both;
    color: #eee;
    display: inline;
    float: left;
    min-width: 960px;
    padding: 40px 0;
    width: 100%;
}

.bump {
    margin-top: -120px;
}


h1 {
    font-size: 26px;
    line-height: 40px;
    font-family: "Trebuchet MS", Verdana;
    font-weight: normal;
    margin: 20px 0;
}

#header h1 {
    color: #19191a; 
}

h2 {
	font-size: 18px;
	line-height: 20px;
	font-family: "Trebuchet MS", Verdana;
	font-weight: normal;
	margin: 20px 0;
	font-style: italic;
}

h2.state {
    color: #999;
    margin-top: 40px;
}

.dealer-name {
    font-size: 14px;
    font-weight: bold;
}

h3 {
    font-size: 15px;
    line-height: 20px;
    font-family: "Trebuchet MS", Verdana;
    font-weight: normal;
    margin: 20px 0;
}

p {
    font-size: 12px;
    line-height: 20px; 
    font-family: "Trebuchet MS", Verdana;
    font-weight: normal;   
}

.addrbump {
    .padding-top: 80px;
}

.nav {
    margin-top: 40px;
    margin-bottom: 40px;
}


a {
    outline: medium none;
    text-decoration: none;
    color: #ffde02;
}







ul {
    list-style: none outside none;
}

#header .nav {
    float: right;
    width: 460px;
}

#header .nav li {
    display: inline;
    float: left;
    margin: 0;
}

#header .nav li a {
    background: url("../img/nav.png") repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 40px;
    text-indent: -9000px;
}

#header li.home a {
    width: 76px;
    background-position: 0 0;
}

#header li.trailers a {
    width: 147px;
    background-position: -76px 0;
}

#header li.specifications a {
    width: 142px;
    background-position: -223px 0;
}

#header li.dealers a {
    width: 95px;
    background-position: -365px 0;
}




#header li.home a.selected {
    background-position: 0 -40px;
}

#header li.trailers a.selected {
    background-position: -76px -40px;
}

#header li.specifications a.selected {
    background-position: -223px -40px;
}

#header li.dealers a.selected {
    background-position: -365px -40px;
}







table {
    width: 100%;
    text-align: center;
    font-size: 11px;
    line-height: 12px;
}

th {
    background: #40131f;
}

tr.odd {
    background: #202020;
}

tr.even {
    background: #282828;
}

table, th, td
{
    border: 1px solid #444;
}

th, td {
    padding: 5px;
}


td.feature, th.feature {
    text-align: left;
    color: #999;
    background: #333;
}










