/* CSS Document */

body{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0062af;
	background-color:#d8e1e8;
}

#container{

	width:762px;

	background-image:url(images/bodyStrip.jpg);
	background-repeat:repeat-y;
	border-left:1px solid #cec8c8;
	margin: 0 auto;
}

#headContainer{
	width:754px;
	height:208px;

	padding-right:8px;
}
#headTopStrip{
	width:754px;
	height:32px;
	float:left;
	background-image:url(images/headStrip.jpg);
	background-repeat:no-repeat;
}

#headLogo{
	width:377px;
	height:141px;
	float:left;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
}

#flags{
	width:125px;
	height:121px;
	float:left;
	padding-left:57px;
	padding-top:20px;
}

#ContactDetails{
	width:185px;
	height:121px;
	float:left;
	padding-top:20px;
	padding-right:10px;
	text-align:right;
	color:#83202b;
}

.emailLink{
	font-size:12px;
	color:#4867c6;
}

a.emailLink{
	color:#4867c6;
	text-decoration:underline;
}

a.emailLink{
	color:#83202b;
	text-decoration:underline;
}

#headBottomStrip{
	width:754px;
	height:35px;
	float:left;
	background-image:url(images/headBottom.jpg);
	background-repeat:no-repeat;
}

#contentContainer{
	width:734px;

	padding-left:12px;
	padding-right:8px;
	
}

#leftBlock{
	width:415px;
	height:auto;
	float:left;
	padding-right:10px;
	padding-top:0px;
	color:#666666;
}

#TextBody{
	width:415px;
	height:auto;
	float:left;
}

#enquiryForm{
	width:700px;
	float:left;
	padding-right:10px;
	clear: both;
}

#enquiryText{
	width:700px;
	height:auto;
	float:left;
	padding-right:10px;
}


.checkboxes{
	width:170px;
	height:100px;
	float:left;
	padding-left:5px;
}

#comment{
	width:700px;
	height:auto;
	float:left;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
}

#details{
	width:700px;
	height:auto;
	float:left;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:20px;
}
.form_half {
width:350px; float:left;
}
.heading{
	font-size:24px;
	color:#83202b;
}

.subheading{
	font-size:20px;
	color:#4867c6;
}

#rightBlock{
	width:298px;
	height:auto;
	float:left;
	padding-right:10px;
	padding-top:20px;
}

.picblock{
	width:288px;
	height:186px;
	float:left;
	padding:4px 11px 34px 6px;
	background-image:url(images/ImgFrame.jpg);
	background-repeat:no-repeat;
}

#footer{
clear:both;
	width:762px;
	height:25px;
	float:left;
	background-image:url(images/footer.jpg);
}

