/* ----------------------------------------------- */
/* GENERAL */
/* ----------------------------------------------- */
	* {
		margin: 0;
		padding: 0;
	}

	body {
		font-family: Verdana, Arial, Sans-Serif;
		text-align: center;
		font-size: 0.75em;
		background-color: #fff;
	}

	a {
		color: #060;
	}

	a#quotelink {
		margin: 15px;
	}

	p {
		margin-bottom: 12px;
	}

	h2, h3, h4, h5, h6 {
		color: #060;
		font-size: 1.1em;
		margin: 0 0 7px 0;
	}

	.clear {
			clear: both;
		}

			.clearfix:after {
				content: ".";
				display: block;
				height: 0;
				clear: both;
				visibility: hidden;
			}

			.clearfix {
				display: inline-table;
			}

			/* Hides from IE-mac \*/
			* html .clearfix {
				height: 1%;
			}

			.clearfix {
				display: block;
			}
			/* End hide from IE-mac */

	.hide {
		position: absolute;
		top: -6000em;
	}

	.footnote {
		font-size: 0.8em;
		line-height: 1.1em;
	}

	.print {
		padding: 10px 0 15px 35px;
		background: url(/_images/buttons/print_icon.gif) no-repeat left top;
	}

	fieldset {
		border: 0;
	}

		legend {
			display: none;
		}

	img {
		border: 0;
		display: block;
	}

	#content ul {
		margin: 0 0 10px 15px;
	}

	#content ol {
		margin: 0 0 10px 25px;
	}

	address {
		font-style: normal;
	}

	dl dt {
		font-weight:  bold;
		margin: 10px 0 3px 0;
	}

	dl dd {
		margin: 0 0 0 5px;
	}

	hr {
		border: 0;
		height: 1px;
		background-color: #b2ccb2;
		margin: 10px 0 20px 0;
		padding: 0;
	}

	ul {
		list-style-type: disc;
	}


/* ----------------------------------------------- */
/* PAGE LAYOUT */
/* ----------------------------------------------- */

	#wrapper {
		background-color: #fff;
		width: 761px;
		margin: 0 auto;
		text-align: left;
	}

	#maincontent {
		clear: both;
		zoom: 1;  /*fixes IE Haslayout bug*/
		height: auto;
	}

	* html #maincontent {
		height: 1px; /* for IE5.0 windows */
		he\ight: auto; /* for everything else */
	}

		#sidebar {
			float: left;
			width: 178px;
		}


		#content {
			float: left;
			margin: 0 0 0 10px;
			border: 1px solid #b2ccb2;
			padding: 20px;
			line-height: 1.3em;
			width: 530px;
		}

		* html #content {
			width: 573px; /* for IE5.x windows */
			w\idth: 530px; /* for everything else */
		}

		#contenttwo {
			float: right;
			width: 250px;
			font-size: 0.9em;
			line-height: 1.2em;

		}

/* ----------------------------------------------- */
/* HEADER */
/* ----------------------------------------------- */

	#header {
		padding: 20px 0;
	}

		#header h1 {
			background: url(/_images/header.gif) no-repeat left top;
			width: 760px;
			height: 83px;
			line-height: 2.5em;
		}

			#header h1 a {
				display: block;
				width: 760px;
				height: 83px; /* width and height must be repeated for IE5 mac */
				text-decoration: none;
			}

				#header h1 a span {
					position: absolute;
					top: -6000em;
				}


/* ----------------------------------------------- */
/* NAVIGATION */
/* ----------------------------------------------- */

	#mainnav {
		float: left;
		background: url(/_images/bg_nav.jpg) repeat-x left top;
		width: 100%; /* needed for opera windows */
		margin-bottom: 2px;
		font-family: arial, verdana, sans-serif;
	}

			#mainnav li.last {
				border: none;
			}

	/* the following styles are for IE mac only */

			#mainnav li {
				float: left;
				display: block;
				padding: 9px 13px 10px 13px;
				background: #025d02 url(/_images/bg_nav.jpg) repeat-x left top;
				border-right: 1px solid #7aa77a;
			}

				#mainnav li a {
					color: #fff;
					text-decoration: none;
				}

					#mainnav li a:hover {
						text-decoration: underline;
					}

					#mainnav li.current a {
						text-decoration: underline;
					}

	/* end of IE mac only styles */

	/* styles for all other browsers  \*/

			#mainnav li {
				float: left;
				list-style: none;
				padding: 0; /* overwrite mac \*/
				background: none; /* overwrite mac \*/
				border: none; /* overwrite mac \*/
			}

				#mainnav li a {
					color: #fff;
					text-decoration: none;
					display: block;
					padding: 9px 13px 10px 13px;
					background: #025d02 url(/_images/bg_nav.jpg) repeat-x left top;
					border-right: 1px solid #7aa77a;
				}

				#mainnav li.last a {
					border: none;
				}

					#mainnav li a:hover {
						background: #66a124 url(/_images/bg_nav_over.jpg) repeat-x left top;
						text-decoration: none; /* overwrite mac \*/
					}

			#mainnav li.current {
				padding-bottom: 5px;
				background: #66a124 url(/_images/bg_nav_over.jpg) repeat-x left top;
			}

				#mainnav li.current a {
					text-decoration: none; /* overwrite mac \*/
					color: #004300;
					background: transparent url(/_images/bg_nav_triangle.jpg) no-repeat center bottom;
				}
		/**/

