@charset "UTF-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {
	margin:0pt;
	padding:0pt;
}

fieldset, img, abbr {
	border:0pt none;
}

address, caption, cite, code, dfn, h1, h2, h3, h4, h5, h6, th, var {
	font-style:normal;
	font-weight:normal;
}

ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
}

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



a:hover {
	color: #000;
}


dl, ul, ol, h1, h2, h3, h4, h5, h6, pre, p, blockquote, {
 margin-bottom:0.3em;
}

body {
	color:#343434;
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size:62.5%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.4;
	margin: 43px 0 20px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

h1 {
	text-transform: capitalize;
	font-size: 3.2em;
	font-weight: bold;
	color: #000000;
}

h2 {
	text-transform: none;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 0.01em;
	color: #333333;
}

/*h3 {
	
	font-size: 1.3em;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	color: #336699;
}*/

h4 {
	text-transform: none;
	font-size: 1.3em;
	font-weight: normal;
	color: #454545;
}

h5 {
	text-transform: none;
	font-size: 1.3em;
	font-weight: normal;
	color: #990000;
	font-weight: bold;
}

h6 {
	text-transform: none;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 0.01em;
	color: #336699;
	margin:0.5em 0;
}

p {
	margin-bottom:.7em;
	padding: .3em 0 0 0;
	font-size:1.3em;
	line-height:1.5em;
}

#mainContent ul li, #mainContent2col ul li, #mainContentNoMenu ul li {
	background:transparent url(images/img_list-arrow.gif) no-repeat scroll 1px 8px;
	font-size:.95em;
	margin:0.8em 0 0.8em 0;
	padding-left:12px;
	text-transform:none;
	line-height:1.5;
	color:#333333;
}

.thrColAbsHdr #containerHome {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/







.thrColAbsHdr #header {
	height: 82px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #FFF;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#header #logo {
	display: block;
	background-image: url(images/img_logo.gif);
	background-repeat: no-repeat;
	width: 298px;
	height: 48px;
}

#header #topnav {
	background:none;
	margin:0;
	padding: 0;
	top: 20px;
	right: 10px;
	position: absolute;
	width: 463px;
	text-align: right;
	font-size: 1.3em;
}

#topnav a {
	text-decoration:none;
	color: #333333;
}



#topnav a:hover {
	color: #669966;
}



.thrColAbsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 82px;
	left: 0;
	width: 151px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 10px; /* padding keeps the content of the div away from the edges */
}

.thrColAbsHdr #sidebarProducts ul li ul li ul li {
color:#999999;}

.thrColAbsHdr #sidebarProducts {
	position: absolute;
	
	top: 82px;
	left: 0;
	width: 151px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 10px; /* padding keeps the content of the div away from the edges */
}

.thrColAbsHdr #sidebarProducts h1, .thrColAbsHdr #sidebar1 h1 {
	margin-bottom:10px;
	text-transform:capitalize;
	font-size:2em;
	color:#333;
	font-weight:normal;
}

.thrColAbsHdr #sidebar1 ul li {
	text-transform: capitalize;
	color: #333333;
	font-weight:bold;
	margin:0 0 15px 0;
}

/*.thrColAbsHdr #sidebar1 ul li ul li {
	background:transparent url(images/img_list-blank.gif) no-repeat scroll 1px 0.3em;
	color: #000000;
	margin: 0 0 0 0px;
	font-size:1em;
}*/

.thrColAbsHdr #sidebar1 a {
	text-decoration:none;
	color: #669966;
}




.thrColAbsHdr #sidebar1 a:hover {
	color: #333333;
}



.thrColAbsHdr #sidebar3 {
	position: absolute;
	top: 82px;
	left: 0;
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 20px; /* padding keeps the content of the div away from the edges */
}

.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 118px;
	right: 0;
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	border-left: solid #CCC 1px;
}

#sidebar2 p {
	font-size:1.2em;
}

#sidebar2 h5 {
	line-height:1em;
}

#sidebar2 ul  {
	
	margin-bottom:8px;

}


#sidebar2 ul li {
	background:transparent url(images/img_list-arrow.gif) no-repeat scroll 1px 0.3em;
	font-size:.9em;
	line-height: 1.3em;
	margin-top:0.8em;
	padding-left:12px;
}

#sidebar2 img {
	margin-bottom:0.3em;
}

.thrColAbsHdr #mainContent {
	margin: 37px 200px 20px 175px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 10px 0px 17px;
	border-left: solid #CCC 1px;
}

.thrColAbsHdr #container #mainContent h2 {
	padding: 1em 0 0 0;
	margin: 0;
}

.thrColAbsHdr #mainContent3 {
	margin: 0px 10px 20px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 10px 0px 20px;
}

.thrColAbsHdr #mainContentHome {
	margin: 0px 0px 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 0px 0px 0px;
}

.thrColAbsHdr #mainContent2col {
	margin: 37px 10px 20px 175px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 10px 0px 17px;
	border-left: solid #CCC 1px;
}

.thrColAbsHdr #mainContentNoMenu {
	margin: 37px 200px 20px 40px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 10px 0px 17px;
	background-image:url(images/webform_bg.jpg);
	background-repeat: no-repeat;
}

.thrColAbsHdr #container #mainContent2col h2 {
	padding: 1em 0 0 0;
	margin: 0;
}

.thrColAbsHdr #footer {
	padding: 0 20px 0 70px;
	background-image: url(images/img_footer-bar.gif);
	background-repeat: no-repeat;
	height:86px;
}

