/* CSS for all the LemonFree supporting pages */

/*DIVS*/
/*body {background-color:#ffffeb;}*/
#container {width:925px; position:relative; margin:10px auto; border:#e2e2e2 1px solid; background:#ffffff;

}
#header {width:885px; float:left; padding:20px 20px 10px 20px;}
#yellowhead {clear:left; float:left; width:925px; background:url(../images/yellowbar_bg.gif) repeat-x; height:25px;}
#main {clear:left; float:left; width:955px; padding:20px;}
#footer {clear:both; width:905px; text-align:center; padding:10px;}

/*REVIEWS*/
#carconnection {float:left; width:100%; padding:0 0 10px 0; margin:0 0 20px 0; border-bottom:#666666 1px solid;}

/*DEALER CONTACT*/
#dealercaller {float:right; text-align:center; width:270px; padding:0 0 10px 10px;}

/*STYLE PROPERTIES*/
h1 {font-size:18px; border-bottom:#fede2e 2px solid;}
h2 {font-size:14px; font-weight:bold; text-decoration:underline;}
h4 {font-size:14px; font-weight:normal; margin:1px 0 12px 0;}
p {line-height:1.5;}
ul {line-height:1.5;}
ol {line-height:1.5;}
img {border:none;}

/*CLASSES*/
.bold {font-weight:bold;}
.fleft {float:left;}
.fright {float:right;}
.floatleft {float:left;}
.floatright {float:right;}
.red {color:#ff0000;}


/* OLD CSS KEPT */
.large-bold-text {font-size:14px; font-weight:bold;}
.table-black-border {border: 1px solid #E2E2E2;}

/*NEW CAR QUOTE*/
#quotecover {margin:0 auto; width:465px; position:relative;}
#carquoteform {width:465px; height:240px; background:url(../images/carquoteformbg.jpg) no-repeat top left; float:left;}

