@charset "UTF-8";
/* CSS Document */

body {
background-color: #191919;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #ffffff;
}
#wrapper {
width: 800px;
margin-right: auto;
margin-left: auto;
}
#top_banner {
width: 800px;
height: 150px;
background-image: url(images/structure/top_banner.jpg);
background-repeat: no-repeat;

}
#main {
width: 800px;
margin-top: 20px;
}
#main_bg {
background-image: url(images/structure/main_content_bg.jpg);
background-repeat: repeat-y;
float: left;
}
#left_panel {
width: 145px;
float: left;
padding-top: 10px;
}
#menu {
width: 126px;
margin-left: 9px;
}
#menu a {
display: block;
background-image:url(images/structure/button2_bg.jpg);
background-repeat: no-repeat;
width: 120px;
height: 26px;
padding-top: 10px;
padding-left: 6px;
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}
#menu a:hover {
background-position: -126px;
}
#content {
width: 420px;
padding: 10px;
float: left;
}
.content_images img {
margin-right: 3px;
margin-left: 6px;
}
#right_panel {
width: 193px;
padding: 10px 11px 0px 11px;
float: left;
}
#subscribe {
background-color: #E6E6E6;
width: 183px;
padding: 5px;
font-size: 12px;
color: #C00000;
}
#right_text {
font-size: 13px;
}
#right_text p {
color: #C00000;
}
#right_text ul, li {
line-height: 18px;
color: #ffffff;
}

#footer {
width: 800px;
height: 150px;
background-image: url(images/structure/footer.jpg);
background-repeat: no-repeat;
margin-top: 20px;
float: left;
}


/* subscription form */
form {
margin-top: 5px;
margin-bottom: 0px;
}
input, select {
font-size: 11px;
}
.sub_form_label {
margin-right: 10px;
display: inline;
color: #000000;
}
.sub_input {
width: 120px;
margin-bottom: 5px;
color: #000000;
}
.sub_form_submit {
margin-left: 48px;
}
.contact_input {
width: 300px;
border: 1px solid #999999;
}
.contact_tel {
width: 150px;
border: 1px solid #999999;
}
.contact_text {
width: 300px;
height: 120px;
border: 1px solid #999999;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.mailing_input {
width: 180px;
border: 1px solid #999999;
}

/*text formatting */
/******************/
h1 {
font-size: 18px;
margin-top: 10px;
padding-top: 0px;
}

h2 {
font-size: 16px;
}

a {
	color: #FFFFFF;
}

.fleet_box {
width: 420px;
margin-bottom: 20px;
}
.fleet_img {
float: right;
margin-left: 4px;
}
