
/* Stoves Ranges */
/*******************************
*    Main Elements
*******************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
background-color: #7f7f7f;
}
div, p, span, body, li, ul, form, input, text, h1, h2, h3, h4, h5, a {
	margin: 0;
	padding: 0;
}

#wrapper {
	text-align: center;
	padding: 0;
background-color: #7f7f7f;
}

#container {
	margin: 0 auto;
	width: 768px;
	min-width: 768px;
	padding: 0 1px 0 1px;
	position: relative;
	background-color: #fff;
	text-align: center;
}
/******************************
*       Common Elements
******************************/
.clear {
	clear: both;
}
#contentLeft {
	width: 350px;
	min-width: 350px;
	float: left;
	text-align: left;
	padding: 15px 0 0 0;
}
#contentLeft p{
	font-size: 100%;
	margin: 5px 0 0 0;
	color: #666;
	padding: 0 15px 3px 15px;
}
h4 {
	color: #666;
	font-size: 120%;
	padding-left: 15px;
}
h3 {
	color: #404040;
	font-size: 150%;
	padding: 10px 0 6px 15px;
}
#contentRight {
	width: 390px;
	min-width: 390px;
	float: right;
	background-color: #E0E0E0;
	text-align: center;
}
#title {
	text-align: left;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	background-color: #bfbfbf;
	height: 40px;
}
#title h2 
{
	padding-left: 1em;
	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: #FFF;
}
.submit
{
	background-color: #fff;
	border: solid 1px #666666;
	color: #666666;
	font-weight: 700;
	padding: 2px;
}
/******************************
*    Header
******************************/
#header {
	height: 120px;
	min-height: 120px;
	background-color: #FFFFFF;
	position: relative;
}
#logo {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	width: 380px;
	min-width: 380px;
	height: 47px;
	min-height: 47px;
	background: #FFFFFF url(../graphics/logo.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: #81615c url(../graphics/menuBack.gif) repeat-x;
	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 {
	color: #5a423e;
	height: 25px;
	min-height: 25px;
}
#mainMenu a:active {
	color: #5a423e;
}
#mainMenu li#active a {
	color: #5a423e;
}
/*******************************
*      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 {
	padding: 30px 0 0 20px;
	color: 5a423e;
	font-size: 170%;
	color: #5a423e;
}
#homeBoxes {
	background-color: #fff;
	color: #000;
	text-align: left;
}
#titleLeft {
	width: 255px;
	float: left;
	display: inline;
}
#titleRight {
	width: 255px;
	float: right;
}
#titleMiddle {
	width: 256px;
	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;
}

.homeContent {
	background-color: #bebebe;
	padding: 10px;
	height: 140px;
}
.homeContent p {
	width: 105px;
	font-size: 90%;
	color: #666;
	float: left;
}
.homeContent a {
	color: #666;
	text-decoration: underline;
}
.homeContent a:hover {
	text-decoration: none;
}	
.homeContent img {
	float: right;
	margin-top: 4px;
}
/******************************
*     Recipes
******************************/
.recipeMain {
	margin: 20px 0 5px 0; 
}
#recipeLeft {
	width: 350px;
	min-width: 350px;
	float: left;
	text-align: left;
	padding: 0;
}
#recipeLeft p{
	font-size: 100%;
	margin: 5px 0 5px 0;
	color: #666;
	padding: 0 15px 3px 15px;
}
#recipeLeft .print
{
	background-color: #E0D6D2;
	border: solid 1px #404040;
	color: #404040;
	font-weight: 700;
	padding: 2px 5px;
	margin: 0;
}
	
.recipe {
	width: 350px;
	background: #e0e0e0;
	padding: 10px 20px 0 20px;
	text-align: left;
	border-bottom: solid 1px #fff;
}
.recipe p {
	width: 240px;
	color: #666;
	float: right;/*
	font-size: 100%;*/
	padding: 0 0 7px 0;
	margin: 0;
}
.recipe a {
	color: #666;
	text-decoration: underline;
}
.recipe a:hover {
	text-decoration: none;
}
.recipe img {
	float: left;
	margin-bottom: 10px;
}
#imagesLeft2 {
	text-align: center;
	padding: 10px 0 12px 0;
	text-align: center;
	width: 100%;
	margin-left: 12px;
}
.image3 {
	border: solid 1px #afb4b5;
	padding: 2px;
	background-color: #fff;
	margin: 0 20px 0 20px;
}
/****************************
*       Features
****************************/
#featuresLeft {
	background-color: #bfbfbf;
	border-right: solid 1px #fff;
	float: left;
}
#featuresMenu {
	width: 250px;
	min-width: 250px;
}

