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

body {
	margin:0;
	padding:0;
}
#container {
	background:url(images/bg.gif);
	width:1000px;
	margin:0 auto;
	padding:15px 0 0 0;
}
#content {
	width:780px;
	margin:0 auto;
	padding:24px;
	background:white;
	color:#6e9c30;  /* dark sage green */
	font-size:14px;
	font-family:Calibri, Verdana, Arial;
	line-height:26px;
}
#content_body a {
	text-decoration:none;
	color:#f6981d; /* orange */
}
#content_body a:visited {
	color:#87ad3d;
}
#content_body a:hover {
	text-decoration:underline;
}
#menu {
	width:771px;
}
#logo {
	height:135px;
	width:135px;
	background:url(images/logo.gif);
	float:left;
	cursor:pointer;
}
#menu_items {
	width:621px;
	height:135px;
	float:right;
}
#info {
	text-align:right;
	line-height:16px;
	height:75px;
}
.dropdown {
	position:absolute;
	display:none;
	margin-top:17px;
	z-index:5;
}
.dropdown_item {
	background:#f6981d; /* url(images/button_bg.png); */
	font-size:14px;
	line-height:normal;
	color:white;
	font-family:Calibri, "Comic Sans MS", Arial;
	text-transform:uppercase;
	text-align:left;
	padding:6px;
	border-left:1px solid white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	cursor:pointer;
	opacity:.8;
	filter:alpha(opacity='80');
}
.dropdown_item:hover {
	opacity:1;
	filter:alpha(opacity='100');
}
#eco_menu {
	width:139px;
}
#product_menu {
	width:170px;
}
#about_menu {
	width:138px;
}
#content_body {
	width:623px;
	float:left;
}
#content_body h1 {
	font-family:Calibri, "Comic Sans MS", Arial;
	font-weight:lighter;
	font-size:22px;
	width:100%;
	border-bottom:1px solid #87ad3d; /* sage green */
	color:#f6981d; /* orange */
	text-transform:uppercase;
	letter-spacing:1px;
}
#content_body p {
	padding:0 0 0 70px;
}
#content_body ul {
	margin-left:0;
	padding-left:100px;	
}

#sidebar {
	float:left;
	width:135px;
	margin:0 15px 0 0;
}
.sidebox {
	margin:0 0 10px 0;
	border:1px solid #f6981d; /* orange */
	width:117px;
	padding:14px 8px;
	color:#f6981d; /* orange */
	text-align:center;
	font-family:Calibri, "Comic Sans MS", Arial;
	line-height:15px;
	font-size:12px;
}
.sidebox:hover {
	cursor:pointer;
}
.sidebox h3 {
	width:100%;
	font-size:14px;
	background-color:#f6981d;
	color:white;
	font-weight:normal;
}
.sidebox img {
	max-width:117px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.sidebox p {
	margin:0 0 10px 0;
	padding:0;
}
#partners {
	background:url(images/partners.gif) top no-repeat;
	padding-top:50px;
}
#partners a {
	color:#f6981d; /* orange */
	text-decoration:none;
}
#partners a:hover {
	text-decoration:underline;
}
.partners_hr {
	width:80%;
	color:#f6981d;
	height:1px;
}
#footer {
	clear:both;
	padding:30px 0 0 0;
	color:#f6981d; /* orange */
}
#footer_links {
	border-bottom:1px solid #f6981d; /* orange */
}
#footer_links a, footer_links a.visited {
	color:#87ad3d; /* sage green */
	text-decoration:none;
}
#footer_links a:hover {
	color:#6e9c30;
}
#copyright {
	text-align:right;
}

/* PRODUCT DISPLAY */

#productimage {
	min-height:10px;
	width:200px;
	float:left;
	padding-top:80px;
}
#productimage img {
	max-width:200px;
}
#productinfo {
	width:400px;
	float:left;
	line-height:normal;
}
#productinfo p {
	padding:0 0 0 20px;
}
#productinfo h4 {
	color:#f6981d; /* orange */
	font-size:19px;
}
.productlistitem {
	color:black;
}
.productlinedisplay {
	margin-left:50px;
	width:147px;
	height:200px;
	float:left;
}
.productlineimgbox {
	width:145px;
	height:145px;
	border:1px solid #f6981d; /* orange */
	padding:2px;
}
.productlineimg {
	width:139px;
	height:139px;
	border:1px solid #d7d6d6;
	overflow:hidden;
}
.productlineimg img {
	max-width:139px;
	max-height:139px;
}
a.prodlink, a.prodlink:visited {
	color:#f6981d;
}
#productsidebox {
	padding:20px 8px;
	background:#f6981d;
	text-align:left;
	text-transform:uppercase;
	color:white;
}
#productsidebox a {
	font-size:14px;
	text-decoration:none;
	color:white;
}
#productsidebox a:hover {
	color:yellow;
}
.subtypelink {
	padding-left:20px;
}
#backprint a:link, #backprint a:visited {
	color:#f6981d; /* orange */
	text-decoration:none;
}
#backprint a:hover {
	text-decoration:underline;
}
