html{overflow-y:scroll}
body{margin:0;padding:0;font-size:100%;height:100%;text-align:center;
	font-family: Arial, Verdana, Tahoma;
	background:#f1f1f1 url(images/bg_main.jpg) top left repeat-x;
	color: #828282;
	}
p{margin:0;margin-bottom:16px}

.clear{clear:both}
.float_left{float:left}
.float_right{float:right}
.display_none{display:none}
.thumb_right{float: right; text-align: right; padding: 0 0 6px 6px}
.thumb_left{float: left; text-align: left; padding: 0 6px 6px 0}
.green {color: #60a400}

a {color:#008bbe;text-decoration:none}
a:hover {color: #282828; text-decoration: underline}

h1,h2,h3,h4,h5,h6{font-size:100%;margin:0;padding:0;font-family:Arial,Tahoma,Verdana;text-shadow: #FFFFFF 1px 1px 0;}
h1 {color: #00afe2;font-size: 1.8em;font-weight:normal}
h2 {font-size: 1.5em; font-weight: normal; color: #666666}

a.button_main, a.button2_main {
    color: #4f4f4f;
    display: block;
    float: right;
    font-weight: bold;
	font-size: .9em;
    height: 31px;
	margin-left: 6px;
    padding-left: 14px;
    text-decoration: none;
	outline: none;
	background: url(images/button_left.gif) top left no-repeat;
	text-transform: uppercase;
	text-shadow: #FFFFFF 1px 1px 0;
	}

a:hover.button_main {
	color: #4f4f4f;
	text-decoration: underline;
	}

a.button_main span, a.button2_main span {
    display: block;
    line-height: 24px;
    padding: 4px 14px 4px 0;
	background: url(images/button_right.gif) top right no-repeat;
	}
	
a.button2_main {	
	background: url(images/button2_left.gif) top left no-repeat;
	color: #FFFFFF;
	text-shadow: #0f6395 1px 1px 0;
	}
	
a.button2_main span {
	background: url(images/button2_right.gif) top right no-repeat;
	}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	font-size: .8em;
	}
	
#nav .nav_button_tab {
	background: url(images/nav_button_tab.jpg) top left no-repeat;
	width: 310px;
	height: 34px;
	float: right;
	margin-top: 26px;
	text-align: center;
	font-size: 1.1em;
	}
	
#nav .nav_button_tab a {
	font-weight: bold;
	color: #737373;
	padding: 0 10px;
	text-transform: uppercase;
	}
	
#nav .nav_button_tab .tab_links {
	padding-top: 12px;
	}
	
#nav .nav_button_tab h2 {
	font-size: 1em;
	font-weight: bold;
	}

#nav ul {margin:0;padding:0;list-style:none;height:60px;overflow:hidden;background:url(images/nav_main.jpg) 0 -60px no-repeat;}
#nav li {margin:0;padding:0;float:left}
#nav li a {display:block;height: 60px;outline:0;}
#nav a.nav_home {background:url(images/nav_main.jpg) 0 0 no-repeat;width:70px}
#nav a.nav_about {background:url(images/nav_main.jpg) -70px 0 no-repeat;width:79px}
#nav a.nav_faqs {background:url(images/nav_main.jpg) -149px 0 no-repeat;width:67px}
#nav a.nav_products {background:url(images/nav_main.jpg) -216px 0 no-repeat;width:103px}
#nav a.nav_industries {background:url(images/nav_main.jpg) -319px 0 no-repeat;width:110px}
#nav a.nav_videos {background:url(images/nav_main.jpg) -429px 0 no-repeat;width:82px}
#nav a.nav_contact {background:url(images/nav_main.jpg) -511px 0 no-repeat;width:95px}

#nav a:hover.nav_home,#nav a:hover.nav_about,#nav a:hover.nav_faqs,
#nav a:hover.nav_products,#nav a:hover.nav_industries,#nav a:hover.nav_videos,
#nav a:hover.nav_contact, #nav a.current
{background:none}

#header {
	padding-top: 40px;
	}
	
#header .logo {
	float: left;
	}
	
#header #search {
	float: right;
	width: 338px;
	height: 34px;
	margin: 0;
	background: url(images/search_main.jpg) top left no-repeat;
	}
	
input.search_input_on {
	color:#000000;
	padding: 2px;
	overflow: hidden;
	float: left;
	border: 0;
	margin: 3px;
	margin-top: 8px;
	width: 234px;
	margin-left: 26px;
}

