@charset "utf-8";


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
margin:0;
padding:0;
}



BODY {
	BORDER-TOP-WIDTH: 0px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	WIDTH: 100%;
	COLOR: #fff;
	PADDING-TOP: 0px;
	TEXT-ALIGN: left;
	BORDER-RIGHT-WIDTH: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 140%;
	background-color: #000;
}

A:link {
	COLOR: #1C75B0
}
A:visited {
	COLOR: #1C75B0
}
A:hover {
	COLOR: #F90
}
A:active {
	COLOR: #1C75B0
}
.pageTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 18px
}
.paragraphTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 14px
}
IMG {
	BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
.textTitle {
	BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; MARGIN-TOP: 8px; BACKGROUND: #999999; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #999999; FONT: bold 18px Geneva, Arial, Helvetica, sans-serif; BORDER-LEFT: #999999 1px solid; COLOR: #ffffff; HEIGHT: 25px; TEXT-ALIGN: center
}

h1{
	font-size: 16px;
	font-weight: bold;
	}

h2{
	font-size: 14px;
	font-weight: bold;
}




	
#container {
	width: 900px;
	text-align: left;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	} 

    /*  */
    /* General styles */
#header {
        clear:both;
        float:left;
        width:100%;
    }
#banner {
	float: left;
	width: 900px;
	clear: both;
	background-image: url(../images/logo-banner.gif);
	}
	
	
/* top menu dropdown */

#nav {
	WIDTH: 100%;
	float: left;
	background-image: url(../images/menubgup.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #007CA6;
}


#pad {height:140px;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {
	padding:0;
	margin:0;
	list-style:none;
	height:35px; /* menu bar height*/
	position:relative;
	z-index:500;
	font-family:arial, verdana, sans-serif;
	
}
#menu li {
	float:left;
	margin-right:1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #007CA6;
	}
#menu li a {
	display:block;
	float:left;
	height:35px; /* menu bar height*/
	line-height:35px; /* menu bar height*/
	color:#E3E3E3;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding:0 12px 0 12px;
	background-image: url(../images/menubgup.gif);
}
	

/* IE6 fix expanding nav height */
#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {
	z-index:200;
	position:relative;
	color:#fff;
	}
#menu li:hover {position:relative; z-index:200;}

/* the following only works for IE7, > not working on IE6 
#menu li:hover > a {color:#FC6; background-image: url(../images/menubg_hover.gif);}
*/

/* hover works for both IE6 and 7 */
#menu li a:hover {
	background-image: url(../images/menubg_hover.gif);
}

/* dropdown menu positioning */
#menu :hover ul {
	left:0;
	top:35px; /* corresponding to menu bar height, no gap allowed*/
	width:120px;
	background-color: #fff;
}

/* keep the 'next' level invisible by placing it off screen. */

#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{left:120px; top:-1px; background:#222; white-space:nowrap; width:100px; z-index:200; height:auto;}

/*dropdown menu border */
#menu :hover ul li {
	margin:0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3D79B6;
}
/* dropdown menu settings  background color can only be changed by entering different color no. Not using css properties panel*/
#menu :hover ul li a {
	width:135px; /* dropdown menu width*/
	padding:0;
	text-indent:10px;
	background:#369;
	color:#EFEFEF;
	height:30px;
	line-height:30px;	
}

/*
#menu :hover ul li a.fly {
	background-color: #1C75B0;
	background-image: url(right-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
} 

/*dropdown hover color */
#menu :hover ul :hover {
	background-color:#329CDC;
	color:#fff;
}

/*

.menuItem{
	float: left;
	width: auto;
} /* IE 6 fix, list item requires a dimension */

/*content starts from here */
#contentWrap {
	width: 899px;
	position: relative;
	float: left;
	clear: both;
	border-left-style: solid;
	border-left-color: #369;
	background-color: #FFF;
	border-left-width: 1px;
} /* float required to follow another float to keep position. bug fixing. DW issue */


#leftColWrap {
	float: left;
	width: 60%;
	overflow: hidden;
	}
#mainContent {
	float: left;
	width: 93%;
	height: auto;
	color: #333;
	font-size: 14px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 0px;
	margin-left: 0%;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 25px;
	overflow: hidden;
}

.paragraphSpacing{
	margin-top: 10px;
	line-height: 24px;
}

.paragraphSpacing1{
	margin-top: 15px;
	line-height: 26px;
	font-size: 16px;
}

#mainContent h2{
	font-size: 15px;
	font-weight: bold;
		color: #066EB0;
}

#mainContent h1{
		color: #066EB0;
	
}

