html,body {

	background: url(../images/bg.png) repeat;
	background-color: #4e3d39;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 100%;
	background-attachment: fixed;
}

.clear {

	clear: both;

}

#wrapper {

	display: block;
	width: 720px;
	height: auto;
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -360px;

}

#header {

	width: 720px;
	height: 99px;
	background: url(../images/header.png) no-repeat;
	display: block;
	margin-top: -20px! important;

}

#nav {

	width: 720px;
	display: block;
	background-color: #342724;
	height: 44px;

}

#nav-links {

	float: left;
	display: block;
	width: 505px;
	height: 44px;
	padding-left: 20px;

}

#nav-links a {

	display: block;
	float: left;
	margin-right: 0px;
	font-family: arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #caaca5;
	text-transform: uppercase;
	height: 31px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 13px;
}

#nav-links a:hover {

	color: #ded2a8;
	background-color: #281e1b;

}

/* Search ================================== */

#search {

	display: block;
	float: right;
	width: 186px;
	height: 37px;
	background-color: #392b28;
	padding-top: 7px;
	padding-left: 9px;

}

.search {

	height: 18px;
	padding: 2px;
	width: 125px;
	font-family: arial,sans-serif;
	font-size: 11px;
	color: #847c61;
	padding-top: 7px;
	border: 1px solid #271c1a;
	padding-left: 8px;
	display: block;
	float: left;
	margin-right: 6px;
}

.go {

	margin-top: -2px;
	display: block;
	float: left;
	width: 32px;
	height: 33px;
	background: url(../images/search.png) no-repeat;
	border: 0;
	cursor: pointer;
}


/* Content ================================= */

#content-wrapper {

	display: block;
	background: url(../images/wrapper.gif) repeat-y;
	background-color: #fff;
	height: 100%;

}

#sidebar {

	display: block;
	width: 200px;
	float: left;

}

#gt-links, #misc-links {

	display: block;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ded2a8;
	text-align: right;
	text-transform: capitalize;

}

#misc-links {

	background-color: #ab9671;

}

#misc-links a {

	display: block;
	text-decoration: none;
	font-family: arial,sans-serif;
	font-size: 11px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #f7f3eb;
	text-transform: capitalize;

}

#misc-links a:hover {

	background-color: #9d8863;
	border-right: 15px solid #917c56;

}

#gt-links a {

	display: block;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	font-family: arial,sans-serif;
	font-size: 11px;
	color: #935c45;
}

#gt-links a:hover {

	background-color: #d8cca2;
	border-right: 15px solid #c7ba8c;

}

#content-body {

	display: block;
	float: left;
	width: 480px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: arial,sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #444444;
	background-color: #fff;

}

#content-body p {

	margin-bottom: 15px;
	text-align: justify;
	line-height: 20px;

}

#content-body em {

	font-style: oblique;
	font-size: 12px;

}

.content-images img {

	clear: right;
	float: right;
	display: block;
	margin-left: 20px;
	border: 1px solid #ab9671;
	padding: 3px;
	background-color: #ded2a8;
	margin-bottom: 10px;

}


#content-body ul {

	list-style-type: decimal;
	
}

#content-body ol li ol {

	list-style-type: lower-alpha;

}

#content-body ul li {

	margin-bottom: 15px;
	display: block;
	padding-left: 25px;

}

#content-body ul li ul li {

	padding-left: 10px;
	display: block;
	margin-bottom: 10px;

}

#content-body ul strong, #content-body strong {

	font-weight: bold;
	color: #4e3d39;
	font-size: 14px;
}

#content-body a { color: #856863; }

#content-body a:hover { color: #b36454; }

#content-body strong { 

	font-weight: bold;
	color: #b36454;

}

/* Miscellaneous Content ==================================== */

h1 {

	font-size: 18px;
	letter-spacing: -1px;
	color: #cf6f47;
	display: block;
	padding-bottom: 6px;
	border-bottom: 1px solid #efeada;
	margin-bottom: 8px;

}

h4 {

	display: block;
	text-align: center;
	font-size: 26px;
	letter-spacing: -1px;
	color: #7c5d54;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #e6dfdd;
	border-bottom: 1px solid #e6dfdd;
	margin-top: 10px;
	margin-bottom: 10px;

}

.quote {

	display: block;
	padding: 10px;
	padding-top: 0px;
	font-size: 15px;
	line-height: 23px;
	font-family: times new roman,georgia,garamond,serif;
	color: #54413c;
	margin-top: -10px;

}

.quote em {

	display: block;
	text-align: right;
	padding-right: 20px;
	font-size: 13px;
	font-style: oblique;
	line-height: 0px;
	color: #ab9671;
	letter-spacing: 0px;

}

.quote span {

	font-size: 13px;
	font-family: georgia,times new roman,serif;
	color: #b87e65;

}

.prevnext {

	display: block;
	margin-bottom: 6px;
	margin-top: 6px;
	text-align: center;
	color: #c2c2c2;
	font-family: arial,sans-serif;
	font-size: 11px;
	

}

.prevnext a {

	color: #836963;
	font-family: arial,sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;

}

.prevnext a:hover {

	color: #df815e;

}

.prodname a {

	color: #746956;
	text-decoration: none;
	text-transform: capitalize;

}

.prodname a:hover {

	color: #d97c54;

}

.prodprice {

	display: block;
	margin-bottom: 5px;

}

.order_button {

	border: 1px solid #4d3c38;
	background-color: #6c5550;
	color: #fff;
	cursor: pointer;

}