.thrColAbsHdr #footer p, .thrColAbsHdr #footerHome p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#flash {
	float:right;
	padding: 16px 0 0 0;
	text-align:right;
	width:370px;
}

#newsletter {
	float:left;
	padding-bottom:8px;
	padding-top:8px;
	width:300px;
}

#newsletter h1{
	margin:5px 0 -5px 0;
	font-size:14px;
}

.clearfloat {
	clear: both;
	font-size: 1px;
	height: 0pt;
	line-height: 0px;
	visibility: hidden;
}

.clearfloatleft {
	clear: left;
	font-size: 1px;
	height: 0pt;
	line-height: 0px;
	visibility: hidden;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.thrColAbsHdr #footercredits {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	margin: 0 auto;
	text-align: center;
}

.thrColAbsHdr #footercredits p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #999999;
}

.imageboarder {
	border:solid #CCCCCC 1px;
	padding:2px;
}

.imageboarderfltrt {
	border:solid #CCCCCC 1px;
	padding:2px;
	float: right;
	margin-left: 8px;
}

.imageboarderfltlt {
	border:solid #CCCCCC 1px;
	padding:2px;
	float: left;
	margin-right: 8px;
}

.justified {
	text-align: justify;
}

.smalltext {
	font-size: 1.1em;
	line-height: 1.3em;
}

.smallertext {
	font-size: .9em;
	line-height: 1.3em;
}

.productlist {
	margin: 15px 0 15px 0;
}


.productlist p {
	font-size: 1.2em;
	
	line-height: 1.3em;
}


.productlist h3, .productgrid h3 {
	font-size: 1.2em;
	line-height: 1.3em;
	text-transform:capitalize;
	font-weight:bold;
	margin-top:8px;
}

.productgrid {
	float:left;
	margin: 10px 30px 20px 0px;
	display:block;
	width: 144px;
	height: 315px;
	overflow:hidden;
}

.productgrid p {
	font-size: 1.3em;
	
	line-height: 1.3em;
}

.centered {
	text-align:center;
}

.PRaddress {
	padding:0 0 0 10px;
	float: right;
	margin-right: 8px;
	border-left: solid #CCCCCC 1px;
	font-size: .9em;
	color: #333333;
	line-height: 1.3em;
}

.PRaddressBIG {
	font-size: 3em;
	font-weight: bold;
	color: #666;
}

.box {
	border-bottom:solid #CCCCCC 1px;
	padding: 0px 0 12px 0;
	margin-bottom: 8px;
}

.box img {
	float:left;
	margin-right: 8px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}

.boxCaption { 
width:280px;
border:solid #CCCCCC 1px;
padding: 10px;
margin-bottom:10px;
}

.boxCaption p {
	font-size: 1.1em;
	line-height: 1.3em;
	padding-top:10px;
}

.rtColumn {
	width:310px;
	float:right;
}

/*accordian---------------- */



#acc h3, ul, li {
	font:14px "Helvetica Neue", Helvetica, "Lucida Grande", Arial, Sans-serif;
}

#acc {
	width:100%;
	list-style:none;
	margin:0 auto 40px
}

#acc h3 {
	width:100%;
	border-top:none;
	border-bottom:none;
	padding:8px 0px;
	font-weight:bold;
	margin-top:0px;
	cursor:pointer;
	border-top:1px #fff solid;
	border-bottom:1px #fff solid;
}





#acc h3:hover {
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
	color: #333333;
	text-decoration:none;
}

#acc .acc-section {
	overflow:hidden;
	background:#fff
}

#acc .acc-content {
	width:100%;
	padding:0px 0px;
	border:none;
	border-top:none;
	background:none;
}

#nested {
	width:100%;
	list-style:none;
	color: orange;
	margin-bottom:0px
}

#nested h3 {
	width:100%;
	border-top:none;
	border-bottom:none;
	padding:6px 8px 8px 15px;
	font-weight:bold;
	margin-top:0px;
	cursor:pointer;
	background:url(images/arrow-right.png) no-repeat left 12px;
	border-top:1px #fff solid;
	border-bottom:1px #fff solid;
}

#nested h3:hover {
	background: url(images/arrow-right.png) no-repeat 4px 12px;
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
}

#nested .acc-section {
	overflow:hidden;
	background:#fff
}

#nested .acc-content {
	width:100%;
	padding:15px;
	border:none;
	border-top:none;
	background:#fff
}

#nested .acc-selected {
	background:url(images/arrow-down.png) no-repeat left 12px;
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
}

#acc .acc-content li {
	list-style:none;
	margin:0 0 3px 0;
}

#acc .acc-content li li a {
	color:#333333;
	text-decoration:none;
}

#acc .acc-content li li a:hover {
	color:#669966;
	text-decoration:none;
}


.acc-content a {
	color:#336699;
}





/* home page styles */

.thrColAbsHdr #mainContentHome {
	margin: 0px;
	padding: 0px;
}

.slideshow { 	 
	width: 960px;
	height:360px;
	overflow:hidden;
	margin:auto;
}

.featuredBox {
float:left;
margin: 16px 16px 16px 0;
}

.featuredBoxLast {

float:left;
margin: 16px 0px 16px 0;
}

.thrColAbsHdr #footerHome {
	padding: 0 20px 0 70px;
	background-image: url(images/img_footer-bar-home.gif);
	background-repeat: no-repeat;
	height:86px;
}