#header #search  input.search_input {
	color:#888888;
	padding: 2px;
	overflow: hidden;
	float: left;
	border: 0;
	margin: 3px;
	margin-top: 8px;
	width: 234px;
	margin-left: 26px;
	}
	
#header #search  .search_go {
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	width: 64px;
	height: 34px;
	cursor: pointer;
	background: url(images/search_go.jpg) top left no-repeat;
	}

#header #search  .search_go:hover {
	background: none;
	cursor: pointer;
	}
	
#header .subnav {
	float:right;
	}
	
#header .subnav ul {margin:0;padding:0;list-style:none}
#header .subnav li {
	float:left;
	background:url(images/subnav_left.gif) no-repeat left top;
	margin:0 0 0 4px;
	padding:0 0 0 6px;
  }
#header .subnav li a {
	float:left;
	display:block;
	background:url(images/subnav_right.gif) no-repeat right top;
	padding:6px 12px 4px 6px;
	text-transform: uppercase;
	font-size: .7em;
	font-weight: bold;
	color: #8d8d8d;
	text-decoration: none;
	font-family: Verdana, Tahoma, Arial;
	}

/* Commented backslash
   hides rule from IE5-Mac \*/
#header .subnav li a {float:none;}
/* End IE5-Mac hack */
#header .subnav li a:hover {
  color:#323232;
  }
  
#breadcrumb {
	height: 60px;
	color:#323232;
	background: url(images/header_hr.jpg) top center no-repeat;
	text-shadow: #FFFFFF 1px 1px 0;
	}
  
#breadcrumb a {
	color: #757575;
	text-decoration: none;
	text-shadow: #FFFFFF 1px 1px 0;
}

#breadcrumb a:hover {
	text-decoration: underline;
	}
  
#breadcrumb .home_link, #breadcrumb .sub_link {
	background: url(images/bread_home_icon.gif) center left no-repeat;
	display: inline;
	padding: 2px 12px 2px 18px;
	vertical-align: middle;
	font-weight: bold;
	}
	
#breadcrumb .sub_link {background: url(images/bread_sep_icon.gif) center left no-repeat}

.bread_right{float: right;margin-top: 12px; width: 500px;display: block;}
.bread_left{float: left;padding: 22px;} 
.socialnav_follow {float:right;padding:20px 4px 0 0;font-weight:bold;color:#757575}
 ul.socialnav {margin:0;padding:0;list-style:none;width:102px;height:32px;background: url(images/social_icons.gif) 0 0 no-repeat;float:left;}
.socialnav li {margin:0;padding:0;float:left;}
.socialnav li a {display:block;width: 34px;height:32px}
.socialnav a:hover.socnav_twit {background: url(images/social_icons.gif) -102px 0 no-repeat;}
.socialnav a:hover.socnav_mysp {background: url(images/social_icons.gif) -136px 0 no-repeat;}
.socialnav a:hover.socnav_face {background: url(images/social_icons.gif) -170px 0 no-repeat;}

#breadcrumb a.callme_button {
	background: url(images/callme_button.jpg) -190px 0px no-repeat;
	width: 190px;
	height: 32px;
	display: block;
	outline: none;
	float: right;
	}
	
#breadcrumb a:hover.callme_button {
	background: url(images/callme_button.jpg) 0px 0 no-repeat;
	}
	
#breadcrumb a.brochure_button {
	background: url(images/brochure_button.jpg) -190px 0px no-repeat;
	width: 190px;
	height: 32px;
	display: block;
	outline: none;
	float: right;
	margin-left:5px;
	}
	
#breadcrumb a:hover.brochure_button {
	background: url(images/brochure_button.jpg) 0px 0 no-repeat;
	}
	
#display {
	margin-bottom: 10px;
	}

#display .menu {
	float:left;
	width: 200px;
	}
	
#display .menu .display_menu_tcat {
	background: url(images/display_menu_tcat.jpg) top left no-repeat;
	width: 200px;
	height: 45px;
	}
	
#display .menu ul {
	list-style:none;
	padding: 0;
	margin: 0;
	background: url(images/menu_main.gif) top left repeat-y;
	height: 245px;
	overflow: hidden;
	}
	
#display .menu li {
	padding: 0;
	margin: 1px;
	margin-bottom: 0;
	border-top: 1px solid #cccccc;
	}

