* 
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #8c5c2b;
	margin-bottom: 25px;
}

a
{
	color: #8C5C2B;
}

img
{
	border: none;
}

h1, h3, h4, h5, h6
{
	font-size: 14px;
	font-weight: bold;
}

h2
{
	font-size: 14px;
	font-weight: normal;
	color: #8C5C2B;
	font-weight: bold;
}

h2.side-menu-h2
{
	padding-left: 4px;
}

ul
{
	margin-left: 15px;
}

.floater
{
	float: left;
}

.clear
{
	clear: both;
}

.ditto_summaryPost
{
	border-bottom: 1px solid #e6e6e6;
	padding: 7px 5px;
}

.strong-text
{
	font-size: 14px;
	font-weight: bold;
}

.trip-select
{
	color: #6B5E54;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

.center
{
	text-align: center;
}

/*Bellstar Network Bar */
#network-bar
{
	height: 31px;
	border-bottom: 1px solid #5c5652;
	background-color: #776f6a;
}

#network-bar-wrapper
{
 	width: 920px;
	margin: 0px auto;
}

#network-bar-wrapper a
{
	display: block;
	float: left;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 3px solid #776f6a;
border-top-width: 0;
z-index:100;
background-color: #fff;
width: 200px;
visibility: hidden;
font-family: Verdana, Sans-Serif;
font-size: 11px;
}


.dropmenudiv a{
width: auto;
display: block;
height: 30px;
line-height: 30px;
text-indent: 47px;
border-top-width: 0;
border-bottom: 1px solid #d1d1d1; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #929292;
background-position: 5px 7px;
background-repeat: no-repeat;
}

.dropmenudiv a.last{
	background-color: #edeceb;
	color: #63605d;
	border: 0;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

/* END Bellstar Network Bar */

#page-wrapper
{
	width: 920px;
	margin: 0px auto;
	background: url(images/page_bg.gif) top left repeat-y #fff;
}

#header-wrapper
{
	background-color: #8c5c2b;
	height: 54px;
}

#header
{
	float: right;
	padding-top: 14px;
	text-align: right;
	height: 40px;
	background-color: #8c5c2b;
}

/* Navigation Items */
#nav-wrapper
{
	clear: right;
	margin: 0px;
}

#nav-wrapper li
{
	float: left;
	display: block;
	list-style-type: none;
}

#nav-wrapper li a
{
	display: block;
	text-indent: -2000em;
	height: 37px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav-01 a
{
	width: 255px;
	background-image: url(images/main-nav/nav_01.gif);
}

#nav-02 a
{
	width: 160px;
	background-image: url(images/main-nav/nav_02.gif);
}

#nav-03 a
{
	width: 171px;
	background-image: url(images/main-nav/nav_03.gif);
}

#nav-04 a
{
	width: 89px;
	background-image: url(images/main-nav/nav_04.gif);
}

#nav-05 a
{
	width: 77px;
	background-image: url(images/main-nav/nav_05.gif);
}

#nav-06 a
{
	width: 168px;
	background-image: url(images/main-nav/nav_06.gif);
}

#nav-02 a:hover, #nav-03 a:hover, #nav-04 a:hover, #nav-05 a:hover, #nav-06 a:hover
{
	background-position: 0px -37px;
}

/* Active class for currently selected page */
.active
{
	background-position: 0px -37px !important;
}

#left-panel
{
	float: left;
	width: 255px;
}

#reservation-div
{
	padding-top: 5px;
}

#trip-planner
{
	padding: 0px 9px 0px;
}

#trip-table
{
	width: 100%;
}

#trip-table td
{
	padding: 3px 2px;
	color: #fefefe;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#month
{
	width: 65px;
}

#day
{
	width: 50px;
}

#year
{
	width: 75px;
}

.small-select
{
	width: 50px;
}

#phone-div
{
	padding-top: 21px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	color: #fffefe;
	font-family: Arial, sans-serif;
	line-height: 20px;
}

/* FIX THE PNG ON IE6 */
#best_rate_stamp, #best_rate_text { behavior: url(/assets/templates/default/iepngfix.htc) }


#best_rate_stamp
{
	margin-top: -7px;
	overflow: hidden;
	text-indent: -2000em;
	height: 61px;
	width: 61px;
	float: left;
	display: block;
	padding-right: 12px;
	padding-bottom: 7px;
	background: url(/assets/templates/default/images/guarantee-badge.png) top left no-repeat;
}

#best_rate_text
{
	overflow: hidden;
	text-indent: -2000em;
	height: 12px;
	width: 152px;
	float: left;
	display: block;
	background: url(/assets/templates/default/images/best-rate-guarantee.png) top left no-repeat;
	margin-top: 4px;
}

#banner-1
{
	padding-top: 20px;
	text-align: center;
}

#banner-2
{
	padding: 4px 0px;
	text-align: center;
}

#banner-3
{
	padding-bottom: 10px;
	text-align: center;
}

/* Main Section */
#main
{
	float: left;
	width: 665px;
}


/* Content Section */
#content
{
	padding: 13px 100px 13px 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	line-height: 21px;
	color: #302D27;
}

#connected
{
	float: left;
	width: 225px;
	margin: 0px 5px;
	padding: 13px 0px;
	color: #4f4538;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#connected-header
{
	padding-top: 11px;
}

#comments
{
	position: relative;
	margin-top: 13px;
	font-size: 12px;
}

#start_quote
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#end_quote
{
	background: url(images/end_quote.gif) bottom right no-repeat;
}

#comments_text
{
	padding: 13px 10px 7px;
	position: relative;
	z-index: 2;
}

#comments_credit
{
	padding-right: 10px;
	text-align: right;	
}

#flash_content
{
	margin: 0px auto;
	width: 700px;
}

/* Footer */
#footer
{
	clear: left;
	padding-left: 260px;
	padding-bottom: 20px;
	padding-top: 20px;
	
	overflow: hidden; /* clears to the bottom of the floated elements */
	width: 660px; /* Needed for IE */
}

#pump
{
	width: 920px;
	margin: 0px auto;
	text-align: right;
	padding: 5px 32px 0px 0px;
}

#pump, #pump a
{
	font-family: Verdana, sans-serif;
	color: #c6c6c6;
	font-size: 9px;
	text-decoration: none;
}

/* Rate Table */
.rate_table
{
	border-collapse: collapse;
	width: 552px;
}

.rate_table td
{
	border: 1px solid #F0F0F0;
	padding: 5px;
	color: #4f4538;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 25%;
	text-align: left;
}

.Header_price_grid
{
	color: #8C5C2B;
	font-weight: bold;
}
