/* CSS Document */

body {
	background-color: #e7e7e7;
	width: 980px;
	position:relative;
	margin: 0 auto;
}
sup {
  font-size: .7em; 
  vertical-align: text-top!important;
}
#page {
	background-color: #fff;
	width:980px;
}
hr {
  border: none;
  border-top: 1px solid #ccc;
  height: 1px;
  margin: 0 0 1em 0;
}
/* Corporate Navigation/Utility Area */
#utility-area {
	background-color: #e7e7e7;
	width:980px;
	height: 30px;
}
#utility-area ul {
	float: right;
}
#utility-area li {
	float: left;
	display: inline;
}
#utility-area li a {
	height: 30px;
	float: left;
	display: inline;
	color: #999;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -5000px;
	overflow: hidden;
	background-image: url(/images/utility-nav.png);
	width: 53px;
	z-index:100;
}
#utility-area li#careers a {
	width: 53px;
	background-position:  0 0;
}
#utility-area li#careers a:hover {
	background-position: 0 -30px;
}
#utility-area li#credit-cards a {
	width: 87px;
	background-position: -53px 0;
}
#utility-area li#credit-cards a:hover {
	background-position: -53px -30px;
}
#utility-area li#lubricants a {
	width: 76px;
	background-position: -139px 0;
}
#utility-area li#lubricants a:hover {
	background-position: -139px -30px;
}
#utility-area li#station-ownership a {
	width: 137px;
	background-position: -215px 0;
}
#utility-area li#station-ownership a:hover {
	background-position: -215px -30px;
}
/* Global Navbar Area */
#global-nav {
	width: 980px;
	height: 30px;
	background: #000;
}
#global-nav ul {
	list-style-type: none;	
	list-style-position: outside;
	height: 30px;
	line-height: 30px;
}
#global-nav li {
	float: left;
	display: inline;
	position: relative;
}
#global-nav li a {
	height: 30px;
	float: left;
	display: inline;
	color: #999;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -5000px;
	overflow: hidden;
	background-image: url(/images/global-nav.gif);
	width: 76px;
	z-index:100;
}
#global-nav li a:hover {color: #fff;}

#global-nav ul#sections {float: left;}
#global-nav ul#tools {
    float: right; 
    margin-right: 10px;
	z-index:100;
}
#global-nav li#stations a {
	width: 86px;
	background-position: 0 0;
}
#global-nav li#stations a:hover {
	background-position: 0 -30px;
}
#global-nav li#stations.selected a,
#global-nav li#stations.selected a:hover,
#down-stations #global-nav li#stations a {
	background-position: 0 -60px;
}
#global-nav li#techron a {
	width: 76px;
	background-position:  -86px 0;
}
#global-nav li#techron a:hover {
	background-position:  -86px -30px;
}
#global-nav li#techron.selected a,
#global-nav li#techron.selected a:hover,
#down-techron #global-nav li#techron a {
	background-position:  -85px -60px;
	width: 77px;
	margin-left: -1px;
}
#global-nav li#products a {
	width: 82px;
	background-position: -162px 0;
}
#global-nav li#products a:hover {
	background-position: -162px -30px;
}
#global-nav li#products.selected a,
#global-nav li#products.selected a:hover,
#down-products #global-nav li#products a {
	background-position: -161px -60px;
	width: 83px;
	margin-left: -1px;
}
#global-nav li#in-the-know a {
	width: 100px;
	background-position: -244px 0;
}
#global-nav li#in-the-know a:hover {
	background-position: -244px -30px;
}
#global-nav li#in-the-know.selected a,
#global-nav li#in-the-know.selected a:hover,
#down-in-the-know #global-nav li#in-the-know a {
	background-position: -243px -60px;
	width: 101px;
	margin-left: -1px;
}
#global-nav li#trust-texaco a {
	width: 106px;
	background-position: -344px 0;
}
#global-nav li#trust-texaco a:hover {
	background-position: -344px -30px;
}
#global-nav li#trust-texaco.selected a,
#global-nav li#trust-texaco.selected a:hover,
#down-trust-texaco #global-nav li#trust-texaco a {
	background-position: -343px -60px;
	width: 107px;
	margin-left: -1px;
}
#global-nav li#country a {
	width: 173px;
	background-position: -718px 0;
}
#global-nav li#country a:hover {
	background-position: -718px -30px;
}
#global-nav li#country.selected a,
#global-nav li#country.selected a:hover,
body.down-country #page #global-nav li#country a {
	background-position: -718px -60px;
}
#global-nav li#search a {
	width: 79px;
	background-position: -891px 0;
}
#global-nav li#search a:hover {
	background-position: -891px -30px;
}
#global-nav li#search.selected a,
#global-nav li#search.selected a:hover,
body.down-search #global-nav li#search a {
	background-position: -890px -60px;
	width: 80px;
	margin-left: -1px;
}

