	
	body {
margin: 0;
	padding: 10px 0 30px;
	background: url('images/body_bg2.gif') repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #4F4F4F;
	}

img {border: 0;}
h1
{ padding-top:5px;
}

p, ul, h1, h2, h3, h4, h5, h6
 {margin: 0; padding: 0; font-weight: normal; list-style: none}

ol {
	margin: 0;
	padding: 0;
	}
 
.hide, hr {
	display: none;
	}
	
p {
	
	margin: 0 0 20px;
	}
	
h1 {
	font-size: 30px;
	font-weight: normal;
	color: #333;
	margin: 0 0 10px;
	letter-spacing: -2px;
	}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin: 10px 0 10px;
	line-height: 26px;
	}

	
h3 {
	font-size: 15px;
	font-weight: normal;
	color: #333;
	margin: 0 0 20px 0;
	line-height: 20px;
	}
	
h4 {
	font-size: 12px;
	color: #333;
	margin: 20px 0 5px 0;
	font-weight: bold;
	}
	
h5 {
	font-size: 10px;
	color: #999;
	margin: 0 0 20px 0;
	}
	
h6 {
  color: #00234c;
  font-size: 15px;
  clear: both;
  margin: 10px -10px 0;
  padding-top: 5px;
  text-align:center;
	}



#contentcolumn{
margin-left: 250px; /*Set left margin to LeftColumnWidth*/
}
#content a {
	color: #899e08;
	border-bottom: 1px solid #f1f6ce;
	text-decoration: none;
	position: relative;
	padding: 0 2px;
	}
	
#content a:hover {
	background-color: #b7d30b;
	color: #fff;
	border: none;
	}
	


#content ul { 
  margin: 15px -10px 30px;
  background: #fff;
  border: 1px solid #e8e9e3;
  padding: 5px;
}

#content ol {
	margin-left: 20px;
	}

#content ul li {
	list-style-type: none;
	background: #f7f8f4 url(post_haste_home_files/images/bullet_bg.gif) no-repeat 10px 12px;
	border: 1px dashed #e8e9e3;
	margin-bottom: 5px;
}

#content ul li {
	margin: 0;
	padding: 5px 50px 10px 30px;
/*	color: #4f8a10; */
}

.gs_logo_small {
	float: right;
	margin: -30px -20px 20px 10px;
	}
	
#content .fuel_table {
  background: #fff;
  border: 1px solid #e8e9e3;
  padding: 5px;
  }
	
#content .fuel_table table {
	background: #f7f8f4;
	border: 1px solid #ddd;
	border-bottom: none;
	margin: 0;
  	}
  
 #content .fuel_table td {
	padding: 5px;
	border-bottom: 1px solid #ddd;
  	}

 #content .fuel_table td.one {
	border-right: 1px solid #ddd;
  	}
	
#content .thumb {
	background: #fff;
  	border: 1px solid #e8e9e3;
  	padding: 5px;	
	}
	
	
	
/*** Links List ***/
#content ul.links {
	margin: 17px 0 30px;
	padding: 0;
	list-style: none;
	border: none;
	border-top: 1px solid #ccc;
	background: none;
	font-size: 11px;
	}
	
#content ul.links li a img {
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	}
	
#content ul.links li {
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
	background: none;
	border-bottom: 1px solid #eee;
	}

#content ul.links li.first {
	border-top: 4px solid #eee;
	}
	
#content ul.links a {
	display: block;
	background: #fff;
	border: none;
	line-height: 25px;
	padding-left: 20px;
	color: #999;
	background: url(post_haste_home_files/images/bullet_bg.gif) no-repeat 5px 10px;
	}
	
#content ul.links a:hover {
	background-color: #b7d30b;
	color: #fff;
	}
	
	
* html .links a {
	height: 1px;
	}
	
.data_grid {
	font-size: 11px;
	background: #f9f9f9;
	border-top: 1px solid #ccc;
	margin: 10px -10px;
	position: relative;
	}
	
.data_grid.large {
	margin: 10px -40px;
	}
	
.data_grid td, .data_grid th {
	padding: 5px 10px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	}
	
.data_grid th {
	text-align: left;
	color: #999;
	background: #eee;
	font-size: 10px;
	}
	
.data_grid td {
	}
	
.data_grid_vertical {
	width: 400px;
	font-size: 11px;
	background: #fff;
	border: 2px solid #ddd;
	}
	
.data_grid_vertical td, .data_grid_vertical th {
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
	}
	
.data_grid_vertical th {
	text-align: right;
	color: #666;
	background: #f9f9f9;
	font-weight: normal;
	width: 100px;
	border-right: 1px solid #ddd;
	}
	
.data_grid_vertical td {
	}
	
	
#wrapper {
	margin: 0 auto -20px;
	width: 750px;
	padding: 20px 20px;
	position: relative;
	z-index: 20;
	background: #fff;
	}
	
* html #wrapper {
	}
	
#wrapper_left {
	position: absolute;
	width: 30px;
	height: 200px;
	background: url(/images/wrapper_left_bg.gif);
	left: -30px;
	top: 140px;
	}
	
