@charset "UTF-8";
/* CSS Document */

body {
	font-family:helvetica,arial,sans serif;
	font-size:14px;
	background-color:#000000;
	padding:0;
	color:#FFFFFF;
}
#header {
	width:970px;
	margin:0 auto;
	height:140px;
	position:relative;
}
#content {
	margin:0 auto;
	height:380px;
	width:970px;
	background-image:url(../img/bg.jpg);
	background-position:top left;
	background-color:#000000;
	background-repeat:no-repeat;
	position:relative;
	padding:0;
	border-top:5px solid #ffffff;
	border-bottom:5px solid #ffffff;
}
#home #content {
	background-image:url(../img/bg-home.jpg);
}
#about #content {
	background-image:url(../img/bg-about.jpg);
}
#contact #content {
	background-image:url(../img/bg-contact.jpg);
}
#stockists #content {
	background-image:url(../img/bg-stockists.jpg);
}
#catalogue #content {
	background-image:url(../img/bg-catalogue.jpg);
}
#diy #content {
	background-image:url(../img/bg-diy.jpg);
}
.divider {
	width:100%;
	height:5px;
	background-color:#FFFFFF;
	position:absolute
}
.divider#bottom {
	bottom:0px;
	z-index:2;
}
.divider#top {
	top:195px;
}
.footer {
	left:415px;
	position:absolute;
	bottom:-28px;
	font-size:11px;
	color:#333
}
.footer a {
	color:#333;
}
a {
	text-decoration:none;
	color:#339900;
	border:0;
}
ul {
	bottom:3px;
	width:954px;
	list-style-type:none;
	position:absolute;
	margin:0;
	padding:0 0 0 15px;
	left: 0px;
}
li a {
	color:#000000;
	float:left;
	text-decoration:none;
	margin: 0px 80px 0 0;
	border:0;
}
li {display:inline}
a#contact{
	margin: 0;
}
#logo {
	height:84px;
	width:297px;
	background-image:url(../img/logo.gif);
	top:18px;
	right:0;
	position:absolute;
}
#install{
	width:130px;
	height:124px;
	background-image:url(../img/install.jpg);
	top:6px;
	left:0;
	position:absolute;
}
#text {
	width:392px;
	height:295px;
	position:absolute;
	right:67px;
	top:35px;
}
#video {
	height:512px;
	width:512px;
	position:absolute;
	right:0;
	top:0px;
}
p {
	font-size:12.5px;
	font-weight:200;
	line-height:20px;
	color:#FFFFFF;
}
:-moz-any-link:focus {
  outline: none;
}
/* Contact Form */
#form-name, #form-enquiry, #form-email {
	margin-bottom:10px
}
#form-name, #form-email {
	width:340px
}
textarea{
font-family:helvetica,arial,sans serif;
font-size:14px;
}