#display .menu li a {
	display: block;
	padding: 9px 16px;
	background: #efefef;
	font-weight: bold;
	text-transform: uppercase;
	color: #4f4f4f;
	text-decoration: none;
	font-size: .9em;
	text-shadow: #FFFFFF 1px 1px 0;
	outline: none;
	}

#display .menu li a:hover {
	color: #00a5d8;
	background: #e9e9e9 url(images/display_menu_link_hover.gif) bottom left no-repeat;
	padding-left: 30px;
	}

#display .menu .display_menu_tfoot {
	background: url(images/display_menu_tfoot.jpg) top left no-repeat;
	width: 200px;
	height: 10px;
	clear: both;
	}

ul#featured_cats li.featured_on a {
	color: #00a5d8;
	background: #e9e9e9 url(images/display_menu_link_hover.gif) bottom left no-repeat;
	padding-left: 30px;
	}

	
#display .present {
	float: right;
	height: 300px;
	width: 750px;
	}

#blocks {
	margin-bottom: 20px;
	}
	
#blocks p {
	margin: 0;
	display: inline;
	}
	
#blocks .block1, #blocks .block2, #blocks .block3 {
	width: 300px;
	float: left;
	margin-right: 30px;
	}
	
#blocks .block3 {margin-right: 0}

#blocks .block_tcat_main {
	background: url(images/block_tcat_main.jpg) top left repeat-x;
	height: 50px;
	}
	
#blocks .block_tcat_right {
	background: url(images/block_tcat_right.jpg) top right no-repeat;
	height: 50px;
	}
	
#blocks .block1 .block_tcat_left {
	background: url(images/block_tcat_welcome.jpg) top left no-repeat;
	height: 50px;
	}
	
#blocks .block2 .block_tcat_left {
	background: url(images/block_tcat_reviews.jpg) top left no-repeat;
	height: 50px;
	}	

#blocks .block3 .block_tcat_left {
	background: url(images/block_tcat_videos.jpg) top left no-repeat;
	height: 50px;
	}
	
#blocks .block_main {
	border: 1px solid #cccccc;
	border-bottom: 0;
	}
	
#blocks .block_trow {
	background: #FFFFFF url(images/block_trow.jpg) top left repeat-x;
	height: 240px;
	border: 1px solid #FFFFFF;
	color: #5d5d5d;
	line-height: 200%;
	}
	
#blocks .block_trow label {
	display: block;
	font-weight: bold;
	}
#blocks .block_input_wrap {
	background: url(images/block_input_main.jpg) top left no-repeat;
	padding: 4px;
	margin-bottom: 4px;
	}
	
#blocks .block_trow input.block_input {
	display: block;
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	margin: 2px;
	width: 254px;
	height: 22px;
	}
	
#blocks .block_trow_pad {
	padding: 6px;
	}
	
#blocks .block_tfoot {
	background: url(images/block_tfoot.jpg) top left no-repeat;
	width: 300px;
	height: 5px;
	}
	
#footer {
	background: url(images/hr_footer.jpg) top left no-repeat;
	padding: 30px 0;
	}
	
#footer a {
	color: #828282;
	text-decoration: none;
	font-size:0.8em;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#footer .footer_right {
	float: right;
	text-align: right;
	}
	
#footer .footer_links {
	clear: both;
	text-align: center;
	}
	
#content {
	margin-bottom: 10px;
	background: url(images/page_main.jpg) top left repeat-y;
	}

#content .page_top {
	background: url(images/page_top.jpg) top left no-repeat;
	height: 10px;
	margin-bottom: 10px;
	font-size: 1px;
	line-height: 1px;
	}
	
#page {
	background: url(images/page_main.jpg) top left repeat-y;
	}
	
#page .page_wrap {
	padding-right: 10px;
	}
	
#content .page_bot {
	background: url(images/page_bot.jpg) top left no-repeat;
	height: 10px;
	margin-bottom: 10px;
	font-size: 1px;
	line-height: 1px;
	}
	
#main {
	width: 750px;
	float: left;
	}
	
h1.maintitle {
	padding: 0 14px 10px 14px;
	}
	
#main .main_body {
	line-height: 180%;
	background: url(images/main_body.jpg) top left no-repeat;
	}
	
#main .main_body_wrap {
	padding: 12px;
	line-height: 180%;
	background: url(images/main_body.jpg) top left no-repeat;
	}
	
