/* ----- end float fix ----- */
body{
	background:#dfdfdf url(/images/body_bg.gif);
	color:#555;
	font: 70%  Arial, Helvetica, sans-serif;	
	text-align:center;
	line-height:150%;
	margin:0;
	padding:0;
}

/* ----- tables ----- */
table, td, input, textarea, select, li{
	font: 100% Arial, Helvetica, sans-serif;
	color:#000;	
}
th{
	background:#ddd;
	padding:5px;
}
td	{padding:5px;}

/* ----- global links ----- */
a:link, a:visited, a:active{
	color:#275f81;
	text-decoration:none;
}
a:hover{color:#555;}

/* ----- global paragraphs, headers & horizontal rules ----- */
p, h1, h2, h3, h4, h5, h6{margin:0.5em 0;}
h1{font-size:140%;}
h2{font-size:130%;}
h3{font-size:120%;}
h4, h5{font-size:100%;}
hr{ background: #000;}

/* ----- global images ----- */
img{border:none;}

/* ----- hidden items ----- */
#skip{display:none;}
.hidden{display:none;}

/* ----- float left / right classes ----- */
.left{float:right;margin-right:.3em;}
.right{float:right;margin-left:.3em;}

/* ----- company contact details ----- */
address{
	font-style:normal;
}

/* ----- container size & positioning ----- */
#container{
	margin:0 auto;
	margin-top:10px;
	width:900px;
	text-align:left;
	background:#fff;
	position:relative;
	padding: 0;
}

/* ----- header area ----- */
#header{
	height:180px;
	width: 900px;	
	background:#f2f2f2 url(/images/nestlogobg.png) top left no-repeat;
	margin:0;
	padding: 0;
}

/* ----- company logo & strapline ----- */
#logo{
	margin:0;
	padding:0;

}
#tagline{
	position:absolute;
	margin:0;
	padding:0;
	top:50px;
	left:30px;
	line-height:20px;
}

/* ----- shopping basket info ----- */
#info{
	position:absolute;	
	margin:0;
	padding:0;
	top:10px;
	right:30px;
	z-index:10;
}

/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{}

/* ----- breadcrumb trail ----- */
#breadcrumbs{
	float:right;
	display:inline;
	margin-right:10px;
	width:530px;
}

/* ----- search box ----- */
#search{
	margin:0;
	margin-bottom:1em;
	padding:5px 20px;
	background:#f2f2f2;
}
#search label{display:block;}

/* ----- side navigation ----- */
ul #navdept li a.selected {
	color: #FFF;
}

#navDept, #navDept li{
	margin:0;
	padding:0;
	list-style:none;
}
#navDept{margin-bottom:0; background: #CFB78B;}
#navDept li{
	margin-bottom:1px;
	width: 270px;
}

#navDept li:hover{
	margin-bottom:1px;
	width: 250px;
}

#navDept li a{
	display:block;
	width:100%;
	font-size: 14px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	height: 26px;
	padding: 10px 0 0 20px;

}
#navDept li a:hover, #navDept li a.selected{background:#3E3E3E; color:#FFF; width: 250px;}
#navDept li a span{
	display:block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}

#navDept li.checkoutnav a {
	background: #D9C299;
	width: 250px;
}

#navDept li.checkoutnav a:hover {
	background: #3E3E3E;
}

#navDept li.departments a {
	background: #EEE5D6;
	color: #2C2E2D;
	font-weight: normal;
}

#navDept li.departments a:hover {
	background: #3E3E3E;
	color:#FFF;
}
	
	

/* ----- subdepartment navigation ----- */
#navSubDept, #navSubDept li {
	margin:0;
	padding:0;
	list-style:none;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-style:italic;

}
#navSubDept{
	margin:1em 0 1em 0;
	padding:3px 10px;
	background:#FFF;
	color:#A88A56;
}
#navSubDept li{
	margin:0;
	line-height:160%;
	padding:0;
	padding-left:15px;
	list-style:none;
	vertical-align:middle;
}
#navSubDept li a{	
	display:block;
	background:#FFF;
	color:#A88A56;
	font-size:14px;
	font-weight: bold;
	padding: 10px 0 0 20px;
}
#navSubDept li a:hover, #navSubDept li a.selected{color:#777777;text-decoration:none;}

#navSubDeptGrid {	
	padding: 0;
	margin: 1em;
	width: 100%;
	list-style: none;
}

