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, 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:0px;
	padding:0px;
}

body {	
	width:990px;
	margin-left:auto;
	margin-right:auto;
	background-color: #E4E8E5;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

h1 {
	margin:0px;
	padding: 0px 0px 0px 0px;
	font-weight:normal;
	font-size:24px;
	color:#089a42;
	width: 75%;
}

h2 {
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#099643;
	font-weight:bold;
}


h3 {
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#000000;
	font-weight:bold;
}

h4 {
	margin:0px;
	padding:0px;
	font-weight:bold;
}

h5 {
	margin:0px;
	padding:0px;
	font-weight:bold;
}

h6 {
	margin:0px;
	padding:0px;
	font-weight:bold;
}

a:link,
a:active, 
a:visited {
	text-decoration: none;
	color: #009a3d;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.hr {
	height: 0px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #dedede;
}

.hr_dotted{
	height: 0px;
	margin: 5px 0px 5px 0px;
	border-bottom: 1px dotted #A7A7A7;
}
/*-------------------------------------------------------------------------------- TOP NAVIGATION*/
.top_navigation_wrapper {
	width:990px;
	float:right;
	margin-top: -35px;
}

.top_navigation_wrapper img {
	float: left;
	margin: 1px 0px 0px 0px;
	padding: 0;
}

.topmenu {
	float:left;

}

.topmenu_selected {
	float:left;

}

.topmenu a {	
	display:block;
	height:16px;
	width: inherit;
	padding-top:8px;	
	text-decoration:none;
	text-align:center;
	font-size:11px;
	font-weight: bold;
	color:#000000;	
}

.topmenu a:hover {
	border-bottom: 2px solid #36B7B5; 
}

.topmenu_selected a, 
.topmenu_selected a:link,
.topmenu_selected a:active,
.topmenu_selected a:visited {
	display:block;
	height:21px;
	width: inherit;
	padding-top:7px;	
	text-decoration:none;
	text-align:center;
	font-size:11px;
	font-weight: bold;
	color:#FFFFFF;
	background-image: url(/images/topmenu_selected_bg.gif);
	margin: 1px 0px 0px 0px;
}

.topmenu_left_shadow_on {	
	float:left;
	width:5px;
	height:27px;
	background-image:url(/images/top_menu_left_shadow.png);
	background-repeat:no-repeat;	
}

.topmenu_left_shadow_off {	
	float:left;
	width:5px;
	height:27px;
}

.topmenu_right_shadow_on {
	float:left;
	width:5px;
	height:27px;
	background-image:url(/images/top_menu_right_shadow.png);
	background-repeat:no-repeat;
}

.topmenu_right_shadow_off {
	float:left;
	width:5px;
	height:27px;
}
/*-------------------------------------------------------------------------------- TOP SEARCH BAR*/
.top_searchbar {
	width: 970px;
	height: 21px;
	background-image: url(/images/searchbar_bg.gif);
	background-repeat: x-repeat;
	float: left;
	padding: 5px 10px 5px 10px;
}

.top_searchbar input {
	border: 1px solid #AFAFAF;
	margin-right: 5px;
	float: left;
}

.search_submit {
	width: 28px;
	height:20px;
	background-image: url(/images/search_button.gif);
	background-repeat:no-repeat;
	background-color:#ffffff;
	cursor:pointer;
	border:1px solid #cccccc;
	float: left;
}

.search_submit:hover {
	background-image: url(/images/search_button_hover.gif);
}

.addthis_button {
	float: right;
}
/*-------------------------------------------------------------------------------- HEADER + WRAPPERS*/
.main_wrapper {
	width:1024px;
	float:left;
}

.left_border {
	width:13px;
	min-height:700px;
	float:left;
	background-image:url(/images/main_left_border.png);
	background-repeat:no-repeat;
	background-position:top;
}

.right_border {
	width:13px;
	min-height:700px;
	float:left;
	background-image:url(/images/main_right_border.png);
	background-repeat:no-repeat;
	background-position:top;
}

.main {
	width:990px;
	float:left;
	background-color: #f8f9f8;
}

.middle_wrapper {
	position: relative;
	float: left;
	width: 990px;
	height: 100%;
}

.main_content_wrapper {}

	.main_content_wrapper td {
		vertical-align: top;
	}

.main_content {
	background-image: url(/images/content_top_gradient.gif);
	background-repeat: repeat-x;
	padding: 14px 0px 20px 4px;
	width: 755px;
	min-height: 400px;
}

.top_wrapper {
	width:990px;
	height:202px;
	float:left;
	background-image:url(/images/header_bg.gif);
	background-repeat:repeat-x;
}

.header {
	width:253px;
	float:left;
}

.print_header {
	display:none;
}

.actual_content {
	padding-right: 10px;
}

.actual_content_small {
	width: 514px;
}
/*-------------------------------------------------------------------------------- Content Boxes*/
.homepage_left_side {
	border-right: 1px solid #CFCFCF;
	width: 500px;
}

.homepage_right_side {

}

.cb {
	
}

.cb_large_size {
	padding: 0px 6px 14px 0px;
}

.cb_small_size {
	padding: 0px 2px 7px 3px;
}

.cb_right {
	float: right;
	width: 210px;
	min-height: 400px;
	border-left: 1px solid #ebebea;
	background-image: url(/images/cb_right_gradient.gif);
	padding: 10px;
}

.cb_right a{
	color: #333333;
}

.cb_right_box_top {
	height: 3px;
	line-height: 3px;
	min-height: 3px;
	overflow: none;	
	width: 211px;
	background-image: url(/images/cb_right_top.gif);
	background-repeat: no-repeat;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

.cb_right_box {
	border-right: 1px solid #c5c5c6;
	border-left: 1px solid #c5c5c6;
	width: 201px;
	background-image: url(/images/cb_right_box_gradient.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding: 4px 4px 5px 4px;
}

.cb_right_box_dotted {
	border-top: 1px dotted #c5c5c6;
}

.cb_right_box_bottom {
	height: 3px;
	width: 211px;
	line-height: 3px;
	background-image: url(/images/cb_right_bottom.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.cb_title {
	float: right;
	padding: 8px 10px 0px 0px;
}

.contentbox_item .affiliate_url {
	display: block;
	height: 30px;
	background-color: #04973f;
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding-top: 8px;
	margin-bottom: 5px;
}

/*-------------------------------------------------------------------------------- BREADCRUMBS*/
.breadcrumbs_wrapper {
	height:24px;
	width:500px;	
}

.breadcrumb {
	float:left;
	padding-left:2px;
	font-size:11px;
	text-align:left;
	color:#999999;
}

.breadcrumb a {
	color:#999999;
	text-decoration:none;	
}

.breadcrumb a:hover {
	text-decoration:underline;
}

.fake_breadcrumb {
	color:#999999;
}
/*-------------------------------------------------------------------------------- LEFT NAVIGATION*/

.left_menu_wrapper {
	width:224px;
	font-size:11px;
	background-image: url(/images/column_top_gradient.gif);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	padding: 10px 0px 0px 0px;
	border-right: 1px solid #CFCFCF;
}

.left_menu_header_wrapper {
	float:left;
	width:206px;
	padding:0px 0px 4px 6px;
}

.left_menu_header_top {
	float:left;
	width:212px;
	height:3px;
	background-image:url(/images/nav_heading_top_bg.gif);
	background-repeat:no-repeat;
	line-height:0px;
}

.left_menu_header_body {
	float:left;
	width:204px;
	padding:1px 0px 0px 8px;
	background-color:#099B43;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

.left_menu_header_bottom {
	float:left;
	width:212px;
	height:3px;
	background-image:url(/images/nav_heading_bottom_bg.gif);
	background-repeat:no-repeat;
	line-height:0px;
}

.left_menu {
	list-style-type:none;
	margin-left: 8px;
}

.menu1 a:link,
.menu1 a:active,
.menu1 a:visited {
	display:block;
	width:203px;
	font-size: 11px;
	padding:3px 0px 0px 5px;
	margin-bottom:3px;
	text-decoration:none;
	text-transform:uppercase;
	color:#000000;
}

.menu1 a:hover {
	width:203px;
	padding:3px 0px 0px 2px;
	margin:0px 0px 3px 3px;
	color:#099b43;
}

.menu1_selected a:link,
.menu1_selected a:active,
.menu1_selected a:visited,
.menu1_selected a:hover {
	display:block;
	width:203px;
	font-size: 11px;
	padding:3px 0px 0px 5px;
	margin-bottom:3px;
	text-decoration:none;
	color:#099b43;
	text-transform:uppercase;
}

.menu2_wrapper {
	list-style-type:none;
	margin-top: -3px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.menu2 a:link,
.menu2 a:active,
.menu2 a:visited {
	display:block;
	width:183px;
	font-size: 11px;
	padding:0px 0px 0px 15px;
	margin: 0;
	text-decoration:none;	
	text-transform:uppercase;
	color: #000000;
	background: 0;
}

.menu2 a:hover,
.menu2_selected a:link,
.menu2_selected a:active,
.menu2_selected a:visited,
.menu2_selected a:hover {
	display:block;
	width:183px;
	font-size: 11px;
	margin: 0;
	padding:0px 0px 0px 15px;
	text-decoration:none;
	text-transform:uppercase;
	color: #099b43;
	background: 0;
}

.menu3 a:link,
.menu3 a:active,
.menu3 a:visited {
	display:block;
	width:173px;
	font-size: 11px;
	padding:0px 0px 0px 20px;
	margin: 0;
	text-decoration:none;	
	text-transform:uppercase;
	color: #000000;
	background: 0;
}

.menu3 a:hover,
.menu3_selected a:link,
.menu3_selected a:active,
.menu3_selected a:visited,
.menu3_selected a:hover {
	display:block;
	width:173px;
	font-size: 11px;
	margin: 0;
	padding:0px 0px 0px 20px;
	text-decoration:none;
	text-transform:uppercase;
	color: #099b43;
	background: 0;
}


/*------------------------------------------------------------------------------- FORMS */
label {
	color: #009a3d;
}

select {
	border: 1px solid #afafaf;
	font-size: 11px;
}

.section_separator {
	padding:3px;
	background-color:#e1e0e0;
	font-weight:bold;
}

/*-------------------------------------------------------------------------------- Newsletter Signup Form*/

#dim {
	position:absolute;
	top:0; 
	left:0; 
	width:100%;
	z-index:100; 
	display: none;
	background:url(/images/dim.png) repeat scroll 0 0 transparent;
	text-align:left;
}

#newsletter_form {
	background-image: url(/images/newsletter_signup_form.png);
	display: none;
	height: 47px;
	margin-left: -130px;
	margin-top: -96px;
	padding: 80px 50px 65px 50px;
	position: absolute;
	left: 50%;
	text-align: center;
	width: 161px;
	z-index:101; 
}

#newsletter_form input {
	margin: 2px;
}


/*-------------------------------------------------------------------------------- PRODUCTS*/

.products_table img{
	border: 1px solid #eaeaea;
}

.products_table td {
	border-bottom: 1px dotted #A7A7A7;
	padding: 5px 0px 5px 0px;
	vertical-align: top;
}	
	
/*-------------------------------------------------------------------------------- CONTACT US*/
.contact_form_wrapper {
	float:left;
	clear:both;
	width:690px;
	margin-top:10px;
}

.contact_left_cell {
	padding:0px 10px 5px 0px;
	text-align:right;
}

.contact_right_cell {
	padding-bottom:5px;
}

.error_color {
	color:#FF0000;
	padding:0px 10px 5px 0px;
	text-align:right;
}

.input_box {
	width:180px;
}

.big_input_box {
	width:248px;
}

.small_input_box {
	width:80px;
}

.textarea_box {
	width:296px;
}

.phone_box {
	width:80px;
}

.error_msg_wrapper {
	float:left;
	width:690px;
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
}

.error_msg_top {	
	float:left;
	width:690px;
	height:6px;
	line-height:0px;	
	background-image:url(/images/error_msg_top_bg.gif);
	background-repeat:no-repeat;
}

.error_msg_body {
	float:left;
	width:668px;
	padding:5px 10px 5px 10px;
	color:#FF0000;
	font-size:12px;
	background-color:#F2F2F2;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

.error_msg_bottom {
	float:left;
	width:690px;
	height:6px;
	line-height:0px;
	background-image:url(/images/error_msg_bottom_bg.gif);
	background-repeat:no-repeat;
}

.error_icon {
	width:645px;
	height:20px;
	background-image:url(/images/error_icon.gif);
	background-repeat:no-repeat;
	padding:0px 0px 10px 25px;
}
/*-------------------------------------------------------------------------------- FOOTER*/
.footer_wrapper {
	width:990px;
	height: 350px;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #E4E8E5;
	float:left;
	font-size:11px;
	position: relative;
}

.footer_wrapper_inside {
	width:990px;
	height: 270px;
	background-image: url(/images/footer_inside.jpg);
	background-repeat: no-repeat;
	background-color: #E4E8E5;
	float:left;
	font-size:11px;
	position: relative;
}

.footer_text_wrapper {	
	width:970px;
	float:left;
	padding: 10px;
	color:#666666;
	position: absolute;
}

.footer_find_us_wrapper {
	position: absolute;
	bottom: 180px;
	left: 922px;
}

.footer_click_here {
	position: absolute;
	bottom: 183px;
	left: 435px;
	background-image: url(/images/button_click_here.gif);
	border: 1px solid #afafaf;
	width: 103px;
	height: 20px;
}

.footer_click_here:hover {
	background-image: url(/images/button_click_here_hover.gif);
}

.footer_catalog_form_text{
	border: 1px solid #afafaf;
	font-size: 12px;
	color: #AFAFAF;
	height: 18px;
	position: absolute;
	bottom: 183px;
	left: 655px;	
	width: 150px;
}

.footer_catalog_form_submit {
	background-image: url(/images/button_arrow.gif);
	width: 32px;
	border: 1px solid #afafaf;
	font-size: 12px;
	color: #AFAFAF;
	height: 20px;
	position: absolute;
	bottom: 183px;
	left: 810px;	
}

.footer_catalog_form_submit:hover {
	background-image: url(/images/button_arrow_hover.gif);
}

.footer_address {
	position: absolute;
	bottom: 60px;
	left: 0px;
}

.footer_address .seperator {
	padding: 0px 3px 0px 3px;
	color: #999999;
}

.footer_links {
	position: absolute;
	bottom: 120px;
	left: 815px;
}

.footer_links a{
	color: #000000;
}

.footer_links a:hover{
	color: #009a3d;
}

.siteviz_logo {
	position: absolute;
	bottom: 75px;
	left: 820px;
}

/*-------------------------------------------------------------------------------- SHARED CLASSES*/
.square_icon {
	padding-top:35px;
}

.square_icon2 {
	padding-top:21px;
}

.square_icon3 {
	padding-top:14px;
}

.details_link {
	text-decoration:none;
	color:#FFFFFF;
}

.details_link:hover {
	text-decoration:none;
	color:#FFFFFF;
}

.hspacer {
	padding-left:15px;
}

.submit_bttn {
	background-image:url(/images/submit_off.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:94px;
	height:19px;	
	border:none;	
	cursor:pointer;
}

.submit_bttn_over {
	background-image:url(/images/submit_on.gif);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	width:94px;
	height:19px;
	border:none;	
	cursor:pointer;
}

.page_content_header {
	margin-bottom: 10px;
}

.page_content_footer {
	margin-top: 10px;
}

.session_message {
	padding: 5px;
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	background-color: #ffefef;
	color: #ff0000;
	margin-bottom: 5px;
}

.metadata1,
.metadata3 {
	font-weight:bold;
	font-size:13px;
	color:#990033;
}

.metadata2 {
	font-style: italic;
}

.list .list_item,
.homepage_contentbox .list_item {
	border-bottom: 1px solid #e1e3e0;
}

.list_subheading,
.entity_subheading {
	padding:0px 0px 3px 0px;
	margin:0px 0px 10px 0px;
	color:#232323;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:21px;
}

.form .form_subheading  {

}

.image img {
	border: 1px solid #e1e3e0;
}

#products_module .tile_item {
	border-bottom: 1px dotted #e1e3e0;
}

.main_content_wrapper_banner {
	margin-bottom: 15px;	
}

.session_message ul {
	padding-left:25px;
}