div {
  xborder:thin red solid;
}

span {
  xborder:thin green solid;
}

body {
  padding:0px;
	background-color:#620A1F;
	color:black;
	font-family:sans-serif;
	background-image:url('images/bgtile.jpg');
	background-position:top left;		
	background-repeat:repeat-x;
}    

.logo {
  position:absolute;
  left:98px;
  top:110px;
  height:94px;
	width:527px;
	background-color:none;
 	background-image:url('images/logowhite.gif');
	background-position:top left;		
	background-repeat:no-repeat;
	border:0px black solid;
}

.sun {
  position:absolute;
  left:750px;
  top:10px;
  height:236px;
	width:245px;
	background-color:none;
 	background-image:url('images/sun.gif');
	background-position:top left;		
	background-repeat:no-repeat;
	border:0px black solid;
}

.menu {
	background-color:black;
	color:white;
	font-weight:bold;
	padding:10px;
	padding-left:12px;
	margin-left:90px;
	margin-right:90px;
	margin-top:260px;
}

.menu a {
  color:#A9AFA8;
	text-decoration:none;
	font-size:11pt;
	padding-left:5px;
	padding-right:5px;
}

.menu a:hover {
	color:white;
}

.active a {
  color:#EDE43F;
}

.active a:hover {
	color:white;
}

.maintext {
  xcolor:#989F97;
	color:white;
	font:bold 50pt sans-serif; 
	text-align:right;
	padding-right:20px;
}

.image {
  margin:10px 20px 10px 0px;
	text-align:left;
	xfilter:alpha(opacity=100);
	x-moz-opacity:1;
	x-khtml-opacity: 1;
	xopacity: 1;
	clear:all;
}

.imageleft {
  margin:10px 20px 10px 0px;
	float:left;
	clear:both;
	xfilter:alpha(opacity=100);
	x-moz-opacity:1;
	x-khtml-opacity: 1;
	xopacity: 1;
}

.prodboxleft {
	position:relative;
	height:281px;
	padding-top:30px;
	padding-left:250px;
	padding-right:150px;
}

.prodimageleft {
  position:absolute;
	top:0px;
	left:0px;
}

.prodboxright{
	position:relative;
	height:281px;
	padding-right:260px;
	padding-left:80px;
}

.prodimageright {
  position:absolute;
	top:0px;
	right:50px;
}


.serveboxleft {
	position:relative;
	height:281px;
	padding-top:30px;
	padding-left:250px;
	padding-right:150px;
}

.serveimageleft {
  position:absolute;
	top:0px;
	left:0px;
}

.serveboxright{
	position:relative;
	height:281px;
	padding-right:260px;
	padding-left:0px;
}

.serveimageright {
  position:absolute;
	top:0px;
	right:50px;
}

.highlight {
  padding-left:60px;
}


.content {
  background-color:#BCC1BB;
	padding:5px;
	padding-top:0px;
	margin-left:90px;
	margin-right:90px;
	padding-left:12px;
	font-size:13pt;
	border:2px black solid;
	xfilter:alpha(opacity=80);
	x-moz-opacity:0.8;
	x-khtml-opacity: 0.8;
	xopacity: 0.8;
}

.content a {
  color:black;
}

.content a:hover {
	color:#880424;
}

.bodycopy {
  padding-left:20px;
	padding-right:20px
}

h2 {
  margin-top:30px;
}

.imagecentre {
  margin:20px;
	text-align:center;
}

li {
  padding-bottom:5px;
}

.button {
  width:289px;
	height:55px;
}

.buttonbg {
  padding-top:12px;
  width:289px;
	height:55px;
	background-image:url('images/button.jpg');
	background-position:top left;		
	background-repeat:no-repeat;
	border:0px #BCC1BB solid;
	text-align:center;
}

.button a {
  color:white;
	font-size:15pt;
	font-weight:bold;
}

.button a:hover {
  color:#EDE43F;
}

.formline {
  padding-bottom:10px;
}

.error {
  color:red;
}

.footer {
  background-color:black;
	color:white;
	padding:5px;
	padding-left:12px;
	font-size:7pt;
	text-align:right;
	margin-left:90px;
	margin-right:90px;
}

.footer a {
  color:#A9AFA8;
}

.footer a:hover {
  color:white;
}
