/* Table of Contents:
	- CSS Imports
	- Global Containers
	- Typography
	- Header Layout
	- Middle Layout
	- Footer Layout
*/

/* CSS Imports
--------------------------------------------------------------------------------------- */
/* @import url("obraverde-nav.css"); */
@import url("lightbox.css");

/* Global Containers
--------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	text-shadow: rgba(0,0,0,.01) 0 0 0; /* Safari Font Smoothing Fix */
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #988558;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

img.floatright {
	margin: 0 14px 14px 14px;
	display: inline;
}

img.floatleft {
	margin: 0 14px 14px 14px;
	display: inline;
}

img.stroke {
	border: solid 1px #bf1c2c;
}

.clear {
	clear: both;
}

.hidden {
	visibility: hidden;
}

/* Link Styles
--------------------------------------------------------------------------------------- */
a, a:link, a:active {
	color: #bf1c2c;
}

a:visited {
	color: #cc4956;
}

a:hover {
	color: #64792d;
}

a img {
	border: 0;
}

/* Header Layout
--------------------------------------------------------------------------------------- */
div.container {
	width: 730px;
	margin: 0 auto;
	text-align: left;
	border: 1px #fff;
	border-style: none solid;	
}

div.container:after, #search:after {
	content: ".";  
	display: block; 
	height:  0;  
	clear: both; 
	visibility:  hidden;
}

#header {
	width: 100%;
	height: 107px;
	background: url(../img/header-bg.png) top center repeat-y;
	border: 1px #fff;
	border-style: solid none;
	margin: 50px 0 0 0;
}

#header div.container {
	background: url(../img/header-bg01.jpg) top center no-repeat;
	height: 105px;
	padding: 1px 0;
}

h1 {
	margin: 38px 0 0 29px;
}

h1 span {
	visibility: hidden;
	position: absolute;
}

#nav {
	font-size: 11px;
	line-height: 16px;
	float: left;
	list-style: none;
	margin: 0 0 16px 0;
	width: 459px;
	display: inline;
}

#nav li {
	float: left;
	margin: 0 14px;
	display: inline;
}

#nav a {
	display: block;
	color: #bf1c2c;
	padding: 0 5px 4px 5px;
	text-decoration: none;
	border-top: solid 4px #fff;
	text-transform: lowercase;
}

#nav a:hover {
	border-top: solid 4px #afcb80;
	color: #78934c;
}

#nav li.current a {
	border-top: solid 4px #988558;
	color: #988558;
}

#nav acronym {
	border: none;
}



/* Middle Layout
--------------------------------------------------------------------------------------- */
#content {
	width: 100%;
	background: url(../img/body-bg.png) top center repeat-y;
	border-bottom: solid 1px #fff;
}

p, ul, dl {
	font-size: 11px;
	line-height: 16px;
	margin: 0 14px 16px 14px;
	color: #4a641f;
}

dl dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #bf1c2c;
}

dl dd {
	margin: 0 0 6px 18px;
	list-style: disc;
	display: list-item;
}

#content div.home p {
	margin-left: 40px;
	margin-right: 311px;
}

img.right {
	float: right;
	margin: 0;
}

ul li {
	margin-bottom: 6px;
}

h2 {
	font-size: 18px;
	line-height: 22px;
	color: #78934c;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 272px 7px 0;
	padding: 0 0 3px 14px;
	border-bottom: dashed 1px #78934c;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	color: #78934c;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 14px 10px 14px;
}

h3.whatnew {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 4px;
	color: #bf1c2c;
	font-weight: bold;
}

/* Search Results Layout
--------------------------------------------------------------------------------------- */
#search {
	width: 152px;
	margin: 0 14px 14px 14px;
	padding: 4px 0 0 0;
	border: solid 1px #78934c;
	background: #fef7d5;
	float: left;
	display: inline;
}

#searchfoot {
	width: 162px;
	margin: 10px 4px 4px 14px;
	padding: 4px 0 0 0;
	font-weight: bold;
	float: left;
	display: inline;
}

#search ul {
	list-style: none;
	margin: 0 10px 6px 10px;
}

#search ul li {
	margin: 0 0 4px 0;
}

#search p {
	margin: 0 0 2px 0;
}

#search p.key {
	border-bottom: dashed 1px #afcb80;
	padding: 0 10px 6px 10px;
	line-height: 13px;
}

#search p.key label {
	padding-bottom: 2px;
}

#search select {
	width: 132px;
	font-size: 12px;
}

#search p.key input {
	width: 128px;
	font-size: 12px;
}

#search p.submit {
	padding: 6px 10px;
	margin: 0;
	border-top: solid 1px #afcb80;
	float: left;
	width: 132px;
}

#search p.submit input {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#search p.submit #submit {
	font-size: 14px;
	font-weight: bold;
	float: right;
	padding-left: 4px;
	padding-right: 4px;
	display: inline;
}

#search label {
	display: block;
}

#results {
	float: left;
	width: 534px;
	margin: 0 14px 14px 0;
	display: inline;
}

#results h3 {
	margin: 0;
	border-bottom: solid 2px #78934c;
}

#results div.bg {
	background: #f6fceb;
}

div.result {
	border-bottom: dashed 1px #78934c;
	padding: 6px 10px;
	float: left;
	width: 514px;
}

div.result ul, #item_details ul {
	list-style: none;
	color: #86754e;
	float: left;
	width: 356px;
	margin-left: 0;
	margin-right: 0;
}

div.result ul li {
	margin-bottom: 0 !important;
}

div.result p, #item_details p {
	margin-left: 0;
	margin-right: 0;
}

div.result ul b, #item_details ul b {
	font-weight: normal;
	text-transform: uppercase;
	color: #64792d;
	font-size: 10px;
}