/* Find a Station Area  */
#find-station {
    padding: 10px 20px 0px 0px;
	height: 18px;
    position: relative;
}
#find-station .search-form {
    float: right;
	z-index:0;
}
#find-station label,
#find-station .search-bkgnd,
#find-station .submit-bkgnd {
    float: left;
}
#find-station label {
	font-size: 12px;
	padding: 3px 6px 0 0;
}
#find-station .fullSearchBox {
  position:absolute;
  top:30px;
  right:92px;
}
#find-station .fullSearch {
  font-size: 11px;
  color: #999;  
}
#find-station .fullSearch:hover { 
    color: #000;  
}
#find-station .fullSearch span { 
  visibility: visible;
  font-size: 14px; 
  line-height: 14px;
}
/* Texaco Logo Positioning */
#logo-home {
	height: 122px;
	width: 100%;
}
#logo-home img {
	padding-top:49px;
	padding-left:60px;
}
#logo {
	height: 50px;
	width: 940px;
	border-bottom: 1px solid #ccc;
	margin: 0 auto 10px;
	padding-bottom: 35px;
}
#logo img {
	vertical-align: top;
	top: 0;
}
/* Side/Left Navigation */
#side-nav {
	float: left;
	width: 230px;
	margin-top:-1px;
	min-height:300px !important;
	_height: 300px;
}
#side-nav ul {
	margin-top: -10px;
	padding-left: 10px;
}
#side-nav ul li {
	font: 12px/30px Arial, Helvetica, sans-serif;
	padding-left: 10px;
	background: url(/images/left-nav-rule.png) no-repeat 10px 0;
}
#side-nav ul li:hover {
	font:12px/30px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
#side-nav ul li.down, #side-nav ul li.selected {
	background: url(/images/side-nav-selected.png) no-repeat left top;
	font: bold 12px/30px Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
#side-nav ul ul {
	padding:5px 0 10px 10px;
}
#side-nav ul ul li {
	background: none;
	font: 12px Arial, Helvetica, sans-serif;
	padding-top: 5px;
}
#side-nav ul ul li:hover {
	background: none;
	font:12px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
