/* CSS Document */
body {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 9px 0 0 0;
	padding: 0 0 10px 0;
}
div
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/***********************************
*         MAIN ELEMENTS
***********************************/
#container {
	width:750px;
	min-width: 750px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #ffffff;
	padding: 0 0 0 0;
}
.HideText
{
	text-indent: -5000px;
}
h1 {
	font-size: 190%;
	margin: 0px;
	padding: 0 0 5px 0;
	color: #f7931d;
}
h2 {
	font-size: 190%;
	margin: 0px;
	padding: 0 0 5px 0;
	color: #f7931d;
}
h3 {
	font-size: 130%;
	margin: 0px;
	padding: 0 0 5px 0;
	color: #f7931d;
	display: block;
}
h4 {
	font-size: 120%;
	margin: 0;
	padding: 10px 0 5px 0;
	color: #f7931d;
}
h5 {
	font-size: 110%;
	margin: 0px;
	padding: 0 0 5px 0;
	color: #f793ld;
}
/**************************************
*          HEADER SECTION
**************************************/
#header {
	margin: 0;
	padding: 0;
	position: relative;
}
#logo {
	position: absolute;
	z-index: 120;
	top: 30px;
	right: 50px;
	width: 222px;
	height: 80px;
	background: url(../Graphics/logo.gif) no-repeat;
}
#logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 222px;
	height: 80px;
}
#logo a h1{
	display: none;
}
/* there will be multiple banners that can be applied through the admin system */
#cookingWithPassion {
	height: 172px;
	min-height: 172px;
	padding: 0;
	margin: 0;
	background-image: url(../Graphics/header-back.gif);
	background-repeat: no-repeat;
}
/**************************************
*            MENU
**************************************/
#menu {
	width: 160px;
	min-width: 160px;
	padding: 30px 0 0 0;
	margin: 0;
	float: left;
}
/* Fix for IE-win \*/
* html #menu {
	padding-top: 37px;
}
/* End Fix for IE-win */
#menu ul.navlist {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	display: block;
}
#menu ul.navlist li {
	margin: 2px 0;
	padding: 0;
	background-color: #c0272d;
	font-size: 1em;
	color: #ffffff;
}

#menu ul.navlist li a { 
	color: #ffffff;
	text-decoration: none;
	display: block;
	font-weight: 600;
	padding: 3px 9px;
}
#menu ul.navlist li a:hover, #menu ul.navlist li.Selected a {
	color: #eabfaf;
}
#menu ul.navlist li.Highlight a 
{
	background-color: #FFF200;
	color: #C0272D;
}

/***************************
*    SUB MENU DEFAULT
**************************/
#menu ul.subMenu {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	display: block;
}
#menu ul.subMenu li {
	margin: 2px 0;
	padding: 0.2em 0.6em 0.2em 1.2em;
	background-color: #f7931d;
	font-size: 0.9em;
}
#menu ul.subMenu li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	font-weight: 600;
}
#menu ul.subMenu li a:hover, #menu ul.subMenu li.Selected a {
	color: #eabfaf;
}
/***************************
*    SUB MENU DARK ORANGE
**************************/
#menu ul.subMenu li.darkOrange {
	background-color: #f26522;
}
/***************************
*    SUB MENU LIGHT RED
**************************/
#menu ul.subMenu li.lightRed {
	background-color: #ed1c24;
}
/***************************
*    SUB MENU DARK RED
**************************/
#menu ul.subMenu li.darkRed {
	background-color: #d9343d;
}
/***************************
*       HOME PAGE
***************************/
#homeLeft {
	width: 177px;
	min-width: 177px;
	float: left;
	margin-left: 2px;
}
#homeRight {
	width: 177px;
	min-width: 177px;
	float: right;
	margin-right: 6px;
}
#homeMiddle {
	width: 177px;
	min-width: 177px;
	margin-left: 200px;
}
/* Fix for IE-win \*/
* html #homeMiddle {
	margin-left: 195px;
}
/* End Fix for IE-win */
.homePanel {
	height: 228px;
	min-height: 228px;
	margin-bottom: 14px;
	position: relative;
}
/* Fix for IE-win \*/
* html #homePanel {
	margin-bottom: 11px;
}
/* End Fix for IE-win */
.homePanel a {
	position: absolute;
	top: 0;
	left: 0;
	width: 178px;
	height: 228px;
}
.homePanel a h1{
	display: none;
}
.homePanel2 {
	height: 208px;
	min-height: 208px;
	padding: 10px;
	border: solid 1px #f7931d;
	margin: 0 auto;
	text-align: center;
}
.homePanel2 p {
	margin: 0 0 6px 0;
	text-align: left;
}
.homePanel2 img {
	clear: both;
}
.builtIn {
	background: url(../graphics/built-in.jpg) no-repeat;
	height: 228px;
	min-height: 228px;
}
.freeStanding {
	background: url(../graphics/freestanding.jpg) no-repeat;
	height: 228px;
	min-height: 228px;
}
.ranges {
	background: url(../graphics/range.jpg) no-repeat;
	height: 228px;
	min-height: 228px;
}
.integrated {
	background: url(../graphics/other-appliances.jpg) no-repeat;
	height: 228px;
	min-height: 228px;
}
.other {
	background: url(../graphics/hoods-splashbacks.jpg) no-repeat;
	height: 228px;
	min-height: 228px;
}
	
