body {
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
}

/*--------------------*/
#headerContainer {
	position: relative;
	width: 100%;
	background: #FFFFFF url('images/header_bg.gif') bottom left repeat-x;
}
#contentContainer {
	position: relative;
	width: 100%;
	background: url('images/content_bg.gif') top left repeat-x;
}
#footerContainer {
	position: relative;
	width: 100%;
}

/*--------------------*/
#header {
	position: relative;
	margin: 0 auto;
	width: 760px;
	min-height: 120px;
	height: 140px;
	padding: 0 0 10px 0;
}
#headerCompanyLogo {
	position: relative;
	margin: 6px 0 0 10px;
	font-weight: bold;
	color: #231F20;
}
#headerAddress {
	position: absolute;
	margin: 5px 0 0 0;
	top: 45px;
	left: 200px;
}
#headerInfo {
	position: absolute;
	top: 12px;
	right: 170px;
	font-size: 18px;
	font-weight: bold;
}
#headerLogo {
	position: absolute;
	top: 0px;
	right: 39px;
}
#dealersLicense {
	position: absolute;
	top: 55px;
	right: 20px;
	width: 140px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #ED1B2E;
}
#headerFadLogo {
	position: absolute;
	top: 15px;
	right: 39px;
}
#dealersLicenseFad {
	position: absolute;
	top: 107px;
	right: 39px;
	width: 146px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #ED1B2E;
}
#headerFadInfo {
	position: absolute;
	top: 12px;
	right: 180px;
	font-size: 18px;
	font-weight: bold;
}
.grey {
	color: #666666;
}
.darkGrey {
	font-weight: bold;
	font-size: 22px;
	color: #231F20;
}
.red {
	font-weight: bold;
	font-size: 22px;
	color: #ED1B2E;
	margin: 5px 0 0 70px;
}
.contentTop {
	margin: 5px 0 5px 19px;
	padding: 5px 0 0 0;
	width: 148px;
	background: url('images/content_top.gif') top left no-repeat;
}
.contentBtm {
	margin: 0;
	padding: 0 0 5px 0;
	background: url('images/content_btm.gif') bottom left no-repeat;
}
.roundBorder {
	padding: 5px 0;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.roundBorder a {
	margin: 0;
	padding: 0 0 0 20px;
}
/*--------------------*/
#content {
	position: relative;
	margin: 0 auto;
	width: 760px;
	background: #FFFFFF;
}

/*--------------------*/
#mainNav {
	float: left;
	width: 190px;
	background: #FFFFFF;
}
#mainNav ul {
	margin: 10px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
#mainNav li {
	list-style-type: none;
	margin: 8px 0;
	height: 24px;
	background: url('images/nav_bg.gif') top left repeat-x;
}
#mainNav a {
	display: block;
	padding: 5px 0 5px 20px;
}
#mainNav a:link, #mainNav a:visited {
	color: #000000;
	text-decoration: none;
}
#mainNav a:hover, #mainNav a:active {
	color: #000000;
	text-decoration: underline;
}

/*--------------------*/
#contentText {
	float: right;
	width: 540px;
	padding: 10px 15px;
	background: #FFFFFF;
}
#contentText h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #ED1B2E;
}
#contentText h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #17479E;
}
#contentText p {
	margin: 10px 0;
	padding: 0;
	line-height: 16px;
	color: #231F20;
}
#contentText ul, #contentText ol {
	color: #ED1B2E;
	font-weight: bold;
}
#contentText li {
	padding: 5px;
}
#contentText a:link, #contentText a:visited {
	color: #17479E;
	text-decoration: underline;
}
#contentText a:hover, #contentText a:active {
	color: #ED1B2E;
	text-decoration: underline;
}

#contact {
	position: relative;
	margin: 0;
	padding: 2px 0 0 0;
	width: 510px;
	height: 48px;
	background: url('images/contact_bg.gif') top left no-repeat;
}
#contentForm {
	margin: 0 auto;
	padding: 0;
	width: 170px;
	text-align: center;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	background: #DDDDDD url('/images/form_bg.gif') top left no-repeat;
}
#contentFormBtm {
	position: relative;
	margin: 0;
	padding: 50px 0 10px 20px;
	background: url('/images/form_btm.gif') bottom left no-repeat;
}
/*--------------------*/
#footer {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 760px;
	height: 53px;
	font-weight: bold;
	color: #231f20;
}
.pushtext {
	position: absolute;
	top: 22px;
	left: 10px;
}
#powered {
	position: absolute;
	top: 20px;
	right: 10px;
}

/* Content Float Fix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

