body {
  text-align: center;
  background: url(../images/bg.gif) #FFF;
  margin: 20px 0px;
  font-family: arial, tahoma, verdana, sans-serif;
  font-size: 0.8em;
  color: #000;
  }

#container {
  margin: 0 auto;
  width: 750px;
  background: white;
  text-align: left;
  border: 1px solid #666;
  }

#header {
	width: 750px;
	background: #FFF;
	}
#headerImg {
	width: 750px;
	height: 125px;
	}
#headerTxt {
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}
#content {
	width: 690px;
	margin: 20px 30px; 20px 30px;
	}
#footer {
	width: 690px;
	margin: 40px 30px 20px 30px;
	border-top: 1px dotted #666;
	padding-top: 20px;
	text-align: center;
	}

/* *** 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: blue; text-decoration: underline;}
a:hover {text-decoration: none;}
a:visited {color: purple; text-decoration: underline;}

/* *** 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 {border: 1px dotted #bfbd88; background-color: #fffdd2; padding: 20px;}
.formItem {width: 280px; margin-bottom: 5px;}
.proceedForm {margin-left: 180px; 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}

/* *** 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;}
