/*HTML TAGS*/
@media screen {

body {
	margin:0;
	padding: 0;
	border: 0;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#6DBEE6;
	background-image: url("../images/tile_left_menu.gif");
	background-repeat:repeat-y;
	background-position:left;
	font-size:70%;
}

h1 {
	color:#FFF;
	font-size:1.8em;
	font-weight:bold;
	font-style:italic;
	margin:0;
	padding:0;
}

h2 {
	color:#FFF;
	font-size:1.3em;
	font-weight:bold;
	margin:0;
	padding:0;
	padding-top:0.5em;
}

h2 a {
	color:#FFF !important;
	text-decoration:none !important;
}

h2 a:hover {
	text-decoration:underline !important;
}

p {
	margin: 0.7em 0;
	text-align:justify;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

abbr, acronym, .help {
  border-bottom: 1px dotted #2C7C74;
  cursor: help;
}

h1 abbr, h1 acronym {
  border-bottom: 1px dotted #FFF;
  cursor: help;
}

input, textarea, select {
	font-size:1em;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

img {
	border: 0px none; 
}

sup {
	font-size:0.7em;
}

/*IDS*/

#skip {
	width: 0;
	height: 0;
	overflow: hidden;
}

#headerwrapper {
	height:64px;
	background-image: url("../images/tile_bg.gif");
	background-repeat:repeat-x;
}

#logo {
	float:left;
	height:64px;
}

#header {
	float:right;
	height:64px;
}

#primarynav {
	text-align:left;
	font-size:1.1em;
	background-image:url("../images/tile_nav.gif");
	background-repeat:repeat-x;
	height:31px;
}
#primarynav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#primarynav li {
	float:left;
	padding:0;
	margin:0;
	height:31px;
}

#primarynav a {
	float:left;
	display:block;
	background: url("../images/button_off.gif") right no-repeat;
	text-decoration:none;
	padding-top:8px;
	padding-left:12px;
	padding-right:12px;
	color:#FFF;
	margin:0;
	height:23px;
}

#primarynav a:hover {
	background: url("../images/button_on.gif") right no-repeat;
}

#primarynav .current a {
	background: url("../images/button_on.gif") right no-repeat;
}

#main1 {
	clear:both;
	margin:0;
	padding:0;
	background: url("../images/tile_left_menu.gif") top left repeat-y;
}

#main2 {
	clear:both;
	margin:0;
	padding:0;
	background: url("../images/tile_right_menu.gif") top right repeat-y;

}

#left {
	float:left;
	width:122px;
	margin:0;
	padding:0;
	font-size:1em;
	position:absolute;
	left:0px;
	top:95px;
}

#left ul {
	margin:0;
	padding:0;
	list-style:none;
}

#left li {
	padding:0;
	margin:0;
	border:0;
}

#left a {
	display:block;
	background: url("../images/secondary_button_off.gif") no-repeat;
	text-decoration:none;
	padding-top:0.45em;
	padding-bottom:0.45em;
	padding-left:6px;
	padding-right:12px;
	color:#FFF;
	margin:0;
	height: 1%;
}

#left a:hover {
	background: url("../images/secondary_button_on.gif") no-repeat;
}

#left .current a, #left .current-cat a {
	background: url("../images/secondary_button_on.gif") no-repeat;
}

#left ul ul li.current a {
	display:block;
	background-color:#6DBEE6 !important;
	background-image:none !important;
	border-top: 1px solid #91C4DC;
	text-decoration:none;
	padding-top:0.25em;
	padding-bottom:0.25em;
	padding-left:15px;
	padding-right:12px;
	color:#000;
	margin:0;
	height: 1%;
}

#left ul ul a {
	display:block;
	background-color:#238ABA !important;
	background: url("../images/tertiary_button.gif") no-repeat !important;
	text-decoration:none;
	padding-top:0.25em;
	padding-bottom:0.25em;
	padding-left:15px;
	padding-right:12px;
	color:#FFF;
	margin:0;
	height: 1%;
}

