/* CSS Document */
body {
	background-color: #7f7f7f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 9px 0 0 0;
	padding: 0 0 10px 0;
}
div
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Left
{
	float: left;
}
.Right
{
	float: right;
}
.DisplayBlock
{
	display: block;
}
.HideText
{
	text-indent: -5000px;
}
.ErrorText
{
	color: #FF0000;
	font-weight: 700;
}
.PaddingTop
{
	padding-top: 10px;
}
.Bold
{
	font-weight: 700;
}
/***********************************
*         MAIN ELEMENTS
***********************************/
#container {
	width:750px;
	min-width: 750px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #bfbfbf;
	padding: 0 0 0 0;
}
/**************************************
*          HEADER SECTION
**************************************/
#header {
	margin: 0;
	padding: 0;
}
/* there will be multiple banners that can be applied through the admin system */
#header #Asparagus {
	height: 150px;
	min-height: 150px;
	padding: 0;
	margin: 0;
	background-image: url(../Graphics/Banners/Asparagus.jpg);
	background-repeat: no-repeat;
	border-top: solid 1px #7f7f7f;
}
#header #Cucumber {
	height: 150px;
	min-height: 150px;
	padding: 0;
	margin: 0;
	background-image: url(../Graphics/Banners/Cucumber.jpg);
	background-repeat: no-repeat;
	border-top: solid 1px #7f7f7f;
}
#header #FishKebab {
	height: 150px;
	min-height: 150px;
	padding: 0;
	margin: 0;
	background-image: url(../Graphics/Banners/Fish-Kebab.jpg);
	background-repeat: no-repeat;
	border-top: solid 1px #7f7f7f;
}
#header #Mussel {
	height: 150px;
	min-height: 150px;
	padding: 0;
	margin: 0;
	background-image: url(../Graphics/Banners/Mussel.jpg);
	background-repeat: no-repeat;
	border-top: solid 1px #7f7f7f;
}
#header #Pizza {
	height: 150px;
	min-height: 150px;
	padding: 0;
	margin: 0;
	background-image: url(../Graphics/Banners/Pizza.jpg);
	background-repeat: no-repeat;
	border-top: solid 1px #7f7f7f;
}
#header #SaladCroutons {
	height: 150px;
	min-height: 150px;
	padding: 0;
	margin: 0;
	background-image: url(../Graphics/Banners/Salad-and-Croutons.jpg);
	background-repeat: no-repeat;
	border-top: solid 1px #7f7f7f;
}
#header #Tart {
	height: 150px;
	min-height: 150px;
	padding: 0;
	margin: 0;
	background-image: url(../Graphics/Banners/Tart.jpg);
	background-repeat: no-repeat;
	border-top: solid 1px #7f7f7f;
}
#strap {
	height: 58px;
	min-height: 58px;
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #404040;
	text-align: left;
	background-image: url(../Graphics/logo-and-strap.jpg);
	background-repeat: no-repeat;
	background-position: 18px 5px;
	text-indent: -5000px;
}
#strap a 
{
	width: 400px;
	height: 58px;
	min-height: 58px;
	position:relative;
	float:left;
	margin: 0 0 0 10px;
	overflow:hidden;
	text-indent:-9000px;
}
/**************************************
*            MENU
**************************************/
#menu {
	width: 160px;
	min-width: 160px;
	padding: 0;
	margin: 0;
	float: left;
	background-color: #bfbfbf;
}
#menu ul.navlist {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	display: block;
}
#menu ul.navlist li {
	margin: 2px 0;
	padding: 0.2em 0.6em;
	background-color: #404040;
	font-size: 14px;
	font-weight: bold;
	color: #bfbfbf;
}

