* {
	margin: 0;
	padding: 0;
}

body {
font-size: 62.5%;
font-family: Arial, Helvetica, sans-serif;
background: url(../images/background.jpg) top center repeat-x;
}

img {
border: 0;
margin: 0;
padding: 0;
}

.clear{
clear: both;
}

#container{
width: 902px;
margin: 0 auto;
}

/* Masthead - logo, nav etc */

#masthead{
width: 903px;
height: 55px;
float: left;
}

#logo{
width: 138px;
height: 24px;
float: left;
}

#navHome{
width: 764px;
height: 24px;
float: left;
background: url(../images/nav-home-bg.jpg) top left no-repeat;
}

#navTunnel{
width: 764px;
height: 24px;
float: left;
background: url(../images/nav-tunnel-bg.jpg) top left no-repeat;
}

#navParticulate{
width: 764px;
height: 24px;
float: left;
background: url(../images/nav-particulateoff-bg.jpg) top left no-repeat;
}

#navOpacity{
width: 764px;
height: 24px;
float: left;
background: url(../images/nav-opacityoff-bg.jpg) top left no-repeat;
}

#navDist{
width: 764px;
height: 24px;
float: left;
background: url(../images/nav-distributor-bg.jpg) top left no-repeat;
}

#navContact{
width: 764px;
height: 24px;
float: left;
background: url(../images/nav-contact-bg.jpg) top left no-repeat;
}

/* Banner & tabs */

#banner{
width: 903px;
height: 190px;
float: left;
}

#tabs{
width: 903px;
height: 42px;
float: left;
}

/* Content */

#contentContainer{
width: 903px;
float: left;
background: url(../images/content-bg.jpg) top left repeat-y;
}

#contentLeftCol{
width: 650px;
float: left;
padding-bottom: 10px;
}

#contentFullCol{
width: 903px;
float: left;
padding-bottom: 10px;
}

#contentRightCol{
width: 253px;
float: left;
padding-top: 15px;
}

#contentContactLeftCol{
width: 603px;
float: left;
padding-bottom: 10px;
padding-top: 15px;
}

#contentContactRightCol{
width: 300px;
float: left;
padding-top: 15px;
}

#heading{
width: 650px;
height: 46px;
float: left;
}

#tel{
width: 223px;
height: 23px;
float: left;
}

#contentBottom{
width: 903px;
height: 10px;
float: left;
background: url(../images/content-bottom.jpg) top left no-repeat;
}

/* Footer */

#footerContainer{
width: 906px;
height: 56px;
float: left;
background: url(../images/footer-bg.jpg) top left no-repeat;
margin-top: 8px;
}

#footerLeft{
width: 139px;
height: 56px;
float: left;
}

#footerRight{
width: 767px;
height: 56px;
float: left;
}

#address{
width: 450px;
height: 56px;
float: left;
}

#smallprint{
width: 317px;
height: 56px;
float: left;
}

