html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #455a21;
}
#wrapper {
	width: 917px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#page {
	width: 917px;
	background:url(images/page-bkg.gif) top left repeat-y;	
	overflow: auto;
	padding-bottom: 10px;
}

#navwrapper {
	width: 166px;
	float: left;
}
	#navinsidewrapper {
		background:url(images/navbar-bkg.gif) top left repeat-y;	
	}
	#nav {
		background:url(images/navbar.jpg) top left no-repeat;
		position: relative;
	}
		#logo {
			position: absolute;
			top: 12px;
			left: 42px;
		}
		
		#nav ul {
			padding: 189px 0 0 15px;	
			margin: 0;
			list-style: none;
			font-size: 11px;
			font-weight: bold;
			min-height: 221px;
			height:auto !important;
			height:221px;
		}
		#nav ul li {
			padding-bottom: 8px;
		}
		#nav li.current li a,
		#nav ul a {
			color: #fff;
			text-decoration: none;
		}
		#nav li.current li a:hover,
		#nav li.current a,
		#nav ul a:hover {
			color: #ff9900;	
		}
			#nav ul ul {
				padding: 0 0 0 10px;
				height: auto;
				min-height: 0;
				font-weight: normal;
			}
			#nav ul ul li {
				background:url(images/subnav-dash.gif) 0 11px no-repeat;
				padding: 3px 0 0 10px;
			}
	#navfooter {
		background:url(images/navbar-bottom.png) top left no-repeat;
		width: 166px;
		height: 15px;
	}
#main {
	width: 751px;
	float: left;
}
	#content {
		position: relative;	
	}
		#contentheader {
			background: url(images/top_content.jpg) top left no-repeat;
			width: 705px;
			height: 41px;
			position: absolute;
			top: 0;
			left: 11px;
			z-index: 1;
		}
		#contentshadow {
			background:url(images/top_content_shadow.png) top left no-repeat;
			width: 751px;
			height: 41px;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 2;
		}
		
		#textheader {
			height: 41px; /* total height 41px; */
			position: relative;
			z-index: 10;
			padding: 0 200px 0 21px;
		}
		#textheader h1 {
			margin: 0;
			padding: 0;
			font-size: 18px;
			font-weight: normal;
			line-height: 41px;
		}
		
		#textcontentwrapper {
				position:relative;
				z-index: 10;
				padding: 0 35px 0 11px;
		}
		#textcontentwrapper #homegreyarea {
			padding: 10px 280px 15px 10px;
			background: #f5f5f5 url(/images/home.jpg) 443px 10px no-repeat;
			margin-bottom: 15px;
		}
		#textcontentwrapper #homegreyarea p {
			font-size: 11px;	
		}
		#textcontent { /*full width 705px */
			padding: 20px 23px 10px 10px;
			width: 672px;
		}
		
		.cols3 { /*width 672px */
			width: 672px;
			background:url(images/3col-bkg.gif) top left repeat-y;
			overflow: auto;
		}
		.col1, .col2, .col3 {
			width: 206px;
			float: left;
		}
		.col1, .col2 {
			padding-right: 13px;	
		}
		.col2, .col3 {
			padding-left: 13px;	
		}
		.coltext {
			display: block;
			min-height: 70px;
			height:auto !important;
			height: 70px;
		}
		.cols3 h2 {
			font-size: 18px;
			padding-bottom: 10px;
			font-weight: normal;
		}
		.learnmore {
			display: block;
			width: 86px;
			height: 13px;
			background:url(images/learnmore.gif) top left no-repeat;
			float: left;
		}
		.learnmore:hover {
			background-position: bottom left;	
		}
		.learnmore span {
			display: none;
		}

#footer {
	background:url(images/footer.gif) top left no-repeat;
	padding: 29px 35px 10px 133px;
	font-size: 10px;
}
#footer .floatleft {
	color: #999999;	
}
#footer .floatright {
	color: #899315;	
}
#footer .floatleft a,
#footer .floatright a {
	color: #899315;	
}

#footer ul li {
	display: inline;
	background: url(images/footernav-divider.gif) center right no-repeat;
	padding: 0 10px;
}
#footer ul li.last {
	padding-right: 0;
	background: none;
}


img, div { behavior: url(css/iepngfix.htc) }

h2 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 20px;
}
h2.top {
margin: 0;
padding-top: 0;
}
p {
	font-size: 11px;
	margin-bottom: 10px;
}
#textcontent ul {
margin: 0 0 15px 15px;
}
fieldset {
	border: 1px solid #999;
        padding: 10px;
}
fieldset legend {
	font-weight: bold;
	font-size: 12px;
}

fieldset .row {
	clear: both;
	padding-bottom: 10px;
	overflow: auto;
}
fieldset label {
	display: block;
	width: 90px;
	float: left;
	text-align: right;
	padding-right: 10px;
}
fieldset label.error {
	width: auto;
	padding-left: 100px;
	clear: both;
	text-align: left;
}
fieldset .buttonrow {
	padding-left: 100px;
}
fieldset .group {
	float: left;
	width: 200px;
}
fieldset .group label.error {
	padding: 0;
}



.floatleft {
	float: left;
}
.floatright {
	float: right;
	clear: both;
}
.marginleft {
	margin: 0 0 10px 10px;	
}
.paddingleft {
	padding: 0 0 10px 10px;	
}
.bold {
	font-weight: bold;	
}
.orange {
	color: #ff9900;
}
.error {
	font-weight: bold;
	color: #C00;
}
.success {
	font-weight: bold;	
}
.error a {
	color: #C00;	
}
.error a:hover {
	color: #000;	
}

.curvedtopleft {
	background: #455A21 url(images/top-left-corner.gif) top left no-repeat;
	margin-top: 20px;
}
.curvedtopright {
	background: url(images/top-right-corner.gif) top right no-repeat;
}
.curvedbotleft {
	background: url(images/bot-left-corner.gif) bottom left no-repeat;
}
.curbedbotright {
	background: url(images/bot-right-corner.gif) bottom right no-repeat;
}
.producttable {
width: 259px;	
color: #fff;
}
.producttable td {
padding: 3px 5px;
}
.producttable tr.alt td {
background-color: #6E7D52;	
}
.producttable th {
border-bottom: 1px solid #fff;
font-size: 14px;
font-weight: normal;
padding: 5px;	
}
.producttable td.first {
border-right: 1px solid #fff;
}