#side-nav ul ul li.sub-down, #side-nav ul ul li.selected {
	background: url(/images/arrow-bullet.png) no-repeat left 7px;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#side-nav a {
	color: #333;
	text-decoration:none;
	display:inline;
}
#side-nav a:hover {
	color: #0050aa;
}
/* Formats and positions the H1 for the page title */
#page-title {
	float: left;
	width: 700px;
	margin-left: 20px;
}
#page-title h1 {
	font: normal 24px/24px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #666;
	padding-bottom: 26px;
}
/* Formats and positions the H2 for the page subtitle */
#page-subtitle {
	float: left;
	width: 700px;
	padding-bottom:21px;
	margin-left: 20px;
}
#page-subtitle h2 {
	font: normal 18px/18px Arial, Helvetica, sans-serif;
	color: #333;
}
/* Formats the content section and various column layouts */
#content-wide {
	background-color: #fff;
	width: 100%;
	min-height: 350px !important;
	_height: 350px;
	float: left;
	margin: 0;
	overflow: visible;
}
#content-wide #one-column-wide {
}
#content-wide #ad-panel {
	padding-left: 40px;
	overflow:auto;
}
#content-wide #ad-panel div {
	width: 220px;
	padding: 0 10px 0 20px;
	float: left;
}
#content-wide #ad-panel div h4 a {
	color: #d52b1e;
	font-size: 14px;
	padding-right: 12px;
	font-weight: normal;
}
#content-wide #ad-panel-arrow div h4 a {
	color: #d52b1e;
	font-size: 14px;
	background: url(/images/arrow-bullet-red.png) no-repeat right center;
	padding-right: 12px;
	font-weight: normal;
}
#content-wide #ad-panel div p {
	color: #333;
	font-size: 12px;
	padding-top: 5px;
	float: left;
	line-height: 16px;
}
#content-wide #ad-panel div img {
	text-align: left;
	padding: 0 8px 0 0;
	vertical-align: text-top;
	float: left;
}
#content-wide #ad-panel div span {
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
#content {
	background-color: #fff;
	min-height: 350px !important;
	_height: 350px;
	float: left;
	margin: 0 0 20px 0;
	overflow: visible;
	margin-right:20px;
}
#content p {
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #333;
	padding-bottom: 10px;
}
#content p.note {
	font: 11px/15px Arial, Helvetica, sans-serif;
}
#content h2 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #333;
	clear: both;
	padding:20px 0 10px;
}
#content h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333;
	clear: both;
}
#content h4 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333;
	clear: both;
	padding-top: 5px;
}
#content ul {
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 0 0 14px;
	padding:0 0 10px 0;
	list-style: disc outside;
}
#content ul.nolist {
	margin: 0;
	list-style: none;
}
#content li {
	padding-bottom: 3px;
}
#content #one-column {
	width: 460px;
	margin-left: 20px;
}
#content #one-column-wide {
	width: 700px;
	margin-left: 20px;
	display:block;
	overflow:auto;
}
#content #two-column-one {
	float: left;
	width: 220px;
}
#content #two-column-two {
	float: right;
	width: 220px;
	margin-left: 20px;
}
/* Formats and positions the related info/right panel */
#related-info {
	float: left;
	width: 220px;
}
#related-info h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0 0 5px 0;
}
#related-info p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	padding: 5px 0 0 0;
}
/* Formats and positions the footer */
#footer {
	width: 100%;
	height: 78px;
	background: #e7e7e7 url(/images/trust-bottom-bar.png) no-repeat center top;
	margin-top: 75px;
    padding-top: 75px; 
	clear: both;
	float: left;
}
#footer p {
	font: 11px Arial, Helvetica, sans-serif;
	text-align: right;
	color: #666;
	padding: 6px 0 11px 0;
}
/* used for image replacement in image based navigation */
a span {
	visibility:hidden;
}
/* misc classes */
.flash-wide {
	width: 100%;

}
.right-border {
	border-right: 1px solid #ccc;
}
.inline-flash-centered {
	margin: 20px 0 7px 0;
}
.inline-image-left {
	float: left;
	margin: 3px 15px 10px 0;
}
.two-columns dl {
	float: left;
	margin: 0;
	padding: 0 0 15px 0;
	width: 215px;
}
.two-columns dt {
	font: bold 12px/15px Arial, Helvetica, sans-serif;
	color: #333;
}
.two-columns dd {
	font: 12px/15px Arial, Helvetica, sans-serif;
}
.three-columns dl {
	float: left;
	margin: 0;
	padding: 0 13px 20px 0;
	width: 140px;
}
.three-columns dt {
	font: bold 12px/15px Arial, Helvetica, sans-serif;
	color: #d52b1e;
}
.three-columns dd {
	font: 12px/15px Arial, Helvetica, sans-serif;
}
.inline-image-centered {
	margin: 0 0 20px 0;
}
#flash-movie {
	margin-bottom: 20px;
}
div.photo-caption {
	padding: 10px 20px 5px 0;
	float:left;
}
.img-right-txt {
	clear:both;
	padding: 10px 0 20px 0;
}
.img-right-txt img {
	float: left;
	padding-right: 20px;
}
.img-right-txt dt {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
.img-right-txt dd {
	font-size: 12px;
	line-height: 16px;
}
/* Page or section specific css */
/* used on the Havoline Products page */
.inline-image-left-top {
	float: left;
	margin: 0 20px 30px 0;
}
/* used in Texaco Heritage section */
#heritage-banner-background {
	background-color: #ffc526;
	height: 219px;
	margin-bottom: 20px;
}
#heritage-banner-background p {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	padding: 8px 0 8px 28px;
}
/* Driving & Safety Tips */

#content #tips {
	height: 610px;
	width: 460px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#tips h3 {
	font-size: 1.2em;
	font-weight: normal!important;
	margin-bottom: 5px;
}
#content #tips .tips-list dd img {
	margin-top: 5px;
	margin-bottom: 5px;
}
ul.dots li {
	line-height: 1.2em;
	margin-bottom: 10px;
}
#tips ul#tips-tabs {
	list-style:none;
	height: 30px;
	width: 460px;
	margin:0;
	padding:0;
	position: relative;
}
#tips ul#tips-tabs li#safety-tips-tab, #tips ul#tips-tabs li#car-care-tips-tab {
	display: block;
	height: 30px;
	width: 230px;
	margin:0;
	float: left;
	background: #100d09;
}
ul#tips-tabs a {
	display: block;
	height: 22px;
	width: 210px;
	padding: 8px 0 0 20px;
	color: #ffbc03;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	background: url(/images/tips-images/bk_gray.jpg) no-repeat;
}
ul#tips-tabs a.onstate {
	background: #100d09 url(/images/tips-images/bk_gray_line.jpg) no-repeat top right;
	color: #fff;
}
#safety-tips, #car-care-tips {
	height: 580px;
	width: 460px;
	position: relative;
	background: url(/images/tips-images/bk_tips_box.jpg) no-repeat;
}
#content #tips .tips-content {
	padding-top: 20px;
	padding-left: 20px;
}
#content #tips .tips-content dt a {
	display:block;
	font-size: 10px;
	text-transform: uppercase;
	color: #ffbc03;
	margin-bottom: 12px;
}
#content #tips .tips-content dt a:hover {
	color: #ffbc03;
	text-decoration: underline;
}
#content #tips .tips-content dt a.down {
	color:#fff;
}
#content #tips .tips-content dd {
	float: left;
	width: 190px;
	font-size: 12px;
	line-height: 14px;
	display: block;
	position: absolute;
	margin-left: 220px;
	top: 26px;
}
/* Station Ownership */
table.new-biz {
	border: 1px solid #ccc;
	border-collapse:collapse;
	width: 700px;
	padding:5px;
	margin:3px 0 0;
	font-size: 12px;
	color: #323232;
}
.new-biz th {
	background-color: #ccc;
	text-align: left;
	padding:5px;
	line-height: 1.2em;
}
.new-biz td {
	border-bottom: 1px solid #ccc;
	padding:5px;
	line-height: 1.2em;
}
#jump-list-box {
	clear: both;
	width: 460px;
	margin: 5px 0 0 0;
	padding: 0;
	position:relative;
}
#jump-list-box .jump-list {
	float: left;
	display: block;
	margin:0 40px 0 0;
	padding:0 0 20px 0;
}
#jump-list-box .jump-list li {
	list-style:none;
}
.new-biz .jump-list-contacts {
	width: 20%;
}
.new-biz .jump-list-area {
	width: 35%;
}
.new-biz .jump-list-email {
	width: 25%;
}
.new-biz .jump-list-fax {
	width: 25%;
}
.new-biz .jump-list-telephone {
	width: 20%;
}
.top-link a {
	margin-bottom: 10px;
	font-size: 11px;
}
.trademark {
	font: 50%/100% Arial, Helvetica, sans-serif;
	vertical-align: top;
}


