body,html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #676665;
	text-align:center;
}

a, a:visited {
	color: #415185;
	text-decoration:underline;
}
a:hover {
	color: #676665;
	text-decoration:underline;
}

#container {
	position:relative;
	width: 860px;
	height: 660px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align:left;
}

p a, p a:visited {
	color: #415185;
	text-decoration:none;
}
p a:hover {
	color: #676665;
	text-decoration:underline;
}

#nav {
	position: absolute;
	bottom: 50px;
	left: 50px;
}

#nav a, #nav img {
	padding:0;
	margin:0;
}

#bottomlogo {
	position: absolute;
	bottom: 50px;
	right: 50px;
}

#container p.logo {
	position: relative;
	top: 70px;
	left: 50px;
}

#container p.homeheader {
	position: relative;
	top: 100px;
	left: 60px;
}

#container p.enquiryheader {
	position: absolute;
	top: 50px;
	right: 100px;
}

#hometext {
	position: relative;
	top: 120px;
	left: 60px;
	width: 410px;
	padding: 0;
	margin: 0;
}

#abouttext {
	position: relative;
	top: 260px;
	left: 60px;
	width: 700px;
	padding: 0;
	margin: 0;
}

#producttext {
	position: relative;
	top: 220px;
	left: 60px;
	width: 180px;
	padding: 0;
	margin: 0;
}

#productdetails {
	position: relative;
	top: 40px;
	left: 33px;
	width: 477px;
	height: 500px;
	padding: 0;
	margin: 0;
	overflow: auto;
}

#enquirytext {
	position: absolute;
	top: 90px;
	right: 80px;
	width: 160px;
	padding: 0;
	margin: 0;
}

#contacttext {
	position: relative;
	top: 140px;
	left: 50px;
	/*width: 120px;*/
	padding: 0;
	margin: 0;
}

#hometext p.blue, #abouttext p.blue, #producttext p.blue, #enquirytext p.blue, #contacttext p.blue {
	color: #415185;
}
#hometext p.lightblue, #abouttext p.lightblue, #producttext p.lightblue, #enquirytext p.lightblue, #contacttext p.lightblue {
	color: #9ca9d4;
}
#contacttext p.first {
	width: 130px;
}

#productdetailsheader {
	position: absolute;
	top: 40px;
	right: 50px;
}

#productlinks {
	position: absolute;
	top: 200px;
	right: 70px;
	z-index:100;
}
#productlinks img {
	margin:-3px 0 -4px 0;
}
#prodpic1 {
	position: absolute;
	top: 31px;
	left: 31px;
}
#prodpic2 {
	position: absolute;
	top: 31px;
	left: 310px;
}
#prodpic3 {
	position: absolute;
	top: 31px;
	right: 31px;
}

#enqform {
	position: absolute;
	top: 70px;
	left: 35px;
	padding: 0;
	margin: 0;
}
tr.spacedown {padding-bottom:20px; margin-bottom:20px;}
td.textfield {
	background-image: url(../images/enq_form_textfield.gif);
	background-repeat: no-repeat;
	width: 324px;
	height: 46px;
}
td.memofield {
	background-image: url(../images/enq_form_textarea.gif);
	background-repeat: no-repeat;
	width: 329px;
	height: 137px;
}


#enqform input.clearfrm {
	width: 320px;
	margin: 7px 2px 0 2px;
	background-color: transparent;
	border:none;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #676665;
}
#enqform textarea {
	width: 305px;
	height: 105px;
	margin: 7px 8px 0 10px;
	background-color: transparent;
	border:none;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #676665;
}
#contactmap {
	position: absolute;
	bottom: 111px;
	right: 56px;
}