/* Reset default browser styling */

* {
	padding:0;
	margin:0;
	}

a {
	text-decoration:none;
	color:#FFFFFF;
	}
	
img {
	border:0;
	}
	
ul, ul li {
	list-style:none;
	}
	
body {
	font-size:62.5%;
	}
	
/* End Reset default browser styling */

body {
	background-image:url(../images/KitchenTile.jpg);
	background-repeat:repeat;
	}


#container {
	position:relative;
	margin: 0 auto;
	width:932px;
	margin-top: 5px;
	}
	
#header {
	position:relative;
	float:left;
	clear:both;
	width:932px;
	height:140px;
	background-image:url(../images/headerImage.png);
	background-repeat:no-repeat;
	z-index:20;
	}
	
#ecommerceMenu {
	position:relative;
	float:right;
	clear:right;
	width:230px;
	height:30px;
	margin-top:40px;
	}
	
#navMenu{
	position:relative;
	float:right;
	clear:right;
	width:580px;
	height:30px;
	margin-top:0px
	}
	
#centreLeft {
	position:relative;
	float:left;
	/*	clear:left;*/
	width:782px;
	z-index:5;
	margin-bottom: 60px;
	font-size: 11px;
/*	background-color:#FFFFFF;*/
	}
		
#leftColumn {
	position:relative;
	float:left;
	width:170px;
	min-height:100px;
	/*	background-color:#E9E6E2;*/
	top:50px;
	z-index:70;
	margin-bottom: 0px;
	}
	
#homeleftColumn {
	position:relative;
	float:left;
	width:170px;
	min-height:100px;
	/*	background-color:#E9E6E2;*/
	top:20px;
	z-index:70;
	margin-bottom: 0px;
	}
	
#centreColumn {
	position:relative;
	float:right;
	width:593px;
	min-height:100px;
	z-index:10;
	margin-right:10px;
	margin-bottom: 15px;
	font-size: 1.2em;
	}
#centreColumn.home p{
	padding: 0 30px;
}	
.heading{
	display: block;
	font-size: 1.6em;
	font-style: italic;
	color: #560000;
	font-weight: normal;
}
.heading span{
	color: #d20000;
}
#rightColumn{
	position:relative;
	float:right;
	width:150px;
	top:20px;
	z-index: 40;
	margin-bottom: 60px;
	}
	
#footer {
	position:relative;
	float:left;
	clear:none;
	width:932px;
	height:68px;
	margin-top:0px;
	background-image:url(../images/footerImage.png);
	background-repeat:no-repeat;
	z-index:60;
	}
	
#footerNav {
	position:relative;
	float:left;
	clear:left;
	width:550px;
	height:24px;
	top:22px;
	}
	
#clearFix {
	clear:none;
	}	
	
#contentBackground {
	position:relative;
	float:left;
	width:932px;
	clear:none;
	background-image:url(../images/contentBackground.gif);
	background-repeat:repeat-y;
	margin-bottom:-22px;
	margin-top: -40px;

	}
	
	
	
	

/* CENRTRE COLUMN */
#breadcrumb {
	position:relative;
	float:right;
	clear:right;
	width:530px;
	height:23px;
	}
#hbreadcrumb {
	padding-left: 220px;
	padding-top: 10px;
	}	
#mainImage, #hmainImage{
	
	border-top: solid 1px #ccc;
	border-bottom: solid 5px #e9e6e2;
	

	}
#hmainImage{
	margin-top: -25px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 1px;
	background: #fff;
	position: relative;
	height: 348px;
}	
#hmainImage img{
	position: absolute;
}	
#hmainImage ul{
	position: absolute;
	height: 30px;
	z-index: 100;
	top: 310px;
	left: 20px;
	margin: 0;
	padding: 0;
}
#hmainImage li{
	float: left;
	width: 22px;
	height: 22px;
	margin: 0 5px;
	background: #dc0000;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	line-height: 22px;
	border: dotted 2px #fff;
}
#hmainImage li:hover{
	background: #560000;
}

#hmainImage .active{
	color: #dc0000;
	background: #fff;
}
#quote{
	display: block;
	position: absolute;
	width: 200px;
	height: 100px;
	right: 25px;
	bottom: 0;
	text-indent: -3000px;
	outline: 0;
	
}	
#pageTitle {
	position:relative;
	clear:right;
	width:593px;
	/*height:45px;*/
	margin-top: 7px;
	margin-bottom:10px;
	font-weight: bold;
	color:#560000;
	font-style: italic;
	font-size: 22px;
	}
	
#column1Wide {
	position:relative;
	float:left;
	width:500px;
	}
	
#column1, #column3 {
	position:relative;
	float:left;
	width:285px;
	}
	
#column2, #column4 {
	position:relative;
	float:right;
	clear:right;
	width:290px;
	margin-right:3px;
	}
	
	
#buttonRow {
	position:relative;
	clear:both;
	width:593px;
	height:134px;
	margin: 10px 0px;
	}
	
#basket {
	clear:both;
	width:135px;
	margin-left:8px;
	}

#basketTop{
	width:135px ;
	height:14px ;
	background-image:url(../images/basketTop.png);
	background-repeat:no-repeat;
	}
	
#basketTop span, #basketBottom span {
	display:none;
	}
	
#basketBottom {
	width:135px ;
	height:15px ;
	background-image:url(../images/basketBottom.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
	}
	
#basketContent {
	border-left: 1px solid #927545;
	border-right: 1px solid #927545;
	padding:0px 8px;
	background-color:#EDE6D8;
	}
	
	
#clearFix {
	clear:none;
	}
	
#clearFixBoth {
	clear:both
	}
	
#catList, #catMainTitle {
	position:relative;
	float:left;
	clear:both;
	width:593px;
	}
#column1Wide ul li p{
	margin-left:20px;
	list-style:disc;
	list-style-type:disc;
	}

/* CONTACT US PAGE */

#contactmainImage{
            position:relative;
            float:left;
            width:325px;
            margin-top:23px;
}

            

#contactpageTitle {
position:relative;
clear:right;
float:right;
width:255px;
margin-top:23px;
margin-right:3px;
}

 

#contactcolumn1, #contactcolumn3 {
position:relative;
float:left;
width:280px;
}

            

#contactcolumn2, #contactcolumn4 {
position:relative;
float:right;
clear:right;
width:280px;
margin-right:3px;
}

 

#contactpageTitle p, #contactcolumn1 p, #contactcolumn2 p {
font-size:1.1em;
color:#560000;
line-height:150%;
text-align:left;
}

 

#contactpageTitle h1, #contactcolumn1 h1, #contactcolumn2 h1 {
font-size:3.6em;
color:#560000;
font-weight:lighter;
text-align:left;
}

                        

#contactpageTitle h2, #contactcolumn1 h2, #contactcolumn2 h2 {
font-size:1.3em;
color:#6584A3;
font-weight:bold;
line-height:150%;
text-align:left;
text-transform:uppercase;
}

            

#contactpageTitle h3, #contactcolumn1 h3, #contactcolumn2 h3  {
font-size:1.6em;
font-weight:normal;
color:#435970;
line-height:110%;
text-align:left;
}

            

#contactpageTitle h5, #contactcolumn1 h5, #contactcolumn2 h5  {
font-size:1.1em;
color:#560000;
line-height:150%;
text-align:left;
font-weight:bold;
}

.inner{
	
}
