html,body {

	background: url(../images/bg.jpg) no-repeat;
	background-color: #0e0202;
	margin: 0;
	padding: 0;
	text-align: left;
	background-position: 100% 0%;
}

select {

	margin-right: 4px;

}

#container {

	width: 926px;
	height: 743px;
	position: relative;
	left: 50%;
	top: 25px;
	margin-left: -483px;
	}

#header {

	width: 926px;
	height: 111px;
	position: relative;
	top: 0px;
	background: url(../images/header.gif) no-repeat;
	
	}

#checkout {

	position: relative;
	top: 77px;
	left: 635px;
	height: 30px; 
	width: 220px;
	text-align: right;
	font-family: times new roman,serif;
	font-size: 11px;
	color: #eee479;

	}

#checkout a {

	color: #eee479;
	text-decoration: none;
	font-weight: normal;

	}

#checkout a:hover {

	color: #c3a36a;

	}



.checkout {

	position: relative;
	top: 0px;
	left: 0px;
	height: 30px; 
	width: 200px;
	text-align: right;
	font-family: times new roman,serif;
	font-size: 11px;
	color: #eee479;
	background-color: #0e0202;

	}

.checkout a {

	color: #eee479;
	text-decoration: none;
	font-weight: normal;

	}

.checkout a:hover {

	color: #c3a36a;

	}


#sidebar {

	width: 107px;
	height: 600px;
	display: block;
	float: left;
	text-align: right;
	position: fixed;
	top: 103px;
	left: 50%;
	margin-left: -483px;

	}

#sidebar a {

	margin: 3px;
	color: #e1df86;
	text-decoration: none;
	font-family: georgia,times new roman,serif;
	font-style: oblique;
	font-weight: bold;
	display: block;
	padding: 4px;
	padding-right: 10px;
	font-size: 11px;
	margin-bottom: -17px;

}


#sidebar a:hover {

	color: #fff;

}

#main-container {
	
	width: 801px;
	background-color: #fff;
	display: block;
	float: left;
	margin-left: 107px;

}

#main-nav {

	width: 801px;
	height: 35px;
	background: url(../images/main-nav.gif) no-repeat;
	background-color: #950c0c;
	text-align: left;
	
}

#main-nav a {

	float: left;
	display: block;

}

#main {

	width: 801px;
	height: auto;
	background-position: 15px 20px;

}


#content1,#content2 {

	background: url(../images/bg1.gif) no-repeat;
	float: left;
	display: block; 
	width: 450px;
	padding-left: 21px;
	padding-right: 15px;
	padding-top: 25px;
	font-family: arial,lucida sans,sans serif;
	font-size: 12px;
	line-height: 22px;
	text-align: justify;
	margin-bottom: 20px;
	color: #161616;

}

#content1 { 

	padding-bottom: 15px;

}

#content2 {

	width: 760px;

}

#content2 ul {

	padding-top: 10px;
	margin-left: 15px;
	list-style-type: none;
	margin-bottom: 15px;

}

#content2 ul li {

	background: url(../images/bullet.gif) no-repeat;
	background-position: 0px 3px;
	display: block;
	text-indent: 20px;

}

#content1 a,#content2 a {

	font-weight: bold;
	color: #4f2020;
	text-decoration: none;

}

#content1 a:hover,#content2 a:hover {

	color: #950c0c;

}

#content1 em,#content2 em {

	color: #950c0c;
	font-weight: normal;
	font-style: normal;

	}

#content1 h1,#content2 h1 {

	font-size: 32px;
	font-family: georgia,times new roman,serif;
	letter-spacing: 2px;
	color: #990000;
	display: block;
	margin-bottom: 14px;

}

#content2 h3 {

	font-size: 14px;
	font-style: oblique;
	color: #4e2f2f;
	font-weight: bold;

}

#content2 p {

	margin-bottom: 15px;

}

.internal-image {

	display: block;
	float: left;
	clear: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #cbc07c;
	padding: 5px;
	background-color: #f5edbc;

}