#menu ul.navlist li a {
	color: #bfbfbf;
	text-decoration: none;
	display: block;
	overflow: hidden;
}
#menu ul.navlist li a:hover, #menu ul.navlist li.Selected a {
	color: #666666;
}
/***************************
*    SUB MENU
**************************/
#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: #7f7f7f;
	font-size: 14px;
	font-weight: bold;
	color: #bfbfbf;
}
#menu ul.submenu li a {
	color: #bfbfbf;
	text-decoration: none;
	display: block;
	overflow: hidden;
}
#menu ul.submenu li a:hover, #menu ul.submenu li.Selected a {
	color: #404040;
}
/***************************
*    CONTENT
**************************/
#content {
	width: 570px;
	min-width: 570px;
	margin: 0;
	padding: 0 10px 0 10px;
	float: left;
	font-size: 0.9em;
	top: 200px;
}
#content a {
	color: #404040;
}
#content h2 {
	font-size: 1.4em;
	margin: 0px;
	padding: 0 0 5px 0;
	color: #404040;
}
.sIFR-hasFlash #content h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 1.4em;
	line-height: 28px;
}
#content .print{
	background:url(../Graphics/print-but.gif) no-repeat top right;
	position: relative;
	float: right;
	font-size: 0.9em;
	font-weight: 700;
	color: #404040;
	border: solid 0px #000;
	width: 400px;
	margin: 0;
	padding: 7px 18px 7px 0;
	text-align: right;
	cursor: pointer;
}
/***************************
*    HOME PAGE
**************************/
#content .boxFullWidth
{
	background-color: #fff;
	padding: 5px;
	border: solid 1px #000;
	float: left;
	margin-bottom: 10px;
}
#content .boxFullWidth h2 {
	font-size: 1.0em;
	margin: 0px;
	padding: 0 0 5px 0;
	color: #fff;
	width: 420px;
	float: left;
}
#content .fullWidth
{
	width: 560px;
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
.sIFR-hasFlash #content .boxFullWidth h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 1.6em;
	line-height: 30px;
}
#content h2 {
	margin: 0;
	padding: 0;
}
.sIFR-hasFlash #content h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 1.4em;
	line-height: 24px;
}
#content .brianTurner
{
	background: url(../Graphics/HomePage/Brian-Turner-homepage-banner.jpg) no-repeat;
	padding: 10px 25px 0 270px;
	width: 265px;
	height: 167px;
	float: left;
	color: #ffffff;
	margin-top: 10px;
}
#content .banner
{
	background: url(../Graphics/HomePage/Stoves-Salad-Fatigue.jpg) no-repeat;
	padding: 10px 25px 0 270px;
	width: 265px;
	height: 167px;
	float: left;
	color: #ffffff;
	margin-top: 10px;
}
.sIFR-hasFlash #content .brianTurner h2,. sIFR-hasFlash #content .banner h2
{
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 2.2em;
	line-height: 30px;
	width: 200px;
	color: #ffffff;
}
#content .brianTurner p, #content .banner p
{
	width: 260px;
	font-size: 1.2em;
}
#content .brianTurner a, #content .banner a
{
	color: #ffffff;
}
#freestanding {
	width: 175px;
	min-width: 175px;
	margin-right: 19px;
	/*height: 395px;
	min-height: 395px;*/
	float: left;
}
#freestanding h2
{
	margin-left: 25px;
}
#freestanding h2.Cookers
{
	margin-left: 45px;
	margin-top: 0px;
	width: 100px;
}
#builtin {
	width: 175px;
	min-width: 175px;
	height: 175px;
	min-height: 175px;
	float: left;
	margin-right: 20px;
}
#builtin h2
{
	margin-left: 50px;
	width: 100px;
}
#builtin h2.Second
{
	margin-left: 15px;
	margin-top: 0px;
	width: 175px;
}
#ranges {
	width: 175px;
	min-width: 175px;
	height: 175px;
	min-height: 175px;
	float: left;
}
#ranges h2
{
	margin-left: 53px;
	width: 100px;
}
#ranges h2.Cookers
{
	margin-left: 43px;
	margin-top: 0px;
	width: 100px;
}