#navSubDeptGrid, #navSubDeptGrid li {
	margin:0;
	padding:0;
	list-style:none;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-style:italic;

}

#navSubDeptGrid li {
	float: left;
	padding: 10px 0 0 0;
	margin: 0;
	width: 49%;
	display: block;
}

#navSubDeptGrid li a{	
float: left;
	background:#FFF;
	color:#A88A56;
	font-size:14px;
	font-weight: bold;
	margin: 0 0 0 5px;
}

#navSubDeptGrid li p a {
	width: 270px!important;
}

#navSubDeptGrid img {
	float: left;
	border-left: 1px solid #A58A520;
	border-top: 1px solid #A58A52;
	border-bottom: 1px solid #A58A52;
}

.deptrightimg {
	float: right;
	margin: 0 0 1px 0;
}

#contentgrid {
	padding: 1em;
}




/* ----- customer tool list ----- */
#navTools, #navTools li{
	margin:0;
	padding:0;
	list-style:none;
}
#navTools{	
	margin-bottom:0; 
	background: #CFB78B;
}
#navTools li{
	margin-bottom:1px;
	width: 250px;
}
#navTools li a{
	display:block;
	width:100%;
	background:#F3ECE1;
	color: #2C2E2D;
	font-size: 14px;
	font-weight: normal;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	height: 26px;
	padding: 10px 0 0 20px;
}
#navTools li a:hover, #navTools li a.selected{ color: #FFF; text-decoration:none; background: #3E3E3E;}
#navTools li a span{
	display:block;
	padding:3px 20px;
}

/* ----- nav static menu items ----- */
.navStatic, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
}
.navStatic{margin-bottom:1em;}
.navStatic li{
	margin-bottom:1px;
}
.navStatic li a{
	display:block;
	width:100%;	
	background:#f2f2f2;
	color:#555;
}
.navStatic li a:hover{background:#ddd;}
.navStatic li a span{
	display:block;
	padding:3px 20px;
}
#navToolsTitle, #navDeptTitle, .navStaticTitle{
	margin:0;
	padding:3px 20px;
	margin-bottom:1px;
	background:#ddd;
	font-size:100%;
	width: 270px;
}

/* ----- side navigation column ----- */
#side{
	float:left;
	display:inline;
	width:270px;
	background: #CFB78B;
	margin: 0;
	padding: 0;
}



/* ----- main content area ----- */
.message {
	margin: 5px 0 0 10px;
}

#main{
	float:left;
	display:inline;
	width:625px;
	margin:0;
	padding:0;
}
#main h2{
	font-weight:normal;
	padding:0;
	color:#275f81;
	font-size:160%;
	clear:both;
}
#main h2#pageTitle{
	font-weight:bold;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	padding: 7px 0 10px 12px;
	margin:0;
	color:#FFF;
	font-size:180%;
	background:#3E3E3E;
	width: 618px;
	height: 19px;
}

#main h2#pageTitleprod{
	font-weight:bold;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	padding: 7px 0 10px 12px;
	margin:0;
	margin-bottom:1em;
	color:#FFF;
	font-size:180%;
	background:#3E3E3E;
	width: 618px;
	height: 19px;
}

.note{
	font-size:110%;
}
.highlight{
	font-size:140%;
	color: #FF0000;
}
.module1{
	float:left;
	width:250px;
}
.module2{
	float:left;
	width:250px;
}

/* ----- footer area ----- */
#footer{
	background:#FFF;
	padding:10px;
	text-align:center;
}
#footer p{margin:0; font-size:14px;}

#credits {
	float: right; 
	margin: 0;
	font-size: 10px;
}

#footer ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
}
#footer li{display:inline; padding: 0 .5em; background:url(/images/navright.gif) center right no-repeat;}
#footer li.last {background: none;}
#footer li a { color: #3E3E3E;  }
#footer a:hover{
	color:#777;
	text-decoration:underline;
}
#footer #credits{
	float:right;
	margin-top:-1.5em;
}

