/* Stoves Ranges */
/*******************************
*    Main Elements
*******************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #7F7F7F;
}
div, p, span, body, li, ul, form, input, text, h1, h2, h3, h4, a {
	margin: 0;
	padding: 0;
} 
#wrapper {
	text-align: center;
	padding: 0;
	/*background: #7F7F7F url(../graphics/shadow.gif) repeat-y center;*/
}
#container {
	margin: 0 auto;
	width: 767px;
	min-width: 767px;
	padding: 0 1px 0 1px;
	position: relative;
	background-color: #fff;
	text-align: center;
	position: relative;
}
/******************************
*       Common Elements
******************************/
.clear {
	clear: both;
}
#contentLeft {
	width: 350px;
	min-width: 350px;
	float: left;
	text-align: left;
	padding: 15px 0 0 0;
	background-color: #fff;
}
#contentLeft p{
	font-size: 100%;
	margin: 5px 0 0 0;
	color: #666;
	padding: 0 10px 10px 17px;
}
h4 {
	color: #666;
	font-size: 120%;
	padding-left: 17px;
	padding-bottom: 6px;
}
h3 {
	color: #404040;
	font-size: 150%;
	padding: 10px 0 10px 15px;
}
#contentRight {
	width: 390px;
	min-width: 390px;
	float: right;
	background-color: #BFBFBF;
}
#title {
	text-align: left;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	background-color: #BFBFBF;
	height: 40px;
}
#title h2 
{
	padding-left: 15px;
	line-height: 40px;
	font-size: 138%;
	color: #666;
}
.image {
	border: solid 1px #afb4b5;
	padding: 2px;
	background-color: #fff;
}
.image2 {
	border: solid 1px #afb4b5;
	padding: 2px;
	background-color: #fff;
	margin: 0 20px 0 20px;
}
#body {
	background-color: #BFBFBF;
}
.submit
{
	background-color: #fff;
	border: solid 1px #666666;
	color: #666666;
	font-weight: 700;
	padding: 2px;
}
#print
{
	background-color: #7F7F7F;
	border: solid 1px #666666;
	color: #fff;
	font-weight: 700;
	padding: 2px;
}
/******************************
*    Header
******************************/
#header {
	height: 120px;
	min-height: 120px;
	background-color: #FFF;
	position: relative;
}
#logo {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	width: 380px;
	min-width: 380px;
	height: 47px;
	min-height: 47px;
	background: #FFF url(../graphics/logo-black.gif) no-repeat;
	border-bottom: solid 1px #fff;
}
#logo a {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 380px;
	height: 47px;
}
#logo a h1{
	display: none;
}
/* Fix for IE-win \*/
* html #logo {
	margin-left: 10px;
}
/* End Fix for IE-win */
/* Main Menu */
#mainMenu {
	background: #404040;
	clear: both;
	height: 25px;
	min-height: 25px;
	width: 768px;
	min-width: 768px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: right;
}
#mainMenu ul {
	border: 0;
	list-style-type: none;
	text-align: center;
	float: right;
}
#mainMenu ul li {
	display: inline;
	float: left;
	text-align: center;
	padding: 0.3em 0;
}
#mainMenu ul li a {
	color: #fff;
	text-decoration: none;
	display: inline;
	text-align: center;
	padding: 6px 1.8em;
	border-left: solid 1px #fff;
	font-size: 110%;
}
#mainMenu ul li a:hover {
	height: 25px;
	min-height: 25px;
	color: #BFBFBF;
}
#mainMenu a:active {
	color: #BFBFBF;
}
#mainMenu li#active a {
	color: #BFBFBF;
}
/*******************************
*      Home Page
*******************************/
#homeImage {
	width: 768px;
	min-width: 768px;
	height: 227px;
	min-height: 227px;
	background: #FFFFFF url(../graphics/home-image.jpg) no-repeat;
	text-align: left;
}
#homeImage h1 {
	display: none;
}
#homeBoxes {
	background-color: #fff;
	color: #000;
	text-align: left;
}
#titleLeft {
	width: 255px;
	float: left;
	display: inline;
}
#titleRight {
	width: 255px;
	float: right;
}
#titleMiddle {
	width: 255px;
	float: left;
	margin-left: 1px;
}
.homeTitle {
	background-color: #404040;
	padding: 6px 0 5px 10px;
}
.homeTitle h2 {
	font-size: 110%;
	color: #fff;
	font-weight: normal;
}
.homeTitle a {
	text-decoration: none;
}
.homeImages {
	padding: 0;
}	
/******************************
*     Recipes
******************************/
#right {
	width: 442px;
	min-width: 442px;
	float: right;
	text-align: left;
	padding: 0;
	background-color: #fff;
	border-left: 1px solid #fff;
	color: #666666;
}
#right p {
	padding: 10px 30px 15px 17px;
	line-height: 1.5em;
}
#left {
	width: 323px;
	min-width: 323px;
	float: left;
	background-color: #BFBFBF;
}
#left h3 {
	font-size: 110%;
	padding: 0.5em 0 0.5em 15px;
	color: #666;
}
.recipeMain {
	margin: 20px 0 5px 0; 
}
#recipeLeft {
	width: 350px;
	min-width: 350px;
	float: left;
	text-align: left;
	padding: 0;
}
.recipe p{
	font-size: 100%;
	margin: 5px 0 5px 0;
	color: #666;
	padding: 0 10px 2px 110px;
}
	
