/* ----- Jewson Kitchens screen stylesheet ----- */
/* ----- Fuse Digital 2008 --------------------- */
/* ----- enjoy. -------------------------------- */

/*
	
	----- Colours -----
	
	Main burgandy: #82293f
	Main fuschia: #f4e6ea
	
	Green: #6d9075
	Mustard: #ceae69
	Olive: #62414f
	Blue: #4a718c
	
	----- Site Dimensions -----
	
	Width: 956px

*/

* {
	margin: 0; /* global reset of margin and padding */
	padding: 0;
	outline: none;
}

/* ----- Tags ----- */
/* ------------------------------------------------------------ */
body {
	background: #fff;
	text-align: center; /* centre in IE */
	font: 70% Verdana, Arial, sans-serif;
	color: #000;
	padding-bottom: 20px;
}
ul {
	list-style: none; /* no bullets on lists by default */
}
a {
	color: #9a3e50;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
em {
	
}
blockquote {
	
}
cite {
	
}

/* ----- Universal styles ----- */
/* ------------------------------------------------------------ */
.hide {
	display: none;
}

/* ----- Masthead ----- */
/* ------------------------------------------------------------ */
#masthead {
	width: 956px;
	height: 80px;
	margin: 0 auto;
	background: #82293f;
	color: #fff;
}
#masthead .frame {
	width: 956px;
	height: 80px;
	text-align: left;
}
#masthead p {
	float: left;
	margin: 15px 0 0 15px;
	display: inline;
}
#masthead ul {
	float: left;
	margin: 44px 0 0 40px;
	display: inline;
}
#masthead li {
	float: left;
}
#masthead li a {
	display: block;
	height: 30px;
	text-indent: -1000em;
	color: #fff;
}
#nav1 {
	width: 52px;
	background: url(../images/global_nav.gif) 0 0 no-repeat;
}
#nav2 {
	width: 104px;
	background: url(../images/global_nav.gif) -52px 0 no-repeat;
}
#nav3 {
	width: 70px;
	background: url(../images/global_nav.gif) -156px 0 no-repeat;
}
#nav4 {
	width: 178px;
	background: url(../images/global_nav.gif) -226px 0 no-repeat;
}
#nav5 {
	width: 128px;
	background: url(../images/global_nav.gif) -404px 0 no-repeat;
}
#nav6 {
	width: 74px;
	background: url(../images/global_nav.gif) -532px 0 no-repeat;
}
#nav7 {
	width: 85px;
	background: url(../images/global_nav.gif) -605px 0 no-repeat;
}
#nav1:hover, #home #nav1 {
	width: 52px;
	background: url(../images/global_nav.gif) 0 0 no-repeat;
	background-position: 0 -30px;
}
#nav2:hover, #why-jewson #nav2 {
	background-position: -52px -30px;
}
#nav3:hover, #kitchens #nav3 {
	background-position: -156px -30px;
}
#nav4:hover, #appliances-and-accessories #nav4 {
	background-position: -226px -30px;
}
#nav5:hover, #find-a-branch #nav5 {
	background-position: -404px -30px;
}
#nav6:hover, #brochure #nav6 {
	background-position: -532px -30px;
}
#nav7:hover {
	background-position: -605px -30px;
}

/* ----- Sub nav ----- */
/* ------------------------------------------------------------ */
#subnav {
	width: 956px;
	height: 30px;
	margin: 0 auto;
	background: #f4e6ea;
	color: #fff;
}
#subnav .frame {
	width: 956px;
	height: 30px;
	text-align: center;
}
#subnav ul {
	float: left;
	margin-left: 372px;
	display: inline;
}
#subnav ul li {
	float: left;
}
#subnav ul li a {
	display: block;
	height: 30px;
	text-indent: -1000em;
	color: #fff;
}
#sub1 {
	width: 65px;
	background: url(../images/sub_nav.gif) 0 0 no-repeat;
}
#sub2 {
	width: 61px;
	background: url(../images/sub_nav.gif) -65px 0 no-repeat;
}
#sub3 {
	width: 85px;
	background: url(../images/sub_nav.gif) -126px 0 no-repeat;
}
#sub1:hover, .modern #sub1 {
	background-position: 0 -30px;
}
#sub2:hover, .shaker #sub2 {
	background-position: -65px -30px;
}
#sub3:hover, .traditional #sub3 {
	background-position: -126px -30px;
}

