@charset "utf-8";
/* CSS Document */


/* BODY AND CONTAINER
----------------------------------------------*/

body {
	font-size: 76%;
	text-align: center;
	background-color: #000;
	padding: 0px;
	margin: 0px auto 0px auto;
	background-image: url(../images/gradient_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

* body {
	text-align: left;
}

#container {
	overflow: hidden;
	width: 900px;
	border: 1px solid #384338;
	margin: 0 auto 0 auto;
}


/* HEADER
----------------------------------------------*/

#header_home {
	float: left;
	width: 900px;
	height: 235px;
	background: url(../images/header_home.jpg) no-repeat left top;
}

#header_products {
	float: left;
	width: 900px;
	height: 235px;
	background: url(../images/header_products.jpg) no-repeat left top;
}

#header_our_quality {
	float: left;
	width: 900px;
	height: 235px;
	background: url(../images/header_our_quality.jpg) no-repeat left top;
}

#header_about {
	float: left;
	width: 900px;
	height: 235px;
	background: url(../images/header_about.jpg) no-repeat left top;
}

#header_community {
	float: left;
	width: 900px;
	height: 235px;
	background: url(../images/header_community.jpg) no-repeat left top;
}

#header_dealers {
	float: left;
	width: 900px;
	height: 235px;
	background: url(../images/header_dealers.jpg) no-repeat left top;
}

#header_order {
	float: left;
	width: 900px;
	height: 235px;
	background: url(../images/header_order.jpg) no-repeat left top;
}

#header_contact {
	float: left;
	width: 900px;
	height: 235px;
	background: url(../images/header_contact.jpg) no-repeat left top;
}


/* MAIN NAVIGATION DROP MENU
----------------------------------------------*/

/* main horizontal list
--------------------------------*/

#nav {
	float: left;
	display: block;
	position: absolute;
	top: 195px;
	width: 900px;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #434843;
	background-image: url(../images/gradient_nav.jpg);
		background-repeat: repeat-x;
		background-position: left top;
}

#nav ul {
	display: block;
	width: 900px;
	padding: 0px;
	margin: 0px;
}

#nav li{
	float: left;
	display: block;
	list-style-type: none;
	padding: 0 30px 0 30px;
}

#nav a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
	padding: 0;
	margin: 0px;

}

#nav ul li a:hover {
	display: block;
	color: #ecd331;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

#nav li li{
	display: block;
	list-style-type: none;
	padding: 0 10px 0 0px;
}




/* drop down list
--------------------------------*/
#nav ul li li a:hover {
	padding: 0 0 0 10px;
	margin: 0px;
}

#nav li ul {
	display: none;
	list-style: none;
	color: #fff;
	background-color: #000;
	background-image: url(../images/gradient_drop.jpg);
		background-repeat: repeat-x;
		background-position: left top;
	border: 1px solid #fff;
	padding: 0px;
	margin: 0px;
}

#nav li:hover ul {
	width: 150px;
	display: block;
	visibility: visible;
	position: absolute;
	list-style: none;
	padding: 0 10px 0 10px;
	z-index: 1;
}

#nav li li {
	list-style: none;
}

#nav li li a {
	border-bottom: 1px solid #8d8b79;
	background-image: url(../images/arrow.gif);
		background-repeat: no-repeat;
		background-position: left center;
	padding: 0 0px 0 10px;
	margin: 0px;	
	width:140px;
}


/* center fixes for drop downs 
--------------------------------*/
#nav li:hover ul.center_products {
	margin: 0 0 0 -50px;
}

#nav li:hover ul.center_history {
	margin: 0 0 0 -60px;
}

#nav li:hover ul.center_community {
	margin: 0 0 0 -50px;
}

#nav  li:hover ul.center_order {
	margin: 0 0 0 -60px;
}


/* second drop down list
--------------------------------*/

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.submenu:hover {background: url(../images/arrow.gif) right center no-repeat;}


#nav li li:hover ul {
	left: 170px;
	margin-top: -2.8em;
	}
	
	
/* third drop down list
--------------------------------*/
#nav li li li:hover ul {
	left: 170px;
	margin-top: -2.8em;
	}
	

/* CONTENT
----------------------------------------------*/

#content{
	float: left;
	width: 900px;
	background-color: #fff;
	background-image: url(../images/gradient_content_top.jpg);
		background-repeat: repeat-x;
		background-position: left top;
	clear: left;
	padding-top: 20px;
}

#content_left {
	float: left;
	width: 250px;
	padding: 20px 25px 20px 25px;
}

#content_right {
	float: left;
	width: 575px;
	padding: 20px 25px 20px 0;
}