.recipe {
	background: #BFBFBF;
	padding: 5px 5px 0 5px;
	text-align: left;
	border-bottom: solid 1px #fff;
	display: inline-block;
}
.recipe img {
	border: solid 1px #afb4b5;
	padding: 2px;
	background-color: #fff;
}
.recipe h4 {
	color: #666;
	padding: 1em 0 0 90px;
	font-size: 100%
}
.recipe a {
	color: #666;
	text-decoration: none;
}
.recipe a:hover {
	text-decoration: underline;
}
.recipe img {
	float: left;
	margin-bottom: 10px;
}
/****************************
*       FAQ's
****************************/
#faq {
	background-color: #fff;
}
#faqLeft {
	float: left;
	width: 320px;
	min-width: 320px;
	background-color: #BFBFBF;
	padding-bottom: 35px;
}
#faq h3 {
	color: #666;
	font-size: 100%;
}
#faqTitle {
	width: 100%;
	padding: 0.2em 0 0.2em 0;
	margin: 0;
	text-align: left;
	border-bottom: solid 1px #fff;
}
.faqBox {
	width: 309px;
	min-width: 309px;
	padding: 10px 0 10px 15px;
	text-align: left;
	border-bottom: solid 1px #fff;
}
/* Fix for IE-win \*/
* html .faqBox {
	width: 323px;
}
/* End Fix for IE-win */
.faqBox2 {
	width: 305px;
	min-width: 305px;
	padding: 10px 0 10px 15px;
	text-align: left;
	border-bottom: solid 1px #fff;
	background-color: #E0E0E0;
}
/* Fix for IE-win \*/
* html .faqBox2 {
	width: 323px;
}
/* End Fix for IE-win */
.faqBox2 img {
	float: left;
}
.faqBox2 p {
	float: right;
	text-align: left;
	/*width: 220px;*/
	padding: 15px 10px 10px 0;
}

#faq a:hover {
	text-decoration: underline;
}
.faqBox img {
	float: left;
}
.faqBox p {
	text-align: left;
	/*float: left;
	width: 220px;*/
	padding: 15px 10px 10px 0;
}
.link {
	text-align: right;
	padding: 0 10px 0 0;
	color: #404040;
}
.link a {
	text-decoration: none;
	font-weight: 700;
	color: #404040;
}
.link a:hover {
	text-decoration: underline;
}
#faqRight {
	width: 410px;
	min-width: 410px;
	float: right;
	text-align: left;
	background-color: #fff;
	padding: 20px 10px 20px 10px;
}
#faqRight p {
	margin-top: 20px;
}
/* Fix for IE-win \*/
* html #faqRight p {
	padding-bottom: 135px;
}
/* End Fix for IE-win */
#faqImages {
	width: 410px;
	position: absolute;
	right: 0px;
	bottom: 28px;
	text-align: center;
	padding-right: 15px;
	padding-bottom: 20px;
	background-color: #fff;
}
.image5 {
	border: solid 1px #afb4b5;
	padding: 2px;
	background-color: #fff;
	margin: 0 20px 0 20px ;
}
/****************************
*       Products
****************************/
#products {
	background-color: #BFBFBF;
}
.image4 {
	border: solid 1px #afb4b5;
	padding: 2px;
	background-color: #fff;
	margin: 40px 0;
}
#prodLeft {
	width: 179px;
	min-width: 179px;
	float: left;
	text-align: left;
}
#products h3 {
	color: #404040;
	font-size: 120%;
	padding: 0 0 0.5em 0;
	text-align: left;
}
#products h4 {
	color: #404040;
	font-size: 110%;
	padding: 0.5em 0;
	text-align: left;
}
#products p {
	text-align: left;
	padding: 0 10px 0 0;
}
#prodRight {
	width: 566px;
	min-width: 566px;
	float: right;
	background-color: #fff;
	border-left: solid 1px #fff;
	text-align: left;
	padding: 10px;
}
#prodRight ul 
{
	padding-left: 20px;
}
#prodRight ul li
{
	padding: 3px 0;
}
#prodMenu {
	width: 100%;
}
#prodMenu ul
{
	margin-left: 0;
	padding-left: 0;
}
#prodMenu li {
	list-style-type: none;
	position: relative;
	border-bottom: 1px solid #fff;
	text-align: left;
}

