/* ------------------------------------------------------------------------------------------ 3 column framework ------------------------------------------------------------------------- */
* {margin:0;padding:0}
p {margin-bottom:1em}
ul{margin-left:20px;margin-bottom:1em}
/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
body {
	background : #F0F8FF url(/img/l-back.gif) repeat-y left;
}

img{border:0}

#outer{
	margin-left: 58px;
	margin-right:49px;
	background: #fff;
	margin-bottom:-36px;
	min-height:100%;
	border-right : 9px solid #FF9900;
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:148px;
	overflow:hidden;
	background : #F0F8FF url(/img/banner-bg.jpg) repeat-x top;
}
#hleft{
	float: left;
	background : url(/websrv/_inc/img/banner.jpg) no-repeat;
	height : 148px;
	width : 568px;
}
#hright{
	float: right;
	background : #F0F8FF url(/img/r-back.gif) repeat-y right;
	height: 148px;
	width: 58px;
}
#left {
	position:relative;
	width:58px;
	float:left;
	margin-left:-57px;
	z-index:100;
	left:-1px;
	background : #F0F8FF url(/img/l-back.gif) repeat-y left;
}
#left p, 
#right p {padding:3px}
#right {
	position:relative;
	width:49px;
	float:right;
	margin-right:-57px;
	left:1px;
}
#footer {
	width:100%;
	clear:both;
	height:36px;
	text-align:center;
	position:relative;
}
#clearheader{height:150px;}
#clearfooter{clear:both;height:52px;}
* > html #clearfooter {float:left;width:100%;}
#centrecontent {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;
	padding-left: 1px;
}
/* ------------------------------------------------------------------------------------------ content layout ------------------------------------------------------------------------- */
#shopAssist{
	 float: left;
}
#mainNav {
	float: left;
	width:189px;
	padding-left: 5px;
	margin-right:-189px;
}
#hmContainer{
	width:100%;
	float:left;
	margin-right:-100%;
}
#hMenu {
	height:36px;
	background : url(/img/hMenu_bk.gif) repeat-x top;
	margin-left: 190px;
}
#contentContainer {
	position: relative;
	margin-top: 40px;
	margin-left: 210px;
	padding-right: 158px;
}
#content{
	width:100%;
	font-size:11pt;
	font-family:Tahoma;
}
#rhs{
	margin-right: 10px;
	width: 130px;
	float: right;
	margin-top: 40px;
}

h1 {
 color:#193689;
 /*background-color:#00A4E8;
 border-top:1px solid #193689;
 border-bottom:1px solid #193689;
 padding:8px;*/
 font-family:Tahoma;
 font-weight:bold;
 font-size:19pt;
 margin-bottom:10px;
}