html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	background: #FFF
	}
	
.weblinks {
	text-align: right;
	margin-top: 10px;
}

.center {
	position: absolute;
	left: 50%;
	margin-left: -375px;
	width: 750px;
	height: 100%;
	background: #E9EBEF;
	}

/* MAIN BODY */

.header {
	position: relative;
	width: 750px;
	height: 100px;
	background: #FFF;
	}
.logo {
	position: absolute;
	width: 113px;
	height: 100px;
	background: url(images/logo.gif);
	}
.link-bar {
	position: relative;
	width: 750px;
	height: 24px;
	}
.welcome {
	position: relative;
	width: 750px;
	height: 149px;
	background: #F5F6F8;
	border-bottom: 24px solid #E9EBEF;
	z-index: 1;
	left: 1px;
	}

.header-text {
	position: absolute;
	width: 495px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333;
	margin-left: 244px;
	margin-top: 48px;
	text-align: justify;
	line-height: 13px;
	z-index: 2;
	left: 1px;
	top: 126px;
	}
.main {
	position: relative;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #68738A;
	background: #FFF;
	padding-top: 10px;
	border-bottom: 10px solid #FFF;
	clear: both;
	}
.testimonials {
	position: relative;
	width: 730px;
	padding: 10px;
	text-align: center;
	background: #F5F6F8;
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: italic;
	color: #68738A;
	}
.footer {
	position: relative;
	width: 730px;
	padding: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #68738A;
	background: #E9EBEF;
	float:left;
	}

/* HOME PAGE */

.main-home {
	position: relative;
	width: 750px;
	height: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #68738A;
	text-align: justify;
	background: url(images/main-back.jpg);
	}
.products1 {
	position: absolute;
	width: 160px;
	height: 65px;
	background: url(images/home-duromatic.jpg) no-repeat;
	padding-top: 125px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-decoration: none;
	}
.products2 {
	position: absolute;
	margin-left: 190px;
	width: 160px;
	height: 65px;
	background: url(images/home-hotpan.jpg) no-repeat;
	padding-top: 125px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
.products3 {
	position: absolute;
	margin-left: 380px;
	width: 160px;
	height: 65px;
	background: url(images/home-kettles.jpg) no-repeat;
	padding-top: 125px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
.products4 {
	position: absolute;
	margin-left: 570px;
	width: 160px;
	height: 65px;
	background: url(images/home-cookstools.jpg) no-repeat;
	padding-top: 125px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}

/* PRODUCT PAGES */

.product-box {
	position: relative;
	width: 750px;
	height: 150px;
	margin-bottom: 20px;
	}
	
.product-box-big {
	position: relative;
	width: 750px;
	height: 250px;
	margin-bottom: 20px;
}

.product-image {
	position: absolute;
	width: 150px;
	height: 150px;
	text-align: center;
	}
.product-text {
	position: absolute;
	width: 580px;
	margin-left: 170px;
	text-align: justify;
	height: 150px;
	}
.product-text-big {
	position: absolute;
	width: 580px;
	margin-left: 170px;
	text-align: justify;
	height: 250px;
	}

/* SPARES */

.wrapper {
	position: relative;
	width: 750px;
	height: 150px;
	margin-bottom: 20px;
	}
.spares-box {
	position: relative;
	width: 730px;
	margin-bottom: 10px;
	padding: 10px;
	background: #F5F6F8;
	text-align: left;
	}
.spares-product-box1 {
	float: left;
	width: 360px;
	height: 150px;
	}
.spares-product-box2 {
	float: right;
	width: 360px;
	height: 150px;
	}
.spares-product-text {
	position: absolute;
	width: 190px;
	margin-left: 170px;
	text-align: left;
	height: 150px;
	}
	
/* HTML TAGS */

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-bottom: 2px;
	margin-top: 0px;
	}
	
h1.mainheader {
	margin-bottom: 20px;
}

a {
	color: #535B6F;
	text-decoration: underline;
	}
a:hover {
	color: #000;
	text-decoration: underline;
	}

.main-home a {
	text-decoration: none;
	}
.main-home a:hover {
	text-decoration: none;
	}
hr {
	border: 0px;
	width: 100%;
	height: 2px;
	color: #68738A;
	}
	
/* TABLES */

table {
	border-collapse  : collapse;
	}
th {
	background: #F5F6F8;
	border: 1px solid #68738A;
	padding: 0;
	}
td {
	border: 1px solid #68738A;
	padding: 0;
	}
	
table.about td{
	border: none;
	margin: 5px;
	}

/* ROLL OVER LINKS */

#links {
	height: 24px;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	background: url(images/links.gif) no-repeat;
	z-index: 2;
	}
#links li {
	position: absolute;
	}
#links li, #links a {
	height: 24px;
	display: block;
	}
#link1 {left: 0px; top: 0px; width: 56px; text-indent: -300px; overflow: hidden;}
#link2 {left: 56px; top: 0px; width: 77px; text-indent: -300px; overflow: hidden;}
#link3 {left: 133px; top: 0px; width: 134px; text-indent: -300px; overflow: hidden;}
#link4 {left: 267px; top: 0px; width: 132px; text-indent: -300px; overflow: hidden;}
#link5 {left: 399px; top: 0px; width: 99px; text-indent: -300px; overflow: hidden;}
#link6 {left: 498px; top: 0px; width: 164px; text-indent: -300px; overflow: hidden;}
#link7 {left: 662px; top: 0px; width: 88px; text-indent: -300px; overflow: hidden;}
#link1 a:hover {
	background: transparent url(images/links.gif) -0px -24px no-repeat;
	}
#link2 a:hover {
	background: transparent url(images/links.gif) -56px -24px no-repeat;
	}
#link3 a:hover {
	background: transparent url(images/links.gif) -133px -24px no-repeat;
	}
#link4 a:hover {
	background: transparent url(images/links.gif) -267px -24px no-repeat;
	}
#link5 a:hover {
	background: transparent url(images/links.gif) -399px -24px no-repeat;
	}
#link6 a:hover {
	background: transparent url(images/links.gif) -498px -24px no-repeat;
	}
#link7 a:hover {
	background: transparent url(images/links.gif) -662px -24px no-repeat;
	}
	
	
form#enquiry {
	width: 500px;
	margin-left: 125px;
}

/*
form#enquiry input, select, {
	width: 200px;
}
*/

form#enquiry select {
	font-size: smaller;
}

form#enquiry textarea {
	width: 195px;
}

fieldset {
	border: none;
	}
	
legend {
	color: #333;
	font-weight: bold;
}

td.contact {
	vertical-align: top;
	border: none;
	width: 50%;
}

ul.brochurelinks {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.brochurelinks li {
	float: right;
	margin: 0px;
	padding: 0px;
}

ul.plainlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.plainlist li {
	clear: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

img.right {
	float: right;
	margin-left: 10px;
}