#prodMenu a {
	display: block;
	text-align: left;
	padding: 0.4em 0 0.4em 15px;
	margin: 0;
	font-size: 100%;
	border-bottom: 1px solid #fff;
}

#prodMenu a:link, #prodMenu a:visited {
	color: #56575D;
	text-decoration: none;
}

#prodMenu a:hover {
	background-color: #666666;
	color: #BFBFBF;
}
.arrow2 {
	position: absolute;
	right: 7px;
	padding-top: 1px;
}
/****************************
*      Page
****************************/
#page {
	background-color: #BFBFBF;
	text-align: left;
}
#pageLeft {
	width: 179px;
	min-width: 179px;
	float: left;
	text-align: left;
}
#page h3 {
	color: #404040;
	font-size: 120%;
	padding: 0 0 0.5em 0;
	text-align: left;
}
#page p {
	text-align: left;
	padding: 5px 0 10px 0;
}
#pageRight {
	width: 586px;
	min-width: 586px;
	float: right;
	border-left: solid 1px #fff;
	background: #fff url(../graphics/right-background.gif) repeat-y right top;
}
#pageRightLeft {
	width: 410px;
	min-width: 410px;
	float: left;
	text-align: left;
	padding: 20px 0 10px 20px;
	color: #666666;
}
#pageRightLeft li
{
	padding: 2px 0;
}
#pageRightRight {
	width: 145px;
	min-width: 145px;
	float: right;
	text-align: center;
	padding: 20px 0 100px 0;
	background-color: #E0E0E0;
}
#pageMenu {
	width: 100%;
}
#pageMenu ul
{
	margin-left: 0;
	padding-left: 0;
}
#pageMenu li {
	list-style-type: none;
	position: relative;
	border-bottom: 1px solid #fff;
	text-align: left;
}

#pageMenu a {
	display: block;
	text-align: left;
	padding: 0.4em 0 0.4em 15px;
	margin: 0;
	font-size: 100%;
	border-bottom: 1px solid #fff;
}

#pageMenu a:link, #pageMenu a:visited {
	color: #56575D;
	text-decoration: none;
}

#pageMenu a:hover {
	background-color: #666666;
	color: #BFBFBF;
}
#pageMenu a#selected {
	background-color: #666666;
	color: #BFBFBF;
}
.arrow2 {
	position: absolute;
	right: 7px;
	padding-top: 1px;
}
/****************************
*      Further Information
****************************/
#contact {
	padding: 17px 20px 5px 20px;
	margin-bottom: 330px;
}
* html #contact {
	padding: 17px 20px 25px 20px;
}
/* End Fix for IE-win */
#contact h3 {
	padding-bottom: 10px;
	text-align: left;
	color: #666;
	font-size: 130%;
}
.a {
	text-align: right;
	vertical-align: centre;
	font-weight: bold;
	color: #666;
	font-size: 100%;
	width: 30%;
}
.b {
	text-align: left;
	width: 65%;
}
.c {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	color: #666;
	font-size: 100%;
	width: 30%;
}
.d {
	text-align: right;
}
#contact table {
	width: 95%;
	margin-top: 20px;
}
#contact td {
	padding: 2px 0 5px 15px;
}
#contact textarea, checkbox {
	margin-left: 0px;
}
#contact textarea {
		overflow: hidden;
		width: 203px;
		height: 80px;
}
#contact p {
	padding-left: 5px;
	width: 180px;
	float: right;
}
#tick {
	float: left;
}
#imagesLeft {
	float: left;
	padding: 10px 10px 15px 10px;
	text-align: center;
}
#imagesRight {
	float: right;
	width: 370px;
	min-width: 370px;
	background-color: #BFBFBF;
	padding: 10px 10px 15px 10px;
}
/*****************************
*         Footer
*****************************/
#footer {
	background-color: #404040;
	padding: 0.5em 0;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	width: 768px;
}
#footer ul {
	display: inline;
	list-style-type: none;
}
#footer ul li {
	display: inline;
	padding: 0;
}

#footer ul li a {
	color: #fff;
	text-decoration: none;
	display: inline;
	text-align: center;
	border-left: solid 1px #fff;
	padding: 0 1.2em;
	font-size: 90%;	
}
#footer ul li a.first {
	border-left: none;
}
#footer ul li a:hover {
	text-decoration: underline;
	color: #BFBFBF;
}
#footer a:active {
	color: #BFBFBF;
}
#footer li#active a {
	color: #BFBFBF;
}