#left #left ul ul a:hover {
	background-image: url("../images/tertiary_button.gif");
	background-repeat:no-repeat;
	text-decoration:underline;
}

#left ul ul li.current a:hover {
	background-image:none !important;
	background-color:#6DBEE6 !important;
}

#right {
	float:right;
	width:143px;
	margin:0; 
	padding:0;
	position:absolute;
	/*right:-1px;*/
	right:0px;
	top:95px;
}

/* Hides from IE5-mac \*/
* html #right {right:-1px;}
/* End hide from IE5-mac */ 

#footer {
	height:33px;
	border:3px solid #6DBEE6;
	background-image: url("../images/tile_body.gif");
	background-repeat:repeat-x;
	font-size:1em;
	clear:both;
	margin:0 143px 0 122px;
	padding-bottom:15px;
}

#copyright {
	float:left;
	color:#FFF;
	padding: 16px 15px 6px 23px;
}

#backtotop a {
	border-top:1px solid #8CCCEB;
	border-left:1px solid #8CCCEB;
	border-right:1px solid #238ABA;
	border-bottom:1px solid #238ABA;
	padding: 2px 4px;
	display:block;
	float:right;
	color:#FFF;
	text-decoration:none;
	margin-top: 14px;
	margin-right: 19px;
	;
}

/* Hides from IE5-mac \*/
* html #backtotop a {margin-right: 11px;}
/* End hide from IE5-mac */ 

#backtotop a:hover {
	padding-top:3px;
	border-bottom:1px solid #8CCCEB;
	border-right:1px solid #8CCCEB;
	border-left:1px solid #238ABA;
	border-top:1px solid #238ABA;
}

#news table td p {
	margin:0.04em 0;
}

#news br {
	padding:0;
	margin:8px;
	border:0;
	display:block;
}

#news p {
	margin: 0.3em 0;
}

#news a, ul#homenews a {
	display:block;
	background-image: url("../images/news_arrow_off.gif");
	background-position:left;
	background-color:#FFF;
	background-repeat:no-repeat;
	text-decoration:none;
	border:1px solid #238ABA;
	padding:0.5em 0.5em 0.5em 2.5em;
	color:#000;
}

#news a:hover, ul#homenews a:hover {
	background-image: url("../images/news_arrow_on.gif");
	background-position:left;
	border:1px solid #FF6600;
	text-decoration:none;
	color:#000;
}

#news strong {
	width:50px;
	display:block;
	float:left;
}

.homenews strong {
	width:65px !important;
}

#links, #linksnomenu {
	color:#FFF;
	font-size:1em;
	text-align:center;
	margin:0 143px 0 122px;
	padding: 6px;
	background-color:#FF6600;
	border:3px solid #FF6600;
	background-image: url("../images/tile_links.gif");
	background-repeat:repeat-x;
}

#linksbtm, #linksbtmnomenu {
	margin:0 143px 0 122px;
	height:4px;
	background-image: url("../images/links_btm.gif");
	background-repeat:repeat-x;
	clear:right;
	display:block;
	overflow:hidden;
}

#links a, #linksnomenu a {
	color:#FFF;
	text-decoration:underline;
}

#links a:hover, #linksnomenu a:hover {
	color:#FFF;
	text-decoration:none;
}

#print a {
	border-top:1px solid #8CCCEB;
	border-left:1px solid #8CCCEB;
	border-right:1px solid #238ABA;
	border-bottom:1px solid #238ABA;
	padding: 2px 4px;
	display:block;
	float:right;
	color:#FFF;
	text-decoration:none;
	position:absolute;
	top:115px;
	right:169px;
}

#print a:hover {
	padding-top:3px;
	border-bottom:1px solid #8CCCEB;
	border-right:1px solid #8CCCEB;
	border-left:1px solid #238ABA;
	border-top:1px solid #238ABA;
}