#wrapper_right {
	position: absolute;
	width: 30px;
	height: 200px;
	background: url(/images/wrapper_right_bg.gif);
	right: -30px;
	top: 140px;
	}
	
/*
==== Header ====
*/

#header {
	background: #eee;
	height: 154px;
	position: relative;
	}
	
#header_logo {
	display: block;
	position: absolute;
	height: 129px;
	width: 249px;
	border-right: 1px solid #fff;
	background: #000;
	}
	
#header_logo img {
	display: block;
	position: absolute;
	top: 40px;
	left: 20px;
	border: none;
	}
	
#header_image {
	position: absolute;
	width: 500px;
	height: 154px;
	right: 0;
	top: 0;
	background: #ccc;
	overflow: hidden;
	}


	
/*
==== Wrapper post ====
*/
#wrapper_post{
	width: 808px;
	height: 141px;
	background: url(post_haste_home_files/images/footer_bg.gif);
	margin: 0 auto;
	position: relative;
	top: -100px;
	z-index: 10;
	}
	
/*
==== Nav Strip ====
*/



#nav_strip {
	width: 750px;
	height: 25px;
	position: absolute;
	right: 0;
	bottom: 0;
	border-top: 1px solid #fff;
	font-size: 10px;
	text-align: right;
	background-color: #FFFFFF;
	}
	
#nav_strip ul {
	margin: 0;
	padding: 0;
	}
	
#nav_strip li {
	margin: 0;
	padding: 0;
	display: inline;
	}
	
#nav_strip a {
	color: #ccc;
	text-decoration: none;
	line-height: 25px;
	padding: 0;
	width: 149px;
	display: block;
	float: left;
	text-align: center;
	border-right: 1px solid #fff;
	background: url(images/nav_strip_a.gif);
	text-transform: uppercase;
	}
	
	
	
#nav_strip #ns_op {
	border-right: none;
	}
	
#nav_strip a:hover {
	background: #a5c536 url(post_haste_home_files/images/nav_strip_a_hover.gif);
	color: #fff;
	}
	
/*
==== main ====
*/
#main {
	margin-top: 20px;
	}
	
* html #main {
	height: 200px;
	}
	
#main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/*
==== content ====
*/
#sidebar {
	width: 250px;
	float: left;
	}


/*
==== content ====
*/
#content_wrapper {
	width: 500px;
	float: left;

	}
	
#content {
	padding: 0 25px 0 50px;
	font-size: 12px;
	width: 420px;
	float: left;
	}

	






#services {
	width: 200px;
	float: left;
	font-size: 10px;
	border-top: 4px solid #eee;
	background: #fff;
	}
	
#home #services {
	width: 200px;
	border-right: 1px solid #ccc;

	height: 250px;
	}
	
.service {
	border-bottom: 1px solid #ccc;
	min-height: 40px;
	}
	
* html .service {
	height: 1px;
	}
	
#services a {
	display: block;
	height: 75px;
	text-decoration: none;
	color: #999;
	padding: 15px 30px 0 15px;
	margin: 0;
	background: url(images/services_a.gif);
	}
	
#services a strong {
	font-size: 10px;
	color: #333;
	text-transform: uppercase;
	}
	
#services a:hover {
	background: #33aed9 ;
	color: #fff;
	}
	
#services a:hover strong {
	color: #fff;
	}
	
/*
==== quicklinks ====
*/
#quicklinks {
	border-top: 4px solid #eeeeee;
	background: #fff url(post_haste_home_files/images/quicklinks_bg.gif) repeat-x bottom;
	min-height: 100px;
	border-bottom: 1px solid #d8d8d8;
	font-size: 10px;
	position: relative;
	}
	
* html #quicklinks {
	height: 120px;
	}
	
#quicklinks:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	
#quicklinks h4 {
	font-size: 11px;
	color: #333;
	margin: 0 0 0;
	}
	
#quicklinks br {
	display: none;
	}
	
#quicklinks p {
	margin: 0 0 15px;
	}
	
#quicklinks a {
	text-decoration: none;
	color: #999;
	display: block;
	background: url(post_haste_home_files/images/quicklink_a.gif) no-repeat 97% center;
	height: 18px;
	line-height: 18px;
	padding: 0 0 0 15px;
	}
	
#quicklinks h4 a {
	border: none;
	color: #333;
	background: url(post_haste_home_files/images/bullet_bg.gif) no-repeat 4px center;
	}
	
#quicklinks h4 a:hover {
	background: #a90000 url(post_haste_home_files/images/bullet_bg_ql_hover.gif) no-repeat 4px center;
	}
	
#quicklinks a:hover {
	color: #fff;
	background: #a90000	url(post_haste_home_files/images/quicklink_a_hover.gif) no-repeat 97% center;
	}
	
.quicklinks_group {
	width: 220px;
	float: left;
	border-right: 1px solid #fff;
	padding: 15px 15px 15px 14px;
	position: relative;
	}
	
* html .quicklinks_group {
	height: 100px;
	}

/*
==== Footer ====
*/