/*----------- subnav ------------*/

	#subnav {
		list-style: none;
		width: 176px;
		border: 1px solid #b7cfb7;
		margin-bottom: 12px;
	}

		#subnav li {
			list-style: none;
			display: inline; /* needed for IE5.x windows to remove gaps left by removed bullets - correct styles added to span below to get required design */
		}

			#subnav li span {
				display: block;
				margin: 1px 6px;
				border-bottom: 1px solid #8ecb49;
			}

			#subnav li.last span {
				border-bottom: 1px solid #fff;  /* needed for IE windows to prevent extra whitespace */
				margin-bottom: 0; /* not needed because of white border for IE windows */
			}

		#subnav li a {
			display: block;
			padding: 12px 0 10px 10px;
			margin: 0 0 1px 0;
			text-decoration: none;
			color: #000;
			width: 154px;
		}

		* html #subnav li a {
		  	width: 164px; /* for IE5.x windows */
			w\idth: 154px; /* for everything else */
  		}

			#subnav li a:hover,
			#subnav li.current a {
				background-color: #d8edbf;
			}

/* ----------------------------------------------- */
/* FOOTER */
/* ----------------------------------------------- */

	#footer {
		clear: both;
		padding: 10px 0 20px 0;
		margin-bottom: 10px;
		font-size: 0.85em;
		color: #4d4d4d;
	}

		#footer a {
			color: #006600;
		}

		#footer p {
			width: 49.9%;
			float: left;
		}

			#footer p#credit {
				text-align: right;
			}

/* ----------------------------------------------- */
/* BREADCRUMB */
/* ----------------------------------------------- */

	#breadcrumb {
		float: left;
		width: 100%;
		margin: 7px 0 12px 0;
	}

	#breadcrumb li {
		float: left;
		display: block;
		list-style: none;
		background: url(/_images/buttons/arrow_triple.gif) no-repeat 0em 0.3em;
		padding: 0 10px 0 20px;
	}

	#breadcrumb li.first {
		background: none;
		padding-left: 10px;
	}


/* ----------------------------------------------- */
/* FORMS */
/* ----------------------------------------------- */

	.quote {
		width: 310px;
		padding-bottom: 5px;
	}

		.quote .row,
		.quote .halfrow {
			float: left;
			padding: 0 0 15px 0;
		}

		.quote .halfrow {
			width: 48%;
		}

			.quote .halfrow input {
				width: 140px;
			}

			.quote .second {
				padding-left: 0;
			}

		.quote .row {
			width: 100%;
		}

			.quote label {
				display: block;
				margin: 0 0 3px 5px;
			}

			.quote select {
				width: 100%;
			}
			
			.quote label.checkboxlabel {
				display: inline;
			}

	.formfield {
		padding: 0 0 20px 0;
		width: 100%:
	}

		.formfield label {
			display: block;
			width: 9em;
			float: left;
		}

		.formfield input {
			float: left;
		}

		.formfield textarea {
			width: 235px;
		}

	#formfield_email_news label,
	#formfield_email_stations label {
		width: auto;
		padding: 0 5px 0 0;
	}






/* ----------------------------------------------- */
/* TABLES */
/* ----------------------------------------------- */

	table {
		font-size: 1em;
	}

	table.data {
		background-color: #f0f5f0;
		border-collapse: collapse;
		width: 300px;
		margin-bottom: 10px;
	}

		table.data td,
		table.data th {
			border-top: 3px solid #fff;
			padding: 4px;
			text-align: left; /* needed for opera */
		}

		table.data td {
			width: 44%;
		}

	.floatcontainer table.gb {
		float: left;
	}

	#chartcontainer table.gb {
		float: right;
		margin-right: 0px;
	}

	table.gb {
		border: 2px solid #060;
		margin: 0 15px 20px 20px;
		padding: 5px;
	}

		table.gb .right {
			text-align: right;
		}

		table.gb .left {
			text-align: left;
		}

		table.gb thead th {
			text-align: center;
			background-color: #e8ede8;
			padding: 5px 10px;
		}

			table.gb thead th span {
				font-size: 0.9em;
				font-weight: normal;
			}

		table.gb tbody th {
			padding: 0 3px 0 0;
			text-align: left;
		}

		table.gb td.smaller {
			font-size: 0.85em;
			padding: 0 1px;
		}

		table.gb tfoot {
			font-size: 0.9em;
		}

	table.stations {
		width: 500px;
		margin: 0;
	}

	table.stats {
		font-size: 0.75em;
		width: 600px;
		margin: 0;
	}

		table.stats thead {
			font-size: 1.1em;
		}

			table.stats tbody td {
				padding: 0 7px 0 0;
			}

		table.stats tr.world {
			font-weight: bold;
		}

			table.stats tr.world th,
			table.stats tr.world td {
				padding-top: 10px;
			}

