body {
  text-align: center;
  background: #575859;
  margin: 20px 0px;
  font-family: arial, tahoma, verdana, sans-serif;
  font-size: 0.8em;
  color: #000;
  }

#container {
  margin: 0 auto;
  width: 810px;
  text-align: left;
  }

#header {
	width: 810px;
	height: 149px;
	background: url(../images/header.jpg) no-repeat #FFF;
	text-indent: -99999px;	
	}
#footer {
	width: 810px;
	height: 108px;
	background: url(../images/footer.jpg) no-repeat;
	}
#footerText {
	width: 400px;
	margin-left: 50px;
	margin-top: 40px;
	float: left;
	text-align: center;
	}

#redcowLink {text-align: center; clear:both; padding: 20px;}
#redcowLink a {color: #FFF;}

#middle {
	width: 810px;
	background: url(../images/contentbg.gif) repeat-y;
	}

#content {
	width: 630px;
	margin: 0px 80px; 20px 80px;
	padding-bottom: 20px;
	}
.clear {clear: both}

#headerImg {
	width: 750px;
	height: 125px;
	}
#headerTxt {
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}

/* *** GUARANTEE STYLES *** */
#guarantee {
	width: 520px;
	padding: 30px;
	margin-left: 40px;
	}
#guarantee p {margin: 0 30px; text-align: center; font-weight: bold}
.guaranteeGreen {clear: both; margin: 10px 0}



/* *** TEXT STYLE *** */
h1 {font-size: 1.8em; color: red; text-align: center}
h2 {font-size: 1.4em; text-align: center; margin-top: 2em;}
h3 {font-size: 1em; text-align: center}
p {font-size: 1em; line-height: 1.4em;}
a:link {color: #8cc63f; text-decoration: underline; font-weight: bold}
a:hover {text-decoration: none;}
a:visited {color: purple; text-decoration: underline;}
.boldred {color: #FF0000; font-weight: bold}

/* *** GRAPHICS STYLES *** */
img {border: 0px;}
.proceed {margin-left: 220px; margin-top: 30px; margin-bottom: 30px;}
.checkmarkGreen {position: relative; align:baseline; top:10px; margin-right: 10px;}

/* *** FORM STYLES *** */
#quoteForm {padding: 20px;}
.formItem {width: 200px; margin-bottom: 5px;}
.proceedForm {margin-left: 50px; margin-top: 10px; margin-bottom: 10px;}
.error, .warn {padding-left: 10px; color: red; font-weight: normal; font-style: italic; font-size: 11px;}

#priceTable {border: 1px dotted #bfbd88; background-color: #fffdd2; padding: 20px; width: 100%}
#priceTable .title {width: 100%; font-weight: bold; font-size: 14px; text-align: center; padding-bottom: 30px;}
#priceTable .days {width: 40%; padding-bottom: 5px}
#priceTable .carType {width: 20%; font-weight: bold; text-align: center; padding-bottom: 5px}
#priceTable .price {width: 20%; text-align: center; padding-bottom: 5px}
.graycell {background: #f0f0f1;}

/* *** TESTIMONIALS *** */
.testimonial {background: url(../images/testimonial_bg.gif); border-bottom: 3px solid #ebebeb; border-right: 3px solid #ebebeb; border-left: 1px solid #ebebeb; width: 520px; margin-left: 40px; padding: 20px 20px 20px 50px; font-family: times; font-size: 1.2em;}

#quoteForm br {display:none;}