@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
html {
	height:100%;
}
body {
	background:#4b8fc9 url(../images/bg-top.png) top repeat-x;
	height:100%;
}
#container {
	background:url(../images/bg-top-right.png) right top no-repeat;
}
#center {
	background:url(../images/bg-center.png) repeat-x;
	height:260px;
	margin-top:30px;
	padding-top:14px;
}
#sales {
	text-align:center;
}
#sales img {
	border:solid 2px #FFF;
	margin:10px 0 0 20px;
}
#logo {
	margin:10px 0 0 10px;
	float:left;
}
.clr {
	clear:both;
	height:1px !important;
	line-height:1px !important;
	display:block;
}
#slide{
	background:#FFF;
	padding-top:5px;
	white-space:nowrap;
}
#slide>marquee>div{
	margin-left:50px;
	display: inline-block;
}
div.prodname{
	white-space: normal;
	height:32px;
	width: 160px;
}