/* content links with triangle arrow */
#content_right_footer a {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #16480e;
	text-decoration: none;
	background-image: url(../images/arrow_triangle.gif);
		background-repeat: no-repeat;
		background-position: right center;
	padding: 0 27px 0 0;
	margin: 0 10px 0 0;
}

/* content links without triangle arrow */
#content_right_footer_no_arrow a {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #16480e;
	text-decoration: none;
	padding: 0 27px 0 0;
	margin: 0 10px 0 0;
}

#content_right_footer a:hover {
	color: #ecd331;
}

/* content with two columns */
#column_left {
	float: left;
	width: 240px;
	margin-right: 50px;
}

#column_right {
	float: left;
	width: 240px;
}

/* content anchor box (jump menu) */
#anchor_box {
	float: left;
	width: 555px;
	border-top: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
	padding: 10px;
	margin: 10px 0 30px 0;
}

#anchor_box a {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #61745c;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}	
	
#anchor_box a:hover {
	text-decoration: none;
	color: #ecd331;
}

.anchor_link {
	list-style: none;
}

/* back to top anchor */
#anchor_back_to_top a {
	float: left;
	width: 555px;
	border-top: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
	text-align: right;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #61745c;
	text-decoration: none;
	padding: 10px;
	margin-bottom: 30px;
}

#anchor_back_to_top a:hover {
	text-decoration: none;
	color: #ecd331;
}

.content_link_list ul {
	list-style:none;	
	margin-left: 25px;
	padding-left:0;
	}
	
.content_link_list li {
	list-style:none;
	}
	
.content_link_list a {
	font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.3em;
	color: #234b16;
	padding: 0px;
	font-weight:bold;
	line-height:1.7em;
	}



/* SUB-NAVIGATION POP-UP MENU
----------------------------------------------*/

/* main vertical list
--------------------------------*/
#sublinks_title {
	float: left;
	width: 230px;
	height: 45px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	background-image: url(../images/gradient_subnav_title.jpg);
		background-repeat: repeat-x;
		background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.5em;
		color: #fff;
	padding: 10px 0 0 10px;
	margin: 0px;
}

#subnav {
	float: left;
	display: block;
	width: 220px;
	background-color: #fafafa;
	background-image: url(../images/gradient_content_bottom.jpg);
		background-repeat: repeat-x;
		background-position: left bottom;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	padding: 0 10px 10px 10px;
}

#subnav ul.sublinks {
	display: block;
	width: 220px;
	padding: 0px;
	margin: 0px;
}

#subnav li.sublinks {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#subnav a {
	display: block;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.3em;
		font-weight: bold;
		line-height: 40px;
	color: #61745c;
	text-decoration: none;
	border-bottom: 1px solid #e1e1e1;
	background-image: url(../images/arrow.gif);
		background-repeat: no-repeat;
		background-position: left center;
	padding: 0 0 0 15px;
	margin: 0px
}

#subnav ul li a:hover {
	display: block;
	color: #ecd331;
	text-decoration: none;
	background-image: url(../images/arrow.gif);
		background-repeat: no-repeat;
		background-position: left center;
	padding: 0 0 0 15px;
	margin: 0px;
}

/* pop-up list
--------------------------------*/
#subnav.pop_menu li ul {
	display: none;
	list-style: none;
	color: #fff;
	background-color: #000;
	background-image: url(../images/gradient_drop.jpg);
		background-repeat: repeat-x;
		background-position: left top;
	border: 1px solid #fff;
	padding: 0px;
	margin: -50px 0 0 200px;
}

#subnav.pop_menu li:hover ul {
	width: 520px;
	height: auto;
	display: block;
	visibility: visible;
	position: absolute;
	list-style: none;
	padding: 0px 10px 0 10px;
	z-index: 1;
}

/* type/photo display of box
--------------------------------*/
#pop_content {
	float: left;
	width: 510px;
	padding: 10px 8px 10px 8px;
}

#pop_image {
	float: left;
	border-right: 1px solid #e1e1e1;
	margin: 0 10px 0 0;
	padding-right: 10px;
}
	

/* links below the subnav
--------------------------------*/
#subnav.extra {
	background: none;
	border: 0px;
	margin-top: 20px;
}


/* PHOTO DISPLAY IN THE RIGHT CONTENT
----------------------------------------------*/

#photo_display {
	float: left;
	width: 575px;
	padding: 0px;
	margin: 0 0 20px 0;
}

#photo_display_left {
	float: left;
	width: 400px;
	height: 320px;
	padding: 0px;
	margin:  0 5px 0 0;
}

#photo_display_right {
	float: right;
	width: 150px;
	height: 320px;
	padding: 0px;
	margin: 0px;
}

#photo_display_small_image {
	float: left;
	padding: 0px;
	margin-bottom: 7px;
}


