/* global */
body
{
	background: #FFFFFF url('images/background.jpg') repeat-y;
	margin: 0px;
	color: #2A2A2A;
	font-size: 14px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	text-align: justify;
}

img { border: 0px; }

.sectionheader
{
	height: 32px;
	text-align: center;
	background: #FFFFFF url('images/sectionheader.jpg') repeat-x;
	color: #333333;
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 4px;
	margin: 5px 0px;
}

.clearboth {
	clear: both;
}

.center {
text-align: center;
margin: 0 auto;
}

/* Container */
#container
{
	width: 775px;
	/*border-right: 1px solid #494949;*/
}

/* Header */
#header
{
	background: #D3D3D3 url('images/header.jpg') no-repeat;
	height: 155px;
	display: block;
}

#header .headertext { display: none; }

/* PreContent Global (area above the content for product highlights */
#precontent
{
	width: 769px;
	background: #1CCA19 url('images/precontent.jpg') repeat-x;
	height: 270px;
	padding: 0px 0px 0px 6px;
	/* width == container (775) - left and right padding (6) */
}

.precontentheader
{
	color: #FFFFFF;
	font-size: 35px;
	letter-spacing: 5px;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #FFFFFF;
}

/* PreContent Front Page */
#precontentleft
{
	width: 520px;
	float: left;
	color: #FFFFFF;
}

#precontentlefttext { text-align: justify; }

.precontentleftbeforeafter
{
	float: right;
	margin-left: 10px;
}

.precontentleftthankyou {
	padding-right: 10px;
}

.precontentfindout
{
	text-align: center;
	font-size: 20px;
	letter-spacing: 2px;
	padding: 2px;
}

.precontentfindout a, .precontentfindout a:link, .precontentfindout a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

.precontentfindout a:hover
{
	border-bottom: 2px solid #FFFFFF;
}

#precontentcontactbox
{
	height: 240px;
	width: 235px;
	border: 1px solid #7F7F7F;
	background: #E2E2E2 url('images/productbackground.jpg') repeat-x;
	overflow: auto;
}

.precontentcontactheader
{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#precontentcontactbox p
{
	padding: 0px 3px;
	text-align: center;
}

.precontentcontactphoto { float: left; }

.precontentcontactpopup
{
	font-weight: bold;
	color: #037A01;
	text-decoration: none;
}

.precontentcontactpopup:hover { text-decoration: underline; }

/* PreContent Alternate (Individual Pages) */
#precontentalt
{
	width: 725px;
	background: #1CCA19 url('images/precontentalt.jpg') repeat-x bottom;
	height: 150px;
	padding: 0px 0px 0px 50px;
	color: #FFFFFF;
}

.precontentaltphoto
{
	float: right;
	margin-right: 50px;
	margin-left: 50px;
}

precontentaltviewanother a, .precontentaltviewanother a:link, .precontentaltviewanother a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

.precontentaltviewanother a:hover
{
	text-decoration: underline;
	border-bottom: 2px solid #FFFFFF;
}

/* Content */
#content { }

#content p
{
	padding: 0px 10px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 1ex;
}

/* Product Boxes (The table and boxes for featured products) */
.producttable
{
	padding: 0px;
	margin: 0px 0px 30px 0px;
	width: 775px;
}

.producttable tr { }
.producttable tr td { padding: 0px 2px; }

.producttablefindoutmore td
{
	background: url('images/findoutmorebuttonalt.gif') center center no-repeat;
	text-align: center;
	height: 32px;
}

/*used in defining the actual tr, so thats why it skips to the td */
.producttablefindoutmore td a:link, .producttablefindoutmore td a:visited
{
	color: #FFFFFF;
	font-size: 18px;
	letter-spacing: 2px;
	text-decoration: none;
}

.producttablefindoutmore td a:hover
{
	border-bottom: 2px solid #FFF;
	background: none;
}

.productbox
{
	height: 235px;
	width: 240px;
	border: 1px solid #7F7F7F;
	background: #E2E2E2 url('images/productbackground.jpg') repeat-x;
	overflow: auto;
	padding: 5px;
	font-size: 12px;
}

.productboxheader
{
	color: #298922;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

/* Content Alternate (Individual Pages) */
#contentalt p
{
	padding: 0px 50px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 1ex;
}

#contentalt ul
{
	width: 550px;
	margin-left: 50px;
	list-style-type: disc;
	list-style-position: inside;
}

#contentalt ul li { margin-bottom: 8px; }

#contentalt a, #contentalt a:link, #contentalt a:visited
{
	text-decoration: underline;
	color: #037A01;
}

#contentalt a:hover
{
	background: #037A01;
	color: #FFFFFF;
}

/* Packaging Info Table for Individual Pages */
.packaginginfotable
{
	padding: 0px;
	margin: 0px 0px 0px 50px;
	width: 400px;
}

.packaginginfotable tr td { }
.packaginginfotable1 { background: #FFFFFF; }
.packaginginfotable2 { background: #F5F8F2; }
.packaginginfotable3 { background: #E4ECDD; }
.fineText {font-size: 10px;}

/* Footer */
#footer
{
	margin-top: 15px;
	padding-bottom: 10px;
	font-size: 11px;
	text-align: center;
	clear: both;
}

#footerbar
{
	background: #018B00 url('images/footer.gif');
	height: 34px;
	line-height: 34px;
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 5px;
}

#footer a, #footer a:link, #footer a:visited
{
	font-weight: bold;
	text-decoration: underline;
	color: #037A01;
}

#footer a:hover
{
	background: #037A01;
	color: #FFFFFF;
}

/* Container for Contact Pop Up */
#containercontact
{
	margin: 10px;
	font-size: 11px;
	width: 350px;
	text-align: left;
}