/***************************
*    CONTENT
**************************/
#content {
	width: 580px;
	min-width: 580px;
	margin: 0;
	padding: 30px 0 0 10px;
	float: left;
	font-size: 0.9em;
}
#content a {
	color: #f7931d;
}

.sIFR-hasFlash #content h1 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 190%;
	color: #f7931d;
}
#content .print{
	background:url(../graphics/print-but.gif) no-repeat;
	position: relative;
	float: right;
	font-size: 90%;
	font-weight: 700;
	color: #f7931d;
	border: solid 0px #000;
	width: 80px;
	margin: 0;
	margin-right: 10px;
	padding: 7px 0;
	text-align: center;
	cursor: pointer;
}
#content select.retailer
{
	width: 150px;
}
#content div.EliteRetailerDetails
{
	border: solid 2px #F7931D;
}

#content div.RetailerDetails
{
	border: solid 2px #FFF200;
}

#content div.EliteRetailerDetails, #content div.RetailerDetails
{
	float: left;
	width: 186px;
	padding: 0 5px 5px 5px;
	font-size: 90%;
	height: 275px;
	margin: 0 5px 5px 0;
}

#content div.EliteRetailerDetails dl, #content div.RetailerDetails dl
{
	margin-bottom: 0;
	margin-top: 0;
}

#content div.EliteRetailerDetails dd, #content div.RetailerDetails dd
{
	margin-left: 10px;
}

#content div.EliteRetailerDetails dt, #content div.RetailerDetails dt
{
	font-weight: 700;
}

#content div.EliteRetailerDetails a, #content div.RetailerDetails a
{
	float: right;
}
/***************************
*    BREAD CRUMB
**************************/
#content #breadCrumb {
	padding: 0.3em 1.2em 0.3em 0.3em; 
	margin-bottom: 10px;
	font-size: 90%;
	color: #a9aaac;
	}