/* PHOTO DISPLAY IN THE RIGHT CONTENT - 3 STACK
----------------------------------------------*/

#stack_photo_display {
	float: left;
	width: 575px;
	padding: 0px;
	margin: 0 0 20px 0;
}

#stack_photo_display_left {
	float: left;
	width: 270px;
	height: 320px;
	padding: 0px;
	margin:  0 5px 0 0;
}

#stack_photo_display_right {
	float: right;
	width: 295px;
	height: 320px;
	padding: 0px;
	margin: 0px;
}

#stack_photo_display_right_1 {
	float: left;
	padding: 0px;
	margin-bottom: 7px;
}

#stack_photo_display_right_2 {
	float: left;
	padding: 0px;
	margin: 0 0 7px 0;
}

#stack_photo_display_right_3 {
	float: right;
	padding: 0px;
	margin: 0 0 7px 0;
}


/* PHOTO DISPLAY LINKS
----------------------------------------------*/

#photo_display_links {
	float: left;
	width: 572px;
	text-align: left;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	padding: 0px;
	margin: 6px 0 0 0;
}

/* links with triangle arrow */
#photo_display_links a {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #16480e;
	text-decoration: none;
	background-image: url(../images/arrow_triangle.gif);
		background-repeat: no-repeat;
		background-position: right center;
	padding: 2px 27px 0 0;
	margin: 0 5px 0 0;
}

#photo_display_links a:hover {
	color: #ecd331;
}


/* FOOTER
----------------------------------------------*/

#footer {
	float: left;
	width: 900px;
	height: 80px;
	background: url(../images/gradient_footer.jpg) repeat-x left top;
	text-align: center;
	padding: 25px 0 0 0;
}

#footer p, address {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		font-style: normal;
	line-height: 1.2em;
	color: #fff;
	margin: 0px;
	padding: 0px;
}


/* LEFT FOOTNOTE BOX
----------------------------------------------*/

#footnote_box {
	float: left;
	display: block;
	width: 200px;
	background-color: #fafafa;
	background-image: url(../images/gradient_content_bottom.jpg);
		background-repeat: repeat-x;
		background-position: left bottom;
	border: 1px solid #e1e1e1;
	padding: 20px;
}


/* PRODUCT LIST ITEM
----------------------------------------------*/

#product_box {
	float: left;
	width: 575px;
	padding: 0px;
	margin-bottom: 50px;
}

#product_box_title {
	float: left;
	width: 380px;
	padding: 0 0 12px 195px;
}

/* OLD
#product_box_title2 {
	float: left;
	width: 575px;
	padding-bottom: 10px;
}
*/

#product_box_image {
	float: left;
	width: 175px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#product_box_desc {
	float: left;
	width: 365px;
	padding: 0 0 0 10px;
	margin: 0px;
}

.product_list {
	font-family: "Times New Roman", Times, serif;
		font-size: 1.3em;
	line-height: 1.5em;
}


/* PRODUCT COLLECTIONS LISTING BOX
----------------------------------------------*/

#product_collection_box {
	float: left;
	width: 575px;
	padding: 0px;
	margin: 0 0 30px 0;
}

#product_collection_box h3 {
	float:left;
	margin:-.2em 0 0 0;
	padding:0;
	width: 425px;
	}
	
#product_collection_box p {
	float:left;
	margin: .5em 0 0 0;
	width:425px;
	}
#product_collection_box img{
	border:none;
	}

/* FAQ
----------------------------------------------*/

#faq {
	float: left;
	display: block;
	width: 200px;
	background-color: #fafafa;
	background-image: url(../images/gradient_content_bottom.jpg);
		background-repeat: repeat-x;
		background-position: left bottom;
	border: 1px solid #e1e1e1;
	padding: 20px;
}

/* faq typography */
#faq a {
	font-size: 1em;
	line-height: 1.3em;
	color: #61745c;
	text-decoration: none;
}	
	
#faq a:hover {
	text-decoration: none;
	color: #ecd331;
}

#faq .faq_question {
	margin-bottom: 30px;
}

.faq_question_heading {
	font-family: "Times New Roman", Times, serif;
		font-size: 1.3em;
		font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 0px;
	margin-bottom: -10px;
}	


/* PHOTO GALLERY
----------------------------------------------*/
/*photo gallery pages, main page listing*/
#photos_default {
	float: left;
	width: 550px;
}

#photos_default h2 {
	float: left;
	width: 550px;
	padding: 0px;
	margin: 20px 0 0 0;
}

#photos_default ul{
	float: left;
	padding: 0px;
	margin: 0px;
}

#photos_default ul li {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 20px 0 10px 0;
}

#photos_default ul li a {
	padding: 20px 30px 30px 0;
	margin: 0px;
}

