@charset "utf-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #636363;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-repeat: repeat-x;
}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DF8600;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6A609D;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-image: url(images/main/ul_bullet.png);
	padding-left: 20px;
	padding-bottom: 5px;
	margin: 0px;
}


a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
#outer {
	width: 798px;
	background-image: url(images/main/outer.gif);
	background-repeat: repeat-y;
	text-align: center;
	margin: auto;
	position: relative;
}

#container {
	width: 778px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/main/main_content.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	margin: 0px;
	height: 125px;
	padding: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-color: #333333;
} 
#headLogo {
	height: 125px;
	width: 350px;
	background-image: url(images/main/HHLogoGrey.jpg);
	background-repeat: no-repeat;
	position: absolute;
	right: 223px;
	background-position: center;
}


#navhorizontal {
	height: 25px;
	margin-top: 0px;
	margin-left: 150px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	text-align: right;
}
#navhorizontal ul {
	list-style: none;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#navhorizontal li {
	display: inline;
}
#navhorizontal a:link, #navhorizontal a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.6em;
	padding-left: 1em;
	letter-spacing: 0.1em;
	background-image: url(images/main/list_bg.gif);
}
#navhorizontal a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidenav {
	width: 150px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#sidenav ul {
	padding: 0px;
	list-style: none;
	margin: 0px;
}
#sidenav li {
	list-style-image: none;

}
#sidenav li a:link, #sidenav li a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	line-height: 23px;
	display: block;
	padding-left: 10px;
	letter-spacing: 0.1em;
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#sidenav   li   a:hover    {
	background-image: url(images/main/list_bg.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#sidenav  li  a:link#selected, #sidenav li a:visited#selected {
	color: #FFFF00;
}


#sidenav ul ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidenav ul ul li {
	text-indent: 10px;
	list-style-image: none;
}
#sidenav ul ul li a:link, #sidenav ul ul li a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	line-height: 23px;
	display: block;
	padding-left: 10px;
	letter-spacing: 0.1em;
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#sidenav ul ul li a:hover {
	background-image: url(images/main/list_bg.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#sidenav  ul  ul  li  a:link#selected, #sidenav ul ul li a:visited#selected {
	color: #FFFF00;
}
#sidenav ul ul ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidenav ul ul ul li {
	text-indent: 20px;
	list-style-image: none;
}
#sidenav ul ul ul li a:link, #sidenav ul ul ul li a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00FF66;
	text-decoration: none;
	font-size: 11px;
	line-height: 23px;
	display: block;
	padding-left: 10px;
	letter-spacing: 0.1em;
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#sidenav ul ul ul li a:hover {
	background-image: url(images/main/list_bg.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#sidenav  ul  ul  ul li  a:link#selected, #sidenav ul ul ul li a:visited#selected {
	color: #FFFF00;
}

#mainContent {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: inline;
	float: left;
	min-height: 500px;
	margin: 0px;
	width: 600px;
} 
#navbot {
	float: right;
	height: 20px;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}

#footer {
	padding: 0;
	margin: 0px;
	height: 40px;
	background-color: #333333;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bulletimage {
	line-height: 15px;
}
.table_1px_border {
		border-spacing: 0;
		border-collapse: collapse;
}
.table_borderCollapse {
	border-spacing: 0px;
	border-collapse: collapse;
}

.WhiteText {
	color: #FFFFFF;
}



.prodthumb
{
	width: 130px;
	height: 130px;
	float: left;
	overflow: hidden;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 2px solid #000000;
}
.prodthumbname
{
	display: block;
	width: 100%;
	text-align: center;
	height: 30px;
	overflow: hidden;
	margin: 0px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0;
	background-image: url(images/main/prod_thumb_bg.gif);
}
.prodthumbname  a
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;

}
.prodthumbname  a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.prodthumbfloat
{
	_position: absolute;
	_top: 50%;
	display: table-cell;
	vertical-align: middle;
	margin-top: 20px;
}
.prodthumbfloatplate {
	_position: absolute;
	_top: 50%;
	display: table-cell;
	vertical-align: middle;
}


.prodthumbnail

{
	height: 100px;
	width: 100%;
	overflow: hidden;
	display: table;
	_position: relative;
	margin: 0px;
	padding: 0px;
}

.prodthumbnail a
{
	width: 100%;
	_position: relative;
	_top: -50%
}
.prodrangethumb {
	width: 260px;
	height: 120px;
	float: left;
	overflow: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 2px solid #000000;
}
.prodrangethumbname {
	display: block;
	width: 100%;
	text-align: center;
	height: 20px;
	overflow: hidden;
	margin: 0px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0;
	vertical-align: middle;
	background-image: url(images/main/prod_range_thumb_bg.gif);
}
.prodrangethumbname  a {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.prodrangethumbname a:hover {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
.prodrangethumbfloat {
	_position: absolute;
	_top: 50%;
	display: table-cell;
	vertical-align: middle;
	margin: 0px;
}
.prodrangethumbnail {
	height: 100px;
	width: 100%;
	overflow: hidden;
	display: table;
	_position: relative;
	margin: 0px;
	padding: 0px;
}
.prodrangethumbnail a {
	width: 100%;
	_position: relative;
	_top: -50%
}
.MainImage {
	margin-right: 10px;
	margin-bottom: 10px;
}
.SmallLogo {
	margin-right: 5px;
	margin-bottom: 5px;
}
.smalltext {
	font-size: 9px;
}
