/* CSS Document */
body{
	margin:0;
	padding:0;
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	background-color: #fff;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}
div, p, ul, h1, h2, h3, h4, form{}
ul{list-style-type:none;}
#middlepan {
	width: 800px;
	text-align: left;
}
#footerpan {
	width: 100%;
	background-image: url(footerbg.gif);
	color: #FFFFFF;
	height: 100px;
	padding-top: 20px;
}


/*--Top Panel--*/
#topPan{
	width:800px;
	height:183px;
	position:relative;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#products {
	text-transform: uppercase;
	text-align: left;
	font-size: 11px;
}