#in-stock {

	width: 295px;
	display: block;
	padding-top: 25px;
	float: left;
	padding-left: 5px;
	padding-right: 10px;
	display: block;
	text-align: center;
	padding-bottom: 25px;

}

#in-stock span {

	padding: 5px;
	display: block;
	background-color: #950c0c;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-style: oblique;
	margin-bottom: 5px;

}


.product-container {

	margin-top: 5px;
	border: 1px solid #666666;
	float: left;

}

.product-container img {

	width: 85px;
	height: 121px;

}

.product-title {

	display: block;
	background-color: #666666;
	padding: 4px;
	text-align: center;
	font-family: georgia,times new roman,serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	border-top: 1px solid #414141;

}

.product-title:hover {background-color: #515151; }
.product-title a { color: #fff; text-decoration: none; }
.product-title a:hover { color: #d1c97d; }


.tree {

	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 8px;
	position: relative;
	top: 3px;
	font-style: oblique;

}

.clear {

	clear: both;

}

.clearfix {

	display: inline-block;

}


#footer {

	width: 801px;
	height: 110px;
	background: url(../images/footer.gif) no-repeat;
	background-color: #0e0202;	

	}


#footer-content {

	position: relative;
	top: 35px;
	left: 408px;
	width: 393px;
	height: 26px;
	padding: 0px;
	text-align: right;
	font-family: verdana,arial;
	font-size: 10px;
	color: #625b5b;
}

#footer-content a {

	color: #8e8852;
	text-decoration: none;
	font-weight: bold;
}

#footer-content a:hover {

	position: relative;
	top: 1px;
	left: 1px;

}

#footer-content1 {

	position: relative;
	top: 45px;
	color: #8e8852;
	font-family: georgia,serif;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;

}


/* Product Formatting */

.product-outer {

	display: block;
	height: auto;
}


.product-box {


	width: 350px;
	padding: 10px;
	border: 1px solid #d2c780;
	background-color: #e7dd9d;
	font-family: arial,sans serif;
	text-align: left;
	font-size: 11px;
	line-height: 16px;

}

.product-box-image {

	display: block;
	float: left;
	margin-right: 12px;
	border: 3px solid #fff;
	width: 125px;
	height: 175px;

}

.product-box-info {

	display: block;
	float: left;
	width: 188px;
	padding: 8px;
	background-color: #f5edbc;
	border: 1px solid #cbc07c;

}

.product-box label {

	font-size: 10px;
	float: left;
	margin-top: 3px;
	margin-right: 5px;

}

.product-box select,input {

	border: 1px solid #d2c780;
	margin-bottom: 5px;
	padding: 2px;
	margin-top: 5px;

}

.orderbutton input {

	background-color: #d2c780;
	border: 1px solid #968c4a;
	margin-left: 3px;
	color: #710505;

}

.order_button {

	background-color: #d2c780;
	border: 1px solid #968c4a;
	margin-left: 6px;
	margin-top: 10px !important;
	color: #710505;
	clear: both;
	display: block;

}

.secure_button, .go_button {

	background-color: #d2c780;
	border: 1px solid #968c4a;
	margin-left: 3px;
	color: #710505;

}

.product-box h2 {

	font-size: 16px;
	font-family: helvetica lt std,arial,sans serif;
	display: block;
	border-top: 1px solid #dace88;
	border-bottom: 1px solid #dace88;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #7e0b0b;
	font-weight: bold;
	margin-bottom: 3px;

}

.product-box em {

	display: block;
	font-size: 12px;
	margin-bottom: 4px;

}

/* Internal Pages */

.snapshot {

	display: block;
	text-align: center;

}

.snapshot img {

	margin: 10px;
	border: 3px solid #a09797;
	padding: 5px;
	background-color: #dcd2d2;

}


/* Cart Formatting */

h2 {

	font-size: 16px;
	font-family: helvetica lt std,arial,sans serif;
	display: block;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #7e0b0b;
	font-weight: bold;
	margin-bottom: 10px;

}