.order_button:hover {

	background-color: #826761;

}
	

/* Footer =============================== */

#footer {

	display: block;
	margin-top: 15px;
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -360px;
	height: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #5a4843;
	margin-bottom: 15px;
	width: 720px;
	font-size: 12px;
	font-family: arial,sans-serif;
	color: #a79893;

}

#footer a {

	text-decoration: none;
	color: #d7c8c4;
}

#footer a:hover {

	color: #f29575;

}

.designed-by {

	display: block;
	float: left;
	clear: left;
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
	margin-top: 3px;

}

/* Contact Form =================================== */

/* Contact Form Styling */

form.contactform fieldset {
	margin-bottom: 10px;
	border: 1px solid #ded2a8;
	padding: 15px;
	background-color: #f8f4e5;
}
form.contactform legend {
	padding: 5px;
	font-weight: bold;
	color: #303030;
}
form.contactform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
form.contactform fieldset ol {
	margin: 0;
	padding: 0;
}
form.contactform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
form.contactform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
form.contactform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form.contactform fieldset fieldset label {
	display: block;
	width: auto;
}
form.contactform em {
	font-weight: bold;
 	font-style: normal;
	color: #f00;
}
form.contactform label {
	width: 130px; /* Label Width */
}
form.contactform fieldset fieldset label {
	margin-left: 133px; /* Width +3 (html space) */
}

form {
	font-family: arial;
	font-size: 11px;
}

form.contactform input, form.contactform textarea {

	padding: 4px;
	font-family: arial,tahoma,sans-serif;
	font-size: 11px;
	border: 1px solid #ab9671;
	background-color: #fcfcfb;
	width: 180px;
	margin-right: 4px;
}

.radio {

	padding: 4px;
	font-family: arial,tahoma,sans-serif;
	font-size: 11px;
	width: 280px;
	margin-right: 4px;

}

form.contactform input:hover, form.contactform textarea:hover {

	background-color: #e9deb9;

}

form.contactform input:focus, form.contactform textarea:focus {

	background-color: #fff;

}

form.contactform input[type=submit] {

	width: 100px;
	cursor: pointer;
}

form.contactform select {

	padding: 3px;
	font-family: arial,sans-serif;
	font-size: 11px;

}

form.contactform input[type=submit]:focus {

	background-color: #efefef;

}

form.contactform button {

	border: 1px solid #6a5e48;
	background-color: #7b6e57;
	padding: 4px;
	font-weight: bold;
	color: #fff;

}

.button {

	border: 1px solid #6a5e48 !important;
	background-color: #7b6e57 !important;
	padding: 4px;
	font-weight: bold;
	color: #fff;
	width: auto !important;
	padding-left: 20px !important;
	padding-right: 20px !important;

}

form.contactform select {

	margin-bottom: 10px;
	margin-left: -3px;
	border: 1px solid #ab9671;
	background-color: #fcfcfb;
	padding: 3px;
	font-family: arial,sans-serif;
	font-size: 11px;

}

form.contactform select:hover {

	background-color: #e9deb9;

}

form.contactform input[type=radio] {

	border: 0;
	background-color: transparent;

}

/* Cart Formatting ======================== */

table.viewcart .table_head {

	border-bottom: 1px solid #dcd6d4;
	padding-bottom: 4px;
	color: #78625c;
	font-weight: bold;

}

table.viewcart .table_head_total {

	background-color: #6b544f;
	color: #fff;

}

table.viewcart input, table.viewcart textarea {

	border: 1px solid #dbcfcc;
	padding: 2px;

}

table.viewcart td {

	padding: 4px;
}

table.viewcart input[type=submit] {

	background-color: #6b544f;
	border: 1px solid #54413c;
	padding: 4px;
	color: #fff;
	font-weight: bold;
	display: block;
	margin-right: 4px;
	float: left;

}

h3 {

	font-size: 13px;
	color: #725953;
	letter-spacing: -1px;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
	margin-top: 5px;
	border-bottom: 1px solid #f6ebad;

}

.delivery {

	display: block;
	width: 280px;

}

/* Associated Products ============================ */

.associated-product, .associated-product-13 {

	display: block;
	float: left;
	width: 135px;
	height: 190px;
	margin-right: 10px;
	text-align: center;
	padding: 5px;
	border: 1px solid #fff;
	padding-bottom: 15px;

}

.associated-product:hover, .associated-product-13:hover {

	border: 1px solid #efe6c9;

}

.associated-product img, .associated-product-13 img {

	display: block;
	margin-bottom: 5px;
	position: relative;
	left: -4px;
	width: 144px;

}

.associated-product-13 {

	height: 240px;

}

/* Alternative Templates =============================== */

.associated-product-14 {

	display: block;
	float: left;
	width: 217px;
	height: 190px;
	margin-right: 10px;
	text-align: center;
	padding: 5px;
	border: 1px solid #fff;
	padding-bottom: 15px;

}

.associated-product-14:hover {

	border: 1px solid #efe6c9;

}

.associated-product-14 img {

	display: block;
	margin-bottom: 5px;
	position: relative;
	left: -4px;
	width: 210px;
	height: 144px;

}

.holiday-text {
	float: left;
	margin: 10px;
	width: 438px;
	padding: 10px;
	color: #c50202;
	background: #ebe2c2;
	border: 1px solid #ab9671;
}

.holiday-text p {
	font-size: 12px;
	margin-bottom: 0!important;
	text-align: center!important;
}

.holiday-text h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #c50202;
	text-align: center;
	border-bottom:1px solid #ab9671;
}