/* ----- pagination (page 1/2 etc.) ----- */
#pagination{
	margin:1em 0;
}
#pagination li{
	margin:0;
	height:16px;
	line-height:16px;
	float:left;
}
#pagination a{
	display:block;
	float:left;
	width:9px;
	height:9px;
	margin-left:10px;
	margin-top:3px;
	text-indent:-8000px;
	overflow:hidden;
}
#pagination a#firstPage{background:url(/graphics/plain/ico_first.gif)no-repeat 0 0;}
#pagination a#prevPage{background:url(/graphics/plain/ico_prev.gif) no-repeat 0 0;}
#pagination a#nextPage{background:url(/graphics/plain/ico_next.gif) no-repeat 0 0;}
#pagination a#lastPage{background:url(/graphics/plain/ico_last.gif) no-repeat 0 0;}

/* ----- product thumbnail list ----- */
.productssuggest {
	margin:0.3em 0;
}
.productssuggest ul, .products li{
	margin:0 0 0 2px;
	padding:0;
	list-style:none;
} 
.productssuggest li{
	margin-bottom:1em;
	padding:0;
	background: none;
	color:#3E3E3E;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	float: left;
}
.productssuggest li h3{
	margin-top:.5em;
	margin-bottom:0.2em;
	padding:0;
	background:none;
	color: #A88A56;
}

.productssuggest li h3 a{color:#3E3E3E;}
.productssuggest li h3 a:hover{color:#A88A56;}
.productssuggest .image{
	float:left;
	margin:0;
	margin-right:10px;
	margin-bottom:3px;
}
.productssuggest .image a img{
	border:1px solid #e2e2e2;
	padding:2px;
	background:#fff;
}
.productssuggest .image a:hover img{
	border:1px solid #A88A56;
	padding:2px;
	background:#e2e2e2;
}
.productssuggest .price{
	clear:both;
	margin:0;
	padding: 0;
	text-align:left;
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.productssuggest .quantity{
	clear:both;
	margin:1em 0;
	text-align:right;
	line-height:180%;
}


/* ----- product thumbnail list ----- */
.products{
	margin:1em 0;
	clear: both;
}
.products ul, .products li{
	margin:0 0 0 1em;
	padding:0;
	list-style:none;
} 
.products li{
	margin-bottom:1em;
	padding:.5em 10px 0 10px;
	background: none;
	border-bottom: dotted 2px #A88A56;
	color:#3E3E3E;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif
}
.products li:hover{
	background: none;
	border-bottom: dotted 2px #A88A56;
}
.products li h3{
	margin-top:.5em;
	margin-bottom:0.2em;
	padding:0;
	background:none;
	color: #A88A56;
}

.products hr {
	color: #3E3E3E;
	margin-bottom: 1em;
}

.products li h3 a{color:#3E3E3E;}
.products li h3 a:hover{color:#A88A56;}
.products .image{
	float:left;
	margin:0;
	margin-right:10px;
	margin-bottom:10px;
}
.products .image a img{
	border:1px solid #e2e2e2;
	padding:2px;
	background:#fff;
}
.products .image a:hover img{
	border:1px solid #A88A56;
	padding:2px;
	background:#e2e2e2;
}
.products .price{
	float: right;
	margin:0 6em 0 0;
	color:#13689d;
	font-size:100%;
	font-weight:bold;
}

p .deptpricetitle {
	display: inline;
}

.products .quantity{
	clear:both;
	margin:1em 0;
	text-align:right;
	line-height:180%;
}



/* ----- individual products ----- */

#productdetails {
	margin: 0 2em;
	float: right;
	width: 54%;
}

#productdetails p.prodtitle {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0.2em 0;
	padding: 0;
}

#memfoamprods {
	margin: 0;
	padding: 0;
}

#product{	
	margin:1em 2em;	
}
#product .image{	
	float:left;
	margin-bottom:1em;
}	
#product .image p{margin:.5em 0;}
#product .image img{	
	/*border:1px solid #e1e1e1;*/
}	
#product .info{	
	float:left;
	width:230px;
	margin: 1em 0 1em 2.5em;
}
#product .price{
	color:#3E3E3E;
	font-size:120%;
	margin: 0;
	padding: 0;
	text-align: left;
}
#product .info p{
	margin:0;
	margin-bottom:.2em;
}
#product .info h3{
	margin:0;
	margin-bottom:.2em;
}
#product .actions{
	border-top:1px solid #e1e1e1;
	clear:both;
}	
#product #addBasket{
	border-top:1px solid #e1e1e1;
	padding-top:1em;
	margin-right: 1em;
}
#product #addWishlist a{
}



