﻿BODY {
	PADDING: 0px;
	MARGIN: 0px;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	color: #000;
	background-image:url('../images/mock_bg.jpg');
	background-position: top center;
	letter-spacing:.5px;
	line-height:16px;

}
a:link {
	color: #e3732d;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color: #e3732d;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #57a32f;
	text-decoration: underline;
	font-weight:bold;
}
#bloglinks a:link {
	color: #14a2c8;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}
#bloglinks a:visited {
	color: #14a2c8;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}
#bloglinks a:hover {
	color: #57a32f;
	text-decoration: underline;
	font-weight:bold;
	font-size:14px;
}

#headerbg {
	background-image: URL('../images/headerbg.jpg');
	background-repeat:no-repeat;
	background-position: top center;
	margin-left:auto;
	margin-right:auto;

}

#container {
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
	height:auto;
}
#whitebg {
	width: 1000px;
	background-color:#f9f4f0;
}

#header {
	height: 63px;
	width: 1000px;
	text-align: center;
	background-image: URL('../images/header.jpg');
	background-repeat:no-repeat;

}
#logo {
	height: 120px;
	width: 550px;
	text-align: left;
	position:absolute;
	float:left;
}
#beseen
{
	font-size:20px;
	color:#EFFC98;
}
#mainheader {
	height: 410px;
	width: 990px;
	text-align: center;
	position:relative;
}
#content_bg {
	background-image: url('../images/content_bg.jpg');
	background-repeat: no-repeat;
	height: auto;
	clear: both;
	overflow: hidden;
	padding-bottom:20px;
}
#content_rightbg {
	width: 345px;
	float: right;
	background-image: url('../images/rightcol_bg.png');
	background-repeat: repeat-y;
	height:auto;
		margin-top:12px;

}
#content_right {
	width: 320px;
	height:auto;
	float:right;
}

#content_left {
	width: 623px;
	float: left;
	height:auto;
}

#content_container {
	padding:16px;
}
#homepage_featured {
	background-image: url('../images/home_featuredbg.jpg');
	height: auto;
	clear: both;
	overflow: auto;
	height:163px;
}
#contact {
	width: 300px;
	margin-top:65px;
	margin-right:5px;
	color:#FFFFFF;
	text-align:right;
	float:right;
}
#nav {
	width: 1000px;
	height:55px;
	background: url("../images/top_bar_bg.jpg");

}

#search {
	width: 170px;
	float:right;
	text-align:right;
}
.searchfield {
	background-color: #FFFFFF;
	border: thin solid #FFFFFF;
	width: auto;
	height: auto;
	color: #000000;
}

.go {
	vertical-align: middle;
}
#leftcol {
	width: 200px;
	text-align: center;
	margin: 0px;
}
#midcol {
	width: 640px;
	margin: 0px;
}
#rightcol {
	width: 150px;
	margin: 0px;
}
.receiptbg {
	background-color: #FFFFFF;
}
.cartbuttons {
	font-family: arial;
	font-size: 12px;
	padding: 2px;
	FONT-WEIGHT: bold;
	COLOR: #000000;
	FONT-FAMILY: Arial;
	height: 20px;
	background: url('../images/cartbutton');
}
.searchbutton {
	font-family: arial;
	font-size: 12px;
	FONT-WEIGHT: bold;
	background-color:#FFFFFF;	
	COLOR: #FF0000;
	FONT-FAMILY: Arial;
	width: 30px;
	height: 23px;
}
hr {
	color: #818181;
	height:1px;
}
.receiptbg
{
	background-color: #FFFFFF;
	Color:#000000;
}
.optionbutton
{  
     font-family: arial;   
     font-size: 12px;   
     padding-top: -2px;
     FONT-WEIGHT: bold;   
     COLOR: #FFFFFF;   
     FONT-FAMILY: Arial;   
     BACKGROUND-COLOR: #BD2400;  
}
h3 {
	color: #ff7501;
	font-size: 1.8em;
	font-weight: bold;
}
h4 {
	color: #069ac9;
	font-size: 1.5em;
	font-weight: bold;
}
h5 {
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0px;
}
h6 {
	color: #207379;
	font-size: 1.0em;
	font-weight: bold;
	margin: 10px 0 20px 0;
}
p {
}
FORM {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
}
#footer_bg {
	width: 1000px;
	height: 111px;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
	clear:both;
}
#randomitems a:link {
	color: #000000;
}
#randomitems a:visited {
	color: #000000;
}
#randomitems a:hover {
	color: #fa1404;
}


#copyright {
	height: 40px;
	width: 400px;
	text-align: right;
	float:right;
	padding-right:16px;
}

#footer_links {
	height: 40px;
	width: 500px;
	text-align: left;
	float:left;
	padding-left:16px;
}

/*MOUSEOVER IMAGE POPUP*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FF0000;
padding: 5px;
left: -1000px;
border: 5px dashed #FFFFFF;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -100px;
left: -100px; /*position where enlarged image should offset horizontally */

}
#anet
{
	float:right;
}
.price
{
	font-size:16px;
	color:#ff0000;
	font-weight:bold;
}
.price a:link{
	font-size:16px;
	color:#ff0000;
	font-weight:bold;
}
.price a:visited
{
	font-size:16px;
	color:#ff0000;
	font-weight:bold;
}
.bambooicon
{
	 float:right;
	 margin:10px;
	 text-align:center;
	 font-size:16px;
	 color:#CC3300;
	 font-weight:bold;
}
#glossary
{
	background-image: URL('../images/tree-ghost.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	padding:20px;
	background-color:#ffffff;
}
#ecostatement
{
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	background-color:#849C6B;
	padding:20px;
	text-align:left;
}
