* {
	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: 242px;
height: 24px;
float: left;
}

#navHome{
width: 660px;
height: 24px;
float: left;
background: url(../images/nav-home-bg.jpg) top right no-repeat;
}

#navProducts{
width: 660px;
height: 24px;
float: left;
background: url(../images/nav-products-bg.jpg) top left no-repeat;
}

#navServices{
width: 660px;
height: 24px;
float: left;
background: url(../images/nav-services-bg.jpg) top left no-repeat;
}

#navFAQs{
width: 660px;
height: 24px;
float: left;
background: url(../images/nav-faqs-bg.jpg) top left no-repeat;
}

#navContact{
width: 660px;
height: 24px;
float: left;
background: url(../images/nav-contact-bg.jpg) top left no-repeat;
}

/* Banner & tabs */

#bannerHome{
width: 903px;
height: 190px;
float: left;
background: url(../images/banner-home.jpg) top left no-repeat;
}

#bannerProducts{
width: 903px;
height: 190px;
float: left;
background: url(../images/banner-products.jpg) top left no-repeat;
}

#bannerServices{
width: 903px;
height: 190px;
float: left;
background: url(../images/banner-services.jpg) top left no-repeat;
}

#bannerFAQs{
width: 903px;
height: 190px;
float: left;
background: url(../images/banner-faqs.jpg) top left no-repeat;
}

#bannerContact{
width: 903px;
height: 190px;
float: left;
background: url(../images/banner-contact.jpg) top left no-repeat;
}

#bannerText{
margin: 85px 0px 0px 498px;
width: 350px;
height: 55px;
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: 410px;
height: 56px;
float: left;
}

#smallprint{
width: 357px;
height: 56px;
float: left;
}


