* {
	margin: 0;
	padding: 0;
}

body {
font-size: 62.5%;
font-family: Arial, Helvetica, sans-serif;
background: url(../images/background.jpg) top left repeat-x;
background-color: #FFFFFF;
}

img {
border: 0;
margin: 0;
padding: 0;
}

#container{
width: 989px;
margin: 0 auto;
}

#masthead{
float:left;
width: 989px;
height: 287px;
background: url(../images/masthead.jpg) top left no-repeat;
}

#mastleft{
float:left;
width: 303px;
height: 287px;
background: url(../images/masthead-left.jpg) top left no-repeat;
}

#mastlogo{
float: left;
width: 382px;
height: 287px;
}

#mastright{
float:left;
width: 304px;
height: 287px;
background: url(../images/masthead-right.jpg) top left no-repeat;
}

#nav{
float: left;
margin-left: 42px;
width: 913px;
height: 49px;
}

#content{
float:left;
width: 989px;
background-color: #FFFFFF;
}

#leftColumn{
float: left;
width: 715px;
padding-bottom: 30px;
}

#rightColumn{
float: left;
width: 238px;
}

#fullColumn{
float: left;
width: 953px;
padding-bottom: 30px;
}

#submenu{
float: left;
width: 238px;
}

#productsColumn{
float: left;
width: 668px;
padding-bottom: 30px;
}

.product{
float: left;
width: 570px;
margin-left: 50px;
margin-bottom: 15px;
}

.productImg{
float: left;
width: 230px;
margin-top: 3px;
}

.productInfo{
float: left;
width: 320px;
}

#footer{
float:left;
width: 100%;
height: 141px;
background: url(../images/footer-bg.jpg) top left repeat-x;
}

#footerContainer{
width: 989px;
margin: 0 auto;
}

#accreditations{
float:left;
margin-top: 23px;
margin-left: 20px;
width: 467px;
height: 100px;
}

#address{
float:left;
margin-top: 23px;
width: 206px;
height: 100px;
background: url(../images/address-bg.jpg) top left no-repeat;
}

#contactdetails{
float:left;
margin-top: 23px;
width: 230px;
height: 100px;
background: url(../images/address-bg.jpg) top left no-repeat;
}

#smallprint{
float: left;
width: 400px;
height: 11px;
padding-top: 20px;
height: 75px;
}

#designedBy{
float: right;
width: 350px;
height: 11px;
height: 75px;
padding-top: 20px;
text-align: right;
}


