
/* above is reset */
  
body {
	background-color: #F8F6F4;
	background-color: #FAF8F2;	
	text-align: center;
	margin: 0;
}



.header {
	background-color: #C49178;
	text-align: center;
	padding: 1px;
}


.desc {
	font-size: 0.8em;
	line-height: 1.5;
}

.cover {
	margin: 0px;
	}
	
.image {
	float: right;
	margin: 28px;
}

img {
	border-style: none;
	margin: 0px;
}
	
.small {
	font-size: 90%; 0.8em;

}


.sidebar {
	float: left;
	 width: 180px;
	margin: 20px;
	padding: 0px;
	background-color: #E1DBD8;
	text-align: center;
	
}


.price {
	line-height: 1;
}
.title {
	width: 500px;
	height: 100px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.title h1 {
	margin: 0px;
	font-size: 1em;
	}

.title span {
	background: url(header.png) no-repeat top center;
	width: 500px;
	height: 100px;
	position: absolute;
	margin: 0 auto;
}



.box {
	width: 660px;

	font-size: 1.1em;
	font-family: Georgia, serif;
	
	color: #765748;
	text-align: left;
	margin: 22px auto;
	border-left: 6px solid #EDE4CD;
	border-right: 6px solid #EDE4CD;
	border-top: 16px solid #EDE4CD;
	border-bottom: 4px solid #EDE4CD;
	background: #F1EBE8;
}

.separator {
	height: 5px;
}

.footer {
	background-color: #C49178;

	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 10px;

}

.header, .footer {
	
	font-family: Georgia, serif;
	font-size: 0.8em;
	color: #8A6654;
}

h2, h3 {
	font-family: "Trebuchet MS", sans-serif;
	color: #9F7A68;
}

em {
 /* color: #544229; */	
}

strong {
	/* color: #BE8569; */

}

p, ul, li, input {
	line-height: 1.8;
	margin: 15px 25px;
}

input {
	text-align: center;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.1em;
}

.band {
	background-color: #EDE4CD;
	width: 100%;
	
	padding-top: 1px;
	padding-bottom: 1px;
	padding: 1px;
	
	
	text-align: center;
	
	/* font-variant: small-caps; */
	
}

.clear {
	clear: both;	
}

li {
	list-style-position: inside;
}

h2, h3 {
text-align: center;
margin: 20px;
/* font-variant: small-caps; */
text-transform: uppercase;
letter-spacing: 0.1em;
}

ul.nav {
	text-indent: 0px;
	padding: 0px;
	margin: 10px;
}
ul.nav li {
	display: inline;
	border-left: 1px solid #8A6654;
	padding: 5px;
	margin: 0px;
	text-indent: 0px;
}

ul.nav li.first {
	border-left: 0px none black;
}

a {
	color: inherit;
}
.box a:hover {
	background-color: #F8F5F4;

}
.box .band a:hover {
	background-color: #F1E9D7;
}

.footer a:link {
/*
	color: #8A6654;
	*/
}	
h2 a {
	text-decoration: none;
}
h2 a:hover{
	text-decoration: underline;
}

.footer a:hover {
	background-color: #C99A83;
}

.center {
	text-align: center;
}

.buy {
}

.price {
	vertical-align: top;
	font-size: 1.6em;
}

.currency {
	font-size: 0.9em;
	vertical-align: top;
}

.integer {
	font-size: 1.8em;
}

.decimal {
	vertical-align: middle;
	font-size: 0.6em;
}

.left {
  text-align: left;
}


