@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


body {
	background: #DED7D1;
	/*background: #130502;*/
}

.outerWrap {	
	margin: 0 auto;
	width: 100%;
	background: #DED7D1;
	/*OLD background: url(../images/bg_page2.png) no-repeat 50% top; MARGIN: 0px;*/
}

#page {
	width: 840px;
	margin:0 auto;	
	background: url(../images/page_bkrnd_beige.gif) repeat-y 0px 30px;
	/*background: url(../images/page_bkrnd.png) repeat-y 0px 30px;*/
}

#wrapper {
	border-bottom:10px solid white;
	border-left:10px solid white;
	border-right:10px solid white;
	#padding: 30px 0px 0px 0px;
	text-align:left;
	width:800px;
	margin: 0 auto;
	margin-top: 20px;
}

#header {
	width: 840px;
	height: 40px;
	margin: 0 auto;
	padding-top: 10px;
	background: url(../images/header_beige.gif) no-repeat bottom left;
	/*background: url(../images/header_wood.gif) no-repeat bottom left;*/
}



#nav {
	width: 800px;	
	height: 28px;
	margin: 0px 0px 0px 20px;
	background: url(../images/nav_bkrnd.jpg) repeat-x;
}

#navContainer {
	float: right;
	display:inline;
	height: 28px;
	margin: 1px 0px 0px 0px;	
}


#pageImage {
	width: 800px;
	height: 250px;
	margin: 10px 0px 10px 20px;
	background: #F9F8EE;
}

#logo {
	position: absolute;
	width:186px;
	height: 121px;
	float: left;
	margin: -40px 0px 0px -40px;
	z-index: 800;
}

#mainContent {
	float: left;
	display: inline;
	width: 575px;
	margin: 0px 0px 20px 20px;
	border-top: 1px solid #E3DEB3;
	border-left: 1px solid #E3DEB3;
	border-right: 3px solid #E3DEB3;
	border-bottom: 3px solid #E3DEB3;
	background: #F9F8EE;
}


#mainContent ul {
	margin: 0px 70px 0px 50px;
	padding: 5px;
}

#mainContent ul li {
	margin: 0px 0px 10px 0px;
}
#facebook {
	margin: 10px 0px 0px 8px;
}

#facebook img {
	margin: 5px 0px 10px 0px;
}

#sidebar {
	float: right;
	display: inline;
	margin: 0px 20px 0px 0px;
	border-top: 1px solid #DFD6CF;
	border-left: 1px solid #DFD6CF;
	border-right: 3px solid #DFD6CF;
	border-bottom: 3px solid #DFD6CF;
	width: 206px;
	background: #F9F8EE;
}



#sidebar form {
	margin: 10px 0px 0px 0px;
	border: none;
}

#sidebar form label {
	color: #764624;
	font-size: 11px;
	margin: 5px 0px 0px 10px;
	padding: 5px 0px 2px 0px;
	display: block;
}

#sidebar form input[type="text"] {
	width: 180px;
	padding: 3px;
	margin-left: 10px;
}

#sidebar form input[type="submit"] {
	width: 92px;
	height: 27px;
	margin: 5px 0px 10px 55px;
	background: #443F1E url(../images/btn_send.gif) no-repeat top left;
	color: #fff;
	border: none;
	cursor: pointer;
}


#footer {
	width: 840px;
	height: 34px;
	background: url(../images/footer_beige.png) no-repeat bottom left;
	/*background: url(../images/footer_wood.png) no-repeat bottom left;*/
}

.textbox {
	width: 175px;
	padding: 5px;
	margin: 0px 10px 0px 10px;
}


#toolBox {	
}


ul#toolBox  {
	margin: 10px 0px 20px 10px;
	padding: 0;
	list-style-type: none;
}

#toolBox li {
	margin-bottom: 2px;
}

#toolBox a  {
	font-size: 11px;
	display: block;
	width: 188px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	text-decoration: none;
	background: #6A3A20 url(../images/bkrnd_toolbox.jpg) no-repeat;	
	text-indent: 25px;
}

#toolBox a:hover, .select a {
	background-position: right bottom;
	color: #fff;
}

