/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	text-align: center; /* IE FIX */
	background-color: #383234;
}

a {
	text-decoration: none;
	color: #777777;
}

a:hover {
	text-decoration: underline;
}

#page {
	padding: 10px 10px 0px 10px;
	margin: 0px auto;
	width: 760px;
	text-align: left; /* IE FIX */
	background-color: white;
}

#header {
	background: url(art/header.jpg) top left no-repeat white;
	width: 560px;
	height: 188px;
	padding: 62px 190px 0px 10px;
	font-size: 10px;
	font-weight: bold;
	color: #484848;
	line-height: 1.5em;
}

#header ul {
	width: 555px;
	height: 14px;
	margin: 0px;
	margin-top: 11px;
	_margin-top: 9px;
	line-height: 1em;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
}

#header ul li {
	display: block;
	float: left;
}

#header ul li a {
	display: block;
	margin: 0px 28px 0px 28px;
	text-align: center;
	color: black;
}

#header ul li a.orange {
	color: #FF6600;
}

#content {
	width: 740px;
	margin: 0px 10px 0px 10px;
	overflow: hidden;
}

#content-left {
	float: left;
	width: 225px;
	border-right: 515px solid #ffffff;
	margin-right: -500px;
}

#content-left ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#content-left ul li {
	width: 206px;
	height: 22px;
	border-left: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	border-top: 1px dashed #BEBEBE;
	background-color: #F4F4F4;
	padding-left: 17px;
	padding-top: 8px;
}

#content-left ul li.heading {
	width: 208px;
	height: 29px;
	border: none;
	background: url(art/nav-header.jpg) top left no-repeat white;
	font-size: 12px;
	font-weight: bold;
	color: black;
	padding-top: 15px;
}

#content-left ul li.footer {
	width: 206px;
	height: 22px;
	border: 1px solid #BEBEBE;
	border-top-style: dashed;
	background-color: #E8E8E8;
	padding-top: 0px;
}

#content-left ul li.spacer {
	width: 225px;
	height: 20px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-color: white;
}

#content-left ul li.special {
	width: 189px;
	padding-right: 17px;
	padding-top: 0px;
	height: 189px;
	text-align: center;
}

#content-right {
	float: left;
	width: 500px;
}

#content-right div#heading {
	width: 483px;
	height: 29px;
	padding-left: 17px;
	padding-top: 15px;
	background: url(art/main-header.jpg) top left no-repeat white;
	font-size: 12px;
	font-weight: bold;
	color: black;
}

#content-right div#content {
	width: 482px;
	margin: 0px;
	padding: 0px 0px 2px 16px;
	border: 1px solid #BEBEBE;
	border-top: none;
	background-color: #E8E8E8;
}

#content-right div#content div.featured-product {
	margin: 0px 16px 22px 1px;
	margin-top: 0px;
	padding: 7px;
	float: left;
	width: 209px;
	height: 136px;
	background: url(art/featured-product-bg.jpg) top left no-repeat white;
}


#content-right div#content div.featured-product img {
	float: left;
	width: 75px;
	height: 103px;
	padding: 2px;
	border: 1px solid #E8E8E8;
	margin: 7px 4px 8px 0px;
}

div.details {
	float: right;
	width: 106px;
	height: 22px;
	margin: 4px;
	margin-top: 6px;
	padding-left: 2px;
	border: 1px solid #CCCCCC;
	background: url(art/details-bg.jpg) top left repeat-x #999999;
	color: #F8F8F8;
	font-weight: bold;
}

div.text {
	width: 118px;
	float: right;
	margin-top: 9px;
	line-height: 1.7em;
}

#content-right div#content div.featured-product div.details img {
	width: 14px;
	height: 22px;
	padding: 0px;
	border: none;
	margin: 0px 6px 0px 0px;
}

#content-right div#content div.featured-product a {
	display: block;
	color: white;
	width: 106px;
	height: 22px;
}

#content-right div#content div.featured-product a:hover {
	text-decoration: none;
	color: #444444;
}

div.buy-now {
	float: right;
	width: 106px;
	height: 22px;
	margin: 4px;
	margin-top: 6px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	border: 1px solid #CCCCCC;
	background: url(art/buy-now-bg.jpg) top left repeat-x #FF6600; 
	color: #FFFFFF;
	font-weight: bold;
}

#footer {
	height: 22px;
	width: 750px;
	margin: 0px;
	padding: 18px 10px 0px 0px;
	background: url(art/footer-bg.jpg) top left repeat-x white;
	text-align: right;
}
