/* CSS Document */
body {
	background: #052e58 url(images/bg.jpg) repeat-x top;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
body#uk {
	background: #9a1518 url(images/bg_uk.jpg) repeat-x top;
}
a, a:visited, a:hover {
	color: #ccc;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#hp-container {
	margin: 50px auto 0 auto;
	background: url(images/hp_bg.jpg) top no-repeat;
	width: 981px;
	height: 601px;
	display: table;
}
#uk #hp-container {
	background: url(images/hp_bg_uk.jpg) top no-repeat;
}
#interior-container-contact {
	margin: 50px auto 0 auto;
	background: #051332 url(images/interior2_bg.jpg) top no-repeat;
	width: 981px;
	height: 601px;
	display: table;
}
#interior-container {
	margin: 50px auto 0 auto;

	width: 981px;
	height: 601px;
	display: table;
}
.leftcol {
	float: left;
	width: 320px;
	padding-left: 75px;
	padding-top: 150px;
	font-size: 12px;
	margin-top: 50px;
}
.leftcol h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.leftcol .clickhere {
	padding: 5px;
	width: 90%;
	font-size: 11px;
	color: #fff;
	border: 5px double #fff;
	text-align: center;
}
.leftcol a, .leftcol a:visited {
	text-decoration: underline;
}
.leftcol p {
	margin-bottom: 30px;
}
.leftcol .hp-box {
	margin-bottom: 10px;
}
.rightcol {
	float: right;
	margin-top: 90px;
}
img {
	border: 0;
}
.get-flash {

}


#footer {
	margin: 0 auto;
	width: 978px;
	font-size: 12px;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 10px 20px;
}
#footer .copyright {
	margin-left: 30px;
	text-align: left;
	color: #547aa2;
	font-size: 11px;
}
#footer .copyright, #footer .links {
	padding-top: 5px;
}
#footer .copyright a {
	color: #4783c3;
}
body#uk #footer .copyright a, body#uk #footer .copyright {
	color: #fff;
}
#footer .left li {
	float: left; 
}
#footer .links {
	padding-left: 10px;
}
#footer .left {
	float: left;
	text-align: left;
	width: 650px;
}
#footer .right {
	float: left;
	text-align: right;
	width: 328px;
}