@charset "utf-8";
@import "reset.css";
@import "jquery.css";
@import "shadows.css";


/* Main Styles */

body {
	background-color: #ffffff;
	color: #333333;
}

ul {	
	list-style: none;
	margin:15px 0;
}

ol {
	margin:0 0 0 15px;
}

/*	===================================================
	@Typography
	=================================================== */
	
	body {
	font-family: Verdana, Geneva, sans-serif;
}

iframe {
	border: 0;
}

.news p {
  float: left;
  font-size: 0.95em;
  height: auto;
  line-height: 1.4em;
  margin-left: 10px;
  width: 90%;
}
.faq p {
	float: left;
	font-size: 0.95em;
	line-height: 1.4em;
	height:auto;
	width:90%;
	margin-left:10px;
}
.faq p span {
	float: left;
	font-weight: bold;
	margin-bottom: 10px;
}

h1,
.xxlarge {
	font-size: 2.0em;
}

h2,
.xlarge {
	font-size: 1.8em;
}

h3,
.large {
	font-size: 1.6em;
	line-height:1.2em;
}

h4,
.medium {
	font-size: 1.4em;
}

h5,
.small {
	font-size: 1.2em;
}

h6,
.xsmall {
	font-size: 1.0em;
}

.emergency {
	font-size: 0.7em;
	line-height: 1.1em;
}

.highlight {
	font-size: 1.2em;
	line-height: 1.1em;
	clear: both;
	overflow: hidden;
	padding: 5px 5px 5px 15px;
	background-color:#C00;
	color:#FFF;
	border-radius:5px;
	-webkit-border-radius:5px;
}

.highlight a:link,
.highlight a:visited {
	color:#FFF;
	font-weight:bold;
}

.highlight a:hover {
	color:#FFF;
	font-weight:bold;
}

/*	===================================================
	@Global
	=================================================== */
	
	* {
	target-new: tab ! important
}

.spacer {
	height: 20px;
}

.image {
	background: #fff;
	padding: 5px;
	float: left;
	width: 222px;
	position: relative;
	height:135px;
	display:block;
}

.image img {
	border: solid 1px #efefef;
	margin: 0;
	padding: 0;
}

.image img.boxshadow {
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	bottom: 5px;
}

.shadow {
	-moz-box-shadow: 0px 0px 4px #333;
	-webkit-box-shadow: 0px 0px 4px #333;
	box-shadow: 0px 0px 4px #333;
}

a {
	text-decoration: none;
}

.bold {
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}

.arrow {
	padding-left: 12px;
	background: url(../images/elements/bullet.png) 0px 2px no-repeat;
	font-size:.95em;
}

ol li {
	padding-left: none;
	background: none;
	font-size:1em;
	font-weight:bold;
}

li {
	padding-left: 12px;
	background: url(../images/elements/bullet.png) 0px 5px no-repeat;
}

/*	===================================================
	@Structure
	=================================================== */
	
	label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}

p {
	margin: 10px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 10px;
}

.homecolumn {
	width: 213px;
	float: left;
	margin: 10px 20px;
}

.homecolumn a:link, .homecolumn a:visited, .homecolumn a:active {
		text-decoration: none;
	font-weight: bold;
}

.homecolumn a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #333;
}


.column {
	width: 300px;
	float: left;
	margin: 10px 20px;
}

.column h2 {
	color:#09226B;
}

aside h2 {
	color:#09226B;
}

.column img {
	border:#CCC 1px solid;
}

.last {
	margin: 10px 0;
}

.first {
	margin: 10px 0;
}

.slider {
	width: 680px;
	height: 250px;
	margin: 0 0 10px 0;
}

article {
	width: 680px;
	margin-right: 20px;
	margin-bottom: 50px;
}

article h2 {
	font-size:1.2em;
}

article img {
	float: left;
	margin: 0px 10px 10px 0;
}

aside {
	width: 240px;
	margin-left: 20px;
	margin-bottom:20px;
}