/* ----------------------------------------------- */
/* SIDEBAR */
/* ----------------------------------------------- */

	#sidebar img {
		margin-bottom: 7px;
	}

/* ----------------------------------------------- */
/* CONTENT 2 */
/* ----------------------------------------------- */

	#contenttwo ul {
		padding: 0 0 10px 0;
		margin: 0 0 0 15px;
		list-style-image: url(/_images/buttons/bullet.gif);
	}

		#contenttwo ul li {
			margin: 6px 0;
		}

/* ----------------------------------------------- */
/* BANNERS */
/* ----------------------------------------------- */

	#banners {
		margin-bottom: 12px;
	}

	#banners li {
		width: 178px;
		height: 98px;
		list-style: none;
		margin-top: 12px
	}

		#banners li a {
			display: block;
			width: 178px; /* width and height repeated for IE mac */
			height: 98px;
			text-decoration: none;
		}

			#banners li a span {
				position: absolute;
				top: -6000em;
			}

	#banners li#sidebanner1 {
		line-height: 7em; /* needed for IE mac */
		height: 87px;
		background: url(/_images/sidebar/side_banner1.jpg) no-repeat left top;
	}

		#banners li#sidebanner1 a {
			height: 87px;
		}

	#banners li#sidebanner2 {
		line-height: 8em;/* needed for IE mac */
		background: url(/_images/sidebar/side_banner2.jpg) no-repeat left top;
	}

	#banners li#sidebanner3 {
		line-height: 8em;/* needed for IE mac */
		background: url(/_images/sidebar/side_banner3.jpg) no-repeat left top;
	}


/* ----------------------------------------------- */
/* ERRORS */
/* ----------------------------------------------- */

	div.error {
		margin: 1em 0;
		padding: 0.5em;
		background: #090;
		color: #fff;
	}

/* ----------------------------------------------- */
/* CONTENT IMAGES */
/* ----------------------------------------------- */

	img.content {
		float: right;
		padding: 0 0 10px 10px;
	}


/* ----------------------------------------------- */
/* CONVERSION SECTION */
/* ----------------------------------------------- */

	img#publicaccess,
	img#racecar,
	img.typical {
		float: right;
		margin: 5px 0 10px 20px;
	}

	img.systems {
		float: left;
		margin: 5px 10px 0 0;
	}


		ol.process li {
			border: 2px solid #060;
			width: 42%;
			float: left;
			list-style-position: inside;
			padding: 5px;
			font-weight: bold;
			margin: 10px 15px 10px 0;
		}

			ol.process ul li {
				border: 0;
				float: none;
				width: auto;
				margin: 0 0 0 15px;
				padding: 0;
				list-style-type: disc;
				list-style-position: outside;
				font-weight: normal;
			}

/* ----------------------------------------------- */
/* TESTIMONIALS AND FAQ SECTION */
/* ----------------------------------------------- */

	img#roller,
	img#tyreweldimg {
		float: right;
		margin: 5px 0 10px 20px;
	}

/* ----------------------------------------------- */
/* WIDGETS */
/* ----------------------------------------------- */

	.widget {
		margin: 0 0 10px 0;
	}

		p.widgettitle {
			margin: 0;
			padding: 4px 0 6px 5px;
			font-weight: bold;
			background: #d8edbf url(/_images/buttons/arrow_right.gif) no-repeat right 5px;
		}

			p.widgettitle a {
				text-decoration: none;
				display: block;
			}

		.widgetcontent {
			display: none;
			border: solid 1px #d8edbf;
			margin: 0;
			padding: 10px;
		}

			p.widgethide {
				background: url(/_images/buttons/arrow_up.gif) no-repeat right -2px;
				width: 55px;
				float: right;
				font-weight: bold;
				clear: both;
			}

				p.widgethide a {
					display: block;
					text-decoration: none;
				}

/* ----------------------------------------------- */
/* ABOUT LPG SECTION */
/* ----------------------------------------------- */

	.refuelling {
		float: right;
		margin: 0 10px 0 0;
		padding: 2px;
		border: 1px solid #d8edbf;
	}

	.refuelling a {
		font-size: 0.85em;
	}

/* ----------------------------------------------- */
/* SAVINGS SECTION */
/* ----------------------------------------------- */

	#ccsign {
		float: right;
		padding: 0 0 0 10px;
	}

	#popup_congestion img {
		padding: 2px;
		border: 1px solid #d8edbf;
		margin: 10px auto;
	}

/* TESTIMONIALS */

	div.testimonial {
		margin-bottom: 20px;
	}

	div.testimonial img {
		float: left;
		margin: 2px;
	}
