html, body {
	height: 100%;
}

body {
background-color: #FFFFFF;
margin: 0;
padding: 0;
color: #000000;
font-family: "Arial Narrow",Arial,sans-serif;
font-size: 12px;
}

body a {
	color: #000000;
}

/*  MISC  */

form {
padding: 0;
margin: 0;
}

img {
border: none;
}

.clear_cont, .clear {
display: block;
clear: both;
}

/* SIZES AND COLORS */

.flPos {
	padding: 0 0 0 70px;
}

.margtop15 {
	margin-top: 15px;
	display: block;
}

.sidepush30 {
	padding: 0 0 0 30px;
	position: absolute;
}

h1 {
	margin: 0;
	font-size: 16px;
	margin: 5px 0 5px 0;
}

h2 {
	font-size: 12px;
	margin: 0 0 20px 0;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	color: #999;
	margin: 0 0 20px 0;
}

/* CONTAINERS */

* {
margin: 0;
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -550px;
}

#rootCont, #push {
height: 550px;
}

#rootCont {

}

#contentCont {
	height: 456px;
	width: 960px;
	margin: 0 auto;
}

#menuCont {
	height: 94px;
	background: url(../images/global/footer-bg.png) repeat-x top left #000000;
	position: relative;

}

#logoCont {
	display: block;
	height: 42px;
	width: 142px;
	background: url(../images/global/halls-logo.png) no-repeat bottom right;
	float: left;
	padding: 37px 0 0 20px;
}

#contactCont {
	color: #FFFFFF;
	float: right;
	padding: 37px 20px 0 0;
}

#menuFlash {
	position: absolute;
	margin-left: -350px;
	left: 50%;
	padding: 0 0 0 0px;
}

#productSwitch a {
	display: block;
	float: left;
	font-weight: bold;
	padding: 15px 25px 15px 25px;
	margin: 0 0 0 1px;
	text-decoration: none;
}

#productSwitch a:hover, .prodActive {
	background-color: #f2f2f2;
}

#hhb {
	margin-top: 72px;
}