.add-cart {

	border: 1px solid #968c4a;
	padding: 8px;
	margin-bottom: 10px;
	width: 100%;

}

.td-left,.td-left-alt {
	
	padding: 4px;
	padding-right: 8px;
	background-color: #e9e0a8;
	text-align: right;
	border-bottom: 1px solid #968c4a;
	font-weight: bold;
	width: 150px;

}

.td-left-alt {

	background-color: #f3edc9;

}

.td-right {

	padding-left: 8px;
	border-bottom: 1px solid #968c4a;

}

.more-info-container {

	width: 760px;
	height: auto;
	display: block;
	margin-top: 20px;
	padding: 0;
	margin-bottom: 20px;

}

.more-info-container img {

	border: 1px solid #cbc07c;

}

.more-info-image {

	float: left;
	display: block;
	margin-right: 15px;
	padding: 8px;
	max-width: 150px;
	background-color: #f5edbc;
	border: 1px solid #cbc07c;

}


.more-info-image h4 {

	display: block;
	background-color: #961616;
	border: 1px solid #820909;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	margin-top: 4px;
	text-align: center;
	font-family: arial,sans serif;

}

.more-info {

	display: block;
	clear: both;
	text-align: justify;

}

.more-info em {

	display: block;
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 8px;

}

.view, .view-alt { color: #0f0f0f; background-color: #e9e0a8; text-align: center }
.view-alt { background-color: #f3edc9; }
.view-title { text-align: center; }
.row1 { color: #0f0f0f; background-color: #e9e0a8; text-align: right; padding-right: 6px; padding-top: 4px; padding-bottom: 4px; }
.row2 { color: #0f0f0f; background-color: #f3edc9; text-align: right; padding-right: 6px; padding-top: 4px; padding-bottom: 4px; }
.row3 { text-align: center; background-color: #7c0808; color: #fff; font-weight: bold; font-family: arial; }
.row4 { text-align: center; background-color: #950f0f; color: #fff; font-weight: bold; font-family: arial; }
.total1 { color: #fff; background-color: #282828; text-align: right; padding-right: 6px; padding-top: 8px; padding-bottom: 8px; }
.total2 { text-align: center; background-color: #151515; color: #fff; font-weight: bold; font-family: arial; }
.pad { padding-left: 6px; }

/* Contact Form Styling */

form.contactform fieldset {
	margin-bottom: 10px;
	border: 1px solid #d2c780;
	padding: 15px;
	background-color: #f5edbc;
}
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 #d2c780;
	background-color: #fff;
	width: 180px;
	margin-right: 4px;
}

form.contactform input:hover, form.contactform textarea:hover {

	background-color: #fcf8e1;

}

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 #800909;
	background-color: #950c0c;
	padding: 4px;
	font-weight: bold;
	color: #fff;

}

/* Associated Products -------------------------- */

#assoc_products {

	display: block;
	clear: both;
	list-style-type: none;
	margin-left: 0px !important;
	background: none !important;
	margin-bottom: 10px !important;
	padding: 0px !important;
	padding-bottom: 10px !important;

}

#assoc_products li {

	display: block;
	float: left;
	margin-right: 10px;
	padding: 10px;
	list-style-type: none !important;
	background: url(../images/blank.gif) no-repeat !important;
	background-color: #f8f8ec !important;
	padding-left: 0px !important;
}

#assoc_products h4 a {

	display: inline-block;
	margin-right: 2px;
	float: left;
	width: auto;
	text-align: left;

}

#assoc_products h4 span {

	display: inline-block;
	float: left;
	text-align: left;

}

#assoc_products h4 {

	clear: both;
	margin-bottom: 4px;
	display: block;


}

#assoc_products img {

	border-left: 1px solid #e9e9d5;
	border-top: 1px solid #e9e9d5;
	border-right: 2px solid #e0e0c9;
	border-bottom: 2px solid #e0e0c9;
	clear: both;
	display: block;

}

.assoc_product, .assoc-main {

	padding: 0px;

}