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:640px;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#33333;
}

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;
}

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 {
	display:none;
}
/*-------------------------------------------------------------------------------- TOP SEARCH BAR*/
.top_searchbar {
	display:none;
}
/*-------------------------------------------------------------------------------- HEADER + WRAPPERS*/
.main_wrapper {
	width:640px;
}

.left_border {
	display:none;
}

.right_border {
	display:none;
}

.main {
	width:640px;
}

.middle_wrapper {
	position: relative;
	width: 640px;
	height: 100%;
}

.main_content_wrapper {}

	.main_content_wrapper td {
		vertical-align: top;
	}

.main_content {
	width: 640px;
	min-height: 400px;
}

.top_wrapper {
	display:none;
}

.header {
	display:none;
}

.actual_content_small {
	width: 640px;
}

/*-------------------------------------------------------------------------------- Content Boxes*/
.homepage_left_side {
	width:640px;
}

.homepage_right_side {
	display:none;
}

.cb {}

.cb_large_size {
	padding: 0px 6px 14px 0px;
}

.cb_small_size {
	padding: 0px 2px 7px 3px;
}

.cb_right {
	display:none;
}

.cb_right_box_top {
	height: 3px;
	line-height: 3px;
	min-height: 3px;
	overflow: none;	
	width: 211px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

.cb_right_box {
	border-left: 1px solid #c5c5c6;
	width: 202px;
	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;
	margin-bottom: 10px;
}

.cb_title {
	float: right;
	padding: 8px 10px 0px 0px;
}

.contentbox_item .affiliate_url {
	display: block;
	height: 30px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding-top: 8px;
	margin-bottom: 5px;
}
/*-------------------------------------------------------------------------------- BREADCRUMBS*/
.breadcrumbs_wrapper {
	height:24px;
	width:640px;	
}

.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 {
	display:none;
}
/*------------------------------------------------------------------------------- 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;
	text-align:left;
}

#newsletter_form {
	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;
}

.error_msg_body {
	float:left;
	width:668px;
	padding:5px 10px 5px 10px;
	color:#FF0000;
	font-size:12px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

.error_msg_bottom {
	float:left;
	width:690px;
	height:6px;
	line-height:0px;
}

.error_icon {
	width:645px;
	height:20px;
	padding:0px 0px 10px 25px;
}
/*-------------------------------------------------------------------------------- FOOTER*/
.footer_wrapper {
	width:640px;
	font-size:11px;
}

.footer_wrapper_inside {
	width:640px;
	font-size:11px;
}

.footer_text_wrapper {	
	width:640px;
	padding: 10px;
	color:#666666;
}

.footer_find_us_wrapper {
	display:none;
}

.footer_click_here {
	display:none;
}

.footer_catalog_form_text{
	display:none;
}

.footer_catalog_form_submit {
	display:none;
}

.footer_address {
	float:left;
	padding-top:25px;
}

.footer_address .seperator {
	padding: 0px 3px 0px 3px;
	color: #999999;
}

.footer_links {
	display:none;
}

.siteviz_logo {
	padding-top:25px;
	float:right;
}
/*-------------------------------------------------------------------------------- SHARED CLASSES*/
.slideshow {
	display:none;
}

.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 {
	width:94px;
	height:19px;	
	border:none;	
	cursor:pointer;
}

.submit_bttn_over {
	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;
	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 {
	display:none;
}
/*-------------------------------------------------------------------------------- MODULE CLASSES*/
#products_module.displaymode_list .list_item {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

#products_module.displaymode_list td {
	border-bottom: 1px dotted #e1e3e0;
	padding: 5px 0;
}

.tile_categories {
	width:640px;
}

.tile_item {
	width:320px;
	padding-bottom:10px;
}

#products_module.entity .add_to_cart_form {
	display:none;
}

.session_message ul {
	padding-left:25px;
}