@charset "utf-8";
/* CSS Document */

/*//////////// global handlers ///////////// */
#wrapper{ 
margin: 0 auto; 
width:800px; 
height:700px;
background-color:#000000;
}

body{ background: url(images/pagebg.jpg);
background-position:center;
background-repeat:repeat-y;
background-color:#e3e3e3;
margin:0px;
}






/*//////////// Menu /////////////*/
a.nav {color:#FFFFFF; text-decoration: none; font-size: 11px}
a.nav:hover {color:#000000; text-decoration: underline; font-size: 11px}


a.vehiclelink {
color:#000;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
font-size:11px;
font-weight:bold;
}

a.vehiclelink:hover {
color:#000000;
font-family:Arial, Helvetica, sans-serif;
text-decoration:underline;
font-weight:bold;
font-size:11px;
}


#navcontainer { 
width:184px; 
height:630px; 
float:left;
background-image:url(images/menubg.jpg);
}

#navcontainer ul{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navcontainer a{
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color:#000000;
display: block;
padding: 7px;
padding-left:15px;
width: 164px;
border-bottom: 1px solid #CCCCCC;
}

#navcontainer a
{
text-decoration: none;
font-weight:bold;
color:#fff;
}

#navcontainer a:hover{
background-image:url(images/buttbghover.jpg);
background-repeat:no-repeat;
color:#000;
}

/*/////////Text///////////*/

.h1 {
font-family:Arial, Helvetica, sans-serif;
color:#c50a1d;
font-size:17px; 
font-weight:700; 
text-decoration:none;
}

.h2{ 
font-family:Arial, Helvetica, sans-serif;
font-size:16px; 
color:#666666; 
font-weight:700; 
text-decoration:none;
}

.contenttext{ 
font-family:Arial, Helvetica, sans-serif;
font-size:14px; 
color:#333333;
padding:5px;
text-decoration:none;
}

.contenttextwhite{ 
font-family:Arial, Helvetica, sans-serif;
font-size:12px; 
color:#FFFFFF;
text-decoration:none;
}
