@charset "UTF-8";
* {padding:0px; margin:0px;}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	width:100%;
	height:100%;
	background: #a79b79 url(../images/background.jpg) top center repeat-y;	
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#main a, #main p a, a, p a,  {color:5A652C}

#container { 
	width: 720px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
} 
#header { 
	height: 299px; 
	padding: 0px;
	background: url(../images/header_bottom.jpg) no-repeat bottom;
	clear:both;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header #myGallery {height:230px; padding:0px;}

#header h1 span {display:none;}

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0px 15px 0 15px;
	margin:0px;
}

#sidebar ul {
	background:#faf7ee;
	padding:10px 10px 20px 30px;
	margin:0px;
	}

#sidebar ul li a {
	font-size: 12px;
	color: #6d581f;
	text-decoration:none
	}
	
#sidebar ul li a:hover {
	text-decoration:underline;
	}

#sidebar p a {
	padding:15px 0 0 0;
	color: #553e00;
	}
	
#navigation {
	position:absolute;
	top:230px;
	right:0px;
	width:400px;
	padding-left:320px;
	background:transparent;
	margin-top:8px;
	}
	
#navigation ul {
	}

#navigation li {
	display:inline;
	text-decoration:none;
	text-align:center;
	margin-right:40px;
	}

#navigation li a {
	color:#5a652c;
	}
	
#main {
	width:470px;
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #main div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#main img {
	padding:15px 0 0 0;
	margin:0px;
	}

#main #promo {
	margin:15px 15px 15px 0;
	padding:15px 15px 0 0;
	background: #fdedfe url(../images/promo_background.jpg) no-repeat bottom right;
	border: 1px solid #e5bdd8;
	}

#main #promo h2 {
	color:#7E2641;
	font-size: 18px;
	padding:0px 10px 0px 15px;
	margin:0px;
	}

#main #promo h3 {
	color:#B16185;
	font-size:12px;
	padding:10px 10px 10px 15px;
	margin:0px;
	}

#main #promo p {
	color:#7E2641;
	font-size:9px;
	padding:0px 220px 30px 15px;
	}
	
#main #promo p a {
	color:#7E2641;
	}

#main p a {
	color:#7E2641;
	}

#main #promo2 {
	margin:15px 15px 0 0;
	padding:15px 15px 0px 15px;
	}

#main #promo2 h2 {
	color:#7E2641;
	font-size: 25px;
	padding:0px 10px 0px 15px;
	margin:0px;
	}

#main #promo2 h3 {
	color:#B16185;
	font-size:12px;
	padding:0px 10px 10px 15px;
	margin:0px;
	}

#main #promo2 p {
	color:#666666;
	font-size:9px;
	padding:0px 15px 30px 15px;
	}
	
	


#main #promo_left {
	float:left;
	width:188px;
	margin:0 15px 0 0;
	padding:15px;
	color:#635a47;
	border:1px solid #dacfb5;
	background: #f5eede
	}

#main #promo_left a {
	color:#635a47;
	}

#main #promo_left h2 {
	color:#635a47;
	font-size: 25px;
	padding:0 0 10px 0;
	margin:0;
	}

#main #promo_left h3 {
	color:635a47;
	font-size:12px;
	padding:0 0 10px 0;
	margin:0;
	}

#main #promo_left p {
	color:#635a47;
	font-size:11px;
	padding:0 0 10px 0;
	}
	
#main #promo_left img {
	padding:0 0 10px 0;
	}	
	
	
	
	
#main #promo_right {
	float:right;
	width:188px;
	margin:0 15px 0 0;
	padding:15px;
	color:#635a47;
	border:1px solid #dacfb5;
	background: #f5eede
	}

#main #promo_right a {
	color:#635a47;
	}

#main #promo_right h2 {
	color:#635a47;
	font-size: 25px;
	padding:0 0 10px 0;
	margin:0;
	}

#main #promo_right h3 {
	color:#635a47;
	font-size:12px;
	padding:0 0 10px 0;
	margin:0;
	}

#main #promo_right p {
	color:#635a47;
	font-size:11px;
	padding:0 0 10px 0;
	}

#main #promo_right img {
	padding:0 0 10px 0;
	}	




#main #promo2 img {padding: 15px 0 0 0}

#content {background:transparent}

h4 {
	color:#B16185;
	font-size:15px;
	padding:15px 15px 15px 0px;
	}

h3 {
	color:#7E2641;
	font-size:17px;
	padding:15px 15px 15px 0px;
	}

p {
	padding:0px 15px 15px 0px;
	font-size:12px;
	line-height: 1.75em;
	color: #4e0b20;
	}

#footer { 
	color:#4c4f3e;
	padding: 80px 10px 30px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #c7d099 url(../images/footer_background.jpg) no-repeat top;
	border-bottom: 6px solid ;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color:#4c4f3e;
}

#footer a {
	color:#4c4f3e;
	}


#contact_form p {
	font-size:10px;
	padding:0px;
	}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

form {
	font-size:12px;
	color:#5a652c;
}

form img {
	text-align:left;
}

.add_to_cart {
	padding:0px;
	margin:0px;
	height:20px;
}

table p {
	padding:0px;
	margin:0px;
}

table h3 {
	font-size:14px;
	color: #5a652c;
}

table h3 span {
	color:#9aa668;
}
strike {
	color:#990000;
}
