/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
}

a{ outline: none; }

a, a:link, a:active, a:visited {
	color: #0085c7;
	text-decoration: underline;
}

 a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	color: #558200;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #558200;
	margin: 0 0 5px 0;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #4D4D4D;
	margin: 0 0 5px 0;
}

hr {
	margin: 0px;
	padding: 0px;
	height: 1px;
	border: 0px;
	color: #FFFFFF;
	border-bottom: 1px solid #CBCBCB;
} 

code
{
	background-color: #eee;
	margin-left: 10px;
	padding: 20px;
	border: 1px black solid;
	line-height: 12pt;
	white-space: pre;
	display: block;
}

#container {
	margin: 0;
	padding: 0;
	width: 832px;
	
}

#header {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 105px;
}

#footer {
	width: 800px;
	font-size: 10px;
	color: #999999;
	text-align: center;
	position: relative;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color:#999999;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.padding {
	padding: 5px;
}

/* ----- Home Page Styles ------ */
#hpMain {
	width: 832px;
	height: 275px;
	position: relative;
	overflow: hidden;
	_height: 1%
}
#hpLeft {
	width: 602px;
	height: 275px;
	float: left;
	background: url(images/left_hp.gif) top left no-repeat
}
#hpRight {
	width: 230px;
	height: 275px;
	float: left;
	position: relative;
	background: url(images/right_hp.gif) top left no-repeat
}
#hpRight a {
	width: 165px;
	height: 22px;
	position: absolute;
	top: 100px;
	left: 27px;
	text-decoration: none;
}
a#quote { top: 215px }

/* ----- Inside Page Styles ------ */

#inside_header {
	padding: 10px 10px 20px 10px;
}

#inside_flash {
	text-align: center;
}


/* ----- Nav Styles ------ */

#topnav {
	margin: 0;
	text-align: right;
}

#topnav a, #topnav a:link, #topnav a:active, #topnav a:visited {
	color:#333333;
	text-decoration: underline;
}

#topnav a:hover {
	text-decoration: none;
}

#navigation {
	margin: 0;
	display: block;
	text-align: right;
}

#homeflashcontent {
	margin-top: 10px;
	margin-bottom: 20px;
}

.spacer{
	padding-left: 30px;
}

.navLink, a.navLink, a.navLink:link, a.navLink:active, a.navLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.navLink:hover {
	color: #FFFF99;
}

.navSubLink, a.navSubLink, a.navSubLink:link, a.navSubLink:active, a.navSubLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0085c7;
	text-decoration: none;
}

a.navSubLink:hover {
	color: #025680;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align:left;
}

#nav li { /* all list items */
	float: left;
	text-align: left;
	/* width needed or else Opera goes nuts */
}

#nav li.why {
	width: 133px;
	padding: 5px 0 6px 8px;
	background: url(images/nav_div.gif) right no-repeat;
}

#nav li.products {
	width: 94px;
	padding: 5px 0 6px 0;
	background: url(images/nav_div.gif) right no-repeat;
}

#nav li.testimonials {
	width: 114px;
	padding: 5px 0 6px 0;
	background: url(images/nav_div.gif) right no-repeat;
}

#nav li.support {
	width: 89px;
	padding: 5px 0 6px 0;
	background: url(images/nav_div.gif) right no-repeat;
}

#nav li.news {
	width: 22px;
	padding: 5px 0 6px 0;
}

#nav li ul { /* second-level lists */
	position: absolute;
	padding: 18px 0 0 0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align: left;
	z-index: 99;
}

#nav li ul.prodlist {
	margin: 0 0 0 -154px;
	width: 500px;
}

#nav li ul.prodlist li{
	float: right;
}

* html #nav li ul.prodlist { /* ie hack */
	margin: 13px 0 0 -206px;
	width: 500px;
}

#nav li ul.testlist {
	margin: 0;
	width: 250px;
}

* html #nav li ul.testlist { /* ie hack */
	margin: 13px 0 0 -75px;
	width: 250px;
}

#nav li ul.newslist {
	margin: 0 0 0 -320px;
	width: 410px;
}

* html #nav li ul.newslist { /* ie hack */
	margin: 13px 0 0 -372px;
	width: 410px;
}

#nav li ul li {
	padding: 2px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* ----- Left Nav Styles ------ */

.leftnav_bg {
	background: url(images/leftnav_btm.gif) bottom no-repeat;
}

#leftnav {
	margin: 0;
	padding: 0 11px;
	width: 210px;
	list-style: none;
	background: url(images/leftnav_gradient.gif) no-repeat;
}