#content #breadCrumb ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 
#content #breadCrumb ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}
#content #breadCrumb li a {
	color: #a9aaac;
	text-decoration: none;
	font-weight: 600;
}
#content #breadCrumb li a:hover {
	text-decoration: underline;
}
/***************************
*    PAGE CONTENT
**************************/
#content #centerPanel {
	width: 420px;
	min-width: 420px;
	float: left;
	margin-bottom: 5px;
}
#content #centerPanel .box {
	padding: 0;
	margin: 0 0 10px 0;
	background-color: #FFFFFF;
	width: 410px;
	min-width: 410px;
	float: left;
}
#content #centerPanel .borderedBox 
{
	padding: 5px;
	margin: 0 0 10px 0;
	background-color: #FFFFFF;
	border: solid 1px #F7931D;
	width: 400px;
	min-width: 400px;
	float: left;
}
#content #centerPanel .boxHalfWidth {
	padding: 10px;
	margin: 0 10px 10px 0;
	background-color: #FFFFFF;
	width: 178px;
	min-width: 178px;
	float: left;
	border: solid 1px #f7931d;
}
/**************************************
*         PAGE CONTENT SECTION
**************************************/
#content #centerPanel #homePanel2 .pageContent h3
{
	font-size: 130%;
	margin: 0 0 5px 0;
	padding: 0;
	color: #f7931d;
}
.sIFR-hasFlash #content #centerPanel .pageContent h3 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 130%;
	line-height: 24px;
	color: #f7931d;
}
#content #centerPanel .pageContent h4
{
	font-size: 120%;
	margin: 0 0 5px 0;
	padding: 0;
	color: #f7931d;
}
.sIFR-hasFlash #content #centerPanel .pageContent h4 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 120%;
	line-height: 22px;
	color: #f7931d;
}
#content #centerPanel .pageContent h5
{
	font-size: 110%;
	margin: 0;
	padding: 0;
	color: #f7931d;
}
#content #centerPanel .pageContent p
{
	margin: 0;
	padding: 0 0 10px 0;
}
#content #centerPanel .pageContent img
{
	padding: 0 5px;
}
#content #centerPanel .pageContent p a
{
	text-decoration: none;
}
#content #centerPanel .pageContent p a:hover
{
	text-decoration: underline;
}
#content #centerPanel .pageContent ul
{
	/*display: block;*/
}
/*************************************
*         CATEGORIES
*************************************/
.categories
{
}
.categories a {
	text-decoration: none;
}
.categories a:hover {
	text-decoration: underline;
}
.categories h3
{
	font-size: 130%;
	margin: 0 0 5px 0;
	padding: 0;
	color: #f7931d;
}
.sIFR-hasFlash #content .categories h3 {
	visibility: hidden;
	letter-spacing: -9px;
	line-height: 28px;
	color: #f7931d;
}
.categories p {
	margin: 5px 0;
	clear: both;
}
.categories img {
	float: right;
	margin-left: 10px;
	border: 0;
}
.categories p a {
	color: #f7931d;
	text-decoration: none;
	font-weight: bold;
}
.categories p a:hover {
	text-decoration: underline;
}
/*************************************
*         PRODUCTS
*************************************/
.product 
{
}
.product a{
	text-decoration: none;
}
.product a:hover{
	text-decoration: underline;
}
.product h3
{
	width: 230px;
	font-size: 130%;
	margin: 0 0 5px 0;
	padding: 0;
	color: #f7931d;
}
.sIFR-hasFlash #content .product h3 {
	visibility: hidden;
	letter-spacing: -9px;
	line-height: 24px;
	color: #f7931d;
}
.product p {
	margin: 5px 0;
}
.productImage {
	float: right;
	border: 0;
	width: 150px;
}
.product p a {
	color: #f7931d;
	text-decoration: none;
	font-weight: bold;
}
/*.product p a:hover {
	text-decoration: underline;
}*/
.product ul {
	margin: 0 0 0 15px;
	padding: 10px 0 0 0;
	color: #666;
}
/*************************************
*         PRODUCTS DETAILS
*************************************/
.productDetails {
}
.productDetails h3
{
	font-size: 130%;
	margin: 0 0 5px 0;
	padding: 0;
	color: #f7931d;
}
.sIFR-hasFlash #content .productDetails h3 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 130%;
	line-height: 22px;
	color: #f7931d;
}
#prodImages {
	float: right;
	padding: 20px 0 0 0;
	width: 150px;
	min-width: 150px;
}
.product p.buttons, .productDetails p.buttons
{
	width: 210px;
	height: 25px;
}
/*************************************
*         LINKED PRODUCTS
*************************************/
.productAccessories, .matchingProducts, .similarProducts
{
	/*font-size: 90%;*/
}
.productAccessories h3, .matchingProducts h3, .similarProducts h3
{
	font-size: 130%;
	padding: 0 0 5px 0;
	margin: 0;
	color: #f7931d;
	/*border: solid 1px red;*/
}
.sIFR-hasFlash .productAccessories h3,
.sIFR-hasFlash .matchingProducts h3,
.sIFR-hasFlash .similarProducts h3
{
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 130%;
	line-height: 20px;
	color: #f7931d;
}
.productAccessories a, .matchingProducts a, .similarProducts a
{
	font-weight: 700;
}
.productAccessories a, .matchingProducts a, .similarProducts a
{
	text-decoration: none;
}
.productAccessories a:hover, .matchingProducts a:hover, .similarProducts a:hover
{
	text-decoration: underline;
}
.productAccessories p, .matchingProducts p, .similarProducts p
{
	padding: 3px 0 0 0;
	margin: 0;
}
.productAccessories img, .matchingProducts img, .similarProducts img {
	float: left;
	padding-right: 10px;
}
/*************************************
*         PRODUCTS BUTTONS
*************************************/
.more{
	background: url(../graphics/search-but.gif) no-repeat;
 	position: relative;
	float: left;
	font-size: 0.9em;
	font-weight: 300;
	color: red;
	border: solid 0px #000;
	width: 80px;
	margin: 0;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
 }
 .spec{
	background: url(../graphics/spec-button.gif) no-repeat;
	position: relative;
	float: left;
	font-size: 0.9em;
	font-weight: 700;
	border: solid 0px #000;
	width: 115px;
	margin: 0;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
 }
 .compare{
	 background: url(../graphics/search-but.gif) no-repeat;
 	position: relative;
	float: left;
	font-size: 0.9em;
	font-weight: 700; 
	border: solid 0px #000;
	width: 80px;
	margin: 0;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
 }
 .zoom{
 	background: url(../graphics/search-but.gif) no-repeat;
	position: relative;
	float: left;
	font-size: 0.9em;
	font-weight: 700; 
	border: solid 0px #000;
	width: 80px;
	margin: 0;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
}
/***************************
*    RIGHT PANEL
**************************/
#rightPanel {
	width: 160px;
	min-width: 160px;
	float: right;
}
/************************************
*      HOME PAGE PRODUCT FINDER
************************************/
.sIFR-hasFlash #homePanel2 h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 130%;
	color: #f7931d;
	margin: 0;
	padding: 0;
}
.homePanel2 p {
	margin-top: 6px;
	text-align: left;
}
.homePanel2 select {
	background-color: #f8e7d2;
	margin: 6px 0;
	width: 130px;
}
.borderedBox input.textbox, .homePanel2 input.textbox {
	background-color: #f8e7d2;
	width: 120px;
	margin: 6px 0;
	padding: 2px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.submit {
	background-color: #fff;
	border: 0;
	width: 82px;
	min-width: 82px;
	height: 30px;
	min-height: 30px;
	background: url(../graphics/search-but.gif) no-repeat;
	margin: 0;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f7931d;
	font-weight: 700;
}
.homePanel2 .dropdown {
	margin-top: 3px;
}
/* Fix for IE-win \*/
* html .dropdown {
	margin-top: 0px;
}
/* End Fix for IE-win */
.homePanel2 #advan {
	margin: 0;
	padding: 0;
}
/* Fix for IE-win \*/
* html #advan {
	margin-top: -18px;
}
/* End Fix for IE-win */
.clear {
	clear: both;
}