#compImage {
	padding: 0 10px 10px 0;
	float: left;
}
/***************************
*    BREAD CRUMB
**************************/
#content #breadCrumb {
	padding: 0.3em 1.2em 0.3em 0; 
	margin-bottom: 10px;
	font-size: 0.9em;
	font-weight: bold;
	color: #666666;
}
#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 ul li a {
	font-weight: bold;
	color: #404040;
	text-decoration: none;
}
#content #breadCrumb ul li a:hover {
	text-decoration: none;
}
/***************************
*    PAGE CONTENT
**************************/
#content #centerPanel {
	width: 400px;
	min-width: 400px;
	float: left;
	margin-bottom: 5px;
}
#content #centerPanel ul 
{
	margin: 10px 0 10px 20px;
	padding: 0;
}
#content #centerPanel .box {
	padding: 10px;
	margin: 0 0 10px 0;
	background-color: #FFFFFF;
	width: 380px;
	min-width: 380px;
	float: left;
}
#content #centerPanel .boxHalfWidth {
	padding: 10px;
	margin: 0 0 10px 0;
	background-color: #FFFFFF;
	width: 175px;
	min-width: 175px;
}
#content #centerPanel .boxHalfWidth h3 {
	font-size: 1.5em;
	margin: 0 0 5px 0;
	padding: 0;
	color: #404040;
}
.sIFR-hasFlash #content #centerPanel .boxHalfWidth h3 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 20px;
	line-height: 24px;
}
/**************************************
*         PAGE CONTENT SECTION
**************************************/
#content #centerPanel .pageContent h3
{
	font-size: 1.5em;
	margin: 0 0 5px 0;
	padding: 0;
	color: #404040;
	clear: both;
}
.sIFR-hasFlash #content #centerPanel .pageContent h3 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 20px;
	line-height: 24px;
}
#content #centerPanel .pageContent h4
{
	font-size: 140%;
	margin: 0 0 5px 0;
	padding: 0;
	color: #404040;
}
.sIFR-hasFlash #content #centerPanel .pageContent h4 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 18px;
	line-height: 22px;
}
#content #centerPanel .pageContent h5
{
	font-size: 120%;
	margin: 0;
	padding: 0;
	color: #404040;
}
#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;
	font-weight: 700;
}
#content #centerPanel .pageContent p a:hover
{
	text-decoration: underline;
}
#content #centerPanel div.EliteRetailerDetails
{
	border: solid 2px #404040;
}

#content #centerPanel div.RetailerDetails
{
	border: solid 2px #bfbfbf;
}

#content #centerPanel div.EliteRetailerDetails, #content #centerPanel div.RetailerDetails
{
	float: left;
	width: 170px;
	padding: 0 5px 5px 5px;
	font-size: 90%;
	height: 275px;
	margin: 0 5px 5px 0;
}

#content #centerPanel div.EliteRetailerDetails dl, #content #centerPanel div.RetailerDetails dl
{
	margin-bottom: 0;
	margin-top: 0;
}

#content #centerPanel div.EliteRetailerDetails dd, #content #centerPanel div.RetailerDetails dd
{
	margin-left: 10px;
}

#content #centerPanel div.EliteRetailerDetails dt, #content #centerPanel div.RetailerDetails dt
{
	font-weight: 700;
}

#content #centerPanel div.EliteRetailerDetails a, #content #centerPanel div.RetailerDetails a
{
	float: right;
}
.EmailDetailsCheckbox
{
	float:left;
	width: 160px;
}

