body {
	margin: 0px;
	padding: 0px;
	background: url(images/main-bg.png) 0 0 repeat-x #dfd8d0;
	color: #5D5B46;
}
div, p, h1, h2, h3, h5, img {
	margin: 0px;
	padding: 0px;
}
a {
	color: #0000CD;
}
a:visited {
	color: #0000CD;
}
a:hover {
	color: #BD0000;
}
a:active {
	color: #BD0000;
}
img {
	border: none;
}
ul {
	list-style-type: none;
}
#header {
	background: url(images/header.png) 0 0 no-repeat black;
	font: 14px/18px Verdana, Arial, Helvetica, sans-serif;
	height: 84px;
	margin: 0 auto;
	position: relative;
	width: 944px;
}
#header div.logo {
	height:54px; 
}
#header div.logo span.logo {
	float: left;
	height: 29px;
	margin-left: 18px;
	margin-top: 25px;
	width: 388px;
}
#header div.logo span.cart {
	float: right;
	height: 24px;
	margin-right: 38px;
	margin-top: 20px;
	width: 120px;
}
#header div.subTitle {
	height: 30px;
}
#header div.subTitle p.subTitle {
	color: #D3D3D3;
	float: left;
	font: 14px/18px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 18px;
	padding-top: 5px;
}
#header div.subTitle p.cart {
	color: #D3D3D3;
	float: right;
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	padding-right: 38px;
	padding-top: 0px;
	text-align: right;
}
#header a {
	color: white;
}
#header a:hover {
	color: red;
	text-decoration: underline;
}
#main {
	background: url(images/header-nav.png) 0 0 no-repeat transparent;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin: 0px auto 50px auto;
	min-height: 220px;
	position: relative;
	width: 944px;
}
#pageList {
	border-bottom: 1px dotted #2F2A28;
	height: 25px;
	margin: 0px 20px 0px 20px;
	padding-top: 10px;
}
#sideBar {
	float: left;
	height: 100%;
	width: 226px;
}
#sideBar div.sideBarBox {
	background: url(images/left-misc-box-bg.png) 0 0 repeat-y white;
	margin-left: 12px;
	width: 210px;
}
#sideBar div.sideBarBox h2 {
	background: url(images/left-h2-bg.png) 0 0 no-repeat;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 37px;
	line-height: 25px;
	padding: 3px 0px 0px 0px;
	text-align: center;
	width: 210px;
}
#sideBar div.sideBarBox h2.top {
	background: url(images/left-top-h2-bg.png) 0 0 no-repeat;
}
#sideBar div.sideBarBox h3 {
	background: transparent;
	color: #5D5B46;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	padding: 10px 10px 0px 10px;
	text-align: left;
}
#sideBar div.sideBarBox h5 {
	background: transparent;
	color: #5D5B46;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
