/* COPYRIGHT 2009 BULLSEYE CREATIVE (www.bullseyecreative.net) */

@import url(reset.css);

* {
	margin: 0;	
}

html, body {
	margin: 0 auto;
	height: 100%;
	background: url(../_img/body_bg.gif) repeat;
	font-family: Helvetica, Arial, sans-serif;
	color: #2a2f36;
}

/** ====================
 * Standard fonts and rollovers 
 */ 

a
{
	color:#000000;
	text-decoration:none;
}

a:hover
{
	color:#000000;
	text-decoration:none;
}

object
{
	outline:none;
}

p {
	margin-bottom: 10px;	
}

h1 {
	margin-bottom: 18px;
	font-size: 22px;
	font-weight: bold;
	color: #a87446;
}

h2 {
	margin: 12px 0;
	font-size: 16px;
	font-weight: bold;
	color: #a87446;
}

strong {
	font-weight: bold;	
}

.clear {
	clear: both;	
}

.shadow_s {	
	width: 100%;
	height: 20px;
	background: url(../_img/shadow_s.png) repeat-x;
}

.tiny {
	font-size: 10px;	
}

/* regular container (centered horizontally) */

div#container {
	width: 1064px;
	min-height: 100%;
	height: auto !important; 
	height: 100%;
	margin: 0 auto -40px; /* Last number must be the (negative) same as the push element height */
	background: url(../_img/content_bg.png) repeat-y;
}

div#content_area {
	margin-left: 32px;
	padding: 0 2px;
	width: 996px;
}

div#header {
	position: relative;
	margin-bottom: 2px;
	width: 996px;
	height: 146px;
}

img#logo {
	margin: 20px 0 0 20px;	
}

div#header_phone {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 38px;
}

span#phone_block {
	position: relative;
	float: left;
	padding: 4px 0 0 55px;
	height: 34px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background: url(../_img/black_bg.png) repeat;
}

span#phone_call {
	position: absolute;
	top: 8px;
	left: 10px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

a#home_icon {
	float: left;	
	display: block;
	width: 65px;
	height: 38px;
	text-indent: -4000px;
	background: url(../_img/home_icon.png) no-repeat 0 0;
}

a#home_icon:hover {
	background: url(../_img/home_icon.png) no-repeat -65px 0;
}

div#header .shadow_s {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

div#nav {
	margin-bottom: 2px;
	height: 38px;	
	background: #5a7162;
}

div#nav ul {
	float: right;	
}

div#nav li {
	float: left;	
}

div#nav li a {
	position: relative;
	display: block;
	padding: 10px 15px 0 15px;
	height: 28px;
	font-size: 15px;
	color: #2a2f36;
	font-weight: bold;
	background: #c0a78f;
	border-right: 2px solid #efe6ce;
}

div#nav li a:hover, div#nav li a.active {
	position: relative;
	display: block;
	padding: 10px 15px 0 15px;
	height: 28px;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	background: #a87446;
	border-right: 2px solid #efe6ce;
}

div#nav li a div#nav_left {
	position: absolute;
	top: 0px;
	left: -37px;
	width: 37px;
	height: 38px;
	background: url(../_img/nav_left.png) no-repeat 0 0;
}

div#nav li a:hover div#nav_left, div#nav li a.active div#nav_left {
	position: absolute;
	top: 0px;
	left: -37px;
	width: 37px;
	height: 38px;
	background: url(../_img/nav_left.png) no-repeat -37px 0;
}

#products_nav:before {
	content: url(../_img/nav_left1.png);
	position: absolute;
	top: 0px;
	left: -37px;
	width: 37px;
	height: 38px;
}

#products_nav:hover:before, #products_nav_active:before {
	content: url(../_img/nav_left2.png);
	position: absolute;
	top: 0px;
	left: -37px;
	width: 37px;
	height: 38px;
}

div#content {
	padding: 40px;	
}

div#left {
	float: left;
	width: 235px;
}

ul#left_nav {
	margin-bottom: 30px;
	width: 222px;	
}

ul#left_nav li {
	position: relative;	
	width: 200px;
	height: 42px;
	background: #bfa88f;
}

ul#left_nav li a {
	display: block;
	padding: 7px 0 12px 20px;
	width: 180px;
	height: 15px;
	color: #2a2f36;
	border-top: 2px solid #bfa88f;
	border-bottom: 2px solid #bfa88f;
	background: #bfa88f;
}

ul#left_nav li a:hover, ul#left_nav li a.left_nav_active {
	display: block;
	padding: 7px 0 12px 20px;
	width: 180px;
	height: 15px;
	color: #fff;
	border-top: 2px solid #ede2cb;
	border-bottom: 2px solid #ede2cb;
	background: #a87446;
}

ul#left_nav li a img.arrow {
	visibility: hidden;
	position: absolute;
	top: 0px;
	right: -22px;
}

ul#left_nav li a.left_nav_active img.arrow {
	visibility: visible;
}

ul#left_nav li a img.left_shadow {
	visibility: hidden;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

ul#left_nav li a:hover img.left_shadow, ul#left_nav li a.left_nav_active img.left_shadow {
	visibility: visible;
}

img#quote_icon {
	margin-bottom: 10px;	
}

p#quote {
	font-size: 20px;
	font-weight: 100;
	color: #5a7162;	
}