/*     FORM ELEMENT WIDTHS     */
#content #centerPanel .titleTextbox
{
	width: 35px;
}
#content #centerPanel .firstnameTextbox
{
	width: 200px;
}
#content #centerPanel .postcodeTextbox
{
	width: 80px;
}
#content #centerPanel dt
{
	padding-top: 10px;
}
#content #centerPanel .fullTextbox
{
	width: 250px;
}
/*************************************
*         CATEGORIES
*************************************/
.categories
{
}
.categories h3
{
	font-size: 140%;
	margin: 0 0 5px 0;
	padding: 0;
	color: #404040;
	line-height: 28px;
}
.sIFR-hasFlash #content .categories h3 {
	visibility: hidden;
	letter-spacing: -9px;
	line-height: 28px;
}
.categories p {
	margin: 5px 0;
}
.categories img {
	float: right;
	margin-left: 10px;
	border: 0;
}
.categories a {
	color: #404040;
	text-decoration: none;
}
.categories a:hover {
	text-decoration: underline;
}
/*************************************
*         PRODUCTS
*************************************/
.product {
}
.product h3
{
	width: 200px;
	font-size: 140%;
	margin: 0 0 5px 0;
	padding: 0;
	color: #404040;
}
.sIFR-hasFlash #content .product h3 {
	visibility: hidden;
	letter-spacing: -9px;
	line-height: 28px;
}
.product p {
	margin: 5px 0;
}
.product p a {
	color: #404040;
	text-decoration: none;
	font-weight: bold;
}
.product .productImage {
	float: right;
	margin-left: 10px;
	border: 0;
	width: 150px;
}
/*.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: 120%;
	margin: 0 0 5px 0;
	padding: 0;
	color: #404040;
}
.productDetails h4
{
	font-size: 110%;
	margin: 0 0 5px 0;
	padding: 0;
	color: #404040;
}
.sIFR-hasFlash #content .productDetails h3 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 18px;
	line-height: 22px;
}	
.productDetails #prodImages {
	float: right;
	width: 160px;
	min-width: 160px;
}
.productDetails #prodImages img
{
	padding: 0 0 10px 10px;
}
.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: 120%;
	padding: 0 0 5px 0;
	margin: 0;
	color: #404040;
	/*border: solid 1px red;*/
}
.sIFR-hasFlash .productAccessories h3,
.sIFR-hasFlash .matchingProducts h3,
.sIFR-hasFlash .similarProducts h3
{
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 19px;
	line-height: 20px;
}
.productAccessories a, .matchingProducts a, .similarProducts a
{
	font-weight: 700;
	text-decoration: none;
}
.productAccessories a:hover, .matchingProducts a:hover, .similarProducts a:hover
{
	text-decoration: underline;
}
.productAccessories p, .matchingProducts p, .similarProducts p
{
	padding: 5px 0 0 0;
	margin: 0;
}
.productAccessories img, .matchingProducts img, .similarProducts img
{
	padding-right: 10px;
	float: left;
}
/*************************************
*             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;
}
.submit {
	border: 0;
	width: 82px;
	min-width: 82px;
	background: url(../Graphics/search-but.gif) no-repeat;
	margin: 0;
	padding: 6px 0;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
	font-weight: 700;
}
/***************************
*    RIGHT PANEL
**************************/
#rightPanel {
	width: 160px;
	min-width: 160px;
	float: right;
}
/**************************************
*     RIGHT PANEL - PRODUCT FINDER
**************************************/
#rightPanel .borderedBox {
	border: solid 1px #404040;
	width: 148px;
	min-width: 148px;
	padding: 10px 5px;
	background-color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	color: #404040;
}
#rightPanel .borderedBox h3
{
	width: 138px;
	font-size: 1.0em;
	margin: 0 0 5px 0;
	padding: 0;
	color: #404040;
}
.sIFR-hasFlash #rightPanel .borderedBox h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 18px;
	color: #404040;
	margin: 0;
	padding: 0;
}
#rightPanel .borderedBox p {
	margin-top: 6px;
	text-align: left;
}
#rightPanel .borderedBox select {
	background-color: #bfbfbf;
	margin: 6px 0;
	width: 130px;
}
#rightPanel .borderedBox input.textBox {
	background-color: #bfbfbf;
	width: 120px;
	margin: 6px 0;
	padding: 2px 4px;
	font-family: Arial, Helvetica, sans-serif;
}
#rightPanel .borderedBox .submit {
	border: 0;
	width: 82px;
	min-width: 82px;
	background: url(../Graphics/search-but.gif) no-repeat;
	margin: 0;
	padding: 6px 0;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
	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 */

/***************************
*    FOOTER
**************************/
#footer {
	clear: both;
	background-color: #7f7f7f;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 0 0;
	font-size: 0.9em;
}
#footer a {
	color: #bfbfbf;
	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 */