/**
 * style.css
 * 
 * Author: Paul DeLeeuw
 * Media Rare
 */
 
html, body {
	height: 100%;
	background-color: #656565;
	color: #444;
}

body div#doc2,
body div#doc3 {
	background-color: #fff;
}

body div#doc {
	background-color: white;
}

#hd {
	background-color: white;
}

#nf {
	float: right;
	height: 126px;
}

#bd {
	min-height: 400px;
	padding: 0 3em;
}

#bd.lesspad {
	padding: 0 1em;
}

#ft {
	text-align: center;
	border-top: .25em solid #007C91;
	padding: 1em 0;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

ul.navbar {
	clear: right;
	display: block;
	position: relative;
	top: -1px;
	width: 100%;
	height: 2em;
	margin: 0;
	border-bottom: 2px solid white;
	padding: 0;
	border-top: 0;
	z-index: 1;
}

ul.navbar li {
	list-style-type: none;
	list-style-image: none;
	border-right: 2px solid white;
	height: 2em;
	color: #fff;
	float: left;
	overflow: visible;
}

ul.navbar li a {
	display: block;
	width: auto;
	float: left;
	height: 2em;
	text-align: center;
	vertical-align: middle;
	padding: 0 .5em;
	padding-top: .9em;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-size: .7em;
}

ul.navbar li img {
	display: inline;
}

ul.navbar li#search {
	float: right;
	font-size: .8em;
	padding: 0 .5em;
	padding-top: .3em;
	border: 0;
	color: black;
	z-index: 2;
}

ul.navbar li#rfq {
	float: right;
	border: 0;
	border-right: 2px solid white;
	color: black;
}

ul.navbar li.right {
	float: right;
	border-left: 2px solid white;
	border-right: none;
}

li#rfq img {
	vertical-align: middle;
	position: relative;
	top: -3px;
	left: -3px;
}

ul.navbar li#sitemap {
	float: right;
	border: 0;
}

ul.navbar li#search img {
	position: relative;
	top: 3px;
}

#pages, #pages li a {
	background-color: #999;
	z-index: 0;
}

#countries li a:hover, #countries li.active a, #pages li a:hover, #pages li.active a {
	background-color: #bbb;
	color: #444;
}

#countries, #countries li a {
	background-color: #656565;
}

#map, .center {
	display: block;
	margin: 0 auto;
	text-align: center;
}

#credits {
	display:none;
}

#bd .yui-b {
	padding: 2em;
}

.content p {
	text-align: left;
}

.yui-g.content {
	margin-top: 2em;
	margin-bottom: 2em;
}

.content img, .content object, .content embed, .content applet, .content a.video {
	display: block;
	border: .25em solid #656565;
	float: left;
	margin-right: .5em;
	margin-bottom: .5em;
}

.content a.video img {
	margin-right: 0;
}

.content.first img, .content.first object, .content.first embed, .content.first applet, .content.first a.video {
	float: right;
}

.content a.video {
	border: 0;
}

a.video .caption {
	font-size: 80%;
	color: #656565;
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

a.video {
	text-decoration: none;
}

a.video img {
	margin-bottom: 0;
}

a.video:hover img {
	border-color: #85c38f;
}

.content embed {
	position: relative;
	left: .5em;
}

h1, h2, h3, h4, h5, h6, th {
	color: #3a5d3a;
}

h1 {
	font-size: 230%;
	font-weight: lighter;
	text-transform: uppercase;
	margin: 0;
}

h5 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: .8em;
}

.question {
	color: red;
}

iframe {
	border: 0;
}

#catalog, #employment {
	display: block;
	height: 700px;
	width: 800px;
	margin: 0 auto;
}

#employment {
	height: 500px;
}

#whatsnew_content, #contact_table, #archive_content {
	display: block;
	height: auto;
	margin: 0 auto;
}

#whatsnew_content, #contact_table, #archive_content {
	width: 700px;
}

#contact_table {
	width: 535px;
}

td, th, #bd .noborder{
	border: 0;
}

th {
	padding-top: 3em;
}

#contact_table img {
	padding-top: 2em;
	vertical-align: text-bottom;
}

#sitemap_ul {
	height: 300px;
}

#sitemap_ul li {
	float: left;
	width: 180px;
	color: #517851;
}

#sitemap_ul li ul li {
	float: none;
	width: auto;
	list-style-type: circle;
}

#sitemap_ul li.taller {
	height: 170px;
}

#sitemap_ul li.shorter {
	height: 100px;
}

.clear {
	clear: both;
}

#bd.extrapad {
	padding-left: 5.5em;
}

#bd.extrapad h1{
	padding-top: 1em;
}

#bd .right {
	float:right;
}

ul#advlist {
	width: 400px;
}

ul#advlist li {
	float: left;
	width: 180px;
}

ul li h2 {
	margin-bottom: 0;
}

ul li ul {
	margin-top: .5em;
}

dd {
	padding-bottom: .5em;
}

#search_results {
	position: absolute;
	z-index: 10;
	right:0;
	top: 5.1em;
	width: 200px;
	border: 1px solid #656565;
	background-color: #656565;
}

#search_results div, #search_results a{
	display: block;
	float: none;
	width: 200px;
	text-align: right;
	color: white;
	text-transform: none;
	font-size: 1em;
	padding: 3px 0;
}

#search_results a {
 	color: blue;
 	text-decoration: underline;
 	height: auto;
}

#search_results div.odd a {
	background-color: #999;
}

#search_results div.odd a:hover {
	background-color: #bbb;
}

#search_results div.odd {
	background-color: #999;
}

div.submit {
	float: right;
}

.checkoutBarCurrent {
	font-weight: bold;
}

.continue input {
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	margin-top: 2em;
}

.totals {
	text-align: right;
}

.final input[type="image"] {
	text-align: right;
	float: right;
}

p.price {
	color: #3A5D3A;
	font-weight: bold;
	font-size: 300%;
	margin-top: .1em;
}

input.quantity {
	width: 3em;
	text-align: right;
}

.productListing-even {
	background-color: #b8cbb9;
}

.productListing td {
	border-top: 1px solid #3A5D3A;
}

.productListing {
	border-bottom: 1px solid #3A5D3A;
}

#login .yui-u {
	border: .25em solid gray;
	padding: .5em;
	width: 350px;
	height: 215px;
}

#login .text{
	height: 160px;
}

#pages li.green a {
	background-color: #3A5D3A;
}

#pages li.green a:hover {
	background-color: #BBBBBB;
}

#comments {
	width: 50%;
}

div.shipping-selection {
	display: block;
	width: 20em;
	float: left;
	padding: .25em;
}

div.shipping-selection input {
	margin-right: .5em;
}

.product_shot td {
	padding: 0;
}

td.main input {
	margin-top: 2em;
}

.vcard abbr {
	text-decoration: none;
	border-bottom: none;
}
