body {
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	text-align: center;
	background: #F7E7E4;
	padding: 0;
	margin: 0;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C69E9E;
	font-weight: bold;
}

p, td {
	color: #555;
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #7660A1;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
	
/* Establish general layout parameters
----------------------------------------------- */

#wrapper {
	width: 774px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	padding: 0;
	background-color: #FFFFFF;
	border-right: #ECD5D1 solid 4px;
	border-left: #ECD5D1 solid 4px;
	}

.hide {
	display: none;
	}
	
/* Content Header
--------------------------- */

#contentheader {
	width: 774px;
	height: 102px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	} 
	


/* Navigation
--------------------------- */

#navlist {
	width: 774px;
	height: 60px;
}

#navlist ul {
	width: 774px;
	height: 60px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(/persistent/templateimages/nav_bg.gif) repeat-x;
}

#navlist ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.nav{
	padding: 0 7px;
	font: normal 10px/60px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	display: block;
	text-align: center;
	text-transform:uppercase;
}

.nav:hover{
	color: #fff;
	text-decoration: none;
	background: url(/persistent/templateimages/nav_over.gif) repeat-x;
}
	
/* Content
--------------------------- */

#body {
  width: 774px;
	text-align: left;
}

#content{
	padding: 10px 25px 15px 25px;
	min-height: 300px;
	height: auto;
	}
*html #content { height: 300px; }

/* Footer
--------------------------- */
#footerBg {
  width: 774px;
	height: 22px;
	background: url(/persistent/templateimages/footer_bg.gif) repeat-x;
	display: block;
}

#footer {
  width: 754px;
	height: 40px;
	padding: 30px 10px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #E4B5AC;
	}
	
#footer a {
	color: #666;
	font-size: 10px;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}

/* Form Elements
--------------------------- */

form {
  margin: 0;
}

input {
	color: #333;
	font-size: 11px;
	border: 1px solid #999;
	margin: 0;
	padding: 2px;
	}

.formbutton {
	color: #fff;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #BEAC6D;
}

img.thumb {
  border: 1px solid #666;
}

.cart_button {
  font-weight: bold;
	border: 1px solid #a37671;
	color: #a37671;
	background-color: #ead2ce;
}

#minicart {
  float: right;
	position: relative;
	top: 0;
	right: 0;
}
