/* --------------------------------------------------------------
GENERAL CSS ITEMS
-------------------------------------------------------------- */
body{
	font-family: Arial;
	font-size: 13px;
	line-height: 19px;
	background-attachment: fixed;
	background-image: url(/images/general/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}


/* --------------------------------------------------------------
HEADER
-------------------------------------------------------------- */
form{
	margin: 0px;
}
#FORM-errormsg{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 10px;
	margin-bottom: 5px;
}
.FORM-reqfield-text{
	padding-top: 3px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D7DE;
}
.FORM-col1{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #024F7D;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D7DE;
}
.FORM-col2{
	font-family: Arial;
	font-size: 12px;
	color: #024F7D;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D7DE;
}
.FORM-col2-req{
	font-family: Arial;
	font-size: 12px;
	color: #024F7D;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D7DE;
	background-image: url(/images/general/required-icon.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.FORM-textfield{
	border: 1px solid #BBC4CE;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #024F7D;
}
.FORM-textarea{
	border: 1px solid #BBC4CE;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #024F7D;
}
.FORM-dropdown{
	font-family: Arial;
	font-size: 12px;
	color: #024F7D;
}
#FORM-button-area{
	text-align: center;
	padding-top: 10px;
}
#FORM-thankyou-area{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}


/* --------------------------------------------------------------
HEADER
-------------------------------------------------------------- */
#HEADER-container{
	width: 990px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-image: url(/images/general/bg-header.jpg);
	background-position: left top;
	height: 140px;
	background-repeat: no-repeat;
}
#HEADER-topmenu{
	margin-top: 13px;
	margin-right: 20px;
}


/* --------------------------------------------------------------
CONTENT
-------------------------------------------------------------- */
#CONTENT-container{
	background-image: url(/images/general/bg-content.png);
	background-position: left top;
	padding: 15px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
}
#CONTENT-background{
	background-color: #FFFFFF;
	padding: 25px;
}
#USEDCARS-container{
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.SPECIALS-page-header{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9BA8B0;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
}
.SPECIALS-border{
	padding: 2px;
	border: 1px solid #9BA8B0;
	margin-bottom: 8px;
}
.SPECIALS-header{
	font-family: Arial;
	font-size: 16px;
	color: #333333;
	background-color: #C9D0D4;
	font-weight: bold;
	padding-left: 10px;
}
.SPECIALS-subheader{
	font-family: Arial;
	font-size: 14px;
	color: #CC0000;
	padding-top: 5px;
	padding-bottom: 8px;
	font-weight: bold;
}
.SPECIALS-details{
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	width: 300px;
}
.SPECIALS-conditions{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	padding: 6px;
	text-align: justify;
}
.SPECIALS-nocpecials{
	font-family: Arial;
	font-size: 20px;
	color: #CC0000;
}


/* --------------------------------------------------------------
CONTACT US
-------------------------------------------------------------- */
#CONTACT-container{
	background-color: #D1D7DE;
	padding: 12px;
	font-family: Arial;
	font-size: 12px;
}
#CONTACT-form-container{
	width: 540px;
}



/* --------------------------------------------------------------
NEW CARS
-------------------------------------------------------------- */
#SUBMENU-container{
	background-color: #D1D7DE;
	padding: 12px;
	font-family: Arial;
	font-size: 12px;
}
#SUBMENU-container a:link{
	color: #333333;
	text-decoration: none;
}
#SUBMENU-container a:visited{
	color: #333333;
	text-decoration: none;
}
#SUBMENU-container a:hover{
	color: #CC0000;
	text-decoration: none;
}

/* --------------------------------------------------------------
FOOTER
-------------------------------------------------------------- */
#FOOTER-container{
	width: 990px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(/images/general/bg-footer.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 85px;
	color: #FFFFFF;
}
#FOOTER-container a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#FOOTER-container a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#FOOTER-container a:hover{
	color: #00CC00;
}
#FOOTER-privacy{
	margin-left: 18px;
}


/* --------------------------------------------------------------
SEO STUFF
-------------------------------------------------------------- */
#PAGE-description{
	width: 980px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
}
h1{
	font-family: "Arial Narrow";
	font-size: 12px;
	color: #CCCCCC;
	font-weight: normal;
	margin: 0px;
}
h1 a:link{
	color: #CCCCCC;
	text-decoration: none;
}
h1 a:visited{
}
h1 a:hover{
}