/* ------ Layout containers ------ */
/* ------------------------------------------------------------ */
#hero, #content, #footer {
	clear: both;
	width: 956px;
	margin: 0 auto;
	text-align: left;
}
#hero .frame, #content .frame, #footer .frame {
	position: relative;
	float: left;
	width: 956px;
}
#content .frame {
	padding-bottom: 12px;
}
#footer .frame {
	margin-bottom: 15px;
}
.col-956 {
	clear: both;
	float: left;
	width: 926px;
	padding: 12px 15px 15px 15px;
	background: #f4e6ea;
}

/* ------ Generic text styles ------ */
/* ------------------------------------------------------------ */
.col-956 h2 {
	font-size: 1.1em;
	margin-bottom: 10px;
}
#brochure .col-956 h2 {
	font-size: 1.4em;
	color: #82293f;
	margin-bottom: 10px;
}
.col-956 p {
	margin-bottom: 10px;
}
.col-956 ol {
	margin: 0 0 10px 30px;
}
#site-map ul a {
	font-weight: bold;
}
#site-map ul ul a {
	font-weight: normal;
	color: #000;
}
.note {
	color: #82293f;
}

/* ------ Hero panel ------ */
/* ------------------------------------------------------------ */
#hero .frame {
	padding-bottom: 4px;
}
#hero p {
	line-height: 0;
}
#slideshow {
	width: 956px;
	height: 330px;
	position: relative;
	z-index: 19;
}

/* ------ Footer ------ */
/* ------------------------------------------------------------ */
#footer {
	color: #9a3e50;
	font-size: 0.9em;
}
#footer ul {
	float: left;
}
#footer li {
	float: left;
	background: url(../images/dividers/v_1px_9a3e50.gif) 100% 50% no-repeat;
	margin-right: 6px;
	padding-right: 7px;
}
#footer li.end {
	background: none;
	margin: 0;
	padding: 0;
}
#footer p {
	float: right;
}

/* ------ Intro panel ------ */
/* ------------------------------------------------------------ */
#hero #intro {
	position: absolute;
	top: 25px;
	right: 0;
	float: left;
	width: 478px;
	padding: 18px 0;
	background: #82293f;
	border-bottom: 40px solid #f4e6ea;
	color: #fff;
	z-index: 20;
}
#home #hero #intro {
	width: 360px;
}
#hero #intro.offer {
	position: absolute;
	top: 25px;
	right: 0;
	float: left;
	width: 478px;
	padding: 45px 0;
	z-index: 20;
	/*background: url(../images/promotional_offer_standard.gif) 0 0 no-repeat;*/
	background: url(../images/promotional_kitchen_offer.jpg) 0 0 no-repeat;
	border-bottom: none;
	text-indent:-100000px;
}
#hero #intro.green {
	background: #6d9075;
	border-bottom-color: #d8e2da;
}
#hero #intro.green {
	background: #6d9075;
	border-bottom-color: #d8e2da;
}
#hero #intro.mustard {
	background: #ceae69;
	border-bottom-color: #f8f1e4;
}
#hero #intro.olive {
	background: #62414f;
	border-bottom-color: #e6dcde;
}
#hero #intro.blue {
	background: #4a718c;
	border-bottom-color: #d9e2e9;
}
#intro h1 {
	float: left;
	margin: 11px 0 0 19px;
	display: inline;
}
#intro.offer.alt {
	text-indent:-100000px;
}
#intro h1 a {
	color: #fff;
}
#intro h2 {
	font-size: 1.1em;
}
#intro .body {
	float: right;
	width: 224px;
	padding: 5px 18px;
	border-left: 1px solid #fff;
}
.modern #intro .body, .shaker #intro .body, .traditional #intro .body {
	width: 280px;
}
#find-a-branch #intro .body {
	width: 200px;
}
#intro p {
	line-height: 1.2em;
}
#intro p a {
	color: #fff;
	font-weight: bold;
}

