@charset "UTF-8";
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	display: table;
}
#home_left {
	width: 306px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C9C9BB;
	float: left;
}

body {
	background-color: #E1E1D2;
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #5D5D3A;
}
body a {
	color: #555430;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
}
h3 {
	font-weight: bold;
}
#home_right {
	float: left;
	width: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#foot {
	width: 672px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C9C9BB;
	text-align: right;
	padding-top: 5px;
}
#logo {
	width: 100%;
	text-decoration: none;
}
#navigation {
	background-color: #ADAB85;
	height: 40px;
	width: 100%;
	margin-top: 15px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #949371;
	text-decoration: none;
}
#product {
	width: 392px;
	float: left;
	padding-left: 30px;
}
#largeimage {
	height: 274px;
	width: 100%;
}

#prodimage {
	height: 45px;
	width: 100%;
	margin-bottom: 20px;
}
h1 {
	font-size: 160%;
	color: #555430;
	font-weight: 100;
}

p {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: small;
	color: #5D5D3A;
	line-height: 150%;
}


.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;
}
a.recipe { /* definition of the "image" class in the <a> tag */
	display: block; /* a tag must be a block */
	width: 200px; /* width of reactive image */
	height: 40px; /* height of reactive image */
	background-image: url(img/recipe_up.jpg); /* source for start image */
	background-repeat: no-repeat;
     }
a.recipe:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(img/recipe_down.jpg); /* source for target image */
     }
	 
a.reseller { /* definition of the "image" class in the <a> tag */
	display: block; /* a tag must be a block */
	width: 270px; /* width of reactive image */
	height: 72px; /* height of reactive image */
	background-image: url(img/resellers_up.jpg); /* source for start image */
	background-repeat: no-repeat;
	margin-top: 10px;
     }
a.reseller:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(img/resellers_down.jpg); /* source for target image */
     } 
 

.menu {
	width: 760px;
	margin-top: 0.7em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0em;
	padding-bottom: 0px;
	padding-left: 0em;
    }

    .menu ul {	
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
    .menu li {
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	float: left;
	width: 107px;
    }
	
	  .menu li a {
	text-decoration: none;
	color: #555430;
	font-size: 125%;
    }
	
	  .menu li a:hover {
	text-decoration: underline;
	color: #555430;
	font-size: 125%;
    }
	
	  .menu li a:active {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 125%;
    }
	
	#cont_right {
	float: left;
	width: 305px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 20px;
	text-align: center;
}
	
	#cont_right2 {
	float: left;
	width: 305px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 20px;
	
}

#cont_left {
	width: 306px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C9C9BB;
	float: left;
	margin-top: 20px;
	text-align: center;
}

#cont_left2 {
	width: 306px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C9C9BB;
	float: left;
	margin-top: 20px;
	
}
#centre {
	width: 100%;
	text-align: center;
}
#bottom_container {
	width: 305px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	float: right;
	margin-top: 20px;
}


.accordion_toggle {
	display: block;
	height: 30px;
	width: 285px;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 14px;
	color: #555430;
	cursor: pointer;
	margin: 0 0 0 0;
	background-color: #ABAB85;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #949371;
		}
		
		.accordion_toggle_active {
	color: #ffffff;
	background-color: #555430;
	background-image: url(images/accordion_toggle_active.html);
	background-repeat: no-repeat;
	background-position: right top;
		}
		
		.accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}
			
			.accordion_content h2 {
	color: #A6A681;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-right: 10px;
	line-height: 120%;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
#prodnav {
	width: 250px;
	float: left;
	margin-top: 15px;
}

#prodnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
    }
   #prodnav li {
	margin: 0;
	padding: 0;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCCBE;
    }
	
#prodnav li a {
	text-decoration: none;
	color: #555430;
	line-height: 175%;
    }
	
	#prodnav li a:hover {
	text-decoration: underline;
	color: #555430;
    }
	
	#prodnav li a:active {
	text-decoration: underline;
	color: #FFFFFF;
    }
#image {
	float: left;
	width: 250px;
}
#copyright {
	width: 200px;
}

#foot2 {
	width: 672px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 90%;
}
