body {
	background: url(../images/pageBg1.gif) left top;
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
a:link, a:active, a:visited {
	color: #9b3299;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}
.pageText {
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
}
.pageText p {
	font-size: 14px;
	line-height: 20px;
	color: #333;
}
.pageText p:first-child {
	margin-top: 0px;
}
.pageText p:last-child {
	margin-bottom: 0px;
}
.content {
	padding: 20px;
}
#background2 {
	background: url(../images/pageBg2.gif) left top repeat-x;
}
#wrapper {
	width: 900px;
	margin: 0px auto;
}
#pageName {
	font-weight: normal;
	font-size: 30px;
	margin: 20px 0px;
}
/**
 * Header
 */
#header {
	height: 111px;
	position: relative;
	color: #fff;
	z-index: 100;
}
#header a {
	color: #fff;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 10px;
	left: 10px;
}
#header h1 a {
	display: block;
	width: 236px;
	height: 46px;
	background: url(../images/logo.gif) left top no-repeat;
	text-indent: -99999px;
}
/**
 * Minicart
 */
#minicart {
	position: absolute;
	top: 10px;
	right: 0px;
}
#minicart a {
	text-decoration: none;
	font-weight: bold;
}
#btnMinicart {
	background: url(../images/minicart1.gif) left top no-repeat;
	height: 21px;
	line-height: 21px;
	float: left;
	padding: 0px 15px;
}
#minicart2 {
	background: url(../images/minicart2.gif) left top no-repeat;
	width: 4px;
	height: 21px;
	float: left;
}
#btnCheckout {
	background: url(../images/minicart3.gif) right top no-repeat;
	height: 21px;
	line-height: 21px;
	padding: 0px 15px;
	float: left;
}
#contact {
	position: absolute;
	top: 40px;
	right: 0px;
	font-weight: bold;
}
#contact a {
	text-decoration: none;
}
#headerDeco {
	background: url(../images/decoHeader.gif) left top repeat-x;
	height: 6px;
	position: absolute;
	top: 65px;
	left: 0px;
	width: 888px;
}
/**
 * Top Navigation
 */
#topNav {
	position: absolute;
	top: 75px;
	left: 50px;
}
#topNav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#topNav ul li {
	float: left;
	background: url(../images/topNavDivider.gif) right center no-repeat;
	position: relative;
}
#topNav ul li:last-child {
	background: none;
}
#topNav ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0px 25px;
	font-size: 18px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #666;
}
#topNav ul li a:hover {
	text-shadow: 1px 1px 1px #000;
}
#topNav ul ul {
	position: absolute;
	top: 30px;
	left: 0px;
	background: #c5c0ba;
	display: none;
}
#topNav ul ul li {
	background-image: none;
}
#topNav ul ul li a {
	float: none;
	width: 150px;
}
#topNav ul li:hover ul {
	display: block;
}
#topNav ul li li a {
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
}
/**
 * Homepage Slides
 */
#features {
	padding: 15px;
	margin-bottom: 10px;
	background: #fff;
}
#features .left {
	float: left;
	width: 432px;
}
#features .right {
	float: right;
	width: 417px;
}
#slidesContainer {
	position: relative;
}
#slideNav {
	position: absolute;
	left: 25px;
	bottom: 25px;
	z-index: 50;
}
#slideNav a {
	background: #9a339c;
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	width: 20px;
	margin-right: 10px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
#slideNav a.activeSlide {
	background: #999;
}
#slideNav a:focus {
	outline: none;
}
/**
 * LTO's
 *
 * Homepage LTO's
 */
#ltoContainer {
	margin-bottom: 10px;
	padding: 15px;
	background: #ffffff;
	color: #6f6e6c;
}
#ltoContent {
	background: #e9e9e9;
}
#lto1 {
	text-align: center;
	padding: 20px;
	font-size: 30px;
}
#lto2 {
	float: left;
	width: 45%;
}
#lto3 {
	float: right;
	width: 45%;
}
.homeLto {
	background: #eecf65;
	padding: 20px;
	text-shadow: 1px 0px 0px #fff;
	color: #000;
}
/**
 * Products
 */
#products {
}
.product {
	width: 197px;
	padding: 10px;
	background: #fff;
	text-align: center;
	float: left;
	margin: 0px 10px 10px 0px;
}
.productGraphicWrap {
	position: relative;
	width: 190px;
	margin-left: 3px;
}
.product .colors {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 20px;
}
.product .color {
	width: 20px;
	height: 20px;
	margin-bottom: 5px;
}
.productThumb {
	margin-bottom: 10px;
}
a.productName {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	color: #9b3299;
	font-size: 14px;
}
.priceBlock {
	margin-bottom: 10px;
}
#miPriceBlock {
	margin-bottom: 10px;
}
.priceWas {
	font-size: 11px;
	color: #666;
}
.priceWas span {
	text-decoration: line-through;
}
.product.last {
	margin-right: 0px;
	float: right;
}
.price {
	font-size: 16px;
	font-weight: bold;
}
/**
 * Footer
 */
#footer {
	border-top: 1px solid #a2a2a2;
	margin-top: 10px;
	color: #666666;
	font-weight: bold;
}
#footer a {
	color: #666666;
}
#footerNav {
	float: left;
}
#footerNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footerNav ul li {
	float: left;
}
#footerNav ul li a {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
}
#copyright {
	float: right;
	height: 30px;
	line-height: 30px;
}
/**
 * More Info Page Styles
 */
#miContent {
	padding: 30px;
	background: #fff;
}
#miColumn1 {
	float: left;
	width: 400px;
	margin-bottom: 10px;
}
#miColumn2 {
	float: right;
	width: 420px;
	margin-bottom: 10px;
}
#miProductName {
	margin: 0px 0px 20px 0px;
	font-weight: normal;
	font-size: 24px;
}
#miGraphicWrapper {
	position: relative;
}
#miGraphicWrapper .colors {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 30px;
}
#miGraphicWrapper .color {
	width: 30px;
	height: 30px;
	margin-bottom: 10px;
}
/**
 * Product Ordering
 */
#productOptions {
	padding: 5px;
	border: 1px solid #e7e7e7;
	margin-bottom: 20px;
}
.row1 td {
	background: #e7e7e7;
}
.productOptionName {
	font-weight: bold;
}
.productOptionPriceWas {
	font-size: 11px;
	color: #666;
}
.productOptionPriceWas span {
	text-decoration: line-through;
}
.productOptionPrice {
	font-size: 14px;
	font-weight: bold;
	color: red;
}
.productOptionPrice span {
	color: #000;
}
.stockStatus.in {
	color: green;
	font-weight: bold;
}
.stockStatus.out {
	color: red;
	font-weight: bold;
}
/**
 * Cross Sell
 */
#crossSell .title {
	font-size: 18px;
	color: #9b3299;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.crossSell {
	float: left;
	width: 190px;
	margin-right: 135px;
	text-align: center;
}
.crossSell.last {
	margin-right: 0px;
}
.crossSellThumb {
	margin-bottom: 10px;
}
#headerSitewide {
	background: url(../images/minicart1.gif) left top no-repeat;
	position: absolute;
	right: 230px;
	top: 10px;
	font-weight: bold;
}
#headerSitewide2 {
	background: url(../images/minicart4.gif) right top no-repeat;
	height: 21px;
	line-height: 21px;
	color: white;
	padding: 0px 10px;
}
#headerSitewide a {
	font-weight: bold;
	text-decoration: none;
}