h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #0096CF;
	line-height: 135%;
	margin: 15px 0;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #0096CF;
	border-top: 1px solid #d1d8dd;
	padding-top: 12px;
	line-height: 150%;
	margin-top: 20px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #0096CF;
	margin-bottom: 4px;
}

p.first {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 150%;
	margin: 10px 0;
	width: 550px;
}

p {
	margin-bottom: 30px;
}

div#page {
	margin: 0 auto;
	width: 980px;
	background-color: #FFFFFF;
}

div#header {
	background: #0096CF;
	height: 100px;
	color: #FFFFFF;
	position: relative;
}

div#header div#logo {
	position: absolute;
	top: 25px;
	left: 30px;
}

div#header form#search_form {
	position: absolute;
	top: 25px;
	right: 30px;
}

div#header form#search_form label {
	margin-left: 0;
}

div#header form#search_form input#search {
	width: 150px;
	color: #7E8082;
}

div#header form#search_form input#go {
	vertical-align: text-bottom;
}

div#header div#main_nav {
	position: absolute;
	bottom: 13px;
	left: 234px;
	z-index: 1;
}

div#header div#highlighter {
	background: #00CCCC;
	z-index: 2;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	padding: 4px 11px 13px 12px;
}

div#header a {
	color: #FFFFFF;
	text-decoration: none;	
}

div#header a:hover {
	text-decoration: underline;	
}

div#main {
	border-bottom: 1px solid #d1d8dd;
	border-top: 1px solid #FFFFFF; /* this fix some bugs */
}

div#main div#sidebar {
	float: left;
	width: 205px;
	height: 690px;
	margin-top: -2px;	
}

div#main div#content {
	margin-left: 230px;
	margin-right: 30px;
}

/* to fix the IE6 3 pixel bug */
* html #content {
	height: 1%;
	margin-left: 0;
}

* html #sidebar {
	margin-right: 27px;
}
/* end of fix */



div#footer {
	padding: 20px 30px;
	font-size: 9px;
}

div#footer div#credit {
	color: #BBBCBF;
	float: right;
}

div#footer div#credit a {
	color: #BBBCBF;
	text-decoration: none;
}

/* Sidebar navigation */
#sidebar ul{
	list-style: none;
	margin: 20px 0 0 33px;
	padding-left: 7px;
	behavior: url(../../css/iepngfix.htc);
	background-image:url(../images/png/white-75.png);
	background-repeat: repeat;
}

#sidebar ul li {
	border-bottom: 1px solid #d1d8dd;
	width: 162px;
}

#sidebar ul li a {
	display: block;
	width: 162px;
	color: #7E8082;
	text-decoration: none;
	line-height: 250%;
}

#sidebar ul li a:hover {
	font-weight: bold;
	color: #0096CF;
	display: block;
	background: transparent url(../images/arrow_warewashing.gif) no-repeat right;
}

#sidebar ul li a.active {
	font-weight: bold;
	color: #0096CF;
	display: block;
	background: transparent url(../images/arrow_warewashing.gif) no-repeat right;
}