#photos_default ul li.first {
	margin: 15px 0 20px 0;
}
#photos_default ul li.last {
	padding: 15px 0 20px 0;
}

div#photos_default
div.item-list
ul
li.first
a
img {
	border: .5px solid #999;
}
div#photos_default
div.item-list
ul
li.last
a
img {
	border: .5px solid #999;
}


/*the test album*/
.submitted {
	margin: 0 0 15px 0;
}

/*inside photo gallery pages*/
.photos_image_list_view {
	margin: 20px 0 20px 0;
}

.active {
	padding: 0 8px 0 0;
}

.photos_list_view_des {
	margin: 0 0 10px 0;
}

.photos_list_view_info {
	margin: 5px 0 45px 0;
}

.photos_album_float_right {
	margin: 0 0 5px 0;
}

/*deep inside photo gallery pages (one image at a time with next/prev links)*/
.photos_view_des {
	margin: 0 0 10px 0;
}

.photo_link_pager {
	margin: 10px 0 30px 0;
}


/* MAIN TYPOGRAPHY ELEMENTS
----------------------------------------------*/

p, ol, #index_content ul {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.2em;
	line-height: 1.7em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.8em;
	color: #234b16;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.6em;
	color: #234b16;
	border-bottom: 1px solid #234b16;
	padding: 0px;
	margin-bottom: -5px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.3em;
	color: #234b16;
	padding: 0px;
	margin-bottom: -5px;
}

a {
	color: #61745c;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #ecd331;
}

.collection_link {
	font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.2em;
	line-height: 1.7em;
	color: #61745c;
}

.no_arrow {background-image:none;}

.faq-ul-questions-top {
	font-size: 1.2em;
	line-height: 1.5em;
}

.faq-question {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		font-weight: bold;
	line-height: 1.7em;
	padding: 0px;
	margin: 0 0 -10px 0;
}

.faq-answer {
	margin-bottom: 50px;
}

.faq-ul-questions-top {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.faq-ul-questions-top .last {
	margin-bottom: 30px;
}


/* PHOTO/IMAGE ELEMENTS
----------------------------------------------*/

/* outline around image */
.thumb {
	border: 1px solid #666;
	padding: 0px;
	margin: 0px;
}

.thumb_no_border {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.wrap_right {
	float: left;
	margin: 0 15px 15px 0;
	padding:0;
}

#product_collection_box img {
	border: 1px solid #666;
	}
/* MISC ELEMENTS
----------------------------------------------*/

hr {
	float: left;
	width: 100%;
	height: 1px;
	color: #e1e1e1;
	background-color: #e1e1e1;
	border: 0px;
}


/* FORM ELEMENTS
----------------------------------------------*/

.form_box {
	border: 1px solid #666;
}


/* CMS STYLE ELEMENTS
----------------------------------------------*/

/* subnav menu */
ul.primary-links {
  float: left;
  width: 220px;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

primary-links li {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.primary-links li a{
	display: block;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.3em;
		font-weight: bold;
		line-height: 40px;
	color: #61745c;
	text-decoration: none;
	border-bottom: 1px solid #e1e1e1;
	background-image: url(../images/arrow.gif);
		background-repeat: no-repeat;
		background-position: left center;
	padding: 0 0 0 15px;
	margin: 0px
}

.primary-links li a:hover {
	display: block;
	color: #ecd331;
	text-decoration: none;
	background-image: url(../images/arrow.gif);
		background-repeat: no-repeat;
		background-position: left center;
	padding: 0 0 0 15px;
	margin: 0px;
}

/* table structure elements*/
.views-table {
	border-collapse: collapse;
	padding: 0px;
	margin: 15px 0 0 0px;
}

.views-table thead {
	height: 20px;
	line-height: 20px;
	font-size: 1.2em;
	background-color: #F2F2F2;
}

.views-table th {
	padding: 5px;
}

.views-field {
	border-bottom: solid 1px #e1e1e1;
	padding: 0px;
	margin: 0px;
}

.views-field views-field-body {
	margin: 0 5px 0 5px;
}

/* table typography */
.views-table, .breadcrumb, .item-list {
	font-family: Arial, Helvetica, sans-serif;
}

.views-table td {
	padding:5px;
	}
	
/* trunk slideshow on the home page */
#trunkslide {
	list-style: none;
	padding: 0px;
	margin: 15px 9px 0 0;
	float: left;
	width: 115px;
	border: 1px solid #000;
}
#highlight_top {
	float: left;
	width: 260px;
	height: 220px;
}

#highlight_top img {
	margin-top: 15px;
	border: none;
}

#highlight_bottom {
	float: left;
	width: 260px;
	height: 300px;
}



