@charset "UTF-8";
/* CSS Document */

body {
	font-family:helvetica,arial,sans serif;
	font-size:12px;
}
#content {
	margin:10px auto;
	height:537px;
	width:970px;
	background-image:url(../img/bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	position:relative;
}
#home #content {
	background-image:url(../img/bg-home.gif);
}
ul {
	position:absolute;
	list-style-type:none;
	right:0;
	bottom:230px;
}
#home ul {
	left:200px;
	bottom:28px;
}
.logo {
	height:59px;
	width:170px;
	background-image:url(../img/logo-small.png);
	position:absolute;
	bottom:72px;
	right:180px;
}
#home .logo {
	background-image:url(../img/logo.png);
	width:403px;
	height:140px;
	top:148px;
	left:193px;
}
#home li a {
	text-decoration:none;
	color:#ED1C24;
}
li {
	margin-bottom:6px;
}
h1 {margin:10px 0 30px;}
.text {
	height:376px;
	width:495px;
	position:absolute;
	left:37px;
	top:37px;
	padding:30px;
	background-image:url(../img/textbox.png);
}
.heading {
	height:30px;
}
p {
	font-size:11px;
	line-height:17px;
	margin-top:5px;
}
a {
	text-decoration:none;
	color:#003399
}
#globes {
	position:absolute;
	top:285px;
	left:30px
}
.footer {
	left:373px;
	position:absolute;
	bottom:0;
	font-size:10px;
	color:#999999
}
.footer a {
	color:#999999
}
#slideshow {
	position:absolute;
	top:0;
	right:0;
	width:380px;
	height:512px
}
/* Contact Form */
#form-name, #form-enquiry, #form-email {
	margin-bottom:10px
}
#form-name, #form-email {
	width:364px
}
#contact {
	width:364px
}
/* Browser Tweaks */
:-moz-any-link:focus {
  outline: none;
}
.text p{font-size:12px;line-height:160%;}
textarea{font-family:helvetica,arial,sans serif;font-size:13px;width:364px;}