#micrositeflashhit500, #micrositeflashhic40 {
	float:left;
	margin-right:20px;
}

#micrositeflashhit500 {
	width:150px;
	/*height:112px;*/
		height:80px;
	text-align:center;
}

#micrositeflashhic40 {
	width:150px;
	height:80px;
	text-align:center;
}

#txtName, #txtEmail, #txtTelephone, #txtSubscribeName, #txtSubscribeEmail {
	width:76px;
}

#txaComments {
	width:119px; 
	height:50px;
}

#txtAddress, #txtCompany {
	width:119px;
}

#selProduct {
	width:122px;
}

#Submit {
	width:123px;
	margin-top:5px;
	margin-bottom:9px;
}

#Subscribe {
	width:123px;
	margin-top:5px;
	margin-bottom:7px;
}

#productcontainer, #gallerycontainer {
	width:100%;

}

#productcontainer {
	padding-bottom:10px;
}

/*CLASSES*/

.secondarynavtitle {
	padding-left:6px;
	padding-top:0.9em;
	padding-bottom:0.1em;
	font-size:1.1em;
	font-weight:bold;
	font-style:italic;
	color:#FFF;
}

.leftbtm {
	width:122px;
	height:2px;
	background: url("../images/secondary_btm.gif") no-repeat;
	overflow:hidden;
}

ul li .leftbtm {
	display:none;
}

.middle, .middlenomenu {
	margin:0 143px 0 122px;
	padding: 15px 23px 0 23px;
	background-color:#6DBEE6;
	border:3px solid #6DBEE6;
	background-image: url("../images/tile_body.gif");
	background-repeat:repeat-x;
	font-size:1em;
	color:#222;
	overflow: hidden;
}

/* Hides from IE5-mac \*/
* html .middlenomenu {height: 1%;}
/* End hide from IE5-mac */

.middle p, .middlenomenu p {
	line-height:1.4em;
}

.middle ul, .middlenomenu ul {
	list-style-type:none;
}

.middle li, .middlenomenu li {
	padding-left:15px;
	background:url("../images/bullet.gif") no-repeat 0 0.35em;
	margin-left:-15px;
}

.middle a, .middlenomenu a {
	text-decoration:underline;
	color:#000;
}

.middle a:hover, .middlenomenu a:hover {
	color:#555;
}

.middlebtm, .middlebtmnomenu {
	margin:0 143px 0 122px;
	height:19px;
	background-image:url("../images/body_btm.gif");
	background-position:right;
	clear:right;
}

.middle blockquote {
	margin:0;
	margin-top:16px;
	margin-bottom:16px;
	padding:12px 15px;
	padding-left:55px;
	background-image:url(../images/quote.gif);
	background-repeat:no-repeat;
	background-color:#92CEEC;
	text-align:justify;
	min-height:30px;
	border:1px solid #B6DFF3;
	font-style:italic;
	overflow:visible;
	height:1%;
	border-right:1px solid #6D9AB1;
	border-bottom:1px solid #6D9AB1;
}

.imageright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	margin-right:-7px;
	margin-top:-3px;
}

.imageleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:-7px;
	margin-top:-4px;
}

.captionPic, .captionPicWide {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	margin-right:-7px;
	margin-top:-3px;
	font-size:0.9em;
	width:232px;
}

.captionPicWide {
	width:274px;
}

.captionPic img, .captionPicWide img {
	float:left;
}
	
.captionPic span, .captionPicWide span {
	display:inline;
	color:#000;
	border:1px solid #B6DFF3;
	background-color:#92CEEC;
	padding:3px 6px;
	border-right:1px solid #6D9AB1;
	border-bottom:1px solid #6D9AB1;
	width:202px;
	float:left;
	margin-left:8px;
	text-align:center;
}

.captionPicWide span {
	width:244px;
}

