/*****************************************
	html elements
*****************************************/


* {
	margin: 0;
	padding: 0;
}

body {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFDE8;
	
}

ul {
	list-style: none;
}

img {
	border: none;
	display: block;
}


h2 {
	color: #666;
	font-size: 9pt;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 12px;
}

p {
	color: #666;
	padding: 0;
	margin: 8px auto;
}

table {
	color: #666;
}

a {
	color: #a81e24;
}

a:hover {
	color: #a81e24;
}

/*****************************************
	common page layout / lightbox
*****************************************/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/i/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/i/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/i/overlay.png", sizingMethod="scale");
	}
	
kbd{
	color: #555;
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}
	
/*****************************************
	common page layout / navigation
*****************************************/

#page {
	position: relative;
	width: 760px;
	margin: 0 auto;
}
#head {
	position: relative;
	width: 760px;
	height: 96px;
}
#logo {
	position: absolute;
	top: 20px;
}

#content {

	width: 584px;
	float: right;
}

.panel {
	margin-top: 10px;
	background-color: #FFFDE8;
	padding: 20px; 

}

.panel p em {
	font-style: normal;
	color: #CFAA7A;
}



#tradeOnly {
	display:  block;
	position: absolute;
	top: 24px;
	right: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 18pt;
	font-weight: bold;
	background: #000;
	border: #666 1px solid;
	padding: 8px;
}

/*************	tool navigation  ************/

#toolNav {
	position: absolute;
	top: 12px;
	left: 500px;
}
#toolNav li {
	float: left;
	padding: 0 10px 0;
}
#toolNav li a {
	text-decoration: none;

}

/*************	main navigation  ************/


#mainNav {
	font-size: 8pt;
	margin-top: 15px;
	height: 35px;
	/* background: transparent url(/i/cat-bar.gif) 0 0 no-repeat; */
	position: relative;
	z-index: 1000;
}

#mainNav em {
	font-style: normal;
}

#mainNav ul {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	line-height: 1;
}

#mainNav li {
	float: left;
	padding: 0;
	margin-right: 2px;
	width: 140px;
	text-align: center;
	font-weight: bold;
}

#mainNav a, #mainNav span {
	color: #fff;
	background: #000;
	text-decoration: none;
	line-height: 20px;
	padding: 5px 11px;
/* commented backslash hack v2 - everything below ignored by mac ie5 \*/
	display: block;
/* end hack */
}

#mainNav ul ul {
	float: left;
	list-style: none;
	/*line-height: 1;*/
	width: 140px;
	position: absolute;
	/* background: #ff9bde;   take out colour */
	left: -999em;
	height: auto;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#mainNav li ul a {
	width: 120px;
	padding: 5px 10px;
	background-color: #CFAA7A;
}

#mainNav li:hover ul, #mainNav li li:hover ul, #mainNav li li li:hover ul, #mainNav li.sfhover ul, #mainNav li li.sfhover ul, #mainNav li li li.sfhover ul {
	left: auto;

}

#mainNav li:hover span, #mainNav li.sfhover span, #mainNav li:hover a, #mainNav li.sfhover a {
	background-color: #CFAA7A;
}

#mainNav li li:hover a, #mainNav li li.sfhover a {
	background: #C09150;
	color: #fff;
}

.kitchens #mainNav span.kitchenSelected {
	background: #CFAA7A;
	color: #fff;
}


.appliances #mainNav span.appliancesSelected {
	background: #CFAA7A;
	color: #fff;
}

/*************	sub navigation ************/
#subNav {
	background: #CFAA7A;
	height: 12px;
	margin-top: -3px;
	margin-bottom: 6px;
}

body.home #subNav {
	display: none;
}


/*************	kitchens navigation  ************/
#sideCol {
	float: left;
/*
	position: absolute;
	top: 187px; 
	left: 15px;
*/
	width: 176px;
}

#sideNav {
	width: 166px;
	/*font-family: Arial, Helvetica, sans-serif;*/
}

#sideNav a, #sideNav em {
	display: block;
	width: 100%;
	line-height: 30px;
	color: #999;
	/*font-size: 10pt;*/
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 1px;
	padding-left: 15px;
	margin-left: -15px;
	/* background-color: #FAF6F0; */
}