#leftnav a, #leftnav a:link, #leftnav a:active, #leftnav a:visited {
	margin: 0;
	padding: 5px 5px 5px 20px;
	width: 185px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	border-top: 1px solid #558200;
}

#leftnav a:hover {
	background: #8CC70C;

}

#leftnav a.on {
	background: #8CC70C;

}

#leftnav_inside {
	margin: 0 0 0 45px;
	padding: 0;
	width: 160px;
	list-style-image: url(images/arrow_white.gif);
	background: none;
}

#leftnav_inside a, #leftnav_inside a:link, #leftnav_inside a:active, #leftnav_inside a:visited {
	margin: 0;
	padding: 2px;
	width: 160px;
	display: block;
	background: none;
	text-decoration: none;
	border: none;
} 

#leftnav_inside a:hover {
	color: #FFFF66;
}

a.imglink, a.imglink:link, a.imglink:visited, a.imglink:hover, a.imglink:active,
#leftnav_inside a.imglink, #leftnav_inside a.imglink:link, #leftnav_inside a.imglink:visited, #leftnav_inside a.imglink:hover, #leftnav_inside a.imglink:active,
#leftnav a.imglink, #leftnav a.imglink:link, #leftnav a.imglink:visited, #leftnav a.imglink:hover, #leftnav a.imglink:active {
	border:none;
	text-decoration: none;
	background-color: transparent;
	margin: 0;
	width:100%;
	padding: 0;
}


a img{
	border: none;
}

.date, .newsname{
	display: block;
	float: left;
}

.date{
	width: 10%;
}

.newsname{
	width: 85%;
}

.newsbox{
	clear: left;
}

/* Newsletter Styles */

#newsletter h1 {
	color: #558200;
}

#events .padding{

	padding-left: 0 !important;

}

#newsletter h2, #events h2
{
	color: #558200;
	margin: 30px 0 0 0;
	padding: 0;
	background-image: url(/images/header_bg_corner.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	line-height: 42px;
	padding-left: 16px;
}

#newsletter h2 span, #events h2 span
{
	display: block;
	line-height: 42px;
	width: 503px;
	padding-right: 16px;
	background-color: #e1e1e1;
	background-image: url(/images/header_bg_right.gif);
	background-repeat: no-repeat;
	background-position: 500px 0;
}

#newsletter h3 {
	color: #666666;
	margin-top: 16px;
}

#newsletter{
	padding-left: 16px;
}

#newsletter>*{
	margin-right: 100px;
}

#newsletter h1, #newsletter h2{
	margin-left: -16px;
}

#newsletter h2{
	clear: both;
}

#newsletter #toc {
	margin: 10px auto 10px 0;
	padding: 0;
}

#newsletter #toc dt{
	list-style-type: none;
}

#newsletter #toc dt{
	display: block;
	float: left;
	clear: left;
}

#newsletter #toc dd{
	display: block;
	color: #206896;
	margin-left: 152px;
	line-height: 16px;
	width: 325px;
	padding-left: 5px;
}

#newsletter #toc dt{
	width: 147px;
	line-height: 16px;
	padding-left: 5px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 2px;
}

#newsletter #toc dt a{
	color: #f90;
}

#newsletter #toc dt.grad1
{
	background-image: url(/images/newsletter/toc_gradient1.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#newsletter #toc dt.grad2
{
	background-image: url(/images/newsletter/toc_gradient2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#newsletter img.right{
	float: right;
	padding: 0 0 10px 10px;
}

#newsletter p.right{
	float: right;
	text-align: right;
	padding: 0 0 10px 10px;
}

#newsletter img.left{
	float: left;
	margin-right: 0;
	padding: 10px 10px 10px 0;
}

#newsletter .clearright{
	clear: right;
}

#newsletter .clearboth{
	clear: both;
}


#newsletter .clearleft{
	clear: left;
}

#newsletter #techtip1 {

	float: right;
	padding-top: 20px;
	
}

#newsletter #techtip2 {

	float: left;
	padding: 10px 10px 10px 0;
	margin-right: 0;
	
}

#newsletter #reportpackaging{

	float: right;
	padding: 20px 0 10px 10px;
	
}

#display-thumbs ul{
	list-style-type: none;
	overflow: hidden;
	border-top: 3px solid #ccc;
	padding-top: 20px;
}
#display-thumbs li{
	float: left;
	width: 120px;
	height: 120px;
}

#creds{
	position:absolute;
	right: 0;
}

.cred{
	text-align: center;
	float: left;
	padding-left: 5px;
}

#cred-visa img{
	margin-bottom: 6px;
}

a.img-a:hover{
	text-decoration: none;
}