body {
	margin: 0;
	padding: 0;
	background: #FFF url(images/background.gif) top repeat-x;
	font: 76% "Tahoma", Arial, Helvetica, sans-serif;
}

#wrapper{
	padding: 0;
	margin: 28px auto 0;
	width: 793px;
	/*height: 658px;*/
	background: url(images/bggrey.gif) top repeat-y;
}

#topshad{
	padding: 0;
	margin: 0;
	width: 793px;
	height: 9px;
	background: url(images/shad.top.gif) top no-repeat;
	/**	display: inline;**/
	
}

#leftshad{
	padding: 0;
	margin: 0;
	/**width: 9px; **/
	background: url(images/shad.left.gif) top left no-repeat;
}

#rightshad{
	padding: 0;
	margin: 0;
	/**width: 9px;**/
	background: url(images/shad.right.gif) top right no-repeat;
}


#headtop{
	padding: 0;
	margin: 0 0 0 9px;
	width: 775px;
	height: 78px;
	background: url(images/banner.top.jpg) top left no-repeat;
}

#headtop img {
display: none;
}

#headbot{
	padding: 0;
	margin: 0 0 0 9px;
	width: 775px;
	height: 99px;
	background: url(images/banner.bot.jpg) top left no-repeat;
}

#headbot img {
display: none;
}


#leftcol{
	padding: 0;
	margin: 12px 0 0 20px;
	width: 163px;
	/*height: 317px; */
	float: left;
	display: inline;
}

#navbar{
	padding: 0;
	margin: 0;
	width: 163px;
	/**height: 200px;**/
	background: url(images/nav.top.gif) top left no-repeat;
	background-color: #0047b3;

}

#navbot{
	/*padding-bottom: 10px;*/
	width: 163px;
	/*height: 200px;*/
	background: url(images/nav.bot.gif) bottom left no-repeat;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;		
	list-style: none;
	width: 163px;
}

#nav li {
	width: 163px;
	border-bottom: 2px solid #fff;
}

#nav a {
	width: 148px;
	display : block;
	font-weight: bold;
	font-size: 1.0em;
	text-decoration : none;
	padding: 4px 0 4px 15px;
	text-transform: uppercase;
	color: #fff;
}

#nav a:hover {
	color: #ff6600;
}

#content{
	padding: 0;
	margin: 12px 0 0 20px;
	width: 558px;
	min-height:400px;            /* ie hack to set minimum height of element */
	height:auto !important;      /* ie hack */
	height:400px;                /* ie hack */
	float: left;
}

#footer{
	position: relative;
	clear: both;
	padding: 0;
	margin: 10px 0 0 9px;
	width: 775px;
	height: 74px;
	background: url(images/footer.jpg);
	font: bold 9px Arial, Helvetica, sans-serif;
	color:#FFFFFF;

}

#footertext {
	padding: 0;
	margin: 15px 0 0 9px;
	width: 300px;
	height: 64px;
	font: bold 9px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	float: left;
}

#copyright {
	padding: 0;
	margin: 50px 50px 0 0;
	font: bold 9px Arial, Helvetica, sans-serif;
	color:#fff;
	float: right;
	text-align: center;
	display: inline;
}

#copyright a {
	color: #0F0;
}

#award{
	padding: 0;
	margin: 12px auto;
	width: 143px;
	height: 107px;
	background: url(images/award.jpg) top left no-repeat;
}

#botshad{
	padding: 0;
	margin: 0;
	width: 793px;
	height: 15px;
	background: url(images/shad.bot.gif) top no-repeat;
	/**	display: inline;**/
	
}

#slideshow{
	padding: 0;
	padding-bottom: 10px;
	margin: 12px 0 12px 7px;
	width: 143px;
	height: 107px;
	/*background-color:#FFFFFF;*/
}

#productlist .listitem {
	width: 150px;
	height: 200px;
	display: block;
	text-align: center;
	float: left;
	margin: 20px 0 0 30px;
	display: inline;
}

#productlist h4, #productlist p {
	margin:5px 0 0 0;
	padding: 0;
}

#productlist .listitem p {
	text-decoration: none;
}