* {
	margin: 0;
	padding: 0;
}

body {
font-size: 62.5%;
font-family: Arial, Helvetica, sans-serif;
background: url(../images/background.jpg) top center no-repeat;
color: #000000;
}

img {
border: 0;
margin: 0;
padding: 0;
}

.clear{
clear: both;
}

#container{
width: 956px;
margin: 0 auto;
}

/* Masthead */

#masthead{
width: 956px;
height: 149px;
float: left;
}

/* Content & nav */

#contentContainer{
width: 956px;
float: left;
background: url(../images/contentcontainer-bg.jpg) top right repeat-y;
}

#nav{
width: 193px;
float: left;
background: url(../images/nav-bg.jpg) top left no-repeat;
min-height: 450px;
}

#subnav{
width: 193px;
float: left;
}

#content{
width: 763px;
float: left;
background: url(../images/content-bg.jpg) top left no-repeat;
}

#contentLeftCol{
width: 505px;
float: left;
}

#contentRightCol{
width: 256px;
float: left;
}

/* Footer */

#callstoaction{
float: left;
width: 956px;
height: 136px;
background: url(../images/callstoaction-bg.jpg) top left no-repeat;
}

.callstoactionImg{
float: left;
width: 111px;
padding: 28px 0px 0px 11px;
}

.callstoactionText{
float: left;
width: 175px;
padding: 28px 0px 0px 0px;
}

#safety{
float: left;
width: 318px;
height: 136px;
}

#climate{
float: left;
width: 319px;
height: 136px;
}

#quote{
float: left;
width: 319px;
height: 136px;
}

#footer{
float: left;
width: 956px;
height: 55px;
background: url(../images/footer-bg.jpg) top left no-repeat;
}

#footerContact{
float: left;
width: 526px;
height: 45px;
background: url(../images/footer-bg.jpg) top left no-repeat;
}

#footerSmallprint{
float: left;
width: 410px;
height: 45px;
background: url(../images/footer-bg.jpg) top left no-repeat;
}