#sidebar {
	width: 210px;
	float: left;
	}
	
#sidebar .sidebar_wrap {
	padding: 0 10px;
	}
	
#sidebar .sidebar_block {
	background: url(images/sidebar_tmain.gif) top left repeat-y;
	}
	
#sidebar .sidebar_block_pad {
	padding: 10px 10px 6px 10px;
	}
	
#sidebar ul.links {
	list-style-image: url(images/sidebar_link.gif);
	margin: 0;
	padding: 0;
	list-style-position: inside;
	}
	
#sidebar .sidebar_tcat_meminfo {
	background: url(images/sidebar_tcat_meminfo.gif) top left no-repeat;
	width: 190px;
	height: 40px;
	}
	
#sidebar .sidebar_tcat_cart {
	background: url(images/sidebar_tcat_cart.gif) top left no-repeat;
	width: 190px;
	height: 40px;
	}
	
#sidebar .sidebar_tfoot {
	background: url(images/sidebar_tfoot.gif) top left no-repeat;
	width: 190px;
	height: 8px;
	margin-bottom: 10px;
	font-size: 1px;
	line-height: 1px;
	}
	
.product_listing {
	background: url(images/main_body.jpg) top left no-repeat;
	padding: 12px;
	}
	
.ddmenu_subcats {
	text-align: left;
	position: absolute;
	display:none;
	border: 1px solid #B7B7B7;
	border-bottom: 0;
	font-size: .8em;
	line-height: 26px;
	z-index: 100;
	background: #f7f7f7;
	width: 160px;
	margin-top: -1px;
}

.ddmenu_subcats a {
	text-align: left;
	color: #454545;
	display: block;
	border-bottom: 1px solid #B7B7B7;
	padding: 3px 0;
	text-decoration: none;
	text-indent: 5px;
	font-weight: bold;
}

.ddmenu_subcats a:hover {
	background: #FFFFFF;
	color: #00AFE2;
}

#alerts .green {background: #f0f7cd url(images/g_icon.gif) 8px 8px no-repeat;line-height: 180%}
#alerts .green .t {background: url(images/g_b.gif) 0 0 repeat-x; width: 100%;color:#282828;margin: 10px 0}
#alerts .green .b {background: url(images/g_b.gif) 0 100% repeat-x}
#alerts .green .l {background: url(images/g_b.gif) 0 0 repeat-y}
#alerts .green .r {background: url(images/g_b.gif) 100% 0 repeat-y}
#alerts .green .bl {background: url(images/g_bl.gif) 0 100% no-repeat}
#alerts .green .br {background: url(images/g_br.gif) 100% 100% no-repeat}
#alerts .green .tl {background: url(images/g_tl.gif) 0 0 no-repeat}
#alerts .green .tr {background: url(images/g_tr.gif) 100% 0 no-repeat;padding:10px 10px 10px 44px}
#alerts .green span {color: #56890f;font-weight: bold}
#alerts .red {background: #ffeaea url(images/r_icon.gif) 8px 8px no-repeat;line-height: 180%}
#alerts .red .t {background: url(images/r_b.gif) 0 0 repeat-x; width: 100%;color:#282828;margin: 10px 0}
#alerts .red .b {background: url(images/r_b.gif) 0 100% repeat-x}
#alerts .red .l {background: url(images/r_b.gif) 0 0 repeat-y}
#alerts .red .r {background: url(images/r_b.gif) 100% 0 repeat-y}
#alerts .red .bl {background: url(images/r_bl.gif) 0 100% no-repeat}
#alerts .red .br {background: url(images/r_br.gif) 100% 100% no-repeat}
#alerts .red .tl {background: url(images/r_tl.gif) 0 0 no-repeat}
#alerts .red .tr {background: url(images/r_tr.gif) 100% 0 no-repeat;padding:10px 10px 10px 44px}
#alerts .red span {color: #b50000;font-weight: bold}

table, td {
	font-size: 100%;
	}

.tborder {
	background: #b4b4b4;
	}
	
.tborder .tcat {
	background: #6e6e6e url(images/tcat_main.gif) top left repeat-x;
	color: #f1f1f1;
	font-weight: bold;
	}
	
.tborder .alt1 {
	background: #f0f0f0;
	}
	
.tborder .alt2 {
	background: #fbfbfb;
	}
	