/* ------ Intro panel headings ------ */
/* ------------------------------------------------------------ */
#home #intro h1 {
	width: 307px;
	height: 32px;
	margin: 34px 0 36px 27px;
}
#home #intro.offer h1 {
	width: 470px;
	height: 190px;
	margin: -45px 0 0 0;
}
#home #intro h1 a {
	display: block;
	width: 307px;
	height: 32px;
	text-indent: -1000em;
	background: url(../images/headings/jewson_kitchens.gif) 0 0 no-repeat;
}
#why-jewson #intro h1 {
	width: 140px;
	height: 23px;
	text-indent: -1000em;
	background: url(../images/headings/why_jewson.gif) 0 0 no-repeat;
}
#kitchens #intro h1 {
	width: 170px;
	height: 27px;
	text-indent: -1000em;
	background: url(../images/headings/jewson_kitchens_2008_s.gif) 0 0 no-repeat;
}
#kitchens.modern #intro h1 {
	width: 78px;
	height: 19px;
	text-indent: -1000em;
	background: url(../images/headings/modern.gif) 0 0 no-repeat;
}
#kitchens.shaker #intro h1 {
	width: 70px;
	height: 19px;
	text-indent: -1000em;
	background: url(../images/headings/shaker.gif) 0 0 no-repeat;
}
#kitchens.traditional #intro h1 {
	width: 112px;
	height: 19px;
	text-indent: -1000em;
	background: url(../images/headings/traditional.gif) 0 0 no-repeat;
}
#appliances-and-accessories #intro h1 {
	width: 137px;
	height: 44px;
	text-indent: -1000em;
	background: url(../images/headings/appliances_and_accessories.gif) 0 0 no-repeat;
}
#find-a-branch #intro h1 {
	width: 203px;
	height: 19px;
	text-indent: -1000em;
	background: url(../images/headings/jewson_showrooms.gif) 0 0 no-repeat;
}
#brochure #intro h1 {
	width: 91px;
	height: 19px;
	text-indent: -1000em;
	background: url(../images/headings/brochure.gif) 0 0 no-repeat;
}
#privacy #intro h1 {
	width: 141px;
	height: 23px;
	margin-bottom: 50px;
	text-indent: -1000em;
	background: url(../images/headings/privacy_policy.gif) 0 0 no-repeat;
}
#site-map #intro h1 {
	width: 92px;
	height: 24px;
	margin-bottom: 50px;
	text-indent: -1000em;
	background: url(../images/headings/site_map.gif) 0 0 no-repeat;
}

