/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	background-color: #D7D0A9;
}

body.editor {
	background-color: #FFFFFF;
}

p, td, div {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #231F20;
}

table {  
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

tr, td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

a {text-decoration: none; color : #A49734;}
a:hover {text-decoration: none; color: #911F22;}

img { border: none; }

ul {
	list-style-position: inside;
	padding-left: 13px;
	text-indent: -13px;
}

/* LAYOUT CSS */

#wrapper {
	width: 941px;
	margin: 0px auto;
}

#cartnav {
}

#nav {
	width: 717px;
	background-repeat: no-repeat;
}

#headerbar {
	background-color: #000000;
	height: 7px;
}

#leftnav {
	width: 136px;
	background-color: #E9D374;
	background-repeat: repeat-y;
	padding: 26px;
}

#leftnav a {
	width: 136px;
	display: block;
	color: #000000;
	font-size: 13px;
	line-height: 16px;
	padding: 11px 0px;
}

#leftnav a:hover {
	color: #911F22;
}

#leftnav a.active {
	color: #911F22;
	font-weight: bold;
}

#contentbox {
	width: 753px;
	background-color: #F7F5E6;
}

#content {
	width: 444px;
	padding: 20px 8px 20px 68px;
}

#contentfull {
	width: 655px;
	padding: 20px 30px 20px 68px;
}

#spotlight {
	width: 177px;
	padding: 28px;
}

#spotlight img {
	margin-bottom: 10px;
}

#footer {
	color: #867C51;
	font-size: 14px;
	padding: 10px 0px;
}

#footer table {
	width: 100%;
}

#footer td {
	line-height: 20px;
}

#footer a {
	color: #867C51;
}	

#footer a:hover {
	color: #595433;
}

/* FORM CSS */

.searchbox, .searchboxoff {
	border: 1px solid #666666;
	width: 125px;
	height: 17px;
	font-size: 9px;
	line-height: 15px;
	padding-left: 5px;
}

.quantitybox {
	background-color: #DAD099;
	border: 2px solid #BBAD49;
	text-align: center;
	width: 30px;
}

#contest {
	width: 440px;
}

#contest td {
	padding-top: 5px;
}

#contest .textbox, #contest textarea {
	background-color: #DAD099;
	border: 2px solid #BBAD49;
	width: 300px;
	margin: 0px 0px 5px 5px;
}

.submit, .button, input[type="submit"], input[type="button"] {
	border: 1px solid #911F22;
	background-color: #911F22;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

/* CONTENT CSS */

h1 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 24px;
}

h2 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 18px;
	line-height: 22px;
	color: #911F22;
	font-weight: normal;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

hr {
	border-top: 1px dashed #f00; 
}

.big {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 16px;
	line-height: 28px;
}

.red, .myerror {
	color: #911F22;
}


#home_introducing {
	background-repeat: no-repeat;
	width: 302px;
	height: 199px;
	padding: 43px 0px 1px 0px;
}

#home_latest_posts {
	background-repeat: no-repeat;
	width: 262px;
	height: 91px;
	padding: 35px 20px 0px 20px;
}

#home_email_signup {
	background-repeat: no-repeat;
	width: 262px;
	height: 40px;
	padding: 10px 20px 10px 20px;
	margin-top: 15px;
	font-size: 9px;
}

#home_email_signup .email {
	border: 1px solid #797979;
	background-color: #FFFFFF;
	width: 194px;
	height: 17px;
	float: left;
}

#home_latest_posts h3 {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 3px;
	padding-bottom: 4px;
	font-weight: bold;
	border-bottom: 1px solid #C5AA3B;
}

.burgandy, .burgandy a {
	color: #911F22;
}

.gold, .gold a {
	color: #B6A73C;
}

#productGrid h1, #categoryGrid h1 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 28px;
	font-weight: normal;
	line-height: 28px;
	color: #911F22;
	padding-bottom: 10px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

#productGrid td {
	width: 50%;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #911F22;
	padding: 0px 10px;
}

#productGrid .photo {
	padding-top: 20px;
}

#productGrid .title {
	padding-bottom: 20px;
}

#productGrid a {
	color: #911F22;
}

#productGrid a:hover {
	color: #000000;
}

#productDetail {
	width: 444px;
}

#productDetail h1 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 28px;
	font-weight: normal;
	line-height: 28px;
	color: #911F22;
	padding-bottom: 10px;
}

#productPhotos {
	margin: 30px 15px 15px 0px;
}

#productOptions {
	width: 444px;
	margin: 15px 0px 5px 0px;
}

#productOptions td {
	vertical-align: top;
	padding-bottom: 10px;
}

#productOptions .title {
	font-size: 13px;
}

#productOptions .quantitybox {
	margin: 0px 6px;
}

#productReviews {
	background-color: #F1EEDE;
	border: 1px solid #E5E2DC;
	padding: 20px;
}

#productReviews h2 {
	font-size: 20px;
}

#productReviewsAdd {
	display: none;
}

#viewCart {
	width: 557px;
}

#viewCart h1, #customerLogin h1, #checkoutBilling h1, #checkoutShipping h1, #checkoutPayment h1, #checkoutConfirm h1, #checkoutComplete h1, #clientAccount h1 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 28px;
	font-weight: normal;
	line-height: 28px;
	color: #911F22;
	padding-bottom: 10px;
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

#viewCart #cartItems {
	width: 557px;
}

#viewCart #cartItems th {
	text-align: left;
	padding-bottom: 5px;
}

#viewCart #cartItems td {
	padding: 8px 0px;
}

#viewCart #cartItems .field-label, #viewCart #cartItems .field-price {
	padding: 2px 2px 2px 0px;
}

#viewCart #cartButtons {
	width: 557px;
}

#cartCoupon td {
	vertical-align: middle;
}

.form-field, .form-label, .form-label-required {
	padding: 2px;
	vertical-align: middle;
}

table.adminIndex {  
	border-spacing: 5px;
}

table.adminIndex td {
	padding: 2px;
}

#orderDetails {
	width: 557px;
}

.alert, .missing {
	color: #911F22;
}
