@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;	
}

body {
	background-color: #ffffff;
	font-size:12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #7e5621;
}

a { 
	color: #7e5621;
	text-decoration: underline;
    outline: none;
}
a:hover {
	color: #064e01;
	text-decoration: none;
}

div#wrapper {
	width: 996px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

/*navigation*/
div#menu {
	width: 180px;
	min-height: 778px;
	float: left;
	border-right: 1px solid #7e5621;
	padding-right: 22px;
}
#menu img#logo {
	margin-left: 82px;
	padding-top: 18px;
}
#menu ul#nav {
	list-style-type: none;
	padding-top: 35px;
	font-size: 18px;
	width: 130px;
	margin-left: 48px;
}
#menu ul#nav li {
	padding-bottom: 30px;
	text-align: right;
}
#menu ul#nav li a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#nav #active {
	padding-top: 20px;
	border-top: 1px solid #7e5621;
	border-bottom: 1px solid #7e5621;
	margin-bottom: 8px;
}
ul#nav li ul {
	list-style-type: none;
	text-align: right;
	margin-top: 22px;
	margin-bottom: 5px;
}
ul#nav li ul li {
	font-size: 12px;
	padding-bottom: 2px !IMPORTANT;
}
ul#nav li ul li a {
	font-size: 12px;
	text-decoration: underline !IMPORTANT;
}
.nav_head {
	font-weight: bold;
	font-style: italic;
}
/*end Nav */
#shopping_bag {
	width: 130px;
	height: 38px;
	padding-top: 20px;
	vertical-align: middle;
	position: absolute;
	top: -25px;
	left: 600px;
	background: url(../images/shop_bag.gif) right no-repeat;
}


div#content {
	width: 767px;	
	text-align: center;
	float: right;
	margin-left: 22px;
	margin-top: 29px;
}
#content #wrap_home {
		background-image: url(../images/lotus.gif);
		background-repeat: no-repeat;
		background-position: bottom center;
		border-bottom: 1px solid #7e5621;
}
#content #wrap {
		text-align: left;
		position: relative;
}
#content #slideshow {
	width: 685px;
	height: 338px;
	margin: 0px auto;
}
#content h2 {
	width: 413px;
	color: #a7010f;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	margin: 28px auto;
}
#content #info_text {
	width: 100%;
	text-align:center;
	margin-bottom: 28px;
	line-height: 18px;
}
#content #fourcol {
	width: 100%;
	margin-top: 28px;
}
#content #fourcol h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
#content #fourcol .col {
	float: left;
	width: 160px;
	text-align: left;
	border-right: 1px solid #7e5621;
	background-image: url(../images/lotus_icon.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 40px 20px 0px 0px;
	margin-left: 20px;
	min-height: 140px;
}
#content #fourcol .col_end {
	float: left;
	width: 160px;
	text-align: left;
	background-image: url(../images/beauty_icon.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 38px 0px;
	margin-left: 20px;
	min-height: 140px;
}

#content .line {
	width: 90%;
	border-top: 1px solid #7e5621;
	margin: 16px auto;
}
#content #contact_form div {
	margin-bottom:.5em;padding:0;display:block;
}
#content #contact_form label {
	float:left;
	padding:0 1em;
	text-align:right;
	width:250px;
	font-size: 80%;
	font-weight: bold;
}
#content #contact_form input, #content #contact_form textarea {
	width:400px;
	border:1px solid #7e5621;
	padding:1px;
	color:#333;
}
#content #contact_form .button {
	width: 150px;
	background: #ffffff;
	color: #7e5621;
	border: 1px solid #7e5621;
}


div.clear {
	clear: both;
}
div#footer {
	width: 996px;
	text-align: center;
	vertical-align: bottom;
	background: url(../images/lotus_footer.gif) center no-repeat;
	padding-top: 100px;
}
div#footer_home {
	width: 996px;
	text-align: center;
	vertical-align: bottom;
}

#footer_home #footer_links, #footer #footer_links {
	width: 100%;
	margin: 0px auto;
	padding: 8px 0px;
	text-align:center;
	border-top: 1px solid #7e5621;
	border-bottom: 1px solid #7e5621;
	background-color: #FFFFFF;
}

#footer_home #footer_links a, #footer #footer_links a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
