@import url("text.css");
@import url("nav.css");
/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:850px;/* for mozilla*/
	background-color: #DFE0E5;
	background-image: url(../pix/bk-page.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
#contents {
	height:100%;
	min-height:100%;
	margin:auto;
	position:relative;
	position:relative;
	background-image: url(../pix/bk-page-shadow.png);
	background-repeat: repeat-y;
	background-position: center center;
} 
html>body #contents{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
.gecko #contents {height:auto;} /* hack for mac firefox */
.win.gecko #contents {height:auto;} /* hack for  firefox */
.ie7 #contents{height:auto;}
#outer{
	height:100%;
	min-height:100%;
	width:870px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	position:relative;
	background-image: url(../pix/bk-contents.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
.gecko #outer {height:100%;} /* hack for mac firefox */
.win.gecko #outer {height:auto;} /* hack for  firefox */

#innerwrap {/* enables content first */
	float:left;
	margin-left:13px;
	width:671px;
}
* html #innerwrap {/*only ie gets this style*/
	ma\rgin-left:.31em;
	width:672px;
}
/* centre */
#centrecontent {
	width:480px;
	float:right;
	padding-top:253px;
	padding-bottom:20px;/* needed to make room for footer */
	
}

/* Header */

#header{
	position:absolute;
	top:0;
	left:10px;
	width:850px;
	height:246px;
	heigh\t: 249px;
	overflow:hidden;
	color: #444444;
	z-index:100;
	background-color: #D9DBE1;
	background-image: url(../pix/bk-navtop.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	z-index: 9;
}
#hBCs {
	height: 27px;
	width: 844px;
	background-color: #e0e7e9;
	margin-left:3px;
	border-top: 1px solid #757575;
	border-bottom: 1px solid #A5A5A5;
	background-image: url(../pix/main/categories.jpg);
	background-repeat: repeat-y;
}
#hBCcategory {
	height: 25px;
	width: 191px;
	background-color: #cccccc;
	float:left;
	
	margin:0;
}
#hlogo {
	padding-left:3px;
	}

#hTop {
	height: 72px;
	width: 594px;
	float: right;
	margin-right:3px;
}
#hNav {	height: 32px;
	width: 594px;
	float: right;
}
#hBanner {
	height: 148px;
	width: 844px;
	margin-left:3px;
}
/* Columns */

#left {
	position:relative;/*ie needs this to show float */
	width:191px;
	float:left;
	left:0px;
	padding-top:248px;/*needed to make room for header*/
	padding-bottom:79px;/* needed to make room for footer */
}
* html #left {/*only ie gets this style*/
	width:190px;
}

#right {
	position:relative;/*ie needs this to show float */
	width:173px;
	float:right;
	right:13px;
	padding-top:248px;/*needed to make room for header*/
	padding-bottom:79px;/* needed to make room for footer */
}
#righthead {
	height: 25px;
	width: 173px;
	background-image: url(../pix/subnav/bk-sub-head.jpg);
	background-repeat: no-repeat;
	margin:0px;
}
#rightspecialhead {
	height: 25px;
	width: 172px;
	background-image: url(../pix/subnav/bk-sub-head-special.jpg);
	background-repeat: no-repeat;
}
#right H1 {
	font-size: 14px;
	font-weight: bold;
	padding: 3px 2px 3px 10px;
	color: #FFFFFF;
	margin:0px;
}
/* Footer */
#footer {
	width:850px;
	clear:both;
	height:79px;
	background-color: #d5d5d5;
	color: #000000;
	left:10px;
	bottom:0;
	position: absolute;
	background-image: url(../pix/bk-footer.jpg);
	background-repeat: repeat-x;
	text-align:center;
}
* html #footer {/*only ie gets this style*/
	\height:81px;/* for ie5 */
	he\ight:79px;/* for ie6 */
}

#fPayment {
	height: 69px;
	width: 193px;
	float:left;
	background-image: url(../pix/bk-footer-right.jpg);
	background-repeat: no-repeat;
	padding-top:10px;
	text-align:center;
}
#fTxt {
	width:844px;
	height: 79px;
	
}



div,p  {margin-top:0}/*clear top margin for mozilla*/

#clearfooter {width:100%;height:79px;clear:both} /* to clear footer */