#dealersGrid {
	font-size: 85%;
	width: 90%;
	margin: 0px 10px 0px 20px;
}

#dealersGrid  td {
	padding: 4px;
	border: 1px solid #dfd6cf;
}

#dealersGrid table {
	
}


/* ---------------------------Typography -----------------------*/

p { margin: 0 0 18px 0;
	line-height: 1.7em;
	font-family:Georgia,serif;
	color: #483A30;
}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 300%;
	color: #665E2D;
	letter-spacing: -.08em;
}

h2 {
	font-size: 180%;
	color: #834F28;
	letter-spacing: -.07em;
}

#sidebar h3 {
	color: #665E2D;
	margin: 10px 0px 5px 10px;
}

ul {
	margin: 0;
	padding: 0;
	font-family:Georgia,serif;
}
#mainContent table h1, h2, h3 {
	margin: 0px 0px 0px 0px;
}

#mainContent table p {
	font-size: 85%;
}

#mainContent table {
	width: 545px;
	margin: 0px 0px 0px -3px;
	}
#mainContent td {
}



.newsHeading {
		color: #834F28;
		font-size: 140%;
		font-weight: normal;
		border-top: 1px solid #834F28;
		padding: 10px 0px 0px 0px;
		margin: 10px 20px 5px 20px;
}

.newsHeading p a {
	font-weight: normal;
}

.newsHeading a:link, .newsHeading a:visited {}
.newsHeading a:hover, .newsHeading a:active {
	text-decoration: underline;	
	font-weight: normal;
}


#mainContent a:link, #mainContent  a:visited {
	color: #834F28;
	font-weight: bold;
	text-decoration: none;
}

#mainContent a:hover, #mainContent a:active {
	color: #834F28;
	text-decoration: underline;
}
/*
#sidebar p a:link, #sidebar p a:visited {
	color: #834F28;
	font-weight: bold;
	text-decoration: none;
}

#sidebar p a:hover, #sidebar a:active {
	color: #834F28;
	text-decoration: underline;
}
*/



#mainContent h1, h2, p {
	margin: 0px 30px 10px 20px;
}

#mainContent h1 {
	margin: 20px 10px 10px 20px;
}

#mainContent h3 {
	margin: 0px 30px 10px 20px;
	letter-spacing: -.08em;
	color:	#665E2D;
}

#mainContent ul li {
	font-size: 12px;
	color: #443F1E;
	line-height: 1.5em;
}

#sidebar p {
	font-size: 85%;
	margin-left: 10px;
	margin-right: 5px;
}






.subNav {
	background: #ECE9CE url(../images/subnav_bkrnd.jpg) repeat-x; 
	/*background: #ECE9CE;*/
	margin: 0px 0px 25px 0px;
	border-bottom: 2px solid #665E2D;
}

.subNav a:link, .subNav a:visited {
	text-decoration: none;
	color: #665E2D;
	font-weight: bold;
	font-size: 93%;
	border-right: 1px solid #665E2D;
	padding-right: 8px;
	padding-left: 4px;
}

.subNav a:hover, .subNav a:active {
	color: #F90;
	text-decoration: underline;
}

#mainContent .subNav ul {
	margin: 0px 0px 0px 12px;
}
#mainContent .subNav ul li {
	display: inline;
	font-size: 13px;
}

#footer p, #footer h3 {
	color: #665E2D;
	letter-spacing: -.08em;
	margin: 0px 0px 0px 40px;	
}

.telephone {
	font-size: 18px;
	text-align: left;
}

.picRight {
	float: right;
	margin: 0px 10px 0px 10px;
	padding: 10px;
}

.picLeft {
	float: left;
	margin: 0px 5px 0px 0px;
}


.clear {
	clear: both;
}


/* Shadows */
#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
	#shadow-container .shadow1 {
		background: #F1F0F1;
	}
 
	#shadow-container .shadow2 {
		background: #DBDADB;
	}
 
	#shadow-container .shadow3 {
		background: #B8B6B8;
	}
 
	#shadow-container .container {
		background: #ffffff;
		border: 1px solid #848284;
		padding: 10px;
	}