div.result ul a {
	text-transform: capitalize;
	font-weight: bold;
	text-decoration: none;
}

div.result ul a:hover {
	text-decoration: underline;
}

div.result ul.prod_name, #item_details ul.prod_name {
	margin-bottom: 10px;
}

/*
div.result ul.prod_desc, #item_details ul.prod_desc {
	margin-bottom: 4px;
}

div.result ul.prod_desc li, #item_details ul.prod_desc li {
	float: left;
	width: 168px;
	margin: 0 10px 6px 0;
	display: inline;
}
*/

div.result ul.prod_desc, #item_details ul.prod_desc {
	margin-bottom: 4px;
	width: 168px;
	margin-right: 10px;
	float: left;
}

div.result ul.prod_desc li, #item_details ul.prod_desc li {
	width: 168px;
	margin: 0 0 6px 0;
}

div.result a {
	float: right;
	margin: 4px 0 2px 0;
	width: 151px;
	text-decoration: none;
}

div.result a img {
	border: solid 1px #bf1c2c;
	margin: 0 0 2px 0;
}

div.result a span {
	display: block;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
}

div.result a:hover img {
	border: solid 1px #afcb80;
}

div.result li a {
	float: none;
	display: inline;
	width: auto;
	height: auto;
}

/* Product Details Layout
--------------------------------------------------------------------------------------- */
#item_details {
	padding: 0 0 0 14px;
	width: 444px;
	float: left;
	display: inline;
}

#item_details ul {
	width: 444px;
}

#item_details ul.prod_desc {
	margin-bottom: 10px;
	width: 212px;
}

#item_details ul.prod_desc li {
	width: 212px;
}

p.item_comment {
	color: #86754e;
	clear: left;
}

#enlarge {
	width: 231px;
	float: right;
	margin: 0 14px 14px 14px;
	text-decoration: none;
}

#enlarge.body  {
	float: left;
}

#enlarge img {
	border: solid 1px;
	margin: 0 0 2px 0;
}

#enlarge span {
	display: block;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
}

a img.floatright {
	border: solid 1px;
}

h2 a {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
	padding-top: 2px;
}

/* Contact Form Layout
--------------------------------------------------------------------------------------- */
#contact {
	display: block;
	width: 440px;
	margin: 0 0 14px 0;
}

#contact h3 {
	border-bottom: solid 1px;
	margin-bottom: 4px;
}

#contact p {
	margin-bottom: 9px;
}

#contact label {
	display: block;
	float: left;
	display: inline;
	width: 70px;
	text-align: right;
	margin: 0 4px 0 0;
}

#contact p input, #contact textarea, #contact select {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	background: #fff;
	border: solid 1px #999;
	padding: 1px;
}

#contact textarea:focus, #contact p input:focus, #contact select:focus {
	background: #ffc;
	border: solid 1px #666;
}

.company57 {
	visibility: hidden;
	position: absolute;
}

#contact p.state {
	float: left;
	display: inline;
}

#contact p.zip label {
	width: 25px;
}

#contact p.referral label {
	float: none;
	width: auto;
	text-align: left;
}

#contact p.check {
	margin-left: 88px;
	font-weight: bold;
}

#contact p.check label {
	float: none;
	width: auto;
}

#contact p.check input {
	float: left;
	clear: left;
	margin: 2px 6px 2px 0;
}

#contact p.tip {
	font-style: italic;
	font-size: 11px;
	color: #666;
	text-align: center;
}

.required {
	color: #bf1c2c;
}

#contact p.required input {
	border: solid 1px #bf1c2c;
	padding: 1px;
}

#company, #realname, #email {
	width: 275px;
}

#title {
	width: 225px;
}

#address1, #address2, #phone, #fax {
	width: 200px;
}

#city {
	width: 175px;
}

#state {
	width: 40px;
}

#zip, #year {
	width: 60px;
}

#REFERRAL, #TYPE {
	width: 125px;
}

#message, #question {
	width: 298px;
}

#contact div.submit {
	margin: 0 14px;
	padding: 6px;
	text-align: center;
	border-top: solid 1px #4a641f;
}

#contact div.submit input {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}



/* Footer Layout
--------------------------------------------------------------------------------------- */
#footer {
	width: 100%;
	height: 50px;
	background: #78934c;
	border-bottom: solid 1px #fff;
	margin: 0 0 50px 0;
}

#footer address {
	width: 730px;
	height: 50px;
	margin: 0 auto;
	background: #afcb80;
	color: #bf1c2c;
	font-style: normal;
	font-size: 10px;
	line-height: 50px;
	border: 1px #fff;
	border-style: none solid;	
}

p.belniak {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin: 12px 0;
	color: #d7e5bf;
}

p.belniak a {
	color: #d7e5bf;
}

/* Pagnation Styles
--------------------------------------------------------------------------------------- */
#result_page {
	margin: 0px 0px 16px 0px;
	padding: 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	height: 18px;
	background: #ccc url(../img/nav-bg.png) bottom left no-repeat;
	border-bottom: solid 1px #006b33;
	clear: both;
	text-align: center;
	color: #666;
}

#result_page span {
	padding: 3px 4px;
}

#result_page a {
	font-weight: bold;
	text-decoration: none;
	padding: 3px 4px;
}

#result_page a:hover {
	background: #fff;
	padding: 2px 3px;
	border: solid 1px #ccc;
	text-decoration: underline;
}

#result_page span.page, #result_page span.current {
	color: #000;
	font-weight: bold;
}

#result_page span.current {
	padding: 3px 8px;
}

#result_page span.sep {
	color: #000;
}

span.pagenums {
float: right;
display: inline; 
width: auto;
font-size: 12px;
font-weight: normal;
font-style: italic;
}