p#quote_name {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 100;
	color: #5a7162;	
}

a#quote_link {
	display: block;
	margin-bottom: 20px;
	width: 123px;
	height: 32px;
	text-indent: -4000px;
	background: url(../_img/read_more_icon.gif) no-repeat 0 0;
}

a#quote_link:hover {
	background: url(../_img/read_more_icon.gif) no-repeat -123px 0;
}

div#right {
	float: right;
	width: 640px;	
}

img#content_img {
	margin: 10px 0;
	width: 640px;
	height: 256px;
}

ul.about_grid {
	margin-bottom: 20px;
	border: 1px solid #dacab2;	
}

ul.about_grid li {
	padding: 5px 5px 5px 10px;
	font-size: 12px;
}

ul.about_grid h2 {
	margin-top: 0px;	
}

ul.about_grid a {
	color: #a87446;
}

ul.about_grid a:hover {
	text-decoration: underline;	
}

li.highlight {
	background: #f5efe1;	
}

span.key {
	display: inline-block;
	width: 250px;
	font-weight: bold;
}

.testimonial h2 {
	font-size: 14px;
	line-height: 18px;
	color: #5a7162;
}

img.affiliate_img {
	float: right;	
	margin: 0 0 5px 5px;
	width: 164px;
	height: 110px;
}

img.img_left {
	float: left;
	margin: 0 10px 10px 0;
}

img.img_right {
	float: right;
	margin: 0 0 10px 10px;
}

ul#directions {
	list-style: outside disc;
}

ul#directions li {
	margin-left: 18px;	
	font-size: 13px;
}

table#contact_table {
	margin-bottom: 30px;
	width: 470px;
	border: 1px solid #dacab2;
	font-size: 12px;
}

table#contact_table td {
	padding: 5px 5px 5px 10px;
	width: 212px;
	height: 18px;	
	vertical-align: top;
}

table#contact_table input.box, table#contact_table select.box, table#contact_table textarea.box {
	padding: 4px;
	width: 212px;
	border: 1px solid #dacab2;
}

input#submit_btn {
	float: right;
	padding: 5px;
	margin-right: 5px;
	border: 2px solid #a87446;
	background: #c0a78f;
	color: #2a2f36;
	font-weight: bold;
	cursor: pointer;
	outline: none;
}

input#submit_btn:hover {
	float: right;
	margin-right: 5px;
	border: 2px solid #a87446;
	background: #a87446;
	color: #fff;
}

div#gallery_container {
	position: relative;
}

div#gallery {
	position: relative;
	padding: 10px;
	width: 892px;
	background: #5c6e60;
	border: 2px solid #5b584b;
}

div#large_image {
	position: relative;
	float: left;
	margin-bottom: 2px;
	width: 580px;
	height: 376px;
	border: 2px solid #fff;
}

img#loading_image {
	position: absolute;
	top: 12px;
	left: 12px;
}

div#large_image img {
	width: 580px;
	height: 376px;
}

div#text_area {
	position: relative;
	float: left;
	margin-left: 8px;
	width: 300px;
	height: 380px;
}

div#text_area h1 {
	font-size: 15px;
	color: #e2dbba;	
}

div#text_area hr {
	width: 100%;
	height: 5px;
	border: none;
	outline: none;
	border-top: 1px solid #989d96;
	border-bottom: 1px solid #989d96;
}

div#text_area p {
	margin: 20px 0;
	font-size: 12px;
	line-height: 18px;
	color: #fff;	
}

div#thumbs {
	position: relative;
	clear: both;
	margin-top: 10px;
	width: 912px;
	height: 99px;
	overflow: hidden;
	border: 2px solid #5b584b;
}

a.thumb {
	float: left;
	border: 1px solid #fff;
	outline: none;
}

a.thumb img {
	width: 150px;	
	height: 97px;
}

a#scroll_left {
	position: absolute;
	bottom: 4px;
	left: -20px;
	display: block;
	width: 20px;
	height: 96px;
	background: url(../_img/scroll_left.gif) no-repeat 0 0;
	outline: none;
}

a#scroll_left:hover {
	background: url(../_img/scroll_left.gif) no-repeat -20px 0;	
}

a#scroll_right {
	position: absolute;
	bottom: 4px;
	right: -20px;
	display: block;
	width: 20px;
	height: 96px;
	background: url(../_img/scroll_right.gif) no-repeat 0 0;
	outline: none;
}

a#scroll_right:hover {
	background: url(../_img/scroll_right.gif) no-repeat -20px 0;	
}

ul.sitemap {
	list-style: outside disc;	
}

ul.sitemap li {
	margin-left: 18px;	
	line-height: 22px;
}

div.push {
	margin: 0 auto;
	width: 1000px;
	height: 40px;	
	clear: both;
}

div#footer {
	margin: 0 auto;
	width: 1000px;
	height: 38px;	
	border-top: 2px solid #9d846b;	
	background: url(../_img/footer_bg.jpg) no-repeat #e3d6b8;	
	clear: both;
}

div#footer ul {
	margin-left: 200px;	
	width: 800px;
}

div#footer li {
	float: left;
	margin-left: 20px;
	padding: 12px 0 0 0;
	text-transform: uppercase;
	font-size: 11px;
	color: #9D846B;	
}

div#footer li a {
	color: #9D846B;	
}

div#footer li a:hover {
	color: #a87446;	
}