/* ----- featured articles ----- */
#articles{}
#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	margin:1em 0;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
	color:#777;
}
#articles ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(/graphics/plain/arrow3.gif) no-repeat 0 .6em;
}
#articles  ul li a{color:#777;}
#articles  ul li a:hover{color:#777;text-decoration:underline;}

/* ----- customer reviews ----- */
#reviews{
}
#reviews ul, #reviews li {
	margin:0;
	padding:0;
	list-style:none;
}
#reviews ul{
	margin:1em 0;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
	color:#777;
}
#reviews ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
}
#reviews  ul li a{color:#777;}
#reviews  ul li a:hover{color:#777;text-decoration:underline;}

/* ----- site map ----- */
#sitemap, #sitemap ul, #sitemap li{
	margin:0;
	padding:0;
	list-style:none;		
} 
#sitemap{margin:1em 0;}
#sitemap li{margin:.5em 0;}
#sitemap li h3{margin:.2em 0;}
#sitemap ul{padding-left:20px;}

/* ----- tables and forms ----- */
fieldset{
	border:none;
	padding:0;
	margin:1em 0;
}
legend{
	font-weight:normal;
	padding:0;
	margin:0;
	color:#555;
	font-size:120%;
	clear:both;
}
fieldset h3, fieldset h3{margin:1em 0 0 0;}

#contentproduct {
	margin: 0;
	padding: 0;
	width: 630px;
}

#contenthome {
	margin: 0;
	padding: 0;
	width: 630px;
}


#contentdept {
	width: 600px;
	margin: 0 0 0 2em;
}

#contentdeptgrid {
	width: 600px;
	margin: 0 0 0 1em;
	clear: both;
}

#contentuseraccount {
	width: 80%;
	margin: 0 0 0 2em;
}

#contentsignup {
	width: 80%;
	margin: 0 0 0 2em;
}

#contentlogin {
	width: 80%;
	margin: 0 0 0 2em;
}

#contentdepartment {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FF0000;
}

#contentdepartment2 {
	padding: 0 0 0 4em;
}

#contentbasket {
	margin: 0 2em;
	width: 610px;
	padding: 0;
}

#contentaboutus {
	margin: 0 0 0 2em;
}

#content{
	margin: 0;
	padding: 0;
	width: 80%;
}

#contentcontent {
	margin: 0 0 0 2em;
}

#contenthomepage {
	padding: 5px;
}

#content table{
	width:100%;
	margin:.5em 0;
	border-collapse:collapse;
	line-height:150%;
}

#homelist {
	list-style: none;
	padding: 0;
	margin: 0 0 0 4px;
	width: 630px;
}

#homelist li {
	float: left;
	padding: 0;
	margin: 9px 5px 0 0;
}

#homelist li.homelistlarge {
	width: 390px;
}

th{
	border:1px solid #fff;
	background:#ddd;
	padding:5px;
}
td{
	background:#eee;
	border:1px solid #fff;
	padding:5px;
	vertical-align:top;
}
.formField, .formSelect{
	background:#fff;
	border:1px solid #e1e1e1;
	width:200px;
}
.formFieldShort, .formFieldMedium{
	background:#fff;
	border:1px solid #e1e1e1;
	width:20px;
	margin-right:5px;
}
.formFieldMedium{width:96px;}
table .price{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}
table .price{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#3E3E3E;
	color:#fff;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
}
label span{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus	{
	background: #fff;
	border: 1px solid #bbb;
}

/* ----- shopping cart ----- */
#total{
	margin:1em 0;
	padding:0;
	width:295px;
	font-size:110%;
}
#total dt{
	width:200px;
	float:left;
	font-weight:bold;
}
#total dd{
	margin-left:201px;
	text-align:right;
}
.actions{
	clear:both;
	margin:0;
	padding:.5em 0;
}

/* ----- first table data style ----- */
td.first{width:40%;}

/* ---------------------- float fix ----------------------------- */
.inner:after, .products:after, .products li:after, #pagination:after, #total:after, .modules:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.inner, .products, .products li, #pagination, #total, .modules{display:block;}
/*  \*/
.inner, .products, .products li, #pagination, #total, .modules {min-height:1%;}
* html .inner, * html .products, * html .products li, * html #pagination, * html #total, * html .modules {height:1%;}
 /*  */
/* ----- end float fix ----- */

