/* CSS Document */
body {margin:0px;
}

div {border: 0px solid black;}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006600;
	margin-bottom: 3px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
	margin-bottom: 3px;
	text-align: center;
}

p {
	border: none;
	margin: 0px 0px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #030;
	}
	
a:link {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	color: #009900;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
	
/* layout */

div.container {width:985px;margin:auto;
}

div#header	{
background-image: url(headhyd.jpg);
background-repeat: no-repeat;
height: 98px;
}

div#products {
z-index:0;
float: left;
}

div.menu {
	z-index:10;
	float: left;
	margin-top: -75px;
	width: 183px;
}

div.menu ul {
	list-style-image:  url(hlsm.jpg);
	margin-left: 0px;
}

div.menu ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 5px;
}

div.content {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 632px;
}

	div.col {
		float: left;
		margin-right: 8px;
		width: 200px;
	}
div.gallery {
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	width: 155px;
}	
	
	div.quote {
	padding-top: 35px;
	padding-left: 15px;
	height: 119px;
	background-image: url('quote.jpg');
	background-repeat: no-repeat;
}

div.quote p {
	margin-bottom: 20px;
	color: white;
	}

div#footer {
margin-top: 10px;
border-top: 1px solid green;
clear: both;
height:74px;
}

/* Styles */
.orange {
	color: #f90;
}
.blue {
	color: blue;
}
