/* CSS */

body {
background: #cc0000 url(http://www.ericksontank.com/images/back.gif) repeat-y;
font-family: Arial, Helvetica, sans-serif;
margin:0;
font-size:10px;
}

a {
color: #b22222;
}

p {
font-size:1.4em;
}

#container {
position:absolute;
top:0px;
left:0px;
width:756px;
background:white;
}

#header {
position:relative;
top:0px;
left:0px;
width:100%;
height:170px;
background: #95bafc url(/images/header-bg.jpg) repeat-x;
border-bottom:1px solid black;
}

.header1 {
position:relative;
top:25px;
left:25px;
width:255px;
height:120px;
float:left;
}

.header1 img {
border:none;
}

.header2 {
width:450px;
float:right;
}

.header2 h1 {
font-size:18px;
margin-bottom:-10px;
}

.header2 h1.tagline {
font-style:italic;
font-size:25px;
font-weight:normal;
}

#content {
clear:both;
height:1%;
}

#nav {
position:relative;
top:0px;
width:269px;
float:left;
}

*html #nav {
left:0px;
top:14px;
width:286px;
}

#nav ul {
position:relative;
top:-14px;
display:block;
list-style-type:none;
font-size:1.4em;
min-height:423px;
height:auto !important;
height:423px;
margin-left:0px;
}

#nav ul li {
margin-left:-40px;
border-bottom:2px solid #5d5d5d;
}

*html #nav ul li {
margin-left:0px;
border-bottom:2px solid #5d5d5d;
}

#nav ul li a {
display:block;
width:259px;
padding:10px 5px;
vertical-align:middle;
color:#cc0000;
text-decoration:none;
}

*html #nav ul li a {
width:286px;
}

#nav ul li a:hover {
background:#c81b1b;
color:#fff;
}

#main {
float:right;
width:470px;
min-height:423px;
height:auto !important;
height:423px;
border-left:2px solid #525050;
padding-right:10px;
padding-left:5px;
}

#footer {
clear:both;
position:relative;
top:20px;
height:100px;
border-width:1px 0px 0px 0px;
border-style:solid;
border-color:#7395d2;
background:url(/images/footer_bg.jpg) repeat-x;
}

#footer p {
font-size:1.2em;
}

p.error {
color:red;
}

#main ul {
list-style-type:none;

}

#main ul li {
padding-bottom:10px;
}


#main ul li a:hover {
text-decoration:none;
color:black;
}

/* ----------- TRUCK DISPLAY -------------*/

div.truck {
clear:both;
margin-top:10px;
}

#main h1 {
margin-top:0px;
}

div.truck h3 {
font-size:1.6em;
margin-left:10px;
width:100%;
border-bottom:2px solid #525050;
}

div.truck img {

float:left;
border:1px solid black;
margin: 0px 5px 5px 5px;
}

div.truck p {
}




