* {
	font-family: Verdana, Arial, serif;
	font-size: 12px;
}
body {
	margin: 0px;
	padding: 0px;
	background: url(../images/mainbg.1.jpg) right bottom fixed no-repeat;
	/*background-repeat: none;
	background-position: right bottom;
	background-attachment: fixed;*/
}
hr {
	height: 1px;
	background-color: #000;
	border: none;
}
table {
	padding: 0px;
	margin: 2px;
	border: none;
}
td {
	margin: 1px;
	padding: 1px;
}
h1 {
	background: url(../images/bg_top.png) no-repeat center left #FFF;
	margin:0px;
	text-indent: -500px;
	/*
	text-align: center;
	vertical-align: middle;
	*/
	line-height: 120px;
	font-size: 45px;
	color: #000;
	font-weight: bold;
	/*padding: 0px 20% 0px 20%;*/
	height: 100px;
	overflow: hidden;
}
.sidebar {
	width: 160px;
	margin: 0px 0pc 0px 0px;
	padding: 2px;
	height: 100%;
}
div.middle {
	/*
	position: relative;
	margin: 0px 0px 0px 0px;
	*/
	margin: 0px 175px 0px 150px; /* Incorrect value fed to ie5win */
	padding: 2px 5px 2px 5px;
	border: 0px;
}
div.left {
	/*
	position: absolute;
	left: 0px;
	border-right: solid 1px #000;
	*/
	position: absolute;
	width: 150px; /* Incorrect value fed to ie5win */
	/*top: 142px;*/
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-right: solid 1px #000;
}
div.right {
	/*
	position: absolute;
	right: 0px;
	border-left: solid 1px #000;
	*/
	position: absolute;
	width: 170px; /* Incorrect value fed to ie5win */
	top: 142px;
	right: 0px;
	margin: 0px 0px 0px 0px;
	padding: 2px 4px 2px 2px;
	border-left: solid 1px #000;
}
.red {
	color: #C00;
}
.sidebar h3, tr.listheader td {
	font-weight: bold;
	background-color: #789;
	color: #FFF;
	text-align: center;
}
.sidebar h3 {
	margin: 1px;
}
.sidebar a.menuitem {
	display: block;
	width: 198px;
}
.verticalnavigation {
	width: 100%;
	padding: 0px;
	margin: 1px;
}
.verticalnavigation a:hover {
	background-color: #DDD;
}
.verticalnavigation a {
	width: 98%;
	display: block;
	font-size: 80%;
}
.horizontalnavigation {
	height: auto;
	display: block;
	margin: 0px;
	padding: 2px;
	border-style: solid;
	border-color: #000;
	border-width: 0px 0px 1px 0px;
}
.horizontalnavigation a {
	text-decoration: none;
	font-weight: bold;
	color: #999;
	margin: 0px;
	padding: 1px 5px;
}
a {
	color: #668;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #D22;
}
tr.listheader .fixedwidth {
	width: 15%;
}
tr.valuecells td, td.valuecell {
	background: #EDF6FF;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.main {
	background-color: #DDEEFF;
}
.sub {
	background-color: #FDFEFF;
}
.product {
	padding: 2px;
	margin: 10px;
	/*width: 318px;*/
	width: 46%;
	height: 150px;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	float: left;
}
.product img {
	margin: 0px 4px 4px 0px;
}
.product h4 {
	font-size: 14px;
	background-color: #DEF;
	margin: 0px 0px 2px 0px;
	padding: 2px;
}
input.product_quantity, input.orderbutton {
	border: solid 1px #000;
	padding: 0px 1px;
	margin: 1px;
}
input.product_quantity {
	width:20px;
	text-align: right;
	padding: 1px;
}
.toplink {
	display: block;
	float: left;
	font-size: 8px;
	width: 100%;
	background-color: #DDD;
	text-align: center;
}
#copyright {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 200px;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
}
#copyright, #copyright * {
	font-size: 10px;
	text-align: right;
}
b.newproductsmall {
	font-size: 0.6em;
	color: #F33;
	margin: auto 10px;
}
b.newproduct {
	color: #F33;
}
.sidebarProductLink {
	font-size: 9px;
	margin-right: 5px;
}
.carList, .cartList * {
	font-size: 10px;
}
.removeProduct {
	font-weight: bold;
	color: red;
}
#discountbanner {
	width: 100px;
	height: 100px;
	background: transparent url(/images/30percentdiscount_banner.png) center no-repeat;
	position: absolute;
	right: 150px;
	top: 70px;
	z-index:100;
}
