/* Tags */
body{
	padding:0px;
	margin:0px;
	background-color:#fff;
	background-repeat: no-repeat;
}
body, td, th{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#3f3f3f;
	font-size:10px;
	line-height:1.2em;
	font-weight:normal;
}
a:link, a:visited, a:active{
	color:#333333;
	text-decoration:underline;
}
.catLinks a { text-decoration: none; }
a:hover{
	color:#666666;
	text-decoration:none;
}
form{
	padding:0px;
	margin:0px;
}
hr{
	height:1px;
	color:#999999;
}

img { border: 0; }

/* for navigation */
ul.nav{ list-style-type:none; }
ul.nav li{ display:inline; color:#2c2b2c;  }
ul.nav li#nav-home a{ background:url(images/button_menu_03.gif) no-repeat; height:20px; width:63px; }
ul.nav li#products a{ }
ul.nav li#dealer a{ }
ul.nav li#technical a{ }

/** technical menu item **/
a#technical{ text-indent:-999px; background:url(images/tech_nav.png) no-repeat; height:20px; width:71px; }


/* boxes on the home page */
.item{ width:222px; height:213px; margin-bottom:10px; float:left; background:#e1e1e1; margin-right:7px; padding:10px; }
.item .none{ margin-right:0px; }
.item h1.box {
	 height:16px; 
	 background:url(../images/home_box_h1_bg.png) no-repeat; 
	 margin:0 auto 0 auto; 
	 margin-top:17px; 
	 color:#fff; 
	 font-size:11px; 
	 font-family:tahoma; 
	 font-weight:normal;
	 padding-left:5px; 
}
.item img.title{ }

/* Link styles */
.linkUnder a, .linkUnder a:link, .linkUnder a:visited, .linkUnder a:active{ text-decoration:underline; }
.linkUnder a:hover{ text-decoration:none; }
.linkNoUnder a, .linkNoUnder a:link, .linkNoUnder a:visited, .linkNoUnder a:active{ text-decoration:none; }
.linkNoUnder a:hover{ text-decoration:underline; }
.linkNoUnderEver a, .linkNoUnderEver a:link, .linkNoUnderEver a:visited, .linkNoUnderEver a:active, .linkNoUnderEver a:hover{ text-decoration:none; }
/* Text colours */
.textGreyDark, .textGreyDark a, .textGreyDark a:link, .textGreyDark a:visited, .textGreyDark a:active, .textGreyDark a:hover{ color:#666666; }
.textWhite, .textWhite a, .textWhite a:link, .textWhite a:visited, .textWhite a:active, .textGreyDark a:hover { color:#FFFFFF;}
/* BG colours */
.bgGrey{ background-color:999999; }
.bgGreyLight{ background-color:#bfbfbf; }
.bgGreyLighter{ background-color:#b2b2b2; }

.bgGreyReallyLight {background-color:#e8e8e8;}
.bgWhite { background-color:#FFFFFF;}
/* Borders */
.bordGreyT{ border-top:1px solid #999999; }
.bordGreyR{ border-right:1px solid #999999; }
.bordGreyB{ border-bottom:1px solid #999999;}
.bordGreyL{ border-left:1px solid #999999; }
/* Misc classes */
.inputWhite{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
}
.selectInput{ width:250px; }
.townInput{ padding:2px 0 2px 0;}
/* IDs */
#bodyWrapperOuter{ text-align:center; width:824px; background:url(../images/shadow.png) repeat-y top; margin:auto;   }
#bodyWrapperInner{
	border:1px solid #000;
	width:798px;
	text-align:left;
	margin:auto;
}
#mainContent{
	padding:32px 22px 0px 22px;
}
#copyrightRegion{
	padding:0px 0px 0px 5px;
	color:#FFFFFF;
}
/* clearfix */
.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
* html>body .clearfix{
	display:inline-block;
	width:100%;
}
* html .clearfix{
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

table.bordGreyT td a{ color:#fff; text-decoration:none;  }