/* CSS Document */

/*---------------------  RESET  ---------------------*/

ul, ol, li, h1, h2, h3, h4, h5, h6, form, p, dl, dt, dd, input {
	margin:0;
	padding:0; }

ul, ol, li {
	list-style: none; }

a img,:link img,:visited img {
	border:none; }

a:focus {
		outline: none; }
	

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #150c07;
	background: url(../img/master/page_background.jpg) center top;
	/*background-color: #404041;*/ }

h1, h2, h3, h4, h5, h6 {
	font-family:"Lucida Grande", Myriad, Arial, sans-serif
}
h2 {
	font-size: 16px;
	color: #404040;
	padding-bottom: 5px;
}
h1 {
	color: #C02E0F;
	font-size: 22px;
	padding-bottom:8px;
	line-height:26px;
}

/*---------------------  GENERAL  ---------------------*/

.clear_float {
	clear: both;
	font-size: 1px;
	line-height: 0;
	height: 0;
	overflow: hidden; }

#headWrap {
	height: 90px;
	min-width: 760px;
	/*background: #FFA000 url(../img/index/head_background.jpg) repeat-x center top;*/
	background: #FFFFFF url(../img/index/head_background.jpg) repeat-x center top;
}
#indexBannerWrap {
	height: 242px;
	background: #40281D url(../img/index/index_banner_background.jpg) center top;
	margin-bottom: 0px;
}
#bodyWrap {
	/*margin-top: -8px;
	background: url(../img/master/nav_background.gif) repeat-x 0px 8px;*/
}
#logo {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	/*padding-top: 10px;*/
}
#logo h1  {
	color: #FFFFFF;
	display: none;
}
.floatImage {
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: -45px;
}
#storeHours {
	position: absolute;
	right: 0px;
	bottom: -31px;
}
			
.storeInfo {
	background: url(../img/sidebar_callouts/store_base.gif) center bottom;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	padding-top: 0px;
	padding-bottom: 40px;
	width: 250px;
}
.storeInfo a {
	color: #FFFFFF;
	line-height: 25px;
}
.storeInfo a:hover {
	text-decoration: none;
}
#contentWrap {
	background-color: #FFFFFF;
	/*width: 760px;
	margin-right: auto;
	margin-left: auto;*/
}
.contentBackground {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/master/right_back.jpg) repeat-y;
	position: relative;
}

#leftColumn {
	float: left;
	width: 490px;
	padding-right: 20px;
	padding-top: 25px;
	padding-bottom:30px
}
#leftColumn  a {
	font-weight: bold;
	color: #C02E0F;
	text-decoration: none;
}
#leftColumn  a:hover {
	background: #e6e6e6;
}
#leftColumn  p {
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 15px;
}
#rightColumn {
	float: left;
	width: 220px;
	background: url(../img/master/right_top.gif) no-repeat;
	font-size: 11px;
	line-height: 16px;
	padding: 25px 15px 240px;
}
#rightColumn  h2 {
	margin-bottom: 4px;
}
#footer {
	clear: both;
	height: 100px;
}
#footerWrap {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#footerWrap  p {
	clear: both;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
}
#footerWrap  p  a {
	color: #FFFFFF;
	text-decoration: none;
}
#footerWrap  p  a:hover {
	text-decoration: underline;
}
.locationsNav   li {
	margin-right: 5px;
	float: left;
	margin-bottom: 10px;
	font-size: 14px;
}
.locationsNav  a {
	background: #C02E0F url(../img/master/icon_01.gif) no-repeat 8px center;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 10px 10px 24px;
	text-decoration:none;
}
.locationsNav  a:hover {
	background: #d55b41 url(../img/master/icon_01.gif) no-repeat 8px center;
}
.indexBanner {
	margin-right: auto;
	margin-left: auto;
	background: url(../img/index/banner_Image.jpg) no-repeat;
	height: 242px;
	width: 760px;
	position: relative;
}
.indexClear {
	height: 234px;
}

