@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../_images/background.jpg);
	background-repeat: repeat-x;
}
p  {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
a  {
	text-decoration: none;
	color: #376c34;

}
a:hover  {
	text-decoration: underline;

}
img {
	border: none;
}
.right      {
	float: right;
	padding: 5px 10px 0 5px;
}


#wrapper {
	width: 932px;
	margin: 0 auto;
	padding: 0;
}
#header-top {
	background-image: url(../_images/top-white.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height:20px;
}
#header {
	background-color: #FFF;
	margin: 0;
	padding: 0 0 0 40px;
	height:100px;
	position: relative;
	z-index: 0;
}
#header h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #376c34;
	font-weight: normal;
	margin: 0;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 205px;
	position: relative;
	top: -20px;
	width: 300px;
}

#cart {
	margin: 0;
	width: 132px;
	position: relative;
	z-index: 10;
	padding: 0 20px 0 0;
	background-color: #FFF;
	float: right;
	top: 50px;
}


#menu {
	clear: both;
	background-color: #FFF;
	position: relative;
	z-index: 20;
}
#menu ul {
	margin: 0 15px 0 15px;
	padding: 0px 0 0 10px;
	width: 899px;
	background-image: url(../_images/menu.jpg);
	background-repeat: no-repeat;
	height: 38px;
}
#menu ul li {
	list-style-type: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	width: auto;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	float: left;
}
#menu ul li a{
	list-style-type: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	text-decoration: none;
}
#menu ul li a:hover{
	list-style-type: none;
	color: #88ab86;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}


#content-wrapper {
	background-color: #FFF;
	padding: 10px 15px;
	min-height:430px;
}


#left-sidebar {
	width: 167px;
	float: left;
	margin: 0;
	padding: 0;
}
#left-sidebar #left-nav {
	background-image: url(../_images/top-left-nav.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 43px;
	background-position: left;
	position: relative;
	z-index: 0;
}
#left-sidebar #left-nav p {
	font-size: 13px;
	font-weight: bold;
	padding-top: 13px;
	padding-left: 38px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #376c34;
}
#left-sidebar ul {
	margin: 0 0 5px 0;
	padding: 10px 0 10px 0;
	list-style-type: none;
	background-image: url(../_images/bottom-left-nav.jpg);
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
	background-position: left bottom;
}
#left-sidebar li {
	display: block;
	height: 17px;
}

#left-sidebar .arrow li {
	background-image: url(../_images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 35px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #376c34;
	text-decoration: none;
	padding-bottom: 0px;
}
#left-sidebar .arrow li a{
	text-decoration: none;
	color: #376c34;
}
#left-sidebar li a:hover {
	text-decoration: underline;
}


#right-sidebar {
	width: 185px;
	float: right;
	margin: 0;
	padding: 0;
}
#right-sidebar #left-nav {
	background-image: url(../_images/right-side-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0 0 5px 0;
}
#right-sidebar #left-nav h1 {
	background-image: url(../_images/right-side-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #376c34;
	padding: 10px 10px 0 15px;
	height: 32px;
	margin: 0;
}
#right-sidebar #left-nav h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #376c34;
	padding: 0px 10px 0 15px;
	margin: 0;
	line-height: 30px;
	vertical-align: bottom;
}
#right-sidebar #left-nav p {
	padding: 0px 10px 10px 15px;
}

#right-sidebar #left-nav ul      {
	margin: 0;
	padding: 5px 20px;
	float: right;
}
#right-sidebar #left-nav ul li     {
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: right;
	background-image: url(../_images/arrow-pink.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 70px;
}
#right-sidebar #left-nav ul li a      {
	color: #b83480;
	text-decoration: none;
}
#right-sidebar #left-nav ul li a:hover      {
	text-decoration: underline;
}
#right-sidebar #left-nav .right    {
	float: right;
	padding: 5px 10px 0 5px;
}
#right-sidebar #left-nav .special {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 20px;
	color: #6c3454;
	padding-top: 10px;
}



#middle {
	width: 543px;
	overflow: hidden;
	margin: 1px 5px 0px 5px;
	background-image: url(../_images/middle.jpg);
	background-repeat: no-repeat;
}
#middle h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #548052;
	margin: 11px 0 14px 20px;
	padding: 0px;
}
#middle h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #548052;
	margin: 11px 0 14px 0px;
	padding: 0px;
}
#middle #content {
	background-image: url(../_images/middle-bottom.jpg);
	background-repeat: no-repeat;
	padding: 5px 10px 5px 20px;
	background-position: left bottom;
	margin: 0 0 5px 0;
}
#middle #content ul{
	margin: 5px 0 15px 0;
	padding: 0 0 0 20px;

}
#middle #content ul li{
	margin: 5px;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #4d4d4d;

}
#middle #content  .price   {
	font-size: 18px;
	font-weight: bold;
	color: #6c3454;
	vertical-align: middle;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 35px;
	clear: both;
}
#middle #content .price  span    {
	font-size: 12px;
	font-weight: normal;
}
#middle #content .price img     {
	float: left;

}
#middle #content-half-left   {
	padding-right: 3px;

}
#middle #content-half-left , #middle #content-half-right{
	width: 270px;
	float: left;
	background-image: url(../_images/middle-half-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 5px;
}
#middle #content-half-left h1 , #middle #content-half-right h1{
	background-image: url(../_images/middle-half-top.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 15px 0 0 20px;
	height: 27px;
	color: #376c34;
}
#middle #content-half-left p , #middle #content-half-right p{
	padding: 5px 0 0 20px;
}
#middle #content-half-left ul ,#middle #content-half-right ul   {
	margin: 0;
	padding: 5px 20px;
	float: right;
}
#middle #content-half-left ul li, #middle #content-half-right ul li {
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: right;
	background-image: url(../_images/arrow-pink.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width:70px;
}
#middle #content-half-left ul li a , #middle #content-half-right ul li a{
	color: #b83480;
	text-decoration: none;
}
#middle #content-half-left ul li a:hover , #middle #content-half-right ul li a:hover{
	text-decoration: underline;
}
#middle #content-half-left .right , #middle #content-half-right .right{
	float: right;
	padding: 5px 10px 0 5px;
}
#middle #content-half-left  .price, #middle #content-half-right .price{
	font-size: 18px;
	font-weight: bold;
	color: #6c3454;
	vertical-align: middle;
	padding: 0px 0 0 20px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 35px;
	clear: both;
}
#middle #content-half-left .price  span, #middle #content-half-right .price span{
	font-size: 12px;
	font-weight: normal;
}
#middle #content-half-left .price img , #middle #content-half-right .price img{
	float: left;

}
#content form select {
	font-family: Tahoma, Geneva, sans-serif;
	color: #4d4d4d;
	font-size: 12px;
	float: left;
	margin: 10px 10px 0 0;
}
#content form {
	width: 410px;
}
#content form#contact{
	width: 410px;
	height: 200px;
}
#content form label {
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
	width: 150px;
}
#content form .boxes {
	width: 250px;
	margin: 2px 0;
}
#content form #submit {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	float: right;
	margin-right: 5px;
}

#content form .area {
	width: 250px;
}


#footer {
	padding: 0 20px 0 30px;
	margin: 0px 0px 5px 0;
	float: left;
}
#footer p {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
}
#footer2 {
	padding: 0 20px 0 30px;
	margin: 0px 0px 5px 0;
	clear: both;
	float: right;
}
#footer2 p {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
}