#sideNav em a {
	background-color: #FFFDE8;
}

#sideNav em a, #sideNav li li em a {
	color: #CFAA7A;
	font-style: normal;
}

#sideNav li li {
	padding-left: 15px;
}

#sideNav li li a {
	color: #9e8f8f;
	/* background-color: #fff; */
	/*font-size: 10pt;*/
	font-size: 8pt;
	font-weight: bold;
	border-bottom: #CFAA7A 1px solid;
	line-height: 20px;
}

#sideNav li li:last-child a {
	border-bottom: none;
}

#sideNav li li:last-child em a {
	border-bottom: #CFAA7A 1px solid;
}

#sideNav li li:last-child li a {
	border-bottom: #CFAA7A 1px solid;
}

#sideNav li li:last-child li:last-child a {
	border-bottom: none;
}

#sideNav li li em a {
	color: #CFAA7A;
	font-weight: bold;
	line-height: 20px;
	margin-left: -15px;
	background: transparent url(/i/nav-selected.png) center left no-repeat;
	/* background-color: #fff; */
	padding-left: 15px;
}

#sideNav li li li {
	padding-left: 16px;
}

#promo {
	position: absolute;
	top: 625px;
}


/*****************************************
	range menu
*****************************************/
/*
body.sector #feature {
	background-color: transparent;
	width: 486px;
	padding: 0;
}
*/

.range #content {
/*	padding-left: 190px; */
	width: 584px;
	float: right;

}

#menuItems, #menuItems2 {
	display: block;
	margin-top: 10px;
/*	margin-left: 176px;*/
	padding: 0;
	clear: right;
}

#menuItems li, #menuItems2 li {
	float: left;
	display: block;
	margin: 5px 3px 5px;
	width: 184px;
}

#menuItems img, #menuItems2 img {
	margin-bottom: 4px;
}

#menuItems a, #menuItems2 a {
	width: 184px;
	height: 160px; 
	line-height: 12px;
	display: block;
	text-align: center;
	background-color: #CFAA7A;
	text-decoration: none;
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
}
/*
.ranges #menuItems a {
	line-height: 24px;
}
*/
.handles #menuItems a {
	height: 95px;
}

#menuItems a:hover, #menuItems2 a:hover {
	background-color: #C09150;
}


/*****************************************
	product page - kitchens
*****************************************/
.product #content {
/*	padding-left: 190px; */
	width: 584px;
	float: right;
}

.product .panel {
	/*clear: left;*/
	margin-top: 5px;
	width: 520px;
	background-color: #FFFDE8;
	padding: 5px 20px;
}
.kitchens .panel {
	padding: 0 18px 0 0;
}


.kitchens .panel div, .product .panel div {
	height: 60px;
}

.kitchens h2, .product .panel h2 {
	display: inline;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: lighter;
	color: #CFAA7A;
	padding: 2px;
	margin-bottom: 0;
}
#features {
	
}

#notes li {
	display: inline;
}

#notes li img {
	display: inline;
}

#limited {
	clear: both;
	font-size: 7pt;

}
#limited img {
	float: left; 
	margin-top: -5px;
}

#imageNote {
	width: 200px;
	text-align: right;
	clear: left;
/*	float: right; */
	font-size: 7pt;
	color: #000;
}

.product .panel p {
	margin: 4px auto;
}

#rangeContainer {
	position: relative;
	height: 300px;
}

.imageTabs {
	height: 20px;
	padding-left: 30px;
}

.imageTabs li {
	float: left;

}
.imageTabs li a {
	text-decoration: none;
	font-size: 7pt;
	padding: 0 5px 0;
	border-right: 1px solid;
}
.imageTabs li a.lastTab {
	border-right: none;
}

#firstRange, #secondRange {
	position: absolute;
	top: 0px;
	left: 20px;
}

#firstRange {
	z-index: 5;
}

.mainImg, #placeholder-alt {
	float: left;
}

.thumb {
	padding: 0 0 5px 5px;
}