/* ------ Panel 340, panel 316, panel 236, panel 188, panel 170 ------ */
/* ------------------------------------------------------------ */
.col-iframe-row {
	clear: both;
	float: left;
	width: 956px;
	margin: -30px 0 0 0;
	display: inline;
	background: #f4e6ea;
}
.col-340-row, .col-316-row, .col-236-row, .col-188-row {
	clear: both;
	float: left;
	width: 960px;
	margin: 0 0 4px -4px;
	display: inline;
	background: #f4e6ea url(../images/dividers/v_4px_ffffff.gif) 0 0 repeat-y;
}
.col-316-row.panel, .col-236-row.panel, .col-188-row.panel {
	background: none;
}
#brochure .col-340-row, #site-map .col-236-row {
	margin-bottom: 0;
	position: relative;
	z-index: 10;
}
.col-340-row.adj {
	margin-top: -60px;
}
.modern .col-236-row, .shaker .col-236-row, .traditional .col-236-row {
	margin-top: 16px;
}
#sub-nav.col-236-row {
	margin-top: 0;
	margin-bottom: 10px;
}
.col-340-row h2 {
	clear: left;
	float: left;
	margin: 10px 0 10px 23px;
	font-size: 1.4em;
	color: #82293f;
	display: inline;
}
.col-340-row p.intro {
	clear: left;
	margin: 5px 0 5px 23px;
}
.col-340-row h3 {
	color: #82293f;
	clear: left;
	font-size: 1.3em;
	margin: 10px 0 5px 23px;
}
.col-340-row p.pdf {
	clear: left;
	float: left;
	margin: 10px 0 10px 23px;
	padding:10px 45px 5px 0;
	font-size: 1.4em;
	color: #82293f;
	font-weight: bold;
	display: inline;
	background: url(../images/pdf.gif) 100% 50% no-repeat;
}
.col-340-row p.pdf a {
	float: left;
	padding: 10px 35px 5px 0;
	display: block;
	color: #82293f;
}
.col-370 {
	float: left;
	width: 370px;
}
.col-340 {
	float: left;
	width: 300px;
	margin-left: 4px;
	padding: 12px 20px 15px 20px;
	display: inline;
}
.col-370 ul {
	clear: left;
	margin: 10px 0 0 23px;
	width: 370px;
	list-style: none;
}
.col-370 ul li {
	background: url(../images/pdf_small.gif) 0 0 no-repeat;
	padding: 0 5px 5px 28px;
	font-weight: bold;
}
.col-340-row p.alt {
	clear: left;
	margin: 0 0 0 23px;
	padding: 10px 0 20px 0;
}
.col-316 {
	float: left;
	width: 286px;
	margin-left: 4px;
	padding: 12px 15px 15px 15px;
	display: inline;
}
.col-236 {
	float: left;
	width: 206px;
	margin-left: 4px;
	padding: 12px 15px 15px 15px;
	display: inline;
}
.col-188 {
	float: left;
	width: 158px;
	margin-left: 4px;
	padding: 12px 15px 15px 15px;
	display: inline;
}
.panel .col-316 {
	width: 316px;
	padding: 0;
}
.panel .col-236 {
	width: 236px;
	padding: 0;
}
.panel .col-188 {
	width: 188px;
	padding: 0;
}
.col-316 h2, .col-236 h2, .col-188 h2 {
	font-size: 1.1em;
}
.panel .col-316 h2, .panel .col-236 h2, .panel .col-188 h2 {
	padding: 6px 10px;
	background: #82293f;
	color: #fff;
	font-size: 1.3em;
}
.panel .col-188 h2 {
	font-size: 1.1em;
}
.panel .col-316 h2 span, .panel .col-236 h2 span, .panel .col-188 h2 span {
	font-size: 0.9em;
}
.panel .col-316.green h2, .panel .col-236.green h2, .panel .col-188.green h2 {
	background: #6d9075;
}
.panel .col-316.mustard h2, .panel .col-236.mustard h2, .panel .col-188.mustard h2 {
	background: #ceae69;
}
.panel .col-316.olive h2, .panel .col-236.olive h2, .panel .col-188.olive h2 {
	background: #62414f;
}
.panel .col-316.blue h2, .panel .col-236.blue h2, .panel .col-188.blue h2 {
	background: #4a718c;
}
.panel .col-316 h2 a, .panel .col-236 h2 a, .panel .col-188 h2 a {
	color: #fff;
}
.panel .col-316 .body, .panel .col-236 .body, .panel .col-188 .body {
	padding-top: 8px;
	min-height: 80px;
	height: auto !important;
	height: 80px;
	background: #f4e6ea;
}
.panel .col-316.green .body, .panel .col-236.green .body, .panel .col-188.green .body {
	background: #d8e2da;
}
.panel .col-316.mustard .body, .panel .col-236.mustard .body, .panel .col-188.mustard .body {
	background: #f8f1e4;
}
.panel .col-316.olive .body, .panel .col-236.olive .body, .panel .col-188.olive .body {
	background: #e6dcde;
}
.panel .col-316.blue .body, .panel .col-236.blue .body, .panel .col-188.blue .body {
	background: #d9e2e9;
}
.panel .col-316 p, .panel .col-236 p, .panel .col-188 p {
	margin: 0 10px 10px 10px;
}
.panel .col-316 p.img, .panel .col-236 p.img, .panel .col-188 p.img {
	margin: 0;
	line-height: 0;
}
.col-340 p {
	clear: left;
	float: left;
}
.col-340 label {
	float: left;
	width: 110px;
	margin-top: 2px;
	font-weight: bold;
}
.col-340 input {
	clear: right;
	float: right;
	width: 180px;
	margin-bottom: 8px;
}
.col-340 .short {
	margin-bottom: 8px;
}
.col-340 .short input {
	float: left;
	width: 60px;
	margin-bottom: 0;
}
.col-340 a.lnk {
	display: block;
	float: left;
	width: 110px;
	margin-top: 2px;
	padding-left: 10px;
	font-weight: bold;
}
.col-340 select {
	clear: right;
	float: right;
	width: 186px;
	margin-bottom: 8px;
}
.col-340 .option label {
	float: none;
	font-weight: normal;
}
.col-340 .option input {
	float: left;
	width: auto;
	margin-right: 10px;
}
.col-340 input.button {
	width: auto;
}

/* ------ Find a branch ------ */
/* ------------------------------------------------------------ */
#find-a-branch #intro .link a {
	display: block;
	width: 115px;
	height: 13px;
	margin-top: 15px;
	text-indent: -1000em;
	background: url(../images/buttons/branch_locator.gif) 0 0 no-repeat;
}
#find-a-branch .col-316 ul {
	width: 286px;
}
#find-a-branch .col-316 ul li {
	clear: left;
	float: left;
	width: 286px;
	text-align: right;
}
#find-a-branch .col-316 ul li strong {
	float: left;
	text-align: left;
}
