/* CSS Document */

/*body {
	background-image:url(images/bg_repeat.gif);
	background-repeat: repeat-x;
	margin:0;
	background-color: #3d3d3d}*/
div {
	/*margin:0px;
	display:block;
	border:1px solid #FF0000;*/
	}
body {
	background-image:url(images/bg_repeat.gif);
	background-repeat:repeat-x;
	margin:0;
	background-color: #3d3d3d;

}

div#mainContain {width:920px;
	height:auto;
	margin:0 auto;
    }

/* --------------------------------------------- */
#header {
	margin: 0px auto;
    text-align: center;
	width:960px;
	}

#main_body {
	margin: 0px auto;
    text-align: center;
	padding-left:21px;
	}

#sub_page_container {
	background-image:url(images/body_bg.gif);
	background-repeat:repeat-y;
	margin: 0px auto;
    text-align: left;
	width:960px;
	/*border:1px solid #FF0000;*/
	}
#sub_page_content {
	padding:50px;
	/*margin:20px;*/
	}
#sub_page_content_footer {
	background-image:url(images/body_bg.gif);
	background-repeat:repeat-y;
	margin: 0px auto;
    text-align: left;
	width:960px;
	}
#sub_page_footer {
	background-image:url(images/index_24.gif);
	background-repeat:no-repeat;
	margin: 0px auto;
	padding-top:5px;
    text-align: left;
	width:960px;
	min-height:38px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}

#left_column {
	width:279px;
	float:left;
	}
	#left_col_top {
		background-image:url(images/index_16.gif);
		background-repeat:no-repeat;
		width:279px;
		height:360px;
		}
		#left_col_top_text {
			position:relative;
			width:90px;
			top:325px;
			left:80px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:10px;
			}
			#index_body_links a, a:visited {color: #000000; text-decoration:none;}
			#index_body_links a:hover {color: #FF0000; text-decoration:none;}
	#center_top {
		background-image:url(images/index_19.gif);
		background-repeat:no-repeat;
		width:292px;
		height:225px;
		}
		#repair_status_text {
			/* border:1px solid #66FF00;*/
			position:relative;
			width:90px;
			top:175px;
			left:10px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:10px;
			text-align:left;
			padding-left:10px;
			}
	#center_middle {
		background-image:url(images/index_18.gif);
		background-repeat:no-repeat;
		width:292px;
		height:202px;
		}
		#parts_search_text {
			/* border:1px solid #66FF00;*/
			position:relative;
			width:50px;
			top:145px;
			left:220px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:10px;
			text-align:left;
			padding-left:10px;
			}
#center_column {
	width:292px;
	float:left;
	}
#right_column {
	/*border:1px solid #66FF00;*/
	background-image:url(images/main.gif);
	background-repeat:no-repeat;
	width:389px;
	height:486px;
	float:left;
	}
	#brands_text {
		/*border:1px solid #66FF00;*/
		width:90px;
		position:relative;
		top:435px;
		left:270px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		text-align:left;
	}

#footer_left {
	width:400px;
	float:left;
	margin-left:30px;
	}
	#footer_right {
		width:225px;
		text-align:right;
		float:left;
		}
#sub_page_footer a, a:visited {color: #000000; text-decoration:underline;}
#sub_page_footer a:hover {color: #ffffff; text-decoration:none;}

#sub_page_content a, a:visited {color: #ff0000; text-decoration:underline;}
#sub_page_content a:hover {color: #ff0000; text-decoration:none;}

#brand_desc {
	/*border:1px solid #0000FF;*/
	border-bottom:1px dashed #cccccc;
	float:left;
	padding-bottom:20px;
	margin-top:20px;
	}
#db_left {
	width:200px;
	float:left;
	/*border:1px solid #FF0000;*/
	}
#db_right {
	/*border:1px solid #FF0330;*/
	width:600px;
	float:left;
	}
/* This CSS is for the columns on the rental page */
#page_header {
	width:100%;
	float:left;
	}
#page_row_header {
	font-weight:bold;
	color:#FF0000;
	width:33%;
	float:left;
	}
#col_one {
	width:33%;
	float:left;
	}
#col_two {
	width:33%;
	float:left;
	}
#col_three {
	width:33%;
	float:left;
	}