.italicText{
	font-style: italic;
}

.italicText1{
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #369;
}
#certificateImg{
	float: right;
	height: 180px;
	width: 250px;
	margin-top: 40px;
	margin-left: 20px;
}
#gassafelogo{
	display: inline;
	float: left;
	width: 126px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
}

#gassafelogo_whyus{
	display: inline;
	float: right;
	width: 126px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#specialOffer{
	float: right;
	height: auto;
	width: 80px;
	margin-right: 15px;
}

.van{
	float: left;
	width: 250px;
	display: inline;
}

.van1{
	float: left;
	display: inline-block;
	padding-top: 10px;
	padding-left: 140px;
	clear: right;
}

#phone{
	clear: left;
	margin-left: 30px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 20px;
}

#van_whyus{
	float: left;
	width: 250px;
	margin-top: 50px;
	margin-right: 100px;
}

#powerflushImg{
	float: right;
	width: auto;
}

.redtext{
	color: #C30;
}
#rightColWrap {
	float: right;
	width: 39.5%;
	overflow: hidden;
	background-color: #04A0EC;
}
#rightInnerWrap {
	margin: 0px;
	position: relative;
	height: auto;
}

#flashWrap{
	background-color: #39F;
	float: left;
	height: 200px;
	width: 100%;
	overflow: hidden;
}

#tabWrap{
	float: left;
	height: auto;
	width: 100%;
	font-size: 12px;
}

.rightTab{
	height: 135px;
	width: auto;
	padding-left: 20px;
	padding-right: 10px;
	background-image: url(../images/rightTabBg.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}

.rightTabHeading{
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 2px;
}

.rightTabList{
	display: inline;
	float: left;
	width: 45%;
	margin-left: 10px;
	list-style-type: disc;
	line-height: 17px;
}

.rightTab A:link {
	COLOR: #fff;
	text-decoration: none;
}
.rightTab A:visited {
	COLOR: #fff;
	text-decoration: none;
}
.rightTab A:hover {
	COLOR: #FF0
}
.rightTab A:active {
	COLOR: #fff;
	text-decoration: none;
}

/*pricing page */

.pricelist{
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	
}

.offerList{
	font-size: 13px;
	color: #666;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 50px;
	
}

.offerList li{
	margin-bottom: 10px;	
	
}

.offerList1{
	font-size: 12px;
	color: #666;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 50px;
	font-weight: bold;
}

.tableCell{
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.imgBox{
	float: right;
	width: 125px;
}

.imgBox1{
	float: left;
	width: 130px;
	margin-top: 15px;
	margin-right: 15px;
}

#footer {
	CLEAR: both;
	FLOAT: left;
	MARGIN-BOTTOM: 0px;
	FONT: 12px Geneva, Arial, Helvetica, sans-serif;
	WIDTH: 100%;
	COLOR: #ffffff;
	TEXT-ALIGN: center;
	border-top: 1px solid #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #0d0d63;
}
#bottomBanner{
	float: left;
	height: auto;
	width: 100%;
}
#footerTop {
	BORDER-BOTTOM-COLOR: #999999;
	MARGIN-LEFT: 50px;
	WIDTH: 800px;
	float: left;
}
#footerBottom {
	MARGIN-TOP: 4px;
	PADDING-LEFT: 50px;
	MARGIN-BOTTOM: 10px;
	WIDTH: 800px;
	TEXT-ALIGN: center;
	float: left;
}
#footer P {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 10px; MARGIN: 0px; PADDING-TOP: 10px
}
#footer A {
	FONT-SIZE: 14px; COLOR: #ffffff
}
#footer A:hover {
	COLOR: #ffff00; TEXT-DECORATION: underline
}
#footer A:active {
	COLOR: #ff9933
}

#bottomLine{
	padding-bottom: 20px;
	}

#counter{
	padding-left: 30px;
}


.fltrt {
	FLOAT: right; MARGIN-LEFT: 8px
}
.fltlft {
	FLOAT: left; MARGIN-RIGHT: 8px
}
.clearfloat {
	CLEAR: both; FONT-SIZE: 1px; LINE-HEIGHT: 0px; HEIGHT: 0px
}
#emailadd {
	FONT-WEIGHT: normal; FONT-SIZE: 14px; COLOR: #ffff00; POSITION: relative; TOP: 65px
}
.boldtext {
	font-weight: bold;
}

#survey{
	float: right;
	width: 150px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 15px;
}
#surveyBanner{
	margin: 10px;
	float: right;
	width: 150px;
	overflow: hidden;
}
