/*BODY STYLES*/
body {
	background-color: #000000;
	background-image: url(../images/cars2_bgTile.gif);
	background-repeat: repeat;
	background-position: left top;
	padding: 0px;
	margin: 0px;
}
html, body {
    height: 100%;
}

td, tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

/*Image Border*/

img {
  border: none;
  padding: 0px;
  margin: 0px;
}

/*Layout Styles*/
#topBG{
	background-image: url(../images/cars2_bgTile_Top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:100%;
}
#bigBlock {
	width: 767px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(../images/cars2_mainBg.gif);
	background-repeat: repeat-y;
	background-position: center top;	
}
html>body #bigBlock {
	height: auto;
    min-height: 100%;
}
div.leftBolt1 {
	position: absolute;
	top: 94px;
	left: -122px;
	background-image: url(../images/cars2_bolt_leftTop.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 12px;
	width: 121px;
}
div.leftBolt2 {
	position: absolute;
	top: 376px;
	left: -122px;
	background-image: url(../images/cars2_bolt_leftMid.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 12px;
	width: 121px;
}
div.leftBolt3 {
	position: absolute;
	bottom: 19px;
	left: -122px;
	background-image: url(../images/cars2_bolt_leftBot.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 12px;
	width: 121px;
}
div.rightBolt1 {
	position: absolute;
	top: 94px;
	right: -122px;
	background-image: url(../images/cars2_bolt_rightTop.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 12px;
	width: 121px;
}
div.rightBolt2 {
	position: absolute;
	top: 376px;
	right: -122px;
	background-image: url(../images/cars2_bolt_rightMid.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 12px;
	width: 121px;
}
div.rightBolt3 {
	position: absolute;
	bottom: 19px;
	right: -122px;
	background-image: url(../images/cars2_bolt_rightBot.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 12px;
	width: 121px;
}
/*CONTAINER FOR TOP LOGO, CENTER, ADDRESS DETAILS*/

div.topContainer {
    position: relative;
	width: 763px;
	height: 125px;
	margin-left:2px;
	margin-right:2px;
}
div.logoBG{
	background-image: url(../images/cars2_logoBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 125px;
	width: 306px;
	float: left;
}
div.headerBG{
	background-image: url(../images/cars2_header2BG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 125px;
	width: 457px;
	float: left;
}
div.bannerContainer{
	position: relative;
	width: 763px;
	height: 251px;
	clear: both;
	margin-left:2px;
	margin-right:2px;
}
div.bannerBG{
	
	width: 763px;
	height: 251px;

}

/*NAVIGATION STYLES*/

#navContainer {
	position: relative;
	height:35px;
	width:763px;
	text-align: center;
	vertical-align: middle;
	margin-left:2px;
	margin-right:2px;
}
div.navBg{
	background-image: url(../images/cars2_menuBg.gif);
	background-repeat: repeat-x;
	background-position: center center;	
	height:35px;
	width:763px;
}
#subNavContainer {
	position: relative;
	height:39px;
	width:763px;
	text-align: right;
	vertical-align: middle;
	margin-left:2px;
	margin-right:2px;
}
div.subNavBg{
	background-image: url(../images/cars2_subMenuBg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height:39px;
	width:763px;
}
div.addressText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	margin-right: 12px;
	
}
#topText {
	line-height: 39px;
}
#topText p {
	margin: 0px;
}
.menu_links {
	padding-left: 0px;
	padding-right: 5px;
	color: #f9b023;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}


/*CONTENT*/ 

#contentContainer {
	position: relative;
	margin-top: 0px;
	margin-left:2px;
	margin-right:2px;
	width: 763px;
}
div.content{
	margin-top: 13px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	padding-bottom: 67px;
}
div.content a:link {
	color: #f9b023;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
div.content a:visited {
	color: #f9b023;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
div.content a:hover {
	color: #f9b023;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}

/*FOOTER*/

#footerContainer{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 763px;
	height: 28px;
	margin-left:2px;
	margin-right:2px;	
	background-image: url(../images/cars2_textarea_divider.gif);
	background-repeat: repeat-x;
	background-position: center top;	
	
}
#footerText{
	/*position: relative;*/
	padding-top: 7px;
	text-align:center;
	color: #5d5d5d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.3em;
}
#footerText a:link {
	color: #5d5d5d;
	font-size: 10px;
	text-decoration: underline;

}
#footerText a:visited {
	color: #5d5d5d;
	font-size: 10px;
	text-decoration: underline;

}
#footerText a:hover {
	color: #5d5d5d;
	font-size: 10px;
	text-decoration: underline;

}

