body {
	background-image: url(/images/bkg.jpg);
	background-repeat: repeat-x;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 935px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4C5044;
	font-size: 15px;
	background-color: #FCF9CC;
	height: 100%;
}
html {
	height: 100%;
}

#wrap {
	position: absolute;
}
#menu_container {
	width: 650px;
	background-color: #603309;
	height: 45px;
	z-index: 100;
	display: block;
	position: relative;
	margin-left: 280px;
}
#menu_container a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FCF9CB;
	text-decoration: none;
	font-size: 17\;
	padding: 8px;
	display: block;
	font-size: 12px;
	padding: 8px;
	border-right: 1px solid #582B01;
	border-left: 1px solid #7C4F25;
	margin-top: 6px;
}
#menu_container a:hover {
	color: #FFFFFF;
}

#top {
	background-repeat: no-repeat;
	background-position: center top;
	height: 216px;
	background-image: url(../images/bkg_sky_top.jpg);
}
#logo {
	position: absolute;
	width: 270px;
	height: 210px;
	top: 0px;
	left: 0px;
	z-index: 50;
}
#home_barn {
	display: block;
	width: 600px;
	height: 500px;
	position: absolute;
	top: 36px;
	left: 400px;
	z-index: 50;
}
#home_overview {
	position: absolute;
	width: 455px;
	height: 250px;
	font-size: 13px;
	line-height: 23px;
	top: 225px;
	left: 0px;
	padding-left: 15px;
}
.button-dealer {
	display: block;
	width: 467px;
	height: 65px;
	background-image: url(../images/button_dealer.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 175px;
	left: 4px;
}
.button-dealer:hover {
	background-image: url(../images/button_dealer_over.jpg);
}
#bottom_home {
	position: absolute;
	z-index: 10;
	top: 500px;
	left: 0px;
	width: 100%;
	height: auto;
}
.bottom_blocks {
	display: block;
	float: left;
	width: 380px;
	margin-right: 8px;
	color: #788255;
	font-size: 14px;
	line-height: 24px;
	margin-left: 11px;
	margin-bottom: 18px;
}
.bottom_blocks h1 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
.bottom_blocks a {
	color: #006699;
}
.barn_bottom {
	background-image: url(../images/barn_bottom-right.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 190px;
	cursor: hand;
	position: absolute;
	top: -15px;
	left: 760px;
}
.barn_bottom:hover {
	background-image: url(../images/barn_bottom-right_over.png);
}
#footer {
	border-top: 3px solid #B0C688;
	height: 45px;
	display: block;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0px 20px 12px;
	position: absolute;
	width: 98%;
	margin-top: 10px;
	margin-left: -10px;
}
#footer a, #content_container #footer a {
	color: #8DA559;
}
#content_container {
	width: 630px;
	position: relative;
	left: 280px;
	padding: 10px;
	background-color: #E4EDD6;
	top: 0px;
}
#content_container a {
	color: #3300FF;
}

h1 {
	display: block;
	margin: 45px 0px 10px 0px;
	padding: 0px;
	font-size: 30px;
}
#top_content {
	background-image: url(none);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	min-height: 300px;
	z-index: 10;
}
#button-dealer_content {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 280px;
	height: 280px;
	background-image: url(../images/button_dealer_content.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 50;
	cursor: hand;
}
#button-dealer_content:hover {
	background-image: url(../images/button_dealer_content_over.png);
}
.mission-statement {
	display: block;
	width: auto;
	float: none;
	padding: 8px;
	font-size: 15px;
	line-height: 24px;
	color: #FFFFFF;
	font-style: italic;
	background-color: #6DA8C5;
	margin-top: 10px;
	margin-left: 0px;
}
/**navigation**/
#menu_container ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu_container li { /* all list items */
	float: left;
	position: relative;
	width: auto;
}

#menu_container li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 2em;
	left: 0;
}

#menu_container li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#menu_container li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

#menu_container li a:hover {
	color: #FFFFFF;
	background-color: #4E2807;
}


#menu_container #subnav {
	width:100px;
	background-color:#88470D;
	border-top: 4px solid #603309;
}
/**end navigation**/
#menu_container #nav #subnav a {
	border-right: 0px;
	border-left: 0px;
}
#menu_container #nav #subnav li a:hover {
	background-color: #88470D;
}

input {
	padding: 6px;
	color: #666666;
}
form {
	margin: 10px 0px 0px 0px;
	padding: 10px;
	background-color: #DCE8CA;
	width: 380px;
}
.container_models {
	display: block;
	float: left;
	width: 600px;
	margin-bottom: 10px;
	font-size: 14px;
	border-bottom: 0px solid #B0C688;
	padding-bottom: 5px;
}
.container_models h2 {
	font-size: 18px;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}
.container_models img {
	border: 2px solid #CCCCCC;
	margin-right: 8px;
}
p {
	padding: 0px;
	margin: 0px;
}
.error {
	color: #990000;
	display: block;
	font-size: 11px;
	font-weight: bold;
}
.small-text-a {
	font-size: 10px;
	line-height: 12px;
}
.alt-row {
	background-color: #D8E6C4;
}
#content_container blockquote {
	padding: 0px;
	margin: 0px 0px 0px 35px;
}
.img-type-a {
	float: right;
	margin-left: 14px;
	border: 2px solid #CCCCCC;
}
#content_container ul li {
	padding: 0px 0px 10px 0px;
}
#content_container ol li {

	padding: 0px 0px 10px 0px;
}
.sizes {
	background-color: #D8E0C9;
	padding: 4px;
	width: 245px;
	font-size: 14px;
	height: 100%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.sizes td {
	padding-left: 15px;
}

.sizes th {
	font-size: 18px;
	text-transform: uppercase;
	background-color: #ACC282;
	color: #FFFFFF;
	border-bottom: 0px solid #666666;
}
.container_models table {
	background-color: #D8E0C9;
}
.container_models img {
	margin-top: 3px;
}
.img-type-b {
	float: none;
	margin-left: 5px;
	border: 2px solid #CCCCCC;
	margin-bottom: 4px;
}
.prices_tag {
	display: block;
	padding: 4px;
	font-size: 12px;
	position: absolute;
	left: 280px;
	font-weight: normal;
	z-index: 1000;
}

