/**
 * Site Stylesheet
 *
 * last update: 2006-03-12
 */
 
body {
	margin: 0px;
	padding: 0px;
	font: normal normal normal 11px/17px Arial, Helvetica, sans-serif;
	color: #393530;
	
	background-image: url(/images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-color: #748186;
	}

img { border: none; }

h1 {
	margin: 20px 0px 28px 0px;
	padding: 0px;
	font: normal normal bold 20px/20px Georgia, "Times New Roman", Times, serif;
	color: #323232;
	text-transform: uppercase;
	border-bottom: 1px solid #5E5A52;
	}
	
h2 {
	font: normal normal bold 17px/normal Georgia, "Times New Roman", Times, serif;
	color: #952F00;
	}
	
h3 {
	font: normal normal bold 15px/normal Georgia, "Times New Roman", Times, serif;
	color: #69533B;
	}
	
h4 {
	font: normal normal bold 17px/normal Georgia, "Times New Roman", Times, serif;
	color: #305757;
	margin: 10px 0 5px 0;
	}
	
h4 {
	font: normal normal bold 14px/normal Georgia, "Times New Roman", Times, serif;
	color: #305757;
	margin: 10px 0 5px 0;

	}
	
.specials_header_text {
	font: normal normal bold 13px/normal Georgia, "Times New Roman", Times, serif;
	color: #952F00;
	line-height: 1.65em;
}

input {
	border: 1px solid #63270B;
	padding: 3px 4px;
	font: normal normal normal 11px/normal Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 260px;
	}
	
	input.checkbox {
		width: auto;
		margin: 0px 2px 0px;
		border: none;
		}
		
select {
	border: 1px solid #63270B;
	padding: 3px 4px;
	font: normal normal normal 11px/normal Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
textarea {
	border: 1px solid #63270B;
	padding: 3px 4px;
	font: normal normal normal 11px/normal Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 260px;
	}
	
a               { font: bold 11px Arial, Helvetica, sans-serif; color:#831900; text-decoration: none; }
a:visited       { font: bold 11px Arial, Helvetica, sans-serif; color:#831900; text-decoration: none; }
a:hover         { font: bold 11px Arial, Helvetica, sans-serif; color:#CC3300; text-decoration: none; }
a:visited:hover { font: bold 11px Arial, Helvetica, sans-serif; color:#CC3300; text-decoration: none; }



/*
--------------------------------------------------------------------------------------
 structure
--------------------------------------------------------------------------------------
*/
#frame {
	width: 933px;
	margin: 0 auto;
	position: relative;
	
	background-image: url(/images/frame_bg.jpg);
	background-position: 0% 0%;
	background-repeat: repeat-y;
	}
	
#content_window {
	width: 915px;
	margin: 0px auto;
	}
	
#header {
	height: 129px;
	background-image: url(/images/header_bg.jpg);
	background-position: 100% 0%;
	background-repeat: no-repeat;
	}
	
#menu {
	height: 26px;
	background-image: url(/images/menu_bg.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	
	position: relative;
	border-bottom: 1px solid #372212;
	}
	
#body {
	background-color: #946B49;
	background-image: url(/images/content_bg.jpg);
	background-position: 0% 0%;
	background-repeat: repeat-x;
	}
	
#footer {
	height: 31px;
	}
	
/*
--------------------------------------------------------------------------------------
 menu
--------------------------------------------------------------------------------------
*/
#menu div.nav {
	position: absolute;
	top: 4px;
	left: 11px;
	}
	
	#menu div.nav img {
		border: none;
		}
	
	#menu div.nav a {
		margin-right: 6px;
		}
	
/*
--------------------------------------------------------------------------------------
 front
--------------------------------------------------------------------------------------
*/
#front_flash {
	margin: 0 auto;
	padding: 14px 0 0 0;
	width: 891px;
	}
	