#footer {
	position: relative;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-top: 20px;
	padding: 15px 10px 15px;
	font-size: 10px;
	color: #aaa;
	clear: both;
 	background: #fcfcfc;
	min-height: 1px;
	}
	
* html #footer {
	height: 1px;
	}
	
#footer a {
	color: #ccc;
	text-decoration: none;
	padding: 0 2px;
	}
	
#footer a:hover {
	background: #a90000;
	color: #fff;
	}
	
#footer_sitecredit {
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px 10px 15px;
	}	
	
/***
Table Styles
***/
table {
	font-size: 11px;
	margin: 10px -5px;
	}

th {
	text-align: left;
	border-bottom: 1px solid #eee;
	vertical-align: top;
	}
	
td, th {
	padding: 2px 5px;
	vertical-align: top;
	}
	
/***
note (nb)
**/

.note {
	font-size: 10px;
	color: #999;
	margin: 10px 0;
	}
	
	
/***
small print
***/

ol.smallprint {
	font-size: 10px;
	line-height: 1.5em;
	}
	
ol.smallprint ol {
	margin-top: 10px;
	}
	
ol.smallprint li {
	margin-bottom: 10px;
	}

#content ul.smallprint {
	margin: 0 10px 20px 0;
	border: none;
	padding: 0;
	font-size: 11px;
	}
	
#content ul.smallprint li {
	background: none;
	list-style: disc;
	border: none;
	margin: 0 0 10px 15px;
	padding: 0 0 0 10px;
	}
	


.error {
	border: 2px solid #cc0020;
	}
.photo-border 

{

border-top-width: 1px;

border-right-width: 1px;

border-bottom-width: 1px;

border-left-width: 1px;

border-top-style: solid;

border-right-style: solid;

border-bottom-style: solid;

border-left-style: solid;

border-top-color: #e9f0f9;

border-right-color: #e9f0f9;

border-bottom-color: #e9f0f9;

border-left-color: #e9f0f9;

padding-top: 5px;

padding-right: 5px;

padding-bottom: 5px;

padding-left: 5px;

}
caption 
{

text-align: center;

font-size: 10px;

background-color: #666;

color: #000;

margin-top: 4px;

}
table.prices td 

{
color:#000000;

padding-top: 2px;

padding-right: 4px;

padding-bottom: 2px;

padding-left: 4px;

vertical-align: top;

}

table.prices td.item 
{

text-align: left;

}

table.prices tr.hilite td 

{

background-color: #ccc;

}
table.prices th 

{

text-align: left;

background-color: #000;

color: white;

padding-top: 2px;

padding-right: 4px;

padding-bottom: 2px;

padding-left: 4px;

}
#menu_wrapper {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-bottom: 50px;
	width: 250px;
	}
	
#menu_wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	
#menu {
	position: relative;
	z-index: 1000;
	background: #fff;
	text-align: right;
	font-size: 11px;
	border-top: 4px solid #eee;
	width: 250px;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#menu li {
	margin: 0;
	padding: 0;
	position: relative;
	width: 250px;
	float: left;
	}
	
#menu a {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #333;
	border-bottom: 1px solid #eee;
	padding-right: 30px;
	margin: 0;
	text-decoration: none;
	background: url(images/bullet-paddle.jpg) no-repeat 225px;
	}
	
#menu li:hover a:hover, #menu a:hover {
	background-color: #a90000;
	color: #fff;
	}

#menu li:hover, #menu li.over {
	background: #f9f9f9;
}

#menu li:hover a, #menu li.over a{
	color: #999;
}

#menu li:hover li a, #menu li.over li a {
	color: #777;
	}

#menu li:hover ul, #menu li.over ul {
	display: block;
	}
	
#menu li:hover ul ul, #menu li.over ul ul{
	display: none;
	}
	
#menu ul li:hover ul, #menu ul li.over ul {
	display: block;
	}

#menu ul {
	position: absolute;
	display: none;
	padding: 0;
	margin: 0;
	top: -1px;
	left: 250px;
	width: 250px;
	background: #f9f9f9 !important;
	z-index: 10000;
	border: 1px solid #ccc;
	border-bottom: none;
	}
	
#menu ul ul {
	left: 200px;
	}
	
#menu ul li {
	display: block;
	float: none;
	z-index: 2000;
	position: relative;
	width: 200px;
	}
	
#menu ul li.last {
	border: none;
	}
	
#menu ul a {
	padding: 5px 10px;
	width: auto;
	position: relative;
	height: auto;
	min-height: 15px;
	line-height: 15px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-size: 10px;
	background-image: none;
	}
	
#menu ul a:hover {
	background-color: #a90000;
	color: #fff !important;
	}
	
* html #menu ul a {
	height: 1%; /* IE Block fix */
	}/* CSS Document */


#menu li.selected a{
	font-weight: bold;
	color: #333;
	}
	
#menu li.selected li a {
	font-weight: normal;
	color: #777;
	}
	
#menu li.selected ul li a.selected {
	font-weight: bold;
	color: #333;
	}
#myclear {
  clear: both;
  }
  












#contentwrapper{
float: left;
width: 100%;
}

