/* ------- PROcourier ------- */

* {
	margin: 0;
	padding: 0;
}

img {
border: 0;
margin: 0;
padding: 0;
}

.clear{
clear: both;
}

body.home {
font-size: 62.5%;
font-family: Arial, Helvetica, sans-serif;
background: url(../images/background-home.jpg) top center repeat-x;
background-color: #f4f4f4;
}

body.content {
font-size: 62.5%;
font-family: Arial, Helvetica, sans-serif;
background: url(../images/background-content.jpg) top center no-repeat;
background-color: #f4f4f4;
}

#container{
width: 940px;
margin: 0 auto;
}

/* Masthead - logo, nav etc */

#masthead{
width: 940px;
height: 163px;
float: left;
}

#logo{
width: 276px;
height: 127px;
float: left;
}

#paymentTypes{
width: 366px;
height: 127px;
float: left;
background: url(../images/payment-types.jpg) bottom left no-repeat;
}

#telephone{
width: 298px;
height: 127px;
float: left;
}

#nav{
width: 940px;
height: 36px;
float: left;
}

/* Homepage layout */

#banner{
	width: 940px;
	height: 214px;
	float: left;
}

#callstoaction{
	width: 940px;
	height: 188px;
	float: left;
}

#homeContentContainer{
	width: 940px;
	height: 311px;
	float: left;
}

#homeLeftCol{
	width: 470px;
	height: 311px;
	float: left;
}

#homeRightCol{
	width: 470px;
	height: 311px;
	float: left;
}

#footer {
	width: 940px;
	height: 30px;
	float: left;
}

/* Content page layout */

#contentContainer{
	width: 675px;
	margin-top: 10px;
	float: left;
}

#contentTitle{
	width: 675px;
	height: 51px;
	float: left;
	background: url(../images/title-bg.gif) top left no-repeat;
}

#contentBanner{
	width: 675px;
	height: 155px;
	float: left;
}

#contentBody{
	width: 675px;
	float: left;
	padding-top: 18px;
	background: url(../images/content-bg.gif) top left repeat-y;
}

#contentBottom{
	width: 675px;
	height: 27px;
	float: left;
	background: url(../images/content-bottom.gif) top left no-repeat;
}


#contentCallstoaction{
	width: 251px;
	margin: 10px 0px 0px 14px;
	float: left;
	background: url(../images/right-col-bg.gif) top left repeat-y;
}

#footerContent {
	width:100%;
	height: 30px;
	float: left;
	background-color: #083F8A;
}


	