.redClear {
	background: #C02E0F;
	height: 8px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
.productList {
	float: left;
	margin-top: 8px;
	margin-bottom: 30px;
}
.productList li a {
	border-top: 1px solid #C8C8C8;
	display: block;
	width: 215px;
	padding: 4px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #C02E0F;
}
.productList2 {
	background: url(../img/master/grunge_rule.jpg) no-repeat;
	margin-top: 10px;
	margin-bottom: 25px;
	padding-top: 10px;
	font-size:12px;
}
.productList2 li {
	font-size: 12px;
	margin-top: 20px;
}
.empList {
	font-size: 12px;
	padding-top:3px;
}
.empList dd{
	padding-top: 12px;
	padding-bottom: 3px;
}
.padLeft {
	padding-left: 3px;
}
.empList a{
	display: block;
	margin-bottom: 15px;
	font-weight: bold;
	color: #C02E0F;
	text-decoration: none;
	padding: 3px;
}
.viewAll a {
	display: block;
	border-top: 1px dotted #634739;
	border-bottom: 1px dotted #634739;
	margin-top: 8px;
	margin-bottom: 8px;
	text-decoration: none;
	color: #150C07;
	font-size: 11px;
	padding: 5px;
}
.viewAll a:hover, .empList a:hover {
	background: #d2d2d2;
}
.mainProducts {
	background: url(../img/master/grunge_rule.jpg) no-repeat;
	margin-top: 10px;
	margin-bottom: 35px;
	padding-top: 30px;
	padding-bottom: 40px;
}
.rightHead {
	float: left;
	height: 25px;
	width: 250px;
	background: url(../img/master/right_top.gif);
}
.mainProducts li {
	float: left;
}
.rentalTable {
	width: 490px;
	font-size: 11px;
}
.rentalTable td {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4d2d1e;	
}
.labelTable {
	background-color: #E8E2D4;
	color: #4d2d1e;
	font-weight: bold;
	height:23px;
}
.rentalDrop, .formField {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px;
	margin-top:2px;
	border: 1px solid #CCCCCC;}
	.formParts .formField {
		margin-bottom:10px;}

.phone {
	margin-top:55px;
	float:right;
	padding-right:50px;
	padding-left:15px;
	padding-top:10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #4d2d1e;
}
.phone b{
	font-weight:bold;
	color: #C02E0F;
}
.shopUsed {
	float:left;
	margin-bottom:25px; }
	.shopUsed a span {
		border-top: 1px solid #C8C8C8;
		display: block;
		width: 215px;
		padding: 10px 10px;
		font-size: 13px;
		font-weight: normal; }
			.shopUsed a{
				border-bottom: 3px solid #C8C8C8;
				display:block; 
				width:235px;}
			.shopUsed  a:hover {
				border-bottom: 3px solid #C02E0F;
				width:235px;
				display:block }

#leftColumn p.quote {
	padding-top: 30px;
	padding-bottom: 30px;
	background: url(../img/master/grunge_rule.jpg) no-repeat;
	width: 100%;
	font-style: italic;
	color: #8c8c8c; }
	#leftColumn p.quote .name {
		font-weight: bold;
		white-space: nowrap; }

/*------------------NEWS-----------------------------*/
.newsStory {
	margin-bottom:18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4d2d1e;	
}

.newsStory li {
	list-style-type: disc;
	float: none;
	font-size: 13px;
	line-height: 20px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 3px;
}
.newsStory ul {
	margin-bottom: 20px;
}
.newsStory blockquote {
	font-style: italic;
	background: #f0f0f0;
	display: block;
	border: 1px solid #b4b4b4;
	margin: 0px 0px 8px;
	padding: 15px;
	font-size: 12px;
	line-height: 20px;
}
.newsStory ol li {
	list-style-type: decimal;
}
.newsStory ol {
	margin-bottom:20px;
}
.newsDate {
	font-style: italic;
	color: #8c8c8c;
	font-size: 11px;
}

/*------------------MAIN NAV MENU--------------------*/

#navWrap {
	background-color: #404041;
	/*position: relative;
	width: 760px;
	margin-right: auto;
	margin-left: auto;*/
}

#nav {
	width: 760px;
	height: 35px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 8px solid #C02E0F; }
	
#nav li {
	margin-top: -8px;
	position: relative;
	float: left;
	font-size: 10px;}
	#nav li a {
		display: block;
		height: 43px;
		text-indent: -9999px; }
		#nav li#link01 a{
			width: 70px;
			background: url(../img/nav/home.gif) no-repeat; }
		#nav li#link02 a{
			width: 138px;
			background: url(../img/nav/new.gif) no-repeat; }
		#nav li#link03 a{
			width: 142px;
			background: url(../img/nav/used.gif) no-repeat; }
		#nav li#link04 a{
			width: 86px;
			background: url(../img/nav/rentals.gif) no-repeat; }
		#nav li#link05 a{
			width: 143px;
			background: url(../img/nav/parts.gif) no-repeat; }
		#nav li#link06 a{
			width: 72px;
			background: url(../img/nav/news.gif) no-repeat; }
		#nav li#link07 a{
			width: 109px;
			background: url(../img/nav/contact.gif) no-repeat; }
		#nav li#link01 a.active,
		#nav li#link02 a.active,
		#nav li#link03 a.active,
		#nav li#link04 a.active,
		#nav li#link05 a.active,
		#nav li#link06 a.active,
		#nav li#link07 a.active {
			background-position: 0 -86px; }
		#nav li#link01 a.inactive:hover,
		#nav li#link02 a.inactive:hover,
		#nav li#link03 a.inactive:hover,
		#nav li#link04 a.inactive:hover,
		#nav li#link05 a.inactive:hover,
		#nav li#link06 a.inactive:hover,
		#nav li#link07 a.inactive:hover {
			background-position: 0 -43px; }
#interiorBannerWrap {
	height: 30px;
	background: #40281D url(../img/index/index_banner_background.jpg) center top;
	margin-bottom: 0px;
}


/*Jobs admin*/
.mainProducts span {
	padding:0px;
	margin:0px;
	width:100%;
	border:none;
}
.mainProducts span.job_title {
	/*line-height: 16px;*/
	font-size: 16px;
	/*color: #4d2d1e;*/
	font-weight: bold;
}
.mainProducts span.job_description {
	font-size: 13px;
	line-height: 18px;
	padding-bottom:15px;
	font-weight:normal;
	color:#000000;
}
.mainProducts span.job_status {
	/*margin-top:-13px;*/
	margin-bottom:-13px;
	font-size: 13px;
	font-weight:normal;
	color:#999;
	font-style:italic;
	display:block;
}

.form_block {
		border-bottom: solid 1px #C02E0F;
		line-height:12px;
		font-size:12px;
		display:block;
		padding:5px 0px;
		margin-bottom:10px;
		font-weight:bold;
		color: #C02E0F;}