.logo {
	float: left;
	margin: 35px 30px 22.5px 0;
}

.top {
	margin: 20px 0 20px 10px;
	float: left;
}

nav {
	float: left;
	width: auto;
	margin-top: 38px;
}
nav {
	font-size: 1em;
}
nav a,
nav a:visited,
nav a:active,
nav a:link {
	color: #fff;
}
nav li {
	float: left;
	width: auto;
	margin: 0 20px;
	text-align: center;
	padding: 0;
	background: none;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
	clear: both;
}

header {
	height: 120px;
	padding-bottom: 20px;
	background: url(../images/elements/header_bg.png) repeat-x;
}

footer {
  background: url("../images/elements/footer_bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  clear: both;
  height: 309px;
  margin-top: 50px;
  padding-top: 50px;
}

footer p {
	font-size:.9em;
}

.emergency {
	clear: both;
	overflow: hidden;
	padding: 10px;
}

/*	===================================================
	@Colours
	=================================================== */
	
	.error {
	border: solid 1px #FF0000 !important;
}

.emergency {
	background-color: #EBEBEB;
}

.slider {
}

a,
a:visited,
a:active,
a:link {
	color: #333333;
}

.copyright,
.design {
	color: #CCCCCC
}

footer a,
footer a:visited,
footer a:active,
footer a:link {
	color: #666;
}

footer a:hover {
	color: #333;
}

.news {
  clear: both;
  float: left;
  margin-top: 20px;
}
.faq {
  clear: both;
  float: left;
  margin-top: 20px;
}

#slider {
	height:250px;
	margin-bottom: 40px;
}

p.more {
	color: #fff;
	font-weight:bold;
	line-height:.65em;
	margin-top:10px;
	padding:15px 15px 15px 25px;
	background-color: #1F9CCC;
	border-radius: 10px;
}

p.more a:link,
p.more a:visited {
	color:#333;
}

#about-us-top {
	float:left;
	width:680px;
	height:194px;
	background:url(../images/about-us.html) top left no-repeat;
}

.quote {
	float:right;
	width:240px;
	margin-right:20px;
	margin-top:20px;
	font-size:1.2em;
	line-height:1.1em;
	color:#FFF;
}

p.customercomment {
	color:#333;
	font-weight:bold;
}

p.author {
	color:#09226B;
}

table {
	margin:20px 0;
}

table.fuelswitch {
	margin:20px 0;
	border:1px solid #ccc;
}

table.fuelswitch tr,
table.fuelswitch td {
	border:1px solid #ccc;
	padding:5px;
	text-align:center;
}

table.fuelswitch td.description {
	text-align:left;
	line-height:1.2em;
}

table.fuelswitch td.tableheader {
	background-color:#C00;
	color:#FFF;
	font-weight:bold;
}

table.fuelswitch td.tablefocus {
	background-color: #F66;
	color:#FFF;
}

p.subtext {
	font-size:11px;
}

iframe {
	clear:both;
}

#videoholder {
	width:620px;
	height:auto;
	float:left;
	margin-bottom:20px;
	overflow:hidden;
}

.leftcolumn {
	float:left;
	width:320px;
	margin-right:10px;
}

.rightcolumn {
	float:left;
	width:280px;
}

.rightcolumn h2 {
	font-size:1.2em;
	line-height:1em;
}

.news-date {
	font-size:.75em;
}

.sky-ad {
	float:right;
	margin-top:20px;
}

form { margin-top:40px;}

/* Footer Shizzle */

.column_3col {
  float: left;
  margin-right: 20px;
  width: 200px;
}

.column_3col_right {
  float: right;
  margin-left: 70px;
  width: 220px;
}

.column_3col_right h2 {
	font-size: 1.35em;
	font-weight: normal;
	color: #09226B;
	line-height: 1.35em;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
.footer_intro {
	width:340px !important;
}

.footer_intro p, .footer_contact p {
	font-size: .85em;
	line-height: 1.35em;
}