.errordialog{
	position:absolute;
	width:100%;
	border-bottom:1px solid black;
	background:lightyellow;
	left:0;
	top:0;
	padding: 3px 0;
	text-indent: 5px;
	font: normal 11px Verdana;
}

.highlight {
	background-color: yellow;
	color:#000000;
}

.result{
	border-bottom:1px solid #D0D0D0;
	padding:10px 10px 10px 0;
}

.result h2{
	font-size: 1.4em;
}

#tab_options .option_photo,
#product_description .option_photo{float:left;width:25%;padding:0px;text-align:center;}

#tab_options .option_photo span,
#product_description .option_photo span{font-weight:bold;}

	#featured_controls{
		position:absolute;
		margin:270px 0 0 10px;
		clear:both;
	}
	
	#featured_controls a{
		outline:none;
	}
	
	#featured_controls a.featured_prev{
		display:block;
		float:left;
		width:30px;
		height:30px;
		background:url(images/controlbuttons.png) 0px 0px no-repeat;
	}
	
	.featured_play{
		display:block;
		float:left;
		width:30px;
		height:30px;
		background:url(images/controlbuttons.png) -66px 0px no-repeat;
	}
	
	.featured_pause{
		display:block;
		float:left;
		width:30px;
		height:30px;
		background:url(images/controlbuttons.png) -33px 0px no-repeat;
	}
	
	#featured_controls a.featured_next{
		display:block;
		float:left;
		width:30px;
		height:30px;
		background:url(images/controlbuttons.png) -99px 0px no-repeat;
	}
	
	.option_list{
		width:250px;
	}
	
	.product_option{
		clear:both;
		margin-bottom:10px;
	}
	
	.option_list .product_option strong{
		font-weight:normal;	
		float:left;
	}
	
	#product_order_information .product_option strong{
		font-weight:bold;
	}
		
	.product_option strong{
		display:block;
		width:150px;
		font-size:1.2em;
	}
	
ul#product_details_tabs {
	text-align: left;
	margin: 1em 0 0em 0;
	font: bold 11px verdana, arial, sans-serif;
	list-style-type: none;
	padding: 3px 10px 6px 0px;
}

ul#product_details_tabs li {
	display: inline;
}

ul#product_details_tabs li a {
	padding: 6px 6px;
	border: 1px solid #087da8;
	background-color: #def6ff;
	color: #087da8;
	margin-right: 0px;
	text-decoration: none;
	border-bottom: none;
}

ul#product_details_tabs a:hover,
ul#product_details_tabs a.current_tab {
	background: #087da8;
	color:#fff;
}

.product_details_tab_body{
	display:none;
	border:1px solid #087da8;
	padding:10px;
}

.product_review{
	padding:3px;
	border-bottom:0px solid #000;
}

.product_review .thumb{
	float:left;
	margin-right:5px;
}

.product_review .thumb img{
	height:150px;
	width:150px;
}

.product_review .review_comments,
.product_review .review_name,
.product_review .review_date{
	font-weight:bold;
}

#product_order {
	width: 690px;
}
	
#product_order .thumbnail{
	float: left;
	width: 200px;
}

#product_order_information{
	float: left;
	width: 490px;
	line-height: 180%;
}
	
#product_order .enlarge {
	padding: 6px 0;
	font-weight: bold;
	}
	
#product_order .enlarge a {
	color: #585858;
	text-decoration: none;
	}
	
#product_order .enlarge a:hover {
	text-decoration: underline;
	}

.price{
	font-size:1.5em;
	font-weight:bold;
	margin:20px 0 0 20px;
	color:#008bbe;
}

.stars_1{
	width:20px;
	height:20px;
	background:url(images/stars.png) no-repeat;
	display:block;
	float:left;
}

.stars_2{
	width:40px;
	height:20px;
	background:url(images/stars.png) repeat-x;
	display:block;
	float:left;
}

.stars_3{
	width:60px;
	height:20px;
	background:url(images/stars.png) repeat-x;
	display:block;
	float:left;
}

.stars_4{
	width:80px;
	height:20px;
	background:url(images/stars.png) repeat-x;
	display:block;
	float:left;
}

.stars_5{
	width:100px;
	height:20px;
	background:url(images/stars.png) repeat-x;
	display:block;
	float:left;
}

.block_trow_pad .thumb{
	float:left;
	width:100px;
	height:100px;
	margin-right:10px;
	border:0;
}
