body {
	font: 11px Arial, Helvetica, sans-serif;
	color: #746458;
	background-image: url(graphics/page-bg.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}
h1 {
	margin: 25px;
	font-size: 30px;
	color: #B4BE27;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	margin: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

h3 {
	font-size: 100%;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 25px;
}
p {
	margin: 5px 35px 15px 25px;
	line-height: 140%;
}
input {
	border: 1px solid #E3E0DE;
	height: 20px;
	margin: 0px;
}
.radio-button {
	border:none;
}
a:link {
	text-decoration: underline;
	color : #746458;
	font-weight: normal;
}
a:hover { 
text-decoration: underline; 
color : #B4BE27; 
}
a:visited { 
text-decoration: underline; 
color : #746458; 
}
a:active {
color: #B4BE27;
}

.error {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
color:#CC0000;
}

.message {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
color:#0099FF;
}
h2 a {
	font-weight: normal;
}
/* =Main Menu (Global)
-----------------------------------------------------------------------------*/

.nav_main {
	height: 33px;
	font-size:12px;
	border-right:1px solid #746458;
	background-image:url(graphics/nav-bg4.gif);
	
}
.nav_main_special {
	height: 33px;
	border-right:1px solid #746458;
}
.nav_sub {
	border-top:1px solid #746458;
}
/* all lists */

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	background-repeat:repeat-y;
	z-index:1;
}

#nav a {
	display: block;
	text-decoration:none;
	padding:8px 20px 10px 20px;
	color: #D4CFCB;
	font-weight: bold;
}

#nav a:hover {
	color:#fff;
	background-color:#7F6F62;
}

/* all list items */

#nav li { 
	float: left;
    padding:0;
    margin:0;
}

/* second-level lists */

#nav li ul { 
	position: absolute;
    width:180px;
	line-height: 1.2em;
	margin-top: 0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
    text-align:left;
    width:180px;
	border-left:1px solid #746458;
	border-right:1px solid #746458;
    border-bottom: 1px solid #746458;
    background-color:#756558;
	color: #D4CFCB;
}

#nav li ul li a {
	color: #D4CFCB;
	height:1%;
}

#nav li ul li a:hover {
	color: #fff;
	background-color:#7F6F62;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

/* lists nested under hovered list items */
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
	left: auto;
}

/* Start productnav link scheme */
#product-nav ul {
list-style-type: none;
}
#product-nav li a{
	list-style-type: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	text-decoration: none;
	font-weight: bold;
}
#product-nav a:link {
color: #FFFFFF;
}
#product-nav a:visited {
color: #FFFFFF;
}
#product-nav a:hover {
color: #746458;
}
#product-nav a:active {
	color: #746458;
}

/* End product-nav links scheme */
/* Start footer link scheme */
a.footer:link {
	color: #D4CFCB;
	text-decoration: none;
	font-size: 10px;
	line-height: 1.4em;
	font-weight: bold;
}
a.footer:visited {
	color: #D4CFCB;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.4em;
}
a.footer:hover {
	color: #B4BE27;
	text-decoration: underline;
	font-size: 10px;
	line-height: 1.4em;
	font-weight: bold;
}
a.footer:active {
	color: #FFCC00;
	font-size: 10px;
	line-height: 1.4em;
	font-weight: bold;
}

/* End footer links scheme */

.lead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}


.brown {
	background-color: #746458;
	color: #D4CFCB;
}
.green {

	background-color: #B4BE27;
}
.product-title {
	margin: 5px 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #B4BE27;
}
.detail-image {
	border-width:1px;
	border-style:solid;
	border-color:#E2DFDD;
}

.product-nav {
}
.title {
	margin: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #746458;
}
ul {
	margin-right: 40px;
}
li {
	margin-right: 40px;
	margin-bottom: 5px;
}
.product-title {
	margin: 0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #B4BE27;
}

.button {
 height:24px;
 padding-bottom:3px;
 background:#746458;
 font-size:11px;
 color:#FFFFFF;
 font-weight:bold;
}

.qty_field {
 height:18px;
 margin:0px;
 pading:0px;
}


.checkout_button {
 height:24px;
 padding-bottom:3px;
 background:#908379;
 font-size:11px;
 color:#FFFFFF;
 font-weight:bold;
}

.logged {font-size: 12px}