#sideBar div.sideBarBox p {
	background: transparent;
	color: #5D5B46;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 10px 0px 10px;
	text-align: left;	
}
#sideBar div.sideBarBox p.justify {
	text-align: justify;
}
#sideBar div.sideBarBox p span {
	color: #AB0000;
}
#sideBar div.sideBarBox p span.bold {
	font-weight: bold;
}
#sideBar div.sideBarBox ul {
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 20px 0px;
}
#sideBar div.sideBarBox ul li {
	margin-top: 4px;
}
#sideBar div.sideBarBox div.bottom {
	background: url(images/left-misc-box-bottom.png) 0 0 no-repeat;
	height: 18px;
	width: 210px;
}
#sideBar div.productItem {
	border-bottom: 1px dashed #CDCAA3;
	margin: 10px;
	text-align: center;
	width: 180px;
}
#sideBar div.productItem p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#sideBar div.productItemSmallImage {
	background: white;
	border-bottom: 1px solid #CDCAA3;
	border-left: 1px solid #CDCAA3;
	border-right: 1px solid #CDCAA3;
	height: 90px;
	margin: 0px auto 10px auto;
	text-align: center;
	width: 90px;
}
#sideBar div.productItemMiniImage {
	background: white;
	border-bottom: 1px solid #CDCAA3;
	border-left: 1px solid #CDCAA3;
	border-right: 1px solid #CDCAA3;
	float: left;
	height: 40px;
	margin: 0px 5px 5px 0px;
	width: 40px;
}
#content {
	float: right;
	height: 100%;
	margin-left: 10px;
	margin-right: 9px;
	width: 698px;
}
#content p {
	padding: 10px 0px 0px;
}
#content p.line {
	border-bottom: 1px dashed #2F2A28;
	padding-left: 10px;
	padding-bottom: 15px;
}
#content p.indent {
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}
#content ul {
	list-style-type: square;
	margin-bottom: 0px;
	margin-top: 0px;
}
#content li {
	list-style-type: square;
}
#contentWide {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 926px;
}
#contentWide p {
	padding: 10px 0px 0px;
}
#contentWide p.line {
	border-bottom: 1px dashed #2F2A28;
	padding-left: 10px;
	padding-bottom: 15px;
}
#contentWide p.indent {
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}
#contentWide ul {
	list-style-type: square;
	margin-bottom: 0px;
	margin-top: 0px;
}
#contentWide li {
	list-style-type: square;
}
#topNavigation {
	background: url(images/nav-bg.gif) 0 0 repeat-x;
	float:right;
	height: 46px;
	width: 685px;
}
#topNavigation div.topMenu {
	height: 34px;
	margin: 0px;
	width: 685px;
}
#topNavigation div.topMenu ul {
	height: 34px;
	margin: 0px;
	padding: 0px;
	width: 685px;
}
#topNavigation div.topMenu ul li {
	float: left;
	height: 34px;
	list-style: none;
	width: 137px;
}
#topNavigation div.topMenu ul li a {
	background: url(images/top-menu-bg.png) 0 0 no-repeat;
	color: white;
	display: block;
	font: 13px/34px Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 34px;
	text-align: center;
	text-decoration: none;
	width: 137px;
}
#topNavigation div.topMenu ul li a:hover {
	background: url(images/top-menu-hover.png) 0 0 no-repeat;
	height: 34px;
	color: white;
	text-decoration: none;
	width: 137px;
}
#searchBar {
	float: right;
	height: 32px;
	margin-left: 13px;
	margin-right: 25px;
	padding-top: 6px;
	text-align: right;
	width: 660px;
}
#searchBar input.search {
	background: white;
	border: 1px solid #969260;
	color: #2F2A28;
	font: 13px/22px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 20px;
	vertical-align: bottom;
	width: 200px;
}
#searchBar input.submit {
	background: red;
	border: 1px solid #969260;
	color: white;
	font: 13px/18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 24px;
	width: 76px;	
}
#searchBar form {
	margin: 0px;
	padding: 0px;
}

