
/* CSS rules common to entire site
**********************************/

/* Element Defaults
*******************/
a:link, a:visited
{
	text-decoration: none;
	color: #9d0000;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
	color: #f18022;
}

body
{
	background: #261315;
	color: black;
	font: normal 12px 'Verdana', 'Arial', 'sans-serif';
	text-align: center;
	margin: 20px 0px 0px 0px;
	line-height: 1;
}

h1
{
	font: normal 15px 'Gill Sans', 'Arial', 'Trebuchet MS', 'sans-serif';
	margin: 8px 0px 15px 15px;
	color: #bb2320;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

h2
{
	font: normal 12px 'Gill Sans', 'Trebuchet MS', 'sans-serif';
	color: white;	
	margin: 10px 15px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

h3
{
	font: normal 11px 'Gill Sans', 'Trebuchet MS', 'sans-serif';
	color: #9d0000;
	margin: 10px 15px;
	text-transform: uppercase;
}

h4
{
	margin: 10px 15px;
}

h5
{
	margin: 0px;
}

h6
{
	margin: 0px;
}

img
{
	border: none;
	display: inline;
}

p,
li
{
	font: normal 12px 'Arial', 'sans-serif';
	color: #351c1c;
	margin: 5px 15px;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}


td
{
	vertical-align: top;
}

ol, ul 
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}


/* remember to define focus styles! */
:focus 
{
	outline: 0;
}


/* Classes
**********/
.block
{
	display: block;
}

/* Layout defaults
******************/
#wrap
{
	width: 950px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#header
{
	height: 156px;
	background: url(/images/layout/header-bgd.png) no-repeat #361e20;
	color: white;
}

#logo
{
	float: left;
}


/*page-default*/

#page-top
{
	background: url(/images/layout/page_top-bgd.png) no-repeat white;
}

#page
{
	background: url(/images/layout/page_btm-bgd.png) bottom left no-repeat;
	padding: 0px;
}

#page-content
{
	padding:  10px 25px;
	margin-left: 200px !important;
	margin-left/**/: 150px;
}

#page-content-right
{
	padding:  1px 30px 0px 0px;
	margin-left: 505px !important;
	margin-left/**/: 475px;
	height: 392px;
}

#page-content-right p
{
	color: #9d0000;
	font: normal 14px 'Arial', 'sans-serif';
	line-height: 21px;
}

#page-content-left
{
	float: left;
	margin: 0px 0px 0px 0px;	
}

#page-btm
{
	background: url(/images/layout/page_btm-bgd.png) no-repeat;
	display: block;
	height: 15px;
}

#contact-wrapper
{
	background: url(/images/layout/contact-background.png) no-repeat #c0af78;	
}

#contact-wrapper p
{
	color: #341e21;
	line-height: 25px;
	font-size: 17px;
	margin-bottom: 15px;	
}

#contact-wrapper h1
{
	color: #9d0000;
}

#contact-wrapper .contact-page
{
	width: 335px;
	margin: 20px 75px 20px 30px;
}

#contact-wrapper .contact-page a
{
	color: #ffffff;
	font-weight: normal;
	font-size: 15px;	
}

#contact-wrapper p.discreet
{
	font-size: 9px;
	margin-bottom: 0px;
	line-height: auto;	
}

/* Product category pages
***************************/

#catalogue-wrapper
{
	background: url(/images/layout/page2-bgd.png) repeat-y;	
	min-height: 465px;		
}

#page2
{
	padding: 15px 0px 15px 20px;
	margin-left: 180px;
}

#page2 h1
{
	margin-left: 0px;	
}

#page-top2
{
	background: url(/images/layout/page_top2-bgd.png) no-repeat;
	display: block;		
	height: 12px;
}

#page-content2
{
	margin-left: 200px;
	width: 600px;
}

#page-btm2
{
	background: url(/images/layout/page_btm2-bgd.png) no-repeat;
	display: block;
	height: 11px;
}


#page img,
#footer img
{
	display: block;
}

#header ul#keylinks
{
	float: right;
	clear: right;
	margin: 37px 10px 0px 0px;
	padding: 2px 0px 0px 0px;
	width: auto;
}

#header ul#keylinks li
{
	background: url(/images/layout/header-bullet.png) no-repeat;	
	vertical-align: top;
	float: right;
	margin: 1px 15px 0px 15px;
	padding: 0px 0px 2px 25px;
}

#footer ul
{
	margin-top: 2px;
	margin-left: 27px;
	padding: 0px;
}

#footer ul li
{
	display: inline;
	padding-left: 0px;
	margin-left: 0px;	
}

#header ul li a:link,
#header ul li a:visited,
#footer ul li a:link,
#footer ul li a:visited
{
	color: white;
	font: normal 12px 'Gill Sans', 'Trebuchet MS', 'sans-serif';
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

#header ul li a:hover,
#footer ul li a:hover
{ 
	text-decoration: none;
	color: #f18022;
}

#footer ul li a #t-c
{
	color: #f18022;	
	text-align: right;
}


#footer
{
	background: url(/images/layout/footer-bgd.png) no-repeat;	
	font-size: 10px;
	font-weight: normal;
	height: 77px;
	padding: 4px 1px 1px 1px;
	clear: both;
}

#search
{
	float: right;
	color: white;
	font: normal 12px 'Gill Sans', 'Trebuchet MS', 'sans-serif';
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin: 40px 25px 0px 0px;
}

#site-search
{
	background: #d6c485;
	width: 90px;
	padding: 3px;
	border: none;
	
}

/*  Page Section Variations
***************************/

/* Cookers */

#cookers-wrapper
{
	background: url(/images/layout/cookware-background.png) no-repeat #ffffff;	
}

ul#cooker-nav
{
	margin: 25px 0px 0px 25px;
	float: left;
	width: 147px;
	padding: 0px 0px 0px 0px;
	list-style-image: url(/images/layout/cooker-nav.png);
}

ul#cooker-nav li
{
	width: 120px;
	margin: 15px 0px 15px 25px;
	padding: 10px 0px 0px 0px;
	vertical-align: middle;	
}

ul#cooker-nav li a:link,
ul#cooker-nav li a:visited
{
	color: white;
	font: normal 12px 'Gill Sans', 'Trebuchet MS', 'sans-serif';
	letter-spacing: 0.2em;
	vertical-align: top;	
}

ul#cooker-nav li a.selected,
ul#cooker-nav li a:hover
{
	color: 	#d47e2b;
}

#cooker-slideshow
{
	float: left;	
}

#cooker-text
{
	margin-left: 667px;
	height: 392px;
	padding: 0px 10px 0px 10px;	
}

#cooker-text p
{
	color: #bb2320;
	font: normal 14px 'Arial', 'sans-serif';
	line-height: 21px;
	margin-top: 15px;	
}

#cooker-text a
{
	font-weight: bold;
	color: 	#d47e2b;
}

#cooker-text p.caps-message
{
	color: #bb2320;
	font: bold 12px 'Arial', 'sans-serif';
	line-height: 21px;	
	text-transform: uppercase;
	letter-spacing: 0.1em;	
	margin-top: 20px;
}



/* temp text page styles
************************/

#text-page
{
	padding: 15px;	
}

#text-page h1,
#text-page h2,
#text-page h3
{
	color: #bb2320;

}

/* slideshow
************************/

#slideshow
{
	background:
}


/* Products
******************/
.more
{
	float: right;
}

.pages
{
	float: right;
	margin: 0px 25px 0px 0px;
}

#products
{
	margin-top: 25px;
}

#products tr.border
{
	border-bottom: dotted 2px #9d0000;
}

#products tr.border td
{
	border-right: none;
}

#products td
{
	border-right: dotted 2px #9d0000;
	padding: 5px;
}

#products td .detail-image
{
	width: 200px;
}

#related-items
{
	float: right;
}

/* Recipes */

#recipes-wrapper
{
	background: url(/images/layout/recipes-background.png);
	height: 392px;	
}

#recipes-slideshow
{
	float: left;
	width: 491px;
	margin-left: -1px;	
}

#recipes-text
{
	margin-left: 667px;
	height: 392px;
	padding: 0px 10px 0px 10px;	
}

#recipes-text p
{
	color: #bb2320;
	font: normal 14px 'Arial', 'sans-serif';
	line-height: 22px;
	margin-top: 25px;	
	letter-spacing: 0.01em;
}

#shoppingBasket
{
	width: 100%;	
}

#shoppingBasket input.text
{
	background: #d9d0b1;
	border: none;
	padding: 2px;	
}

.basket
{
	width: 420px;
	margin: 10px 30px 15px 15px;	
}

.basket th
{
	font: normal 11px 'Gill Sans', 'Trebuchet MS', 'sans-serif';
	color: #9d0000;
	margin: 10px 15px;
	text-transform: uppercase;	
}

.basket th,
.basket td
{
	padding: 4px;	
}

.basket td.price
{
	text-align: right;	
}

.spacy-text
{
	letter-spacing: 0.04em;
	line-height: 1.6em;
}

.details
{
	margin-left: 15px;	
}

.details td
{
	padding: 3px 3px 3px 0px;	
}

.border-heading
{
border-top: 1px dashed #9d0000;	
padding-top: 10px;
}

.border-heading span
{
	text-transform: none;
	font-size: 70%;	
	margin-left: 20px;
}

#icon
{
	position: absolute;
	z-index: 99;	
}