.thumb {
	float:left;
	margin-left:-7px;
	margin-bottom:10px;
	margin-right:10px;
}

.videothumb {
	float:left;
	margin-left:-7px;
	margin-bottom:10px;
	margin-right:10px;
	width:208px;
	height:176px;
}

.amossthumb {
	display:block;
}

.imagelefthome {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.flashvideo {
	text-align:center;
	margin:25px 0 30px 0;
}

.rightheadingtop, .rightheading {
	text-align:center;
	padding-top:0.8em;
	padding-bottom:0.8em;
	font-size:1.15em;
	font-weight:bold;
	font-style:italic;
	color:#FFF;
}

.rightheadingtop {
	background-image: url("../images/right_heading_top.gif");
	background-repeat:no-repeat;
}

.rightheading {
	background-image: url("../images/right_heading.gif");
	background-repeat:no-repeat;
}

div.row {
	clear: both;
	margin-left:11px;
}

div.row label {
	width:40px;
	float: left;
	font-size:1em;
	color:#FFF;
	margin-top:0.2em;
	margin-bottom:0.2em;
}

div.row label.comments, div.row label.address, div.row label.productint {
	display:block;
	text-align:center; 
	font-size:1em;
	color:#FFF;
	width:120px; 
	margin-top:0.5em; 
	margin-bottom:0.5em;
}

.button {
	background-image: url("../images/form_button.gif");
	background-repeat:repeat-x;
	padding: 0.25em;
	background-color: #FF6600;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	border:1px solid #BF4C00;
	border-top:1px solid #FF9900;
	border-left:1px solid #FF9900;
}

.clearonfocus {
	border:1px solid #1A678B;
	padding:0.1em;
}

.highlight {
	border:1px solid #B6DFF3;
	background-color:#92CEEC;
	padding:12px 15px;
	margin-top:16px;
	margin-bottom:16px;
	border-right:1px solid #6D9AB1;
	border-bottom:1px solid #6D9AB1;
}

.hic40microsite, .alsoavailable {
	border:1px solid #B6DFF3;
	background-color:#92CEEC;
	margin-top:16px;
	margin-bottom:16px;
	min-height:80px;
	border-right:1px solid #6D9AB1;
	border-bottom:1px solid #6D9AB1;
}

.alsoavailable {
	overflow: hidden;
}

.alsoavailable img {
	float: left;
}

.alsoavailable div {
	float: left;
	padding: 12px;
}

.alsoavailable h3 {
	color: white;
	margin: 4px 0 0;
}

.hit500microsite {
	border:1px solid #B6DFF3;
	background-color:#92CEEC;
	margin-top:16px;
	margin-bottom:16px;
	/*min-height:112px;*/
		min-height:80px;
	border-right:1px solid #6D9AB1;
	border-bottom:1px solid #6D9AB1;
}

.micrositetext {
	padding:16px;
}

.headingmargin {
	margin-bottom:0.8em;
}

.notvis {
	display:none;
}

.product {
	display:inline;
}

#specialoffers .product {
	display:block;
}

#specialoffers .product span em, #productcontainer .product span em {
	font-size:1.5em;
	font-style:italic;
	font-weight:bold;
	color:#FFF;
}

#specialoffers .product span {
	cursor:default;
}

.product a, #specialoffers .product {
	width:176px;
	height:260px;
	float:left;
	margin:20px 20px 0 0;
	text-decoration:none !important;
	line-height:normal;
	text-align:left;
}

.product strong {
	display:block;
	background: url("../images/product_bar.gif");
	padding-top:0.45em;
	padding-bottom:0.45em;
	padding-left:8px;
	padding-right:8px;
	color:#FFF;
	font-weight:bold;
	font-style:italic;
	margin:0;
	width:160px;
	font-size:1.1em;
}

.product img {
	width:174px;
	height:115px;
	border-right:1px solid #6D9AB1;
	border-left:1px solid #B6DFF3;
	display:block;
}