#featuresMenu ul
{
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 50px;
}
#featuresMenu li {
	list-style-type: none;
	position: relative;
	background-color: #e0e0e0;
	border-bottom: 1px solid #fff;
	text-align: left;
	/*background-image: (../)*/
}

#featuresMenu a {
	display: block;
	text-align: left;
	font-weight: 700;
	padding: 0.4em 75px 0.4em 25px;
	margin: 0;
}

#featuresMenu a:link, #featuresMenu a:visited {
	color: #666;
	text-decoration: none;
}

#featuresMenu a:hover {
	background-color: #c8c6c7;
	color: #919194;
}
.arrow {
	position: absolute;
	right: 15px;
	padding-top: 1px;
}
#featuresMiddle {
	width: 516px;
	min-width: 516px;
	background-color: #fff;
	float: left;
}
#featMiddRight {
	background-color: #e0e0e0;
	border-left: solid 1px #fff;
	display: block;
	float: right;
	padding: 1.99em 0;
}
.image4 {
	border: solid 1px #afb4b5;
	padding: 2px;
	background-color: #fff;
	margin: 1.99em;
}
.image5 {
	border: solid 1px #afb4b5;
	padding: 2px;
	background-color: #fff;
	margin: 0 1.99em;
}
#featMiddLeft {
	float: left;
	display: block;
	background-color: #fff;
	text-align: left;
}
#featMiddLeft p {
	width: 320px;
	padding: 5px 16px;
	color: #666;
	font-size: 100%;
}
#featMiddLeft a {
	color: #000;
	text-decoration: none;
}
#featMiddLeft a:hover {
	text-decoration: underline;
}
/****************************
*       Products
****************************/
#products {
	background-color: #fff;
}

