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

body, html {
	margin: 0px;
	padding: 0px;
	text-align:center;
}
img, div, url { 
	behavior: url(iepngfix.htc);
	}
body {
	background-image:url(images/bgtile.jpg);
	background-repeat:repeat-x;
	background-color:#77a128;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
#container {
}
#headercontainer {
	width:1000px;
	height:402px;
	background-image:url(images/headerbg.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}
#headerspacer {
	height:83px;
}
#header {
	width:800px;
	height:320px;
	margin-left:auto;
	margin-right:auto;
}
#content {
	width:848px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/contentbg.png);
	background-repeat:repeat-y;
}
#contentbgtop {
	width:848px;
	height:37px;
	background-image:url(images/content_bg_top.png);
	margin-left:auto;
	margin-right:auto
}
#textcontainer {
	width:800px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
}
#buttons {
	float:left;
	width:200px;
	text-align:left;
}
#textwrapper {
	width:600px;
	float:right;
	background-image:url(images/text_middle_bg.png);
	background-repeat:repeat-y;
	background-position:center;
	margin:0px;
}
#text {
	text-align:left;
	background-image:url(images/text_top_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	margin:0px;
	width:600px;
}
#textbox {
	width:520px;
	padding-left:40px;
	padding-right:40px;
	padding-top:30px;
}
#columncontainer {
	width:100%;
	margin-bottom: 10px;
	}
#leftcolumn {
	width:250px;
	float:left;
	}
#rightcolumn {
	width:250px;
	float:right;
	}
#textfooter {
	background-image:url(images/text_bot_bg.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:39px;
	width: 600px;
}
.clear {
	clear:both;
}
#contentbgbot {
	background-image:url(images/content_bg_bot.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:848px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:9px;
}
#productlinks {
	font-size:9px;
	width:100%;
	text-align:center;
	color: #999999;
	}
#mailerform {
	width:100%;
	margin:auto;
}
.mailercontainer {
	width:460px;
	margin:auto;
}
.formtext {
	width:100px;
	float:left;
	text-align:right;
	padding-top:10px;
}
.formbox {
	width:350px;
	float:right;
	padding-top:5px;
	margin-left:10px;
}
.asterix {
	color: #FF0000;
}
.centered {
	text-align:center;
	}
.pbr {
	font-size:7px;
	}
p {
	margin-top:0px;
	margin-bottom:0px;
}
a:link {
	color: #DF221A;
	text-decoration: none;
}
a:visited {
	color: #DF221A;
	text-decoration: none;
}
a:hover {
	color: #67cc00;
	text-decoration: none;
}
a:active {
	color: #67cc00;
	text-decoration: none;
}
a.productslinks:link {
	color:#999999;
	text-decoration:none;
	}
a.productslinks:visited {
	color:#999999;
	text-decoration:none;
	}
a.productslinks:hover {
	color:#999999;
	text-decoration:underline;
	}
a.productslinks:active {
	color:#999999;
	text-decoration:underline;
	}
h1 {
	font-size:18px;
	color:#FF6600;
	letter-spacing: 2px;
	}
h2 {
	font-size:18px;
	color:#b71712;
	margin:0px;
	}
h3 {
	font-size:14px;
	color:#67cc00;
	margin: 2px 2px 0px 2px;
	font-style: italic;
	}
	
h4 {
	margin-top: 3px;
	margin-left: 28px;
	font-size: 12px;
}

hr {
	margin-bottom:20px;
	}
blockquote {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:15px;
	margin-right:auto;
	}
b {
	font-weight: normal;
	}
	
.note {
	font-size: 10px;
	color: #666666;
	font-style: italic;
}

