body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

img {border-style:none;}

a{cursor:pointer}


.twoColFixLtHdr #container { 
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header { 
	background: #FFFFFF;
	height: 160px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:850px;
	background:#262A2D; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 25 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 15px;
	margin-left:210px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	border-top:medium;
	border-color:#262A2D;
	border-top-style:solid;
	height:100px; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColTble #table { 
	width: 350px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#EE0000;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr h1{
	font:Arial, Helvetica, sans-serif;
	color: #CF1C21;
	font-size: 18px;
	font-weight: bolder;
	font-stretch:extra-expanded;
}

.twoColFixLtHdr H2{
	font:Arial, Helvetica, sans-serif;
	font-stretch: ultra-condensed;
	color:#00397C;
	font-size: 16px;
	font-weight:bolder;
}

/* NAVIGATION.ASP*/
#sidebar1 a{
text-decoration:none;
}

#sidebar1 a:hover{
background-color:#777777;
}

#menu{
width:150px;
height:19px;
margin-top:1px;
font:14px Arial, Helvetica, sans-serif;
color: #FFFFFF;
padding-left:15px;
border-top:#888888 dashed 1px;
vertical-align:middle;
padding-top:2px;
}

#menu a:hover{
color:#000000;
}


#menuH:hover{
color:#FFFFFF}

#menuH{
width:160px;
height:19px;
padding-left:5px;
margin-top:1px;
font:14px Arial, Helvetica, sans-serif;
font-weight: bolder;
color: #F2B32A;
padding-top:2px;
}


/* TEXT STYLES */


.style1_HeadB {
	font:Arial, Helvetica, sans-serif;
	font-stretch: ultra-condensed;
	color:#00397C;
	font-size: 16px;
	font-weight:bolder;
}

.style1_HeadR {
	font:Arial, Helvetica, sans-serif;
	color: #CF1C21;
	font-size: 18px;
	font-weight: bolder;
	font-stretch:extra-expanded;
}


.style2_Body11{
	font:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-stretch: ultra-condensed;
}

.style2_Body12 {
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-stretch: ultra-condensed;
}

.style2_Body14 {
	font:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-stretch: ultra-condensed;
}


.style3_BoldHead {
	font:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-stretch: ultra-condensed;
	font-weight:bold;
	padding-left:8px;

}


.style5_HyperBold {
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-stretch: condensed;
	padding-top:5px;
	font-weight:bold;
	text-decoration:underline;

}

.style9_Phone {
	font:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#EE0000;
	text-align:center;
	font-weight:bolder;
	font-stretch:expanded;
}

/* INDEX LAYOUT */
#floatLeft{
float:left;
width:250px;
padding-right:20px;
margin-left:15px;
}

#floatRight{
width:260px;
padding-left:10px;
float:right;
padding-right:10px;
}

/* ONLINE QUOTES */
#Quote{
width:130px;
margin-left:2px;
margin-bottom:15px;
float:left;
padding: 5px;
height:145px;
font-size:12px;
 
}

#QuoteHead{
width:130px;
margin-left:2px;
margin-bottom:2px;
float:left;
padding: 5px;
height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#00397C;
	font-size:16px;
	vertical-align:middle;
	font-stretch:extra-condensed;
 
}

/*TANK TABLE*/

#TableTitle{
width:446px;
height:25px;
margin-top:20px;
margin-right:2px;
margin-bottom:2px;
font:Arial, Helvetica, sans-serif;
font-stretch:condensed;
color:#00397C;
font-size: 18px;
font-weight:bolder;
float:left;
}

#TableQuote{
width:110px;
height:25px;
margin-top:20px;
margin-bottom:2px;
float:left;
}

#TableFeaturesH{
width:207px;
margin-right:2px;
margin-bottom:2px;
height:21px;
margin-bottom:2px;
font:Arial, Helvetica, sans-serif;
font-size: 14px;
font-stretch:condensed;
font-weight:bold;
padding-left:15px;
padding-top:5px;
float:left;
line-height:14px;
}