div.listContainer {
	background: url(images/list-box-bg.png) 0 0 repeat-y;
	float: right;
	overflow: hidden;
	margin-top: 15px;
	width: 698px;
}
div.listContainer h2 {
	background: url(images/main-h2-bg.png) 0 0 no-repeat;
	color: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	height: 35px;
	line-height: 35px;
	padding-left: 42px;
	padding-top: 3px;
	width: 698px;
}
div.listContainer div.categoryImage {
	background: url(images/featured-cat-bg.png) 0 0 no-repeat white;
	float: left;
	height: 209px;
	line-height: 209px;
	margin: 10px 0px 10px 18px;
	text-align: center;
	width: 209px;
}
div.listContainer div.categoryLinks {
	float: left;
	height: 110px;
	margin: 0px 0px 0px 18px;
	text-align: center;
	vertical-align: middle;
	width: 209px;
}
div.listContainer div.bottom {
	background: url(images/list-box-bottom.png) 0 0 no-repeat;
	clear: both;
	height: 10px;
	width: 698;
}
div.productListItem {
	border-bottom: 1px dashed #CDCAA3;
	clear: both;
	padding: 15px 15px 15px 17px;
	width: 666px;
}
div.productListItem h3 {
	background: transparent;
	color: #AB0000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	height: 40px;
	line-height: 20px;
}
div.productListItem p {
	padding-top: 4px;
}
div.productListItem p span {
	color: #AB0000;
}
div.productListItem form {
	float: right;
}
div.smallImageBox {
	background: url(images/small-img-bg.png) 0 0 no-repeat white;
	display: inline;
	float: left;
	height: 90px;
	line-height: 88px;
	margin: 0px 10px 10px 0px;
	text-align: center;
	width: 90px;
}
div.listContainer div.categoryPath {
	border-bottom: 1px dashed #CDCAA3;
	height: 65px;
	padding: 0px 0px 15px 20px;
	width: 675px;
}
div.listContainer div.categoryPath p {
	font-size: 10px;
}
div.listContainer div.categoryPath p.path {
	float: left;
}
div.listContainer div.sortOrder {
	float: right;
	padding-right: 15px;
	padding-top: 8px;
}

