/*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;
}

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 {
	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;
	height:100%;
}

#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 {
	background: url("../images/secondary_button_on.gif") no-repeat;
}

#left .tertiaryon {
	display:block;
	background-color:#6DBEE6;
	background-image:none;
	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 .tertiary {
	display:block;
	background-color:#238ABA;
	background: url("../images/tertiary_button.gif") no-repeat;
	text-decoration:none;
	padding-top:0.25em;
	padding-bottom:0.25em;
	padding-left:15px;
	padding-right:12px;
	color:#FFF;
	margin:0;
	height: 1%;
}

#left .tertiary:hover {
	background-image: url("../images/tertiary_button.gif");
	background-repeat:no-repeat;
	text-decoration:underline;
}

#left .tertiaryon:hover {
	background-image:none;
	background-color:#6DBEE6;
}

#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;
}

#copyright {
	float:left;
	color:#FFF;
	padding: 16px 15px 10px 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;
	margin-bottom:13px;
}

/* 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 {
	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 {
	background-image: url("../images/news_arrow_on.gif");
	background-position:left;
	border:1px solid #FF6600;
	text-decoration:none;
	color:#000;
}

#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;
	text-align:center;
}

#micrositeflashhic40 {
	width:150px;
	height:80px;
	text-align:center;
}

#txtName, #txtEmail, #txtTelephone, #txtSubscribeName, #txtSubscribeEmail {
	width:76px;
}

#txaComments {
	width:119px; 
	height:50px;
}

#txtAddress {
	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%;
}

/*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;
}

.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;
}

/* 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;
}

.thumb {
	float:left;
	margin-left:-7px;
	margin-bottom:10px;
	margin-right:10px;
}

.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 {
	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;
}

.hit500microsite {
	border:1px solid #B6DFF3;
	background-color:#92CEEC;
	margin-top:16px;
	margin-bottom:16px;
	min-height:112px;
	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 {
	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;
}

.producthome {
	width:176px;
	height:260px;
	float:left;
	margin:20px 20px 0 0;
}

.productbar {
	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;
}

.productimg {
	width:174px;
	height:115px;
	border-right:1px solid #6D9AB1;
	border-left:1px solid #B6DFF3;
	display:block;
}

.productdesc, .productdeschome {
	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;
	color:#000;
}

.productdesc {
	cursor:pointer;
}

.productdesc a {
	color:#555;
}

.productdesc:hover {
	color:#555;
}

.datatable {
	border:1px solid #92CEEC;
	width:100%;
}

.datatable 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 {
	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;
}

/* 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;
}

.postBy {
	color:#666;
	float:left;
}

.postLinks {
	text-align:right;
}



.searchRadios {
	padding-right:2em;
}

.searchHighlight {
	color: #000000;
	background-color: #FFF;
	padding:0 0.25em;
}

.formsError {
	color: #FFF;
	font-weight: bold;
}

/*SPARES*/

.searchTitle {
	float:left;
	color:#FFF;
	font-size:1.3em;
	font-weight:bold;
	margin-right:10px;
}

#selStockGroup {
	border:1px solid #999;
	padding:0.1em;
	height:18px;
}

#txtItemNoAndNameSearch{
	border:1px solid #999;
	padding:0.1em;
	height:16px;
}

.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;
}

.price {
	font-size:1.5em;
	font-style:italic;
	font-weight:bold;
	color:#FFF;
}

.searchBar {
	margin-right:10px;
}

/* 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;
}

}