.front_feature {
	float: left;
	width: 455px;
	height: 189px;
	background-image: url(/images/front_feature.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	position: relative;
	}
	
	/* featured description */
	.front_feature div.description {
		position: absolute;
		top: 60px;
		left: 145px;
		width: 270px;
		height: 100px;
		}
		
		.front_feature div.description h3 {
			color: #EB8500;
			font: normal normal bold 13px/18px Arial, Helvetica, sans-serif;
			margin: 0px;
			}
			
		.front_feature div.description p, .front_washers div.description p {
			font: normal normal bold 10px/13px Arial, Helvetica, sans-serif;
			color: #DCBD94;
			margin: 0px;
			text-align: justify;
			}
	
	/* featured image */
	.front_feature div.image {
		position: absolute;
		top: 60px;
		left: 40px;
		width: 89px;
		height: 91px;
	}
	
.front_washers {
	float: left;
	width: 455px;
	height: 189px;
	background-image: url(/images/front_washers.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	position: relative;
	}
	
	/* washer description */
	.front_washers div.description {
		position: absolute;
		top: 60px;
		left: 35px;
		width: 200px;
		height: 100px;
		}
	
/*
--------------------------------------------------------------------------------------
 interior
--------------------------------------------------------------------------------------
*/
.content_holder {
	padding: 16px 0px;
	}
	
.content_area {
	width: 895px;
	margin: 0px auto;
	position: relative;
	
	background-image: url(/images/interior_content_bg.jpg);
	background-repeat: repeat-y;
	background-position: 0% 0%;
	}
	
	.content_area div.content {
		padding: 0px 20px 20px;
		}
	
	.interior_header {
		background-image: url(/images/interior_header_bg.jpg);
		background-position: 100% 0%;
		background-repeat: no-repeat;
		
		}
	
.specials_content {
	width: 560px;
	text-align: justify;
}

.divider_line {
	border-bottom:1px solid #5E5A52;
	margin-top: 30px;
	margin-bottom: 20px;
	
}

.features_text {
	float: right; 
	width: 265px;
	
}

.features_image {
	float: right; 
	margin-top: 5px;
}

.top_divider {
	border-bottom:1px solid #5E5A52;
	margin-bottom: 15px;
	
}

.top_features {
	float: right; 
	width: 265px;
}

ul.features_spacer {
	margin-bottom: 16px;
}
/*
--------------------------------------------------------------------------------------
 subnav
--------------------------------------------------------------------------------------
*/
.subnav {
	background: url(/images/bg_subnav.gif);
	height: 22px;
	width: 847px;
	margin: 10px 0;
	padding: 5px 0px 0px 10px;
	}
	
	.subnav ul {
		list-style: none;
		display: inline;
		margin: 0px;
		padding: 0px;
		}
		
	.subnav li {
		display: inline;
		background: url(/images/subnav_arw.gif);
		background-repeat:no-repeat;
		padding-left: 7px;
		}
		
		.subnav a {
			margin-right: 15px;
			text-decoration: none;
			}
	
	
/*
--------------------------------------------------------------------------------------
 page_formatting
--------------------------------------------------------------------------------------
*/
.tip {
	background: url(/images/bg_tip.gif);
	height: 39px;
	width: 770px;
	margin: 10px 0;
	color:#FFCC33;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 26px 0px 0px 80px;
	margin-bottom: 27px;
	margin-top: 12px;
	}

	
	
	
/*
--------------------------------------------------------------------------------------
 contact
--------------------------------------------------------------------------------------
*/
.information_block {
	width: 249px;
	height: 405px;
	clear: none;
	border: 1px solid #E2620B;
	background-color: #FFFAEE;
	}

.contact_form_block {
	float: right;
	width: 287px;
	border: 1px solid #63270B;
	background-color: #FFFAEE;
	height: 405px;
	}
	
.map_block {
	float: right;
	width: 287px;
	margin: 0 13px 0 0;
	border: 1px solid #BB430E;
	background-color: #FFFAEE;
	}
	
.block_header {
	line-height: 24px;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 8px;
	color: #FFF;
	}
		
.block_content {
	padding: 6px 8px;
	}
	
.block_form_element {
	margin: 6px 0px;
	}


/*
--------------------------------------------------------------------------------------
 resources
--------------------------------------------------------------------------------------
*/
.resource_block {
	border: 1px solid #5F4D35;
	margin-bottom: 16px;
	}
	
.block_header_res{
	background: url(/images/bg_divtops.gif);
	height: 21px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color:#fff5d8;
	padding: 4px 10px 0px 10px;
	}
	
.block_content_res{
	padding: 7px 10px;
	color: #000;
	background-color: #fffaee;
	}
	
.numbers{
	width:190px;
	color:#6a5f54;
	float:right;
	text-align:left;
	}
	
	.resource_block div.block_header {
		background-color: #5F4D35;
		border-bottom: 1px solid #5F4D35;
		}
	
/*
--------------------------------------------------------------------------------------
 order
--------------------------------------------------------------------------------------
*/
.thin_column {
	float: left;
	width: 133px;
	border: 1px solid #63270B;
	height: 150px;
	margin-right: 8px;
	}
	
	.thin_column div.block_content {
		padding: 4px 6px;
		}
		
	.thin_column div.block_header {
		padding: 0px 6px;
		}
		
.wide_column {
	float: left;
	width: 276px;
	border: 1px solid #63270B;
	height: 150px;
	margin-right: 8px;
	}
	
	.wide_column div.block_content {
		padding: 4px 6px;
		}
		
	.wide_column div.block_header {
		padding: 0px 6px;
		}
		

	
/*
--------------------------------------------------------------------------------------
 error/success
--------------------------------------------------------------------------------------
*/
.error {
	padding: 6px 8px;
	border: 1px solid #C00;
	background-color: #FFF;
	font-weight: bold;
	color: #C00;
	margin-bottom: 8px;
	}
	
.success, .message {
	padding: 6px 8px;
	border: 1px solid #090;
	background-color: #FFF;
	font-weight: bold;
	color: #090;
	margin-bottom: 8px;
	}
	
/*
--------------------------------------------------------------------------------------
 temporary
--------------------------------------------------------------------------------------
*/
.dev_note {
	background-color: #FFFFCC;
	border: 1px solid #FFFF00;
	padding: 4px 6px;
	}
	