/* new classes added by igbq 
--------------------------------------------------------------------*/
.box {
	background: #e7e7e7;
	border-bottom: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
    padding: 20px;
    margin-bottom: 1em;
}
.threeCol {
    margin-right: -5px;
}
.threeCol .col {
    width: 150px;
    margin-right: 5px;
    float: left;
    display: inline;
}
.threeCol .col p, .threeCol .col h3 { 
    width: 142px;
}
.video {
    margin: 10px 0 0 0;
}
.video p {
    margin: 5px 0 0 0;
}
/* Form Elements
---------------------------------------------*/
select {
  font-size: 11px;
  color: #666;
  border: 1px solid #ddd;
}
select option {	padding: 0 0 0 2px; }
form fieldset input.text, form fieldset input.password {
  width: 235px;
  height: 1.5em;
  color: #666;
  font-size: 11px;
  border: 1px solid #ddd;
  padding: 2px;
  margin-right: 5px;
}
form fieldset textarea.text {
	border: 1px solid #ddd;
	padding: 2px;
    width: 262px;
    height: 85px;
}
form fieldset select.text {
	border: 1px solid #ddd;
    width: 242px;
    height: 20px;
}
/* Form -> Layout, standard set from chevron.com
-----------------------------------*/
.box fieldset {
	border:	none; 
}
.box fieldset div {
	padding-left: 135px;
	margin-bottom: 10px;
	font-size: 11px;
}
.box fieldset div.buttons {margin-left: 0; }
.box fieldset div label {
	float: left;
	display: inline;
	margin-left: -135px;
	width: 125px;
    text-align: right;
    padding-top: 3px;
}
.box fieldset div div label {
	float: none;
	display: inline;
	margin-left: 0;
	font-weight: normal;
	padding-right: 5px;
}
.box fieldset .req { color: #f00; }
.box fieldset div div {
	padding: 0;
	margin: 0;
}
.box fieldset div div ul {
	list-style: none;
	padding: 0;
}
.box fieldset div.iefix { _height: 1%; }
.box fieldset div.nolabel {
	margin-left: -135px;
	height: auto;
}

/* Clearfix  
--------------------------------------------------------------------*/
.clearfix:after, #find-station:after, #page:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix, #find-station, #page { display: inline-block; /* IE/Mac */ }
/* Hides from IE-mac \*/
* html .clearfix, * html #find-station, * html #page { height: 1%;}
.clearfix, #find-station, #page {	display: block; }
/* End hide from IE-mac */

/* search styles */
.searchterm {font-size:1.2em;font-weight:bold;}
.numResult {float: left; width: 20px; border-top: 1px solid #ccc; margin: 5px 0 0 0; padding: 5px 0 0 0;}
.left {float: left; width: 425px; border-top: 1px solid #ccc; margin: 5px 0 0 0; padding: 5px 0 0 0;}
.right {float: right;}
.rightMargin8 {margin-right: 8px;}
.topMargin4 {margin-top: 4px;}
.rightMargin23 {margin-right: 23px;}
.boxwResults {clear: both!important;}

.lang {position: absolute; top: 187px; left: 880px; font-size: .8em; line-height: normal;}