.product span {
	width:158px;
	height:105px;
	border-right:1px solid #6D9AB1;
	border-bottom:1px solid #6D9AB1;
	border-left:1px solid #B6DFF3;
	padding:8px;
	background-color:#92CEEC;
	display:block;
	cursor:pointer;
	color:#000;
}

#new span {
	border-right:1px solid #D97F00;
	border-bottom:1px solid #D97F00;
	border-left:1px solid #FFBA59;
	background-color:#FF9500;
	color:#FFF;
}

#new a:hover span {
	color:#FFE4BF !important;
}

.product a span {
	color:#000;
}

.product a:hover span {
	color:#555 !important;
}

.datatable, .datatablefloat {
	border:1px solid #92CEEC;
	width:100%;
	margin-top:1em;
}

.datatable th, .datatablefloat th {
	background-color:#FF7214;
	border:1px solid #FFC7A1;
	margin-right:4px;
	margin-bottom:4px;
	padding:4px;
	color:#FFF;
	font-weight:bold;
	background-image: url("../images/form_button.gif");
	background-repeat:repeat-x;
}

.datatable td, .datatablefloat td {
	margin-right:4px;
	margin-bottom:4px;
	border:1px solid #B6DFF3;
	background-color:#92CEEC;
	border-right:1px solid #6D9AB1;
	border-bottom:1px solid #6D9AB1;
	padding:3px;
}

.datatablefloat {
	width:auto;
}

/* NO MENU */

#linksnomenu, #linksbtmnomenu, .middlenomenu, .middlebtmnomenu {
	margin:0 143px 0 0;
}

/* NEWS */

.postTitle {
	font-size:1.4em;
	font-weight:bold;
	color:#238ABA;
	/*color:#FFF;*/
	border:1px solid #B6DFF3;
	background-color:#92CEEC;
	padding:5px 8px;
	margin-top:10px;
	border-right:1px solid #6D9AB1;
	border-bottom:1px solid #6D9AB1;
}

.postTitle a {
	color:#238ABA;
	text-decoration:none;
}

.postTitle a:hover {
	color:#FFF;
}

.postmetadata {
	color:#666;
}

.postmetadata a {
	color:#666;
}

.postLinks {
	text-align:right;
}

.searchField {
	/*height:22px;*/
	width:80%;
}

.searchButton {
	margin-top:2em;
	background-image: url("../images/form_button.gif");
	background-repeat:repeat-x;
	padding: 0 0.25em;
	background-color: #FF6600;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	border:1px solid #BF4C00;
	border-top:1px solid #FF9900;
	border-left:1px solid #FF9900;
}

.searchRadios {
	padding-right:2em;
}

.searchHighlight {
	color: #000000;
	background-color: #FFF;
	padding:0 0.25em;
}

.formsError {
	color: #FFF;
	font-weight: bold;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}

.navigation a {
	border-top:1px solid #8CCCEB;
	border-left:1px solid #8CCCEB;
	border-right:1px solid #238ABA;
	border-bottom:1px solid #238ABA;
	padding: 2px 4px;
	display:block;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
}

.navigation a:hover {
	padding-top:3px;
	
	border-bottom:1px solid #8CCCEB;
	border-right:1px solid #8CCCEB;
	border-left:1px solid #238ABA;
	border-top:1px solid #238ABA;
	color:#FFF;
}

/*.navigation a {
	font-weight:bold;
}*/

.navigation {
	height:18px;
}

/* GOOGLE MAP */

#map {
	width:450px;
	height:400px;
	border:8px solid #FFF;
}

#map strong {
	font-size: 1.2em;
	color:#1798D8;
	padding-bottom:10px;
	display:block;
}

#map a {
	color:#666;
}

#map a:hover {
	text-decoration:none;
}

/* SAFETY FEATURES */