/*
.detailImage {
	float: left;
	height: 220px;
	width: 180px;
	padding: 10px 10px 3px 0;
}
.detailImage p {
	padding-right: 20px;
	font-size: 7pt;
}
*/

/*****************************************
	footer
*****************************************/
/* list navigation version */
#footer {
	clear: both;
	padding: 10px 0;
}

#footer ul {
	height: 30px;
	padding-left: 200px;
	background-color: #000;
	text-align: center;
}

#footer li {
	background-color: #000;
	float: left;
	padding: 0 5px;
}

#footer a {
	line-height: 30px;
	color: white;
	text-decoration: none;
}

/* plain text version */
#footer h4 {
	font-size: 10pt;
	height: 30px;
	background-color: #000;
	text-align: center;
	font-weight: 100;
	line-height: 30px;
	color: white;
}
#footer p {
	text-align: center;
	font-size: 7pt;
	font-style: italic;
}

#companyReg {
	float: right;
	text-align: right;
	font-size: 7pt;
}


/*****************************************
	accessories intro
*****************************************/


#lbA span, #lbB span {
	display: none;
}

#lbA.ie6hover span, #lbB.ie6hover span {
	position: absolute;
	left: 0;
	bottom: 5px;
	z-index: 300000;
	display: block;
	width: 406px;
	height: 15px;
	background: transparent url(/i/overlay.png) 0 0 repeat;
	color: #fff;
	text-decoration: none;
	padding: 5px 5px 5px 15px;
	font-size: 7pt;
}

#accessdots {
	position: relative;
/*	margin-left: 190px; */
}

#accessdots p {
	font-size: 7pt;
	text-align: right;
}


#accessdots dl {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #999;
}

#accessdots dt {
	position: absolute;
	z-index: 10;
}

#accessdots dd {
	margin: 10px 0 0 10px;
	position: absolute;
	z-index: 15;
	display: none;
	background: #fff;
	padding: 4px;
	font-size: 7pt;
	width: 184px;
}

#accessdots h4 {
	font-size: 8pt;
	margin: 6px 0;
}

#accessdots td {
	padding: 1px 4px 1px 0;
}


/*****************************************
	appliances
*****************************************/



.appliances .panel {
	padding: 0 18px 0 0;
}

.appliances .panel div, .product .panel div {
	height: 60px;
}

.appliances h2, .product .panel h2 {
	display: inline;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: lighter;
	color: #CFAA7A;
	padding: 2px;
	margin-bottom: 0;
}


#portrait {
	width: 300px;
	float: right;
}

.appliances h3 {
	font-size: 10pt;
	color: #666;
}


.appliances #imageNote {
	width: 260px;
	text-align: left;
	font-size: 7pt;
	color: #000;
	float: none;
	margin: 10px 0 0 0;
	padding: 0;
}
.icons {
	background-color: #fff;
}

.icons p {
	padding: 10px 0 0 10px;
}

.icons li {
	float: left;
}

.icons hr {
	clear: both;
	visibility: hidden;
}

/*****************************************
	features key
*****************************************/



.features h1, .product .panel h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: lighter;
	color: #CFAA7A;
	padding: 2px;
}

.features h3 {
	font-size: 11pt;
	color: #666;
}

.features .panel {
	margin-left: 176px;
}


.features .panel img {
	position: relative;
	left: -120px;
	margin: 0 -150px 0 0;
	float: left;
}

.features .panel div {
	height: 150px;
}

.back a {
	background: transparent url(/i/back.gif) 0 50% no-repeat;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
	float: right;
}

.pfeatures {
	margin-bottom: 10px;
}



.pfeatures li {
	list-style-image: url(/i/bullet.gif);
	margin-left: 20px;
	color: #666;
}




/*************  Print styles         ************/

/*************	kitchens navigation  ************/

body {
	background-color: #fff;
	
}

#sideCol {
	display: none;

}

.panel {
	background-color: #fff;

}
.product .panel {
	background-color: #fff;

}

/*****************************************
	range menu
*****************************************/

.range #content {
	padding-left: 0px;
}


/*****************************************
	product page - kitchens
*****************************************/

.product #content {
	padding-left: 0px;
}

