/* CSS Document */
* {
margin:0px; padding:0px;
}

body {
	margin:0px;
	padding:0px;
	background-image: url(../images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	text-align: justify;
}
h1 {
	font-size: 16px;
	font-weight: normal;
	color: #51770A;
}
a {
	color: #51770A;
}
a:hover {
	color: #331E1D;
}

.right{
	float:right;
}
.left{
	float:left;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #51770A;
}
.clear{
	clear:both; line-height:0; height:0; font-size:0; /*----ie fix----*/
}


.maincontainer {
	width: 959px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 136px;
	width: 959px;
}
.slideshow {
float:right;
}
.nav {
	margin: 0px;
	background-color: #51770A;
	height: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border: 1px solid #FFFFFF;
}

.nav ul li {
	list-style-type: none;
	display: inline;
	float: left;
	padding:0px;
	margin-left: 20px;
	font-size: 12px;
}

.nav ul li a:hover{
	color: #D5F097;
}
.nav ul li a{
	color: #FFFFFF;
	text-decoration: none;
}

.homePage .nav_home a, .aboutPage .nav_about a, .newsPage .nav_news a, .linksPage .nav_links a, .receipesPage .nav_receipes a, .galleryPage .nav_gallery a, .shopPage .nav_shop a, .contactPage .nav_contact a, .termsPage .nav_terms a, .deliveryPage .nav_delivery a, .blogPage .nav_blog a {
	color: #D5F097;
}

.nav_blog  {
	background-image: url(../images/blog-icon.gif);
	background-repeat: no-repeat;
}

.nav_blog  a{
	padding-left: 20px;
}


.content {
	background-color: #FFFFFF;
	width: 959px;
	min-height:500px;
}
.left_col {
	width: 670px;
	display: inline;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.right_col {
	display: inline;
	float: left;
	width: 230px;
	text-align: right;
	margin-top: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #51770A;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 20px;

}
.shop {
	display: inline;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.product_description {
	width: 450px;
	float: left;
	display: inline;
}
.product {
	margin-bottom: 35px;
	margin-top: 25px;
}

.button {
	background-color: #51770A;
	padding: 3px;
	text-decoration: none;
	color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #006600;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}
.button:hover {
	background-color: #51770A;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.footer {
	background-image: url(../images/footer.jpg);
	height: 28px;
	text-align: center;
	padding-top: 5px;
}
.footer a {
	color: #331E1D;
	text-decoration: none;
	font-size: 14px;
}
.footer a:hover {
	color: #51770A;
}
.frame {
	float: left;
	display: inline;
	margin-right: 30px;
	margin-bottom: 20px;
	border: 1px solid #51770A;
}
.cart_link a{
	float: right;
	color:#FFFFFF;
	text-decoration: none;
	margin-right: 20px;
	font-size: 14px;
}
.lightbox {
	clear: both;
}

