/*@charset "utf-8";*/
/* CSS Document 
* {
	padding:0px;
	margin:0px;
}
*/
body{

	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #ffffff;
	color: #799868;
	min-height: 100%;

}

html,form{ height: 100%;}

h1{font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:18px; color:#4A6E3E;}
h2{font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:16px; color:#799868;}
h2{}
h3{}
h4{}
h5{}
h6{font-size:9px; font-weight:normal;}

li{list-style:none;}
a{
	text-decoration:none;
	color:#799868;
}
p{
	padding:0px;
	margin:0px;
}
img{
	border:none;
}

#Header{
	height:102px;
	background-color:#355d29;
}
/*NAV RELATED*/
#Nav{
	height:30px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#4A6E3E;
	margin:0px;
	padding:0px;
	border:1px solid #A9BE9B;
}
#Nav ul{
	margin:0px;
	padding:0px;
	}
#Nav li{
	float:left;
	display: inline-block;
	border-left:1px solid #A9BE9B;
	}
#Nav a{
	display:inline-block;
	height:20px;
	padding:5px;
	font-weight: bold;
	}
#Nav a:hover{
	background-color:#4A6E3E;
	color:#FFF;
	}

#Nav ul li:first-child {
	border-left:0px !important;
}


/*CONTENT RELATED*/

#LeftColumn{
	margin: 0px;
	width: auto;
	padding: 0;
	float: left;
	padding-bottom: 200px;
}

#MiddleColumn{
	width: 700px;
	border-left:1px solid #A9BE9B;
	border-right:1px solid #A9BE9B;
	padding: 10px 20px 0px 20px;
	float: left;
	margin: 0px 0px 0px 0px;
	line-height: 1.8em;
	min-height: 600px;
	padding-bottom: 200px;
}

#RightColumn{
	padding: 10px 20px 0px 20px;
	width: 230px;
	float: left;
	margin: 0px 0px 0px 6px;
	padding-bottom: 200px;
}

#Footer{
	height:35px;
	border-top:1px solid #A9BE9B;
	padding-top:15px;
	padding-left:25px;
}
.clearer {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.edit_link, #sub_navigation {
    display: none;
}

/* SHOP */

.category_list {
    margin: 0px;
    padding: 0px;
}

.category_list img {
    display: none;
}

.category_list li {
    padding: 10px 5px;
    width: 175px;
    border-bottom: 1px solid #A9BE9B;
}
.category_list li:hover {
	background-color:#4A6E3E;
	color:#ffffff;
}
.category_list li.active {
	background-color:#4A6E3E;
	color:#ffffff;
}
.category_list a {
    font-size: 14px;
}
.category_list a.hover {
	text-decoration: underline;
}
.product_list {
    margin: 0;
    padding: 0;
}

.product_list li {
    border: 1px solid #A9BE9B;
    height: 110px;
    margin: 0;
    padding: 2px;
}

.product_list a {
    float: left;
}

.product_list .details {
    height: 100px;
    width: 350px;
    margin: 10px 0 0 160px;
    display: block;
    vertical-align: middle;
}

.product_list .details a {
    font-weight: bold;
    font-size: 14px;
    float: none;
}

.product_list .details span {
    line-height: 16px;
}

.product_list .price {
    width: 75px;
    float: right;
    display: block;
    margin: 10px 0 0 0;
    font-size: 14px;
}

.product_list .buy {
    width: 40px;
    float: right;
    display: block;
    margin: 10px 10px 0 0;
    font-weight: bold;
    font-size: 10px;
    line-height: 14px;  
    color: #F00; 
    text-align: center;
}

.product_list .thumb img {
    width: 110px;
    height: 110px;
}