/**************************************
*     RIGHT PANEL - PRODUCT FINDER
**************************************/
#rightPanel .borderedBox {
	border: solid 1px #f7931d;
	width: 148px;
	min-width: 148px;
	padding: 10px 5px;
	background-color: #FFF;
	text-align: center;
	margin-bottom: 10px;
}
.sIFR-hasFlash #rightPanel .borderedBox h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 135%;
	color: #f7931d;
	margin: 0;
	padding: 0;
}
#rightPanel .borderedBox p {
	margin-top: 6px;
	text-align: left;
}
#rightPanel .borderedBox select {
	background-color: #f8e7d2;
	margin: 6px 0;
	width: 130px;
}
#rightPanel .borderedBox input.textBox {
	background-color: #f8e7d2;
	width: 120px;
	margin: 6px 0;
	padding: 2px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#rightPanel .borderedBox .submit {
	border: 0;
	width: 82px;
	min-width: 82px;
	height: 30px;
	min-height: 30px;
	background: url(../graphics/search-but.gif) no-repeat;
	margin: 0;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f7931d;
	font-weight: 700;
}
#rightPanel .borderedBox .dropdown {
	margin-top: 10px;
}
/* Fix for IE-win \*/
* html .dropdown {
	margin-top: 0px;
}
/* End Fix for IE-win */
#rightPanel .borderedBox #advan {
	margin: 0;
	padding: 0;
}
/* Fix for IE-win \*/
* html #advan {
	margin-top: -18px;
}
/* End Fix for IE-win */
.clear {
	clear: both;
}
/***************************
*    FOOTER
**************************/
#footer {
	clear: both;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 0 0;
	font-size: 80%;
}
#footer a {
	color: #666666;
	text-decoration: none;
	margin-right: 12px;
}
#footer a:hover {
	text-decoration: underline;
}
/********************************
*     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;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
/* decoy styles are now with there respective counterparts */
/********************************
*           CLEARFIX
********************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
