#header {
	height:100px;
	background: #F6F6F6 url('/images/header_top_glow.jpg') no-repeat 0 96px;
	color:#000;
	position:relative;
}
#header * {
	vertical-align:middle;
}
#header #ohw-logo {
	width:297px;
	height:62px;
	position:absolute;
	top:20px;
	left:5px;
}
#header img {
	border:none;
	vertical-align:top;
	}
#header-right-items{
	float:right;
	text-align:right;
	font-family: Georgia,"Times New Roman",Times,serif;
}
#header-right-links{
	font-size:11px;
	font-weight:bold;
	padding:25px 0 10px 0;
	line-height:1;
}
#header-right-links a:link,
#header-right-links a:visited,
#header-right-links a:active {
	color:#069;
	text-decoration:none;
}
#header-right-links a:hover{
	text-decoration:underline;
}
form#header-search{
	height:30px;
	display:inline;
	padding:0;
	margin:0
}
#header-search .textbox {
	width:281px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	height:21px;
	border:solid #CCCCCC;
	border-width:1px 0 1px 1px;
	padding:4px 0 3px 8px;
	color:#999999;
	background:#FFFFFF;
}

#header-search .submit-button{
	width:30px;
	height:30px;
}

#horizontalnav{
	position:relative;
	height:60px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	background:transparent url('/images/horizontal_nav_gradient_bg.jpg') repeat-x scroll left top;
}
#horizontalnav .button { /* handles home button */
	width:100px;
	overflow:hidden;
	height:52px;
	padding:8px 0 0 0;
	float:left;
}
#horizontalnav .selected {
	background:transparent url('/images/button_selected_arrow.gif') no-repeat center bottom;
	cursor:default !important;
}
/* the rest... */
#horizontalnav .get-an-estimate {
	height:60px;
	padding:0;
	}
#horizontalnav .product-showcase {
	height:60px;
	padding:0;
	}
#horizontalnav .suppliers {
	height:60px;
	padding:0;
	}
#horizontalnav .how-to-advice {
	height:60px;
	padding:0;
	}
#horizontalnav .green-guide {
	height:60px;
	padding:0;
	}
#horizontalnav .gardening {
	height:60px;
	padding:0;
	}
#horizontalnav .architecture-and-design {
	height:60px;
	padding:0;
	width:119px;
	}
#horizontalnav .forums {
	height:60px;
	padding:0;
	width:106px;
	}
#horizontalnav .blog {
	height:60px;
	padding:0;
	width:100px;
	}
#horizontalnav a {
	display:block;
	text-decoration:none;
	height:42px;
	padding:8px 12px 0 12px;
}
#horizontalnav a:link, 
#horizontalnav a:visited, 
#horizontalnav a:active {
	color:#FFFFFF;
	text-decoration:none;
	background:none;
}
#horizontalnav a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#horizontalnav .seperator, #horizontalnav-blog .seperator {
	width:3px;
	height:50px;
	float:left;
	background:url('/images/horizontal_nav_seperator.gif') repeat-y;
}