#TableFeatures{
width:334px;
height:18px;
margin-bottom:2px;
font:Arial, Helvetica, sans-serif;
font-size: 12px;
font-stretch: ultra-condensed;
line-height:14px;
padding-top:5px;
padding-bottom:3px;
float:left;
}

#TableH{
width:105px;
margin-right:2px;
height:20px;
margin-bottom:2px;
background-color:#00397C;

font:Arial, Helvetica, sans-serif;
font-size: 14px;
font-stretch: ultra-condensed;
color:#FFFFFF;
font-weight:bold;
padding-left:5px;
padding-top:5px;
float:left;
}

#TableC{
width:102px;
margin-right:2px;
height:20px;
margin-bottom:2px;
background-color:#D0DFEB;

font:Arial, Helvetica, sans-serif;
font-size: 12px;
font-stretch: ultra-condensed;
padding-left:8px;
padding-top:5px;
float:left;
}

#TableFoot{
width:558px;
height:20px;
font:Arial, Helvetica, sans-serif;
font-size: 12px;
font-stretch: ultra-condensed;
float:left;
padding-top:5px;
margin-bottom:20px;
}

#flyer{
float:right;
width:250px;
height:25px;
background:#262A2D;
color:#F2B32A;
font-size:14px;
font-weight:bolder;
text-align:center;
padding-top:4px;
margin-top:15px;
text-decoration:underline;
}

#flyer a{
color:#F2B32A;
}

#flyer a:hover{
background-color:#F2B32A;
color:#262A2D
}

#flyer:hover{
background-color:#F2B32A;
color:#262A2D
}

#skipHead {
width:240px;
height:20px;
font:Arial, Helvetica, sans-serif;
font-size: 14px;
font-stretch: ultra-condensed;
font-weight:bold;
padding-left:8px;
padding:5px;
color:#000000;
background-color:#C5D8E7;
float:left;
margin-left:10px;
margin-top:10px;
}

#skip{
line-height:22px;
width:250px;
margin-top:2px;
float:left;
margin-left:10px;
margin-bottom:15px;

}

#skip a {
padding-left:15px;
font:Arial, Helvetica, sans-serif;
font-size: 11px;
font-stretch: ultra-condensed;
}

#tanks{
width:140px;
height:20px;
padding-top:5px;
margin-right:2px;
background:#DDDDDD;
color:#000000;
font: 14px Arial, Helvetica, sans-serif;
font-weight:bolder;
float:left;
text-align:center
}

#tanks:hover{
background:#F2B32A;
}

#tanks a{
color:#000000;
}


#tanks links:hover{
color:#262A2D;
}

#tanks-pic{
width:140px;
height:175px;
padding-top:5px;
margin-right:2px;
float:left;
vertical-align:bottom;
}

#top{
width:560px;
height:300px;
}

#top-left{
width:255px;
height:320px;
float:left;
}

#top-right{
width:280px;
height:320px;
float:left;
margin-left:15px;
}

#enquiry1{
width:100px;
text-align:right;
float:left;
font-weight:bold;
margin-right:5px;
font-size:14px;
}

#enquiry2{
width:100px;
text-align:left;
float:left;
font-size:14px;
}

#weather{
height:125px;
margin-right:15px;
margin-top:15px;
float:left;
}

#FreeQuote{
width:100$;
height:23px;
background:#BB0000;
font: 16px Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-weight:bolder;
font-style:italic;
margin-bottom:15px;
padding-top:3px;
padding-left:10px;
text-decoration:none;
text-align:center;
}

#FreeQuote:hover{
background:#0000BB;
font: 16px Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-weight:bolder;
font-style:italic;
}.twoColFixLtHdr #container #mainContent #table2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.twoColFixLtHdr #container #mainContent #table10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}