.safetyfeatures {
	background:#FF6600 url("../images/tile_safety_features.gif");
	border:1px solid #FFB380;
	border-bottom:1px solid #BF4C00;
	border-right:1px solid #BF4C00;
	margin-top:16px;
	margin-bottom:16px;
	padding:12px 15px;
	color:#FFF;
	/*clear:both;*/
}

.safetyfeatures h2 {
	color:#FFF;
	font-size:1.6em;
	font-weight:bold;
	font-style:italic;
	margin:0;
	padding:0;
	background:url("../../../images/safety_features_helmet.gif") left no-repeat;
	padding-left:30px;
}

.safetyfeatures ul li {
	background:url("../images/bullet_safety.gif") no-repeat 0 0.35em !important;
}

.safetyfeatures a {
	color:#FFF !important;
}

.safetyfeatures abbr, .safetyfeatures acronym, .safetyfeatures .help {
  border-bottom: 1px dotted #FFF !important;
  cursor: help;
}

.safetytable {
	border:1px solid #FFF;
	width:100%;
	margin-top:1em;
	border-collapse:collapse;
}

.safetytable th{
	border:1px solid #FFF;
	margin-right:4px;
	margin-bottom:4px;
	padding:4px;
	color:#666;
	font-weight:bold;
	background:#FFF url(../images/tile_safety_table_th.gif) repeat-x;
}

.safetytable td {
	margin-right:4px;
	margin-bottom:4px;
	border:1px solid #FFF;
	padding:3px;
	vertical-align:top;
}

/* ACCORDIAN */

#accordion {
}

.toggler, .toggleron {
	display:block;
	background-image: url("../images/tile_accordian.gif");
	border:3px solid #238ABA;
	background-color:#238ABA !important;
	background-repeat:repeat-x;
	padding:2px 8px;
	color:#CCC;
	text-decoration:none;
	height:1%;
	font-size:1.1em;
	color:#FFF !important;
	margin-top:1em;
	font-weight:normal;
	cursor:pointer;
}

.toggler:hover, .toggleron {
	background-color:#FF6600;
	border:3px solid #FF6600;
	background-image: url("../images/tile_links.gif");
	text-decoration:none;
}

.toggleron {
	font-weight:bold;
}

.element p {

}

.element {
	padding:1em;
	background-color:#FFF;	
}

.element ul li {
	background:url("../images/bullet_accordian.gif") no-repeat 0 0.35em !important;
}

ul#homenews {
list-style:none;
margin:0; padding:0;
margin-top:10px;
}

ul#homenews li {
list-style:none;
margin: 0.3em 0; padding:0;
}

/* USED PLANT */

p.usedproduct {
	padding: 0;
	margin:0;
	margin-top:1em;
}

p.usedproduct img {
	float:left;
	margin-right:12px;
	border-style:none;
}

p.usedproduct a {
	height:72px;
	text-decoration:none !important;
	display : block;
	border:1px solid #B6DFF3;
	background-color:#92CEEC;
	padding:11px 15px 11px 11px;
	margin-top:10px;
	border-right:1px solid #6D9AB1;
	border-bottom:1px solid #6D9AB1;
	position:relative;
}

p.usedproduct a:hover {
	background-color: #FFF;
	text-decoration:none;
	border : 1px solid #ff6600;
}

p.usedproduct br {
	display:none;
}

p.usedproduct strong {
	display:block;
	font-weight:bold;
	padding:0;
	margin:0;
	margin-bottom:5px;
	margin-top:3px;
	font-size:1.1em;
	color:#FFF;
}

p.usedproduct a:hover strong, p.usedproduct a:hover em {
	color:#238ABA;
}

p.usedproduct span {
	cursor:pointer;
	font-weight:normal !important;
	color:#666;
}

p.usedproduct em {
	position:absolute;
	right:15px;
	bottom:15px;
	font-size:2em;
	color:#FFF;
}

}