/*	Brake Specialists

	COLORS
	#CDCDCD		background gray
	#000000		text black
	#666666		text gray
	#B23030		red links red red red
	#FFC10D		header text orange

	FONTS
	Arial for normal copy	12px;
	Arial for headings

*/

BODY {
	background-image: url(../images/background.gif); 
	background-color: #CDCDCD;
	background-repeat: repeat-x;
	background-position: top;

	font-size : 12px;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: center;	/*	ie - to center the entire box	*/
}

.small {
	font-size: 10px;
	}
	
.red {
	color: 	#a00000;
	}

BODY.homePage {
	background-image: url(../images/home_background.gif); 
	background-color: #CDCDCD;
	background-repeat: repeat-x;
	background-position: top;

	font-size : 12px;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: center;	/*	ie - to center the entire box	*/
}


A:link  		{	color: #B23030;	text-decoration : none;	 }
A:active  	{	color: #B23030;	text-decoration : none;	 }
A:visited 	{	color: #B23030;	text-decoration : none;	 }
A:hover  	{	color: #FFC10D;	text-decoration : none;	 }


H1 {	color: #000000; font-size: 16px;	font-family: sans-serif, Arial; 	margin-top: 0px;	}
H2 {	color: #000000; font-size: 15px;	font-family: sans-serif, Arial;	margin-top: 0px;	}
H3 {	color: #000000; font-size: 12px;	font-family: sans-serif, Arial;	margin-top: 0px;	}

H1.home_htag {	color: #B23030; font-size: 13px;	font-family: sans-serif, Arial; 	margin-top: 0px; margin-bottom: 4px; text-align: center;	}

.green-header { color: #060; font-size: 16px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 16px }
.green-body { color: #060; font-size: 13px; text-align: left; font-family: Arial, Helvetica, sans-serif; line-height: 13px }

.red-header { color: #a00000; font-size: 13px; font-family: Arial, Helvetica, sans-serif; font-weight: bolder; line-height: 16px }
.red-body { color: #a00000; font-size: 11px; text-align: right; font-family: Arial, Helvetica, sans-serif; line-height: 14px }

.outerBox {
	width: 748px;
	border: #000000 solid 0px;
	background-color: #FFFFFF;
	margin-left: auto;	/*	firefox - to center the entire box	*/
	margin-right: auto;	/*	firefox - to center the entire box	*/
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;	

	/* padding-bottom: 0px; */
	/* height: 100%;			PROBLEM HERE WITH FIREFOX... DOESN'T RECOGNIZE % HERE, SO THE BORDER & BG DO NOT EXTEND */
	/* min-height: 694px; 	NEEDS FIX 	firefox problem - forces box to be at least this high... does not solve problem if content is higher */
	/*
		display: block;
		position: relative;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
	*/
	padding: 0px;
}


DIV.bannerLINK {	margin-left: 14px; margin-bottom: 0px; margin-top: 0px;	}
.bannerLINK 			{	color: #666666;	font-size : 10px; }
A.bannerLINK:link  	{	color: #666666;	text-decoration : none;	 }
A.bannerLINK:active  {	color: #666666;	text-decoration : none;	 }
A.bannerLINK:visited {	color: #666666;	text-decoration : none;	 }
A.bannerLINK:hover  	{	color: #FFC10D;	text-decoration : none;	 }

DIV.invisiLINK {	margin-left: 14px; margin-bottom: 0px; margin-top: 0px;	}
.invisiLINK 			{	color: #000000;	font-size : 12px; }
A.invisiLINK:link  	{	color: #000000;	text-decoration : none;	 }
A.invisiLINK:active  {	color: #000000;	text-decoration : none;	 }
A.invisiLINK:visited {	color: #000000;	text-decoration : none;	 }
A.invisiLINK:hover  	{	color: #000000;	text-decoration : none;	 }



TD.border_left {
	width: 16px;
	background-image: url(../images/space_l.jpg);
	background-color: #CDCDCD;
	background-repeat: repeat;
}

TD.border_right {
	width: 16px;
	background-image: url(../images/space_r.jpg);
	background-color: #CDCDCD;
	background-repeat: repeat;
}


DIV.contentSection {
	margin: 0px;
	background-image: url(../images/nav_space_bottom.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	
}


DIV.footer {
	margin: 0px;
	font-size : 10px;
}
TD.footer {
	width: 716px;
	vertical-align: top;
	background-image: url(../images/bottom.jpg);
	background-color: #CDCDCD;
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0px;
}


DIV.footerCopy 	{	float: left;	width: 250px;	padding: 21px 0px 0px 23px;	}
DIV.footerCards 	{	float: left;	width: 187px;	padding: 26px 15px 0px 15px;	}
DIV.footerHours 	{	float: left;	width: 110px;	padding: 21px 0px 0px 0px;	}
DIV.footerLogo 	{	float: right;	width: 111px;	padding: 13px 0px 0px 0px;	}


TD.footer_border_left {
	width: 16px;
	background-image: url(../images/bottom_space_l.jpg);
	background-color: #CDCDCD;
	background-repeat: no-repeat;
	background-position: top;
}

TD.footer_border_right {
	width: 16px;
	background-image: url(../images/bottom_space_r.jpg);
	background-color: #CDCDCD;
	background-repeat: no-repeat;
	background-position: top;
}


DIV.leftNav {
	/* width: 182px; */
	width: 175px; 
	float: left;
}

.leftNav {
	text-align: right;
	font-size : 11px;
	color: #B23030; 
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;	
}

.leftNav_top {
	float: right;
	background-image: url(../images/blog-sm.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	color: #ffc10e; 
	width: 150px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 14px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	background-repeat: no-repeat;	
}

H2.leftNav	{	font-size: 18px; font-weight: 700;	margin-bottom: 6px; margin-top: 0px; line-height: 100%;	}

A.leftNav { line-height: 150%;	}


DIV.vertRule {
	width: 30px;
	height: 475px;
	background-image: url(../images/vertical_rule.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}

DIV.copyArea {
	margin: 0px 20px 20px 0px;
	font-size : 12px;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	
	width: 475px;
	float: right;
}


DIV.home_contentSection {
	margin: 0px;
	background-image: url(../images/home_nav_bottom.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 8px;
}

DIV.home_vroooom {
	float: right;
	margin-top: 0px;
}


DIV.home_leftSpace {
	width: 16px;
	float: left;
}

DIV.home_leftBlock {
	width: 378px;
	float: left;
}


DIV.home_orangebox {
	background-image: url(../images/home_orangebox.jpg);
	background-repeat: no-repeat;
	
	margin-top: 0px;
	
	width: 378px;
	height: 121px;

	font-size : 14px;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
}

DIV.home_orangebox_text {
	
	padding-left: 68px;
	padding-top: 27px;
	padding-right: 50px;
	padding-bottom: 27px;
	margin-top: 0px;
	
	font-size : 14px;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
}

DIV.home_orangebox_text H1 {
	
	font-size : 14px;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}


DIV.home_marquee {
	background: url(../images/home_marquee_background.gif) top no-repeat;
	border: #000000 solid 0px;

	width: 370px;
	height: 24px;
	
	padding-top: 5px;
}

MARQUEE {
	font-size : 12px;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	width: 320px;
	
	margin-left: 28px;
	margin-bottom: 0px;
	
	/* 
	margin-left: 28px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 6px;
	*/

}


DIV.home_leftBlock_border {
	width: 378px;
	border: #000000 solid 1px;
	padding: 0px;
}


TD.home_boxsplit_l {
	width: 16px;
	height: 32px;
	background-image: url(../images/home_boxsplit_l.jpg);
	background-color: #CDCDCD;
	background-repeat: repeat;
}

TD.home_boxsplit_r {
	width: 16px;
	height: 32px;
	background-image: url(../images/home_boxsplit_r.jpg);
	background-color: #CDCDCD;
	background-repeat: repeat;
}

DIV.home_lowerbox_top {
	float: left;
	font-weight: bold;
	background-image: url(../images/blog-lg.jpg);
	font-size : 22px;
	color: #ffc10e;
	font-family: Arial, Helvetica, sans-serif;
	width: 245px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 23px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	background-repeat: no-repeat;
}

DIV.home_lowerbox_left {
	float: left;

	font-size : 14px;
	color: #B23030; 
	font-family: Arial, Helvetica, sans-serif;
	width: 245px;
	
	margin-left: 16px;
	margin-bottom: 10px;
	margin-top: 16px;
}

DIV.home_lowerbox_rule {
	width: 3px;
	height: 910px;
	background-image: url(../images/home_vert_rule.gif);
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-position: top;
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;

}

DIV.home_lowerbox_right {
	float: left;

	font-size : 12px;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	width: 380px; 
	
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 16px;
	margin-right: 15px;
}

DIV.home_lowerbox_left_stat {
	font-weight: 700;
	font-size : 16px;
	color: #B23030; 
	font-family: Arial, Helvetica, sans-serif;
	
	text-align: right;
	
	margin-top: 16px;
	margin-bottom: 20px;

}

DIV.cutline {
	font-size : 12px;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	
	margin-top: 20px;
	margin-bottom: 20px;
}

DIV.couponArea {
	float: none;
	margin-left: 83px;
	margin-bottom: 20px;
	font-size : 12px;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
}
DIV.customer_quote {
	width: 175px;
	float: left;
	text-align: right;
	font-size : 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 12px;
	color: #000000;
}

DIV.homepage_footnote {
	font-size : 11px;
}