#prodLeft {
	width: 179px;
	min-width: 179px;
	float: left;
	text-align: left;
}
#products h3 {
	color: #56575D;
	font-size: 120%;
	padding: 0.5em 0 0.5em 1;
	background-color: #bfbfbf;
}
#products h4 {
	color: #56575D;
	font-size: 110%;
	padding: 0.5em 0 0.5em 8px;
	text-align: left;
}
#products h5 {
	color: #56575D;
	font-size: 100%;
	padding: 0.5em 0 1em 0;
	text-align: left;
	clear: both;
}
.prodRight {
	width: 588px;
	min-width: 588px;
	float: right;
	background-color: #fff;
	border-left: solid 1px #fff;
}
.prodRight #PageContent
{
	background-color: #fff;
	text-align: left;
	padding: 10px;
	color: #666;
}
.prodRightLeft {
	width: 320px;
	min-width: 320px;
	float: left;
	background: #fff;
	text-align: left;
}
.prodRightLeft h5
{
	margin: 5px 5px 0 5px;
}
.prodRightLeft p
{
	margin: 5px;
}
.prodRightLeft a {
	padding-left: 0px;
	color: #666;
	text-decoration: none;
}
.prodRightLeft a:hover {
	text-decoration: underline;
}
#prodImage 
{
	padding: 10px 0;
	text-align: center;
}
#ovenFeatures {
	padding: 7px;
	background-color: #E0E0E0;
	text-align: left;
}
/* Fix for IE-win \*/
* html #ovenFeatures {
}
/* End Fix for IE-win */
.image6 {
	border: solid 1px #afb4b5;
	padding: 2px;
	background-color: #fff;
	margin: 0 7px;
}
#ovenFeatures h4 
{
	padding: 0 0 7px 0;
}
#ovenFeatures p {
	text-align: left;
	padding: 0;
	/*padding: 7px 0 0 0;*/
	color: #666;
}
#ovenFeatures a {
	font-weight: 700;
	text-decoration: none;
	color: #666;
}
#ovenFeatures a:hover {
	text-decoration: underline;
}
.prodRightRight {
	width: 258px;
	min-width: 258px;
	float: right;
	text-align: left;
	padding-left: 10px;
}
.prodRightRight h4{
	color: #56575D;
	font-size: 110%;
	padding: 0.5em 0 0.5em 0;
	margin: 0 0 0 -7px;
	text-align: left;
}
.prodRightRight a {
	padding-left: 0px;
	color: #666;
	text-decoration: none;
}
.prodRightRight a:hover {
	text-decoration: underline;
}
.prodRightRight ul {
	padding: 15px;
	margin: 0;
}
.prodRightRight p {
	text-align: left;
	color: red;
	padding: 8px 0 8px 0;
	color: #666;
}
.prodRightRight img 
{
	margin-left: 25	px;
	padding-bottom: 5px;
}
.prodUL li {
	padding: 0.2em 0 0.2em 0.5em;
	list-style: square;
	color: #666;
}
.prodMenu {
	width: 100%;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
.prodMenu ul
{
	margin-left: 0;
	padding-left: 0;
}
.prodMenu li {
	list-style-type: none;
	position: relative;
	background-color: #e0e0e0;
	border-bottom: 1px solid #fff;
	text-align: left;
}

.prodMenu a {
	display: block;
	text-align: left;
	font-weight: 700;
	padding: 0.4em 0 0.4em 2em;
	margin: 0;
	font-size: 100%;
}

.prodMenu a:link, .prodMenu a:visited {
	color: #919194;
	text-decoration: none;
}

.prodMenu a:hover {
	background-color: #c8c6c7;
	color: #919194;
}
.arrow2 {
	position: absolute;
	right: 7px;
	padding-top: 1px;
}
/***************************
*       Press Releases
***************************/
#pressLeft {
	width: 379px;
	min-width: 379px;
	height: 513px;
	min-height: 513px;
	background: url(../graphics/press-image.jpg) no-repeat;
	float: left;
}
#pressRight {
	text-align: left;
	padding: 15px 15px 0 0px;
	width: 360px;
	float: right;
}
#pressRight h3 {
	padding: 10px 0 10px 0;
	font-size: 130%;
	margin: 0;
	font-weight: 700;
}
#pressRight h5 {
	color: #666;
	font-weight: 700;
	font-size: 100%;
	padding: 20px 0 10px 0;
}
#pressRight a {
	color: #666;
	text-decoration: none;
	margin: 0px;
}
#pressRight a:hover {
	text-decoration: underline;
}
/****************************
*      Further Information
****************************/
#contact {
	padding: 17px 20px 130px 20px;
}
* html #contact {
	padding: 17px 20px 95px 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%;
	color: #666;
}
.c {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	color: #666;
	font-size: 100%;
	width: 30%;
}
.d {
	text-align: right;
}
#contact table {
	margin-top: 20px;
	margin-right: 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 15px 15px 23px;
	text-align: center;
}
#imagesRight {
	float: right;
	width: 360px;
	min-width: 360px;
	background-color: #E0E0E0;
	padding: 10px 15px 15px 15px;
}
/*****************************
*         Page
*****************************/
#contentPage
{
	padding: 10px;
	text-align: left;
	color: #666;
}
#contentPage h3
{
	width: 420px;
	font-size: 2.0em;
	margin: 0 0 5px 0;
	padding: 0;
	color: #404040;
}
.sIFR-hasFlash #contentPage h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 38px;
	color: #404040;
	margin: 0;
	padding: 0;
}
#contentPage h4
{
	width: 420px;
	font-size: 2.0em;
	margin: 0 0 5px 0;
	padding: 0;
	color: #404040;
}
.sIFR-hasFlash #contentPage h4 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 32px;
	color: #404040;
	margin: 0;
	padding: 0;
}
/*****************************
*         Footer
*****************************/
#footer {
	background-color: #404040;
	padding: 0.5em 0;
	border-top: 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: #fff;
}
#footer a:active {
	color: #fff;
}
#footer li#active a {
	color: #fff;
}
/********************************
*     FONT HEADLINES
********************************/
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}