@charset "UTF-8";
/* CSS Document */
/* Last Modified: July 20, 2009 */
/* Author: HollandDigitalMedia.com */

/* GLOBAL STYLES */

body {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-size:14px;
	text-align: center; /* center align for IE */
	margin:0px;
	height: 100%;
	background: transparent url(../images/background.jpg) 0 0;
	background-attachment: fixed;
}

img {
	border: 0px;
}

.clear {
	clear: both;
}

#header {
	margin: 0 auto;
    width: 100%;
	height: 80px;
	text-align:left;
	background: transparent url(../images/headerBG.jpg) repeat-x 0 0;
}

#headerBox {
margin: 0 auto;
    width: 850px;
}

#main {
	margin: 0 auto;
    width: 880px;
	height: 550px;
	text-align:left;
	padding: 20px 0 50px 0;
	background: transparent url(../images/mainBG.png) repeat-y 0 0;
}

#navcontainer {
	margin: 0 auto;
    width: 840px;
}

a {
	color: #018720;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#logo {
	background: transparent url(../images/logo.png) no-repeat 0 0;
	width:249px;
	height: 73px;
	float:left;
	padding: 3px 0 3px 0;
} 

#logo h1 {
	display:none;
}

#samples {
	position: relative; 
	z-index:1; 
	margin: 0 0 0 600px;
	top: 6px;
}

#samplesImg {
	 background: transparent url(../images/samples.png) no-repeat 0 0;
	 width: 219px;
	 height: 98px;
}

#tag {
	float:right;
	text-align:right;
	font-size: 16px;
	color:#00711b;
	margin: 22px 0 0 0;
}

#menu {
	float:left;
	margin: 0;
	padding: 0;
	width:100%;
	height: 24px;
	background-color: #403f3f;
}

.navbox {
margin:5px 0 0 0;
	padding:0 12px 0 12px;
	height: 20px;
	float:left;
	font-size: 14px;
	color:#fff;
	text-decoration:none;
}

.navbox:hover {
	background-color:#018720;
	text-decoration: none;
	color:#fff;
}

#on {
	background-color: #fff;
	color:#000;
}


#column1 {
	float:left;
	width:500px;
	margin: 40px 0 0 40px;
}

#column1 p {
	line-height:150%;
}

#column2 {
	width: 250px;
	float:left;
	margin: 40px 0 0 30px;
}

#column2 p {
	line-height: 120%;
	font-size:12px;
}

#column2 li {
	line-height: 120%;
	font-size: 12px;
}

#column2 h3 {
	font-size: 14px;
	font-weight: bold;
}

#footer {
    width: 100%;
	height: 28px;
	text-align:left;
	background: transparent url(../images/footBG.gif) repeat-x 0 0;
}

#footerBox {
	margin: 0 auto;
	width: 800px;
	padding-top: 5px;
	color: #fff;
	font-size:11px;
}

.productImage {
	float: left;
	margin: 0 20px 20px 0;
	border:0px;
}

.productText {
	float:left;
	width: 330px;
}
