@import url("text.css");
@import url("nav.css");
html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#222222;
	background-color: #1d213b;
	background-image: url(../pix/bk-page.jpg);
 	background-repeat: repeat-x;
}

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	background-image: url(../pix/bk-contents.png);
	background-repeat: repeat-y;
}
.ie6 #container {background-image: url(../pix/bk-contents.gif);}
#header {
	width:780px;
	height:156px;
	padding:2px 0 0 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:right;
	background-image: url(../pix/bk-header.jpg);
	background-repeat: repeat-x;
}
/* top panel */
#toppanel {
	width:740px;
	height:65px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#pageBanner {
	width:740px;
	height:126px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#homeBanner {
	width:740px;
	height:312px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../pix/head/home-banner.jpg);
	background-repeat: no-repeat;
}
#homeBanner P {
	font-size:10.5pt;
	line-height:14pt;
	color:#EEEEEE;
	padding-top: 180px;
	padding-left: 415px;
}
/* mid panel */
#midpanel {
	width:750px;
	margin-top: 18px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.productsHome {
	height: 184px;
	width: 240px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	background-image: url(../pix/bk-product-sections.jpg);
	background-repeat: no-repeat;
}
#midWelcomeRight {
	margin: 0px 5px;
	float: right;
	width: 230px;
}
#midWelcomeLeft {
	margin: 0px 5px 5px 0;
	width: 495px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #BBBBBB;
}
/* bottom panel */
#bottompanel {
	width:740px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../pix/bk-bottom-panel.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffff;
	padding:.1em 24px 38px 0; /* bottom padding for footer */
}

/* footer */
#footer {
	position:absolute;
	width:780px;
	height:62px;
	bottom:0;
	left:10px;
	background-image: url(../pix/bk-footer.jpg);
	background-repeat: repeat-x;
	text-align:center;
}
#footercontent {
	width:740px;
	height:35px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top:5px;
	text-align:left;
}
/* tidying */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}