@charset "UTF-8";
/* CSS Document */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	padding: 0;
	color: #372C00;
	text-align: center;
	background-color: #DDD9BE;
	background-image: url(images/bg3.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: left;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

/* links --------------------------------------------------------------- */
a {
	color:#776000;
	text-decoration: none;
}
a:link {
	color:#776000;
	text-decoration: none;
}
a:hover {
	color:#000000;
	text-decoration: none;
}

#footer a {
	color:#FFFFFF;
	font-size: 10px;
	line-height: 16px;
}
#footer a:link {
	color:#5B583C;
	text-decoration: none;
}
#footer a:visited {
	color:#7D7A58;
	text-decoration: none;
	}
#footer a:hover {
	color:#000000;
	text-decoration: underline;
}

/* --------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { margin:15px 0 10px 0; }
h1 {
	font-size:210%;
	font-family:  Arial, Helvetica, sans-serif;
	color: #634B26;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBAF7F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	letter-spacing: -2px;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
h1#logo a{
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 18px 0 17px;
	font-weight: normal;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 200%;
}
h1#logo a:hover{color: #fff;}
h2 {
	font-size:130%;
	color: #AC3500;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
h3 { font-size:120%; }
h4 {
	font-size:110%;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 8px;
}
h5 { font-size:100%; }

p {
	padding-bottom: 5px;
}
.img {
	position: left;
	padding: 5px;
	border: 1px solid #B6A875;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.product_title {
	font-size: 14px;
	font-weight: bold;
	color: #634B26;
	font-style: normal;
	line-height: normal;
	background-color: #DDD5BE;
	letter-spacing: -0.7px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.product_text {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	line-height: 20px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.product_text p {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.price {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #993300;
	padding: 0px;
	line-height: normal;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.more_info {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #996600;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	line-height: normal;
}
.more_info a {
	color:#FFFFFF;
	background-color: inherit;
	text-decoration: none;
}
.more_info a:hover {
	background-color: inherit;
	text-decoration: underline;
}


/* layout ---------------------------------------------------------------------- */
  #container {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	float: left;
	height: 80px;
	width: 980px;
}
#left {
	float: left;
	width: 230px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
#nav {
	background-color: #FFFFFF;
	float: left;
	width: 980px;
	height: 40px;
	margin-bottom: 10px;
}
#right {
	float: right;
	width: 740px;
	background-color: #FFFFFF;
}
#clear {
	clear: both;
}
#footer {
	width: 960px;
	color: #DDD5BE;
	background-color: #FFFFFF;
	padding: 10px;
	font-size: 11px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 20px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.product_table {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	font-style: normal;
	text-align: center;
	line-height: normal;
	background-color: #E9E6D3;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #958339;
}
.product_table p {
	margin: 0px;
	padding: 0px;
}
.product_table_header {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	font-style: normal;
	text-align: center;
	line-height: normal;
	background-color: #B6A976;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #958339;
}
.product_table_header p {
	margin: 0px;
	padding: 0px;
}.product_textbold {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	line-height: 16px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.imgsmall {
	position: left;
	padding: 5px;
	border: 1px solid #ddd;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.product_titleMain {
	font-size: 15px;
	font-weight: bold;
	color: #634B26;
	font-style: normal;
	line-height: normal;
	background-color: #DDD5BE;
	letter-spacing: -0.7px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.product_textBold {
	font-size: 16px;
	font-weight: bold;
	color: #776000;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.text_white {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	line-height: normal;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-style: normal;
}
.bold_heading_red {
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #993300;
	padding: 0px;
	line-height: 34px;
	letter-spacing: -1px;
	margin: 0px;
	text-align: center;
}
.product_title_bigger {
	font-size: 22px;
	font-weight: bold;
	color: #634B26;
	font-style: normal;
	line-height: normal;
	background-color: #DDD5BE;
	letter-spacing: -0.7px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imgright {
	position: left;
	padding: 5px;
	float: right;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.large_red {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #993300;
	padding: 0px;
	line-height: normal;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.imgleft {
	position: left;
	padding: 5px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.imgrightnoborder {
	position: left;
	padding: 5px;
	float: right;
	margin: 0px;
}
.imgcentre {
	position: left;
	padding: 5px;
	float: none;
	margin: 10px;
	border: 1px solid #CCCCCC;
}
.product_textsmall {
	font-size: 11px;
	font-weight: normal;
	color: #776000;
	padding: 0px;
	line-height: 16px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.imgindex {
	position: left;
	padding: 5px;
	border: 1px solid #B6A875;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.pricewhite {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	line-height: normal;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.imgnav {
	position: left;
	border: 1px solid #DDD5BE;
}
