html,
body {
	background: #007bc3;
	color: #58595b;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: small;
	font-weight: 200;
	margin: 0;
	padding: 0;
	height: 100%;
}

body#image {
	background: #FFF;
}

.clearer {
	clear: both;
}

a, img {
	outline: none;
}

h2 {
	background: #FFF url(../img/hdg-logo.png) 0 70% no-repeat;
	padding-left: 50px;
	color: #3965B5;
	font-size: 24pt;
	font-weight: 500;
	margin: 0;
}

h2.home {
	background: none;
	padding-left: 0;
}

h2 span {
	color: #ACA5A5;
}

ul, li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a {
	color: #007bc3;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

.container {
	background: #FFF;
	background: #FFF url(../img/bg-sidebar.jpg) top left repeat-y;
	margin: auto;
	position: relative;
	width: 985px;
	height: 100%;
}

.header {
	background: #1f1a17;
	padding-bottom: 9px;
}
.header a {
	color: #58595b;
	display: block;
	text-decoration: none;
}
.header a:hover,
.header a.over {
	background: #6d6f71;
	color: #FFF;
	text-decoration: none;
}
.header a.logo {
	float: left;
	margin: 10px 0 0 14px;
	width: 209px;
}
.header a:hover.logo {
	background: none;
}
.header .tapware {
	float: right;
	margin: 10px 20px 0 0;
	width: 151px;
}
.header .menu {
	background: #cbcdcf url(../img/bg-menu.jpg) top left repeat-x;
	height: 28px;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
}
.header .menu ul {
	display: inline;
}
.header .menu li {
	display: inline;
	font-weight: bold;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	float: left;
}

.header .menu a {
	display: block;
	padding: 0.5em 0;
}

.header .menu span {
	display: block;
	padding: 0 24px;
	border-right: 1px solid #4d4a47;
}

.header .menu li.last span {
	border-right: none;
}

.header form {
	padding: 2px 0;
	white-space: nowrap;
	position: absolute;
	right: 0;
	top: 1px;
	width: 175px;
	font-weight: bold;
}
.header input {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 1em;
}
.header label {
	position: absolute;
	left: 20px;
	top: 5px;
	font-size: 1em;
	color: #ACA8A8;
	z-index: 9;
}
.header input.text {
	margin: 0;
	padding: 2px 0 3px 7px;
	width: 133px;
	border: 1px solid #1f1a17;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	height: 12px;
	
	position: relative;
	top: 2px;
	vertical-align: top;
}

.header input.submit {
	padding: 3px 3px 4px;
	background: transparent;
	margin: 0;
	border: none;
	font-weight: bold;
	color: #58595b;
}

.wrap {
	background: #FFF url(../img/bg-sidebar.jpg) top left repeat-y;
	float: left;
	/* height: 100%; */
	width: 985px;
}

.sidebar {
	background: #cbcdcf url(../img/bg-sidebar.jpg) top left repeat-y;
	float: left;
	font-size: 10pt;
	width: 172px;
	height: 100%;
}
.sidebar ul {
	margin-top: 15px;
	padding-left: 20px;
}
.sidebar li {
	padding: 7px 0;
}
.sidebar li a {
	color: #58595b;
	text-decoration: none;
}
.sidebar li a:hover {
	text-decoration: underline;
}
.sidebar li.over {
	color: #7670b3;
}
.sidebar li.over a.over {
	color: #7670b3; 
}
.sidebar ul.sidebar-sub-menu {
	margin: 0 0 0 12px;
	padding: 0;
}
.sidebar-sub-menu li {
	color: #58595b;
	margin: 0;
	padding: 0;
}

.content {
	float: left;
	padding: 27px 35px 200px;
	width: 743px;
	background: url(../site_images/water_bottom.jpg) bottom left no-repeat;
	color: #000;
}
.productscontent {
	background: #fff;
	padding-bottom: 27px;
}

.content .linsol-tapware {
	background: url(../img/hdg-linsol-tapware.png) top left no-repeat;
	height: 0;
	overflow: hidden;
	padding-top: 31px;
}
.content .newspaper-layout img {
	float:left;
	margin:15px 35px 15px 0;
}
.newspaper-layout {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	width: auto;
	margin: 0.5em 0 0;
}
.newspaper-layout p {
	margin: 0 0 1em;
}

.newspaper-layout ul {
	list-style: disc;
	padding-left: 40px;
	margin: 1em 0px;
}

.newspaper-layout ul li {
	list-style: disc;
}

.products {
	float: left;
	margin: 20px 0;
	width: 100%;
}
.products div {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	display: inline;
}
.products div.hero {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.products div.firstline {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 120px;
}
.products div.clearer {
	float: none;
	margin: 0;
	padding: 0;
	width: 0;
	display: block;
}
.products div span {
	display: block;
	padding-top: 7px;
	text-align: center;
	font-weight: bold;
	width: 175px;
}

.products div div.description {
	float: none;
	margin: 1em 0;
	width: auto;
	font-size: 8pt;
}

.products div.hero span {
	width: 356px;
}
.products div a {
	color: #231f20;
	text-decoration: none;
}

/* FEATURED PRODUCTS BOX */
.fp-heading {
	background: none;
	color: #979493;
	font-size: 14pt;
	margin: 0 0 0 50px;
	padding: 0;
}
.featured-products {
	background: url(../img/fp-side.jpg) top right repeat-y;
}
.fp-top {
	background: url(../img/bg-featured-products-top.jpg) top left repeat-x;
	height: 20px;
	width: 100%;
}
.fp-top-left-rc {
	background: url(../img/fp-left-rc.jpg) top left no-repeat;
	float: left;
	width: 26px;
	height: 20px;
}
.fp-top-right-rc {
	background: url(../img/fp-right-rc.jpg) top left no-repeat;
	float: right;
	width: 26px;
	height: 20px;
}
.fp-content {
	background: url(../img/fp-side.jpg) top left repeat-y;
	padding: 0 20px;
}
.fp-image {
	float: left;
	width: 186px;
}
.fp-copy {
	float: left;
	margin-left: 20px;
	width: 490px;
}
.fp-copy h3 {
	margin: 0;
	padding: 0;
	color: #979493;
}
.fp-copy p {
	margin: 0;
	padding: 0;
}
.fp-bottom {
	background: url(../img/bg-featured-products-btm.jpg) top left repeat-x;
	height: 20px;
	width: 100%;
}
.fp-btm-left-rc {
	background: url(../img/fp-left-rc-btm.jpg) top left no-repeat;
	float: left;
	width: 26px;
	height: 20px;
}
.fp-btm-right-rc {
	background: url(../img/fp-right-rc-btm.jpg) top left no-repeat;
	float: right;
	width: 26px;
	height: 20px;
}
/* END FEATURED PRODUCTS BOX */

.image {
	text-align: center;
}

.products .stars img {
	border: none;
}

strong {
	font-weight: bolder !important;
}