div.itemContainer {
	background: url(images/item-box-bg.png) 0 0 repeat-y;
	clear: both;
	overflow: hidden;
	margin: 15px auto 0px auto;
	width: 918px;
}
div.itemContainer div.imageBox {
    background: url(images/medium-img-bg.png) 0 0 no-repeat;
    float: left;
    height: 260px;
    margin: 0px 10px 10px 15px;
    text-align: center;
    width: 215px;
}
div.itemContainer div.imageBox div.mediumImageBox {
    height: 215px;
    line-height: 215px;
    text-align: center;
    width: 215px;
}
div.itemContainer div.imageBox div.miniImageBox {
    height: 45px;
    width: 215px;
    text-align: left;
}
div.itemContainer div.imageBox div.miniImageBox img {
    border: 1px solid #AAA2AE;
    cursor: pointer;
    height: 30px;
    margin: 3px 0px 0px 0px;
    width: 30px;
}
div.itemContainer span.strike {
    text-decoration: line-through;
}
div.itemContainer p.priceTooLow {
    color: #AB0000;
    font-weight: bold;
}
div.itemContainer h1 {
	background: transparent;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
}
div.itemContainer h2 {
	background: url(images/item-h2-bg.png) 0 0 no-repeat;
	color: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	height: 35px;
	line-height: 35px;
	margin-bottom: 10px;
	padding-left: 42px;
	padding-top: 3px;
	width: 918px;
}
div.itemContainer img.guarantee {
	float: right;
	margin: 0px 20px 10px 10px;
}
div.itemContainer div.bottom {
	background: url(images/item-box-bottom.png) 0 0 no-repeat;
	clear: both;
	height: 10px;
	width: 918;
}
div.itemContainer div.relatedItem {
	float: left;
	padding: 15px 15px 15px 17px;
	width: 420px;
}
div.itemContainer div.smallImageBox {
	background: url(images/small-img-bg.png) 0 0 no-repeat white;
	display: inline;
	float: left;
	height: 90px;
	line-height: 88px;
	margin: 0px 10px 10px 0px;
	text-align: center;
	width: 90px;
}
div.itemContainer div.relatedItem h3 {
	background: transparent;
	color: #AB0000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	height: 40px;
	line-height: 20px;
}
div.itemContainer div.relatedItem p {
	padding-top: 4px;
}
div.itemContainer div.relatedItem p span {
	color: #AB0000;
}
div.itemContainer div.right {
	float: right;
	margin-right: 20px;
}
div.itemContainer div.addToCart {
	background: url(images/buy-box-bg.png) 0 0 no-repeat;
	float: right;
	height: 215px;
	margin: 0px 15px 10px 10px;
	width: 215px;
}
div.itemContainer div.addToCart h3 {
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	padding: 10px 10px 0px 10px;
}
div.itemContainer div.addToCart h5 {
	background: transparent;
	color: #5D5B46;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	padding: 10px 15px 0px 80px;
}
div.itemContainer div.addToCart h5 sup {
	font-size: 9px;
	font-weight: normal;
	line-height: 10px;
}
div.itemContainer div.addToCart h5 span {
	color: #AB0000;
}
div.itemContainer div.addToCart p {
	background: transparent;
	color: #5D5B46;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
div.itemContainer div.addToCart input.quantity {
	background: white;
	border: 1px solid #969260;
	color: #2F2A28;
	float: right;
	font: 13px/22px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 20px;
	margin: 20px 0px 0px 10px;
	text-align: right;
	width: 30px;
}
div.itemContainer div.addToCart input.image {
	padding: 20px 0px 10px 28px;
}
#cart {
	float: right;
	height: 100%;
	margin: 17px 0px 15px 0px;
	width: 226px;
}
#cart div.cartBox {
	background: url(images/left-misc-box-bg.png) 0 0 repeat-y white;
	margin-left: 12px;
	width: 210px;
}
#cart div.cartBox img {
	padding: 20px 0px 10px 28px;
}
#cart div.cartBox h2 {
	background: url(images/left-h2-bg.png) 0 0 no-repeat;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 37px;
	line-height: 25px;
	padding: 3px 0px 0px 0px;
	text-align: center;
	width: 210px;
}
#cart div.cartBox h3 {
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	padding: 10px 10px 0px 10px;
}
#cart div.cartBox h5 {
	background: transparent;
	color: #5D5B46;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	padding: 10px 15px 0px 10px;
	text-align: center;
}
#cart div.cartBox h5 sup {
	font-size: 9px;
	font-weight: normal;
	line-height: 10px;
}
#cart div.cartBox h5 span {
	color: #AB0000;
}
#cart div.cartBox p {
	background: transparent;
	color: #5D5B46;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 8px 10px 0px 10px;
	text-align: left;
}
#cart div.cartBox div.cartItem {
	border-bottom: 1px dashed #CDCAA3;
	padding: 0px 0px 10px 0px;
	text-align: left;
}
#cart div.cartBox input.quantity {
	background: white;
	border: 1px solid #969260;
	color: #2F2A28;
	float: right;
	font: 13px/22px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 20px;
	margin: 20px 15px 0px 10px;
	text-align: right;
	width: 30px;
}
#cart div.cartBox input.submit {
	margin: 20px 0px 10px 26px;
	width: 158px;
}
#cart div.cartBox input.image {
	padding: 20px 0px 10px 28px;
}
#cart div.cartBox div.bottom {
	background: url(images/left-misc-box-bottom.png) 0 0 no-repeat;
	height: 18px;
	width: 210px;
}
div.cartContainer {
	background: url(images/list-box-bg.png) 0 0 repeat-y;
	float: left;
	overflow: hidden;
	margin-top: 15px;
	width: 698px;
}
div.cartContainer h2 {
	background: url(images/main-h2-bg.png) 0 0 no-repeat;
	color: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	height: 35px;
	line-height: 35px;
	padding-left: 42px;
	padding-top: 3px;
	width: 698px;
}

#footer {
	background: url(images/footer-bg.png) 0 0 repeat-x;
	clear: both;
	height: 44px;
	margin: 80px auto 0px auto;
	padding-top: 44px;
	width: 100%;
}
#footer p {
	background: transparent;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
}
#footer p a {
	color: white;
}
#footer p a:hover {
	color: #AB0000;
}

.clearLeft {
	clear: left;
}
.clearRight {
	
	clear: right;
}
.clearBoth {
	
	clear: both;
}
.clearNone {
	clear: none;
}
