/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background:  url(images/homepage01.jpg) repeat left top;
}

.clr{
	clear:all;
}

#col1 ul{
margin:0;
padding:10px 0 0 15px;
width:140px;
float:left;
}

#col2 ul{
margin:0;
padding:10px 0 0 15px;
width:140px;
float:left;
}

#strapline {
font-size:160%;
letter-spacing:-1px;
font-weight:bold;
color:#213067;
font-family: Arial, Helvetica, sans-serif;
margin:25px 0 0 0;
clear:both;
}

ul#links li{
margin:7px 0;
list-style-type: disc;
}

ul#links1{
float:left;
width:150px;
margin:20px 0 0 15px;
list-style-type: disc;
text-align:left;
}

ul#links2{
float:left;
width:135px;
margin:20px 0 0 0;
text-align:left;
list-style-type: disc;
}


/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

#inputtext1 {
	width: 150px;
	margin-right: 7px;
	padding: 4px 5px;
	border-top: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
}

#inputsubmit1 {
	width: 58px;
	height: 24px;
	background:  url(images/homepage15.gif) no-repeat left top;
	border: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:140%;
	color: #818080;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
margin-top:15px;
	margin-bottom: 25px;
	font-size: 21px;
	font-weight: normal;
	color: #747474;
	word-spacing:-1px;
}

.text2 {
	color: #213067;
}

.text3 {
	font-size: 11px;
	font-weight: bold;
	color: #213067;
}

.text3 span {
	padding-left: 12px;
	background:  url(images/homepage21.gif) no-repeat left center;
}

.text4 {
	text-align: center;
	color: #fff;
}

/** LINKS */

a {
	color: #213067;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-size: 13px;
	color: #495256
}

.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background:  url(images/homepage02.jpg) repeat-x left top; }
.bg2 { background:  url(images/homepage06.jpg) no-repeat left top; }
.bg3 { background:  url(images/homepage16.gif) repeat-y left top; }
.bg4 { background:  url(images/homepage20.gif) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

#icons{
margin:55px 0 30px 0;
}

/** IMAGES **/

.image_right{
	float:right;
}

.image_left{
	float:left;
}

/** PRODUCT NAVIGATION */

ul#products{
margin:0;
padding:0;
}


ul#products li{
display:inline;
}

li#product1 a,
li#product2 a,
li#product3 a,
li#product4 a
{
width:90px;
display:block;
float:left;
padding:100px 0 0 0;
text-align:center;
font-size:11px;
}

/** PRODUCT LIST */

ul#product_list{
margin:0;
padding:0;
}
ul#product_list li{
display:block;
width:100%;
height:70px;
margin:0;
padding:10px;
list-style:none;
}

ul#product_list li a{
text-decoration:none;
}


a.product{
display:block;
text-decoration:none;
}

li.colour1:hover
{
cursor:pointer;
display:block;
background:#f3f3f3;
}

li.colour2:hover
{
cursor:pointer;
display:block;
background:#F0F5FF;
}

li.colour1{
background:#eee;
}


li.colour2{
background:#dce8ff;
}

span.title{
font-weight:bold;
color:#213067;
float:left;
margin:0 0 10px 0;
clear:left;
}

span.text{
float:left;
clear:left;
width:350px;
}

span.image{
margin:0;
padding:0;
width:200px;
background:#fff;
}

img.product{
margin:0;
padding:0;
float:right;
}

a.white{
color:#fff;
}