/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS RESET */

body
	{
		background-image:url(../images/bg-body.gif);
		color:#42311a;
		font-family:"Georgia", Times New Roman, Times, serif;
		font-size:12px;
	}

.left
	{
		float:left;
	}
	
.right
	{
		float:right;
	}
	
.clear
	{
		float:none;
		clear:both;
		height: 0px;
   		 overflow: hidden;

	}

a
	{
		color:#42311a;
	}
		

	

h1
	{
		font-size:20px;
	}
	
h2
	{
		font-size:16px;
		font-weight:normal;
		padding:0 0 5px 0;
	}
	
.large
	{
		font-size:18px;
	}
	
p
	{
		line-height:1.4em;
	}

.centerBoxContentsProducts 
	{
		float: left;
		width: 200px;
	}

#topNavWrapper
	{
		background-image:url(../images/bg-top-nav.jpg);
		background-repeat:repeat-x;
	}
#topNav
	{
		color:#fff;
		width:830px;
		margin:0 auto;
		text-align:right;
		line-height:29px;
		
	}
#topNav a
	{
		color:#fff;
		text-decoration:none;
		margin:0 20px;
	}

#topNav a:hover
	{
		color:#483e31;
	}
	

#topNav a.last
{
	margin:0 0 0 20px;
}


.cartTotal
	{
		font-weight:bold;
		background-image:url(../images/topNav-div.jpg);
		background-repeat:no-repeat;
		background-position:left center;
		padding:0 0 0 20px;
	}
	
#header
	{
		margin:0 auto;
		width:830px;
	}

.signInCopy
	{
	font-size:16px;
	padding:30px 0 0 0;
	}

.signInCopy a:hover
	{
		text-decoration:none;
	}
	

#navWrapper
	{
		margin:0 auto;
		width:830px;
		padding:10px 0;
	}

#nav
	{
		padding:3px 0;
	}
	

#nav li
{
	display:inline;
	list-style-type:none;
	background-image:url(../images/nav-div.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	padding:0 30px;
}

#nav li a
	{
		text-decoration:none;
		font-size:16px;
		
	}

#nav li a:hover
	{
		color:#837767;
	}
	
	
#nav li.last
	{
		background-image:none;
		padding-right:0;
	}


.content
	{
		background:#fff;
		border:1px solid #CCC;
		margin:0 auto;
		width:824px;
		padding:2px;
		font-size: 15px;
		line-height: 125%;
	}

.content a:hover
	{
		text-decoration:none;
	}
	
.content li
	{
		padding-bottom: 3px;	
	}

/* Item Details */

.content.detail
	{
		padding:8px;
	}

.breadcrumbs
	{
		font-size:11px;
		padding:5px 0;
	}

.breadcrumbs a
	{
		text-decoration:none;
	}
	
.breadcrumbs a:hover
	{
		text-decoration:underline;
	}
	


.breadcrumbs .on
	{
		font-weight:bold;
	}

.item
	{
		padding:20px 0;
	}
	

.itemImg
	{
		width:298px;
		float:left;
	}
.itemDetail
	{
		float:left;
		padding:0 0 0 12px;
		
		
	}

.itemDesc
	{
		float:left;
		width:300px;
		border-right:1px solid #42311a;
		padding:0 12px 0 ;
	}
	

.itemName, .price
	{
		font-size:18px;
		font-weight:bold;
		padding:0 0 8px 0;
	}
	
.itemCheckout
	{
		font-size:14px;
		width:160px;
		float:left;
		padding:0 0 0 12px;
	}
	
.zoomImg
	{
		text-align:right;
		font-size:11px;
		font-weight:bold;
	}
	
	
.relatedItems
	{
		border-top:1px solid #42311a;
		margin-top:10px;
		padding:10px;
		
	}
	
.smallLink
	{
		font-size:10px;
	}


.smallLink a
	{
		text-decoration:underline;
		color:#333;
	}
	
.btn
	{
		text-align:center;
		color:#fff;
		border:1px solid #695f52;
		background-color:#58A394;
		padding:5px;
		font-size:10px;
		text-transform:uppercase;
		width:100px;
		margin:10px 0;
	}
	
.btn a
	{
		display:block;
		color:#fff;
	}
	
	
.btn a:hover
	{
		color:#dbd0c2;
	}
	

.relatedItems li
	{
		float:left;
		width:122px;
		
		font-size:11px;
	}

.relatedItems li p
	{
		text-align:center;
		padding:0 5px 0 0;
	}
	

		
/* Item Details */	
.search
	{
		
	}
	
	
.searchField
	{
		
		font-size:10px;
		color:#CCC;
		margin:1px 5px 0 48px;
		float:left;
		width:180px;
		border:1px solid #CCC;
		padding:3px 0;
		
		
		
	}
	
.searchField:focus
	{
		color:#333;
	}
	
.mainCta
	{
		width:592px;
		padding:0 3px 0 0;
	}
	
.cta
	{
		width:229px;
		
	}
.cta img.spacer
	{
		padding:0 0 3px 0;
	}
	
#footer
	{
		margin:10px auto;
		width:830px;
	}
	
.siteCopy
	{
		text-align:center;
		width:400px;
		float:left;
		padding:0 12px 0 0;
	}

.tips
	{
		float:left;
		text-align:center;
		padding:0 22px;
	}
.newsletter
	{
		float:left;
		padding:5px 0 0 16px;
	}

.newsSignUp
	{
		padding:5px 0 0 0;
	}
.newsSignUpField
{
	font-size:10px;
		color:#CCC;
		margin:1px 5px 0 0px;
		float:left;
		width:180px;
		border:1px solid #CCC;
		padding:3px 0;
}

.footerNav
	{
		padding:20px 0;
	}
	

.footerNav a
	{
		text-decoration:none;
		padding:10px 18px;
	}
	
.footerNav a:hover
	{
		text-decoration:underline;
	}
.guarantee
	{
		padding:0 0 0 20px;
		}
	