* {
	margin: 0;
	padding: 0;
}

body {
font-size: 62.5%;
background: url(../images/background.jpg) top left repeat-x #282829;
}

img {
border: 0;
margin: 0;
padding: 0;
}

.clear{
clear: both;
}

#container{
width: 965px;
margin: 0 auto;
}

/* Masthead - logo, nav etc */

#masthead{
width: 965px;
height: 103px;
float: left;
background: url(../images/masthead-bg.jpg) top right no-repeat;
}

#logo{
width: 196px;
height: 103px;
float: left;
}

#nav{
width: 769px;
height: 103px;
float: left;
}

/* Content */

#contentContainer{
width: 965px;
min-height: 326px;
float: left;
}

#gallery{
width: 400px;
float: left;
padding-top: 25px;
padding-left: 11px;
}

#contentRightCol{
width: 554px;
float: left;
}

#content{
width: 554px;
float: left;
padding-bottom: 25px;
}

#contentFull{
width: 965px;
float: left;
padding-bottom: 25px;
}

#contentRightColFull{
width: 965px;
float: left;
}


#heading{
width: 554px;
height: 57px;
float: left;
background: url(../images/h1-background.jpg) top left no-repeat;
}

#headingFull{
width: 965px;
height: 57px;
float: left;
background: url(../images/h1-background-full.jpg) top left no-repeat;
}


/* Calls to action - Glasslab, Projects, Get in touch */

#callsToAction{
width: 965px;
height: 143px;
float: left;
}

.cta{
width: 321px;
height: 143px;
float: left;
}

.ctaBG{
width: 321px;
height: 143px;
float: left;
background: url(../images/cta-bg.jpg) top left no-repeat;
}

#ctaImgGlassLab{
width: 100px;
height: 139px;
float: left;
text-align: right;
}

#ctaTitleGlassLab{
width: 221px;
height: 44px;
float: left;
}

#ctaTextGlassLab{
width: 221px;
float: left;
}

#ctaImgProjects{
width: 121px;
height: 139px;
float: left;
text-align: right;
}

#ctaTitleProjects{
width: 200px;
height: 44px;
float: left;
}

#ctaTextProjects{
width: 200px;
float: left;
}

#ctaImgQuote{
width: 123px;
height: 139px;
float: left;
text-align: right;
}

#ctaTitleQuote{
width: 198px;
height: 44px;
float: left;
}

#ctaTextQuote{
width: 198px;
float: left;
}

/* Footer */

#footer{
width: 965px;
height: 64px;
float: left;
background: url(../images/footer-bg.jpg) top left repeat-x;
}


