* {
margin: 0;
padding: 0;
}

html {
background: #ac1e30 url(../images/body_bg.jpg) 50% 0%;
}

body {
height: 100%;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
}

img {
border: none;
}

a {
color: #ac1e30;
}

a:hover {
color: #777;
}

li {
margin: 0 0 0 25px;
}

#wrapper {
margin: 0 auto 0 auto;
padding: 15px 0 45px 0;
width: 818px;
}

#header {
height: 100px;
background: url(../images/head_bg.png) top right no-repeat;
}

#slogan {
padding: 0;
margin: 0;
height: 51px;
width: 328px;
background: url(../images/better_faster_cheaper.gif) top left no-repeat;
float: left;
}

#signupform {
margin: 15px 0 5px 0;
float: right;
}

#signupform p {
color: #ac1e30;
font-size: 10px;
}

#signupform .input {
background: #f9f9f9;
width: 120px;
padding: 2px;
margin: 0 0 0 0;
height: 18px;
font-size: 11px;
border: 1px solid #777;
float: left;
color: #333;
font-weight: bold;
}

#signupform .button {
color: #777;
width: 52px;
padding: 2px;
margin: 1px;
height: 22px;
border: 1px solid #777;
background: #ffce46;
font-size: 11px;
font-weight: bold;
float: left;
}

#header #mainmenu {
background: url(../images/menu_curve.png) top left no-repeat;
margin: 76px 400px 0 0;
width: auto;
height: 24px;
float: right;
}

#header #mainmenu ul {
padding: 0;
margin: 0 0 0 10px;
background: url(../images/menu_bg.gif) bottom left repeat-x;
height: 24px;
list-style-type: none;
}

#header #mainmenu ul li {
padding: 0 5px 0 5px;
margin: 0;
height: 24px;
list-style-type: none;
display: inline;
font-size: 10px;
font-weight: bold;
color: #ac1e30;
text-transform: uppercase;
float: left;
}

#mainmenu a {
display: block;
padding: 5px 5px 0 1px;
height: 24px;
color: #ac1e30;
text-decoration: none;
}

#mainmenu a:hover, #mainmenu .active a {
color: #000;
background: url(../images/menu_active_bg.gif) top center no-repeat;
}

#subhead {
height: 22px;
background: url(../images/subhead_bg.png) top right no-repeat;
}

#content {
background: url(../images/content_bg.png) top left repeat-y;
padding: 0 35px 15px 35px;
}

#content .component {
float: left;
font-weight: normal;
font-family: "Trebuchet MS", arial, helvetica, sans-serif;
font-size: 12px;
color: #333;
width: 550px
}

#content .componentheading, #content .contentheading {
margin: 0 0 10px 0;
color: #000;
font-weight: 900;
font-size: 14px;
}

.locationrow {
padding: 10px 0 10px 0;
border-bottom: 1px solid #999;
}

.showmap {
margin: 15px 0 15px 0;
font-weight: bold;
}

.showmap a {
color: #777;
}

.gmap {
width: 530px; 
height: 400px; 
margin: 10px;
border: 1px dashed #777;
}

.faq {
margin: 0 0 10px 0;
}

.faqtext {
background: #FDFFEF;
width: 530px;
margin: 10px;
padding: 10px;
border: 1px dashed #777;
}

#featuremenu {
float: left;
margin: 0 15px 0 5px;
}

#featuremenu ul li {
padding: 0 5px 0 5px;
list-style-type: none;
}

#leftmenu {
float: left;
margin: 0 20px 0 0;
padding: 10px 0 0 0;
width: 150px;
background: url(../images/leftmenu_bg.gif) top left no-repeat;
}

#leftmenu ul li {
border-bottom: 1px dashed #fff;
margin: 5px 0 5px 0;
padding: 0 0 0 0;
list-style-type: none;
font-size: 10px;
font-weight: bold;
color: #ac1e30;
text-transform: uppercase;
}

#leftmenu a {
display: block;
height: 20px;
color: #ac1e30;
padding: 5px 0 0 10px;
text-decoration: none;
}

#leftmenu a:hover, #leftmenu .active a {
color: #000;
background: url(../images/leftmenu_active.gif) top left no-repeat;
}

#leftmenubottom {
width: 150px;
height: 21px;
background: url(../images/leftmenubottom.gif) top left no-repeat;
}

#homemenu {
background: url(../images/homemenu_bg.gif) top left no-repeat;
height: 35px;
width: 740px;
margin: 20px 0 0 5px;
padding: 9px 0 10px 0;
text-align: center;
}

#homemenu ul li {
padding: 0 10px 0 10px;
margin: 0;
list-style-type: none;
display: inline;
font-size: 10px;
font-weight: bold;
color: #ac1e30;
text-transform: uppercase;
}

#homemenu a {
padding: 6px 5px 0 1px;
color: #ac1e30;
text-decoration: none;
}

#homemenu a:hover, #homemenu .active a {
color: #000;
}

#bottommenu {
margin: 10px auto 0 auto;
padding: 10px 0 0 0;
text-align: center;
}

#bottommenu ul li {
margin: 0 5px 0 5px;
padding: 0;
list-style-type: none;
display: inline;
font-size: 10px;
text-transform: uppercase;
}

#bottommenu a {
padding: 0 5px 0 1px;
color: #ac1e30;
text-decoration: none;
}

#bottommenu a:hover, #bottommenu .active a {
color: #777;
}

#footer {
height: 52px;
background: url(../images/footer_bg.png) bottom left no-repeat;
text-align: center;
font-size: 11px;
}

.clear {
clear: both;
}

