body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #f4f3de url('images/header_bg.gif') top left repeat-x;
	color: #5d5d34;
	font: 14px/1.2 "Georgia", "Times New Roman", serif; 
	}
	
h1 {color: #64686a; font-size: 22px; margin: 0; padding: 2px 0; font-weight: normal;}
h2 {color: #87874c; font-size: 20px; margin: 2px 2px 8px 0; padding: 2px 0; font-weight: normal;}
h3 {color: #9090a2; font-size: 20px; margin: 1px 0; padding: 1px 0; font-weight: normal;}
h4 {color: #b8b66e; font-size: 30px; letter-spacing: -1px; margin: 1px 0; padding: 1px 0; font-weight: normal;}
h5 {color: #b8b66e; font-size: 20px; letter-spacing: -1px; margin: 1px 0; padding: 1px 0; font-weight: normal;}

.clearA {clear: all;}
.clearL {clear: left;}
.clearR {clear: right;}
.small {font-size: 11px;}

a {
	color: #7c7b4a;
	text-decoration: underline;
	}
a:hover {
	color: #7c7b4a;
	text-decoration: none;
	}

#container {	
	width: 800px;
	text-align: left;
	}
	
#branding {
	position: absolute;
	top: 3px;
	left: 50px;
	}
#nav {
	position: absolute;
	top: 40px;
	left: 250px;
	width: 600px;
	padding: 0;
	border: 0;
	color: #f4f3de;
	font: 14px/1.2 "Arial", "Verdana", sans-serif;
	}
#nav ul, li {
	display: inline;
	margin: 0;
	padding: 0;	
	border: 0;
	}
#nav li {
	list-style-type: none;
	margin-right: 15px;
	text-transform: uppercase;
	}
#nav a {
	color: #f4f3de;
	text-decoration: none;
	}
#nav a:hover {
	color: #5d5d34;
	}
#nav a.active {color: #5d5d34;}

/* Sub Nav (Shop Navigation) */	
#subnav {
	width: 177px;
	float: left;
	margin-left: 40px;
	margin-top: 0px;
	padding: 0;
	background: #dfdfce url('images/shop_nav_bg.gif') top left repeat-y;
	border: 0;
	}
	
* html #subnav {margin-top: 90px; margin-left: 20px;}

#subnav .top {height: 10px; display: block; background: url('images/shop_nav_top.gif') top left no-repeat;}
#subnav .bottom {height: 15px; display: block; background: url('images/shop_nav_bottom.gif') bottom left no-repeat;}
#subnav .header {width: 170px; text-align: center;}
ul.category {
	margin: 0;
	padding: 0;
	}
ul.category li {
	display: block;
	padding: 0;
	min-height: 25px;
	background: url('images/shop_nav_sep.gif') 0px 20px no-repeat;
	text-indent: 12px;
	list-style-type: none;
	}
	
* html ul.category li {height: 25px;}

ul.category li.active {
	font-weight: bold;
	}
ul.category a.active {
	font-weight: bold;
	}
	
ul.vendor {
	display: none;
	margin: 8px auto 6px -38px;
	}	
* html ul.vendor {margin-left: 5px;}

ul.vendor li {
	width: 160px;
	min-height: 17px;
	background: none;
	font-weight: normal;
	text-indent: 20px;
	font-size: 12px;
	}	
* html ul.vendor li {height: 17px;}
	
ul.vendor li.active {
	font-weight: bold;
	list-style-type: circle;
	background: url('images/shop_nav_bullet.gif') 11px 6px no-repeat;
	}
	
ul.category a {text-decoration: none; color: #758279;}
ul.category a:hover {text-decoration: underline; color: #758279;}
ul.vendor a {text-decoration: none; color: #757549;}
ul.vendor a:hover {text-decoration: underline; color: #757549;}

ul.vendorOn {
	display: block;
	margin: 8px auto 6px -38px;
	}
* html ul.vendorOn {margin-left: 5px;}

ul.vendorOn li {
	width: 160px;
	min-height: 17px;
	background: none;
	font-weight: normal;
	text-indent: 20px;
	font-size: 12px;
	}	
* html ul.vendorOn li {height: 17px;}
	
ul.vendorOn li.active {
	font-weight: bold;
	list-style-type: circle;
	background: url('images/shop_nav_bullet.gif') 10px 5px no-repeat;
	}
	
ul.vendorOn a {text-decoration: none; color: #757549;}
ul.vendorOn a:hover {text-decoration: underline; color: #757549;}

ul.vendorOn a.active {font-weight: bold;}

/* Content Area */
#content {
	margin: 90px auto auto 250px;
	min-height: 400px;
	background: url('images/watermark.gif') 50% 50% no-repeat;
	}	
* html #content {height: 400px;}

#content ul {display: block;}
#content li {display: block; list-style-type: none; line-height: 130%;}

/* Slideshow */
.homePhotos {
	width: 200px;
	float: right;
	border: 2px solid #dfdfce;
	margin: 5px;	
	}
div.slideshow {
   	position: relative;
   	width: 200px;
   	height: 250px;
   	}
.slideshow div {
   	position: absolute;
   	top: 0;
   	left: 0;
	}


/* *** Product Pages *** */
/* Thumbnail Page */
#prodThumbs {
	float: left; 
	/* This keeps Firefox from pushing this content block 
	below the left nav because of the h3 clear below. */
	}
#prodThumbs h3 {display: block; clear: left;}
.prodThumb {
	margin: 5px;
	float: left;
	}
.prodThumb img {
	border: 3px solid white;
	}
.prodThumb p {
	font-size: 11px;
	text-align: center;
	margin-top: 3px;
	padding: 0;
	}

/* Detail Page */
#prodDetail {
	width: 300px;
	margin-left: 200px;
	}
#prodDetail p {
	font: 13px "Arial", "Verdana", sans-serif;
	}
#prodPhoto {
	float: left;
	}
#prodPhoto p {
	font: 10px "Arial", "Verdana", sans-serif;
	color: #b8b66e;
	text-align: right;
	}
#prodPhoto img {
	border: 3px solid white;
	margin-right: 5px;
	}
	
div.itemNo {
	color: #5d5d34;
	font-size: 18px; 
	letter-spacing: -1px; 
	margin: -1px auto 5px 0; 
	padding: 1px 0; 
	font-weight: normal;
	}
	
/* This is for the vendor name area */
.designer {margin: 2px auto 8px 0; padding: 2px 0;}
.designerName {color: #87874c; font-size: 20px; font-weight: normal;}

/* Wish List */
#wishlist {
	border: 2px solid #d4dbe0;
	margin-top: 5px;
	padding-bottom: 5px;
	}
	
#footer {
	width: 900px;
	text-align: center;
	background-color: #f4f3de;
	color: #9090a2;
	padding: 10px;
	}