@charset "UTF-8";

/********************************* Begin: Global ******************************/
th {
	text-align:left;
}


#langchoice {
text-align:right;
position: absolute;
display:block;
width:760px;
height:30px;
color:#333;
top:68px;
left:0px;
Zindex: 4;
}

.langtext:link, .langtext:visited, .langtext:hover, .langtext:active {
font-size:9pt;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-weight:700;
color:#007e3a;
}

.langtextcurrent:link, .langtextcurrent:visited, .langtextcurrent:hover, .langtextcurrent:active {
font-size:9pt;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-weight:700;
color:black;
}

body {
	display: block;
	color: #000;
	background: #fff;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

/******************************************************************************/

select {
	width: auto;
	color: #333 !important;
	background-color: #fff !important;
	font-size: .75em;
	margin-right: 0px;
}

input {
	color: #333;
	background-color: #fff;
	font-size: .75em !important;
}

.grey select, .grey input {
	color: #333 !important;
	background-color: #fff !important;
	font-size: 1em !important;
}

/******************************************************************************/

/* Used to style the alternate text of unloaded images */
img {
	font-size: 0.8em;
	color: #000;
	background-color:transparent;
	border: none;
}

IMG_old {	BORDER-RIGHT: medium none;	BORDER-TOP: medium none;	FONT-SIZE: 0.8em;	BORDER-LEFT: medium none;	COLOR: #000;	BORDER-BOTTOM: medium none;	BACKGROUND-COLOR: transparent} 

ul {
	margin: 2px 0 10px 15px;
	list-style-type: square;
}

html>body ul {
	margin: 2px 0 10px 15px;
	padding: 0;
}

/*********************************** End: Global ******************************/

/****************************** Begin: vertical lines *************************/

.vSpacer6 {
	height: 7px;
	overflow: hidden;
}

.vSpacer8 {
	overflow: hidden;
	height: 8px;
}

.vSpacer10 {
	overflow: hidden;
	height: 10px;
}

.vSpacer15 {
	height: 15px;
}

/******************************** End: vertical lines *************************/

/********************************** Begin: spacers ****************************/

/******************************** Begin: Padding Top **************************/

.pTop5 {
	padding-top: 5px;
}

.pTop10 {
	padding-top: 10px;
}

.pTop15 {
	padding-top: 15px;
}

.pTop20 {
	padding-top: 20px;
}

/********************************* End: Padding Top ***************************/

/****************************** Begin: Padding Bottom *************************/

/********************** Begin: pBot2 for the back to top arrow in *************/

.pBot2 {
	padding-bottom: 2px;
}

/***************** End: pBot2 for the back to top arrow in footer *************/

.pBot5 {
	padding-bottom: 5px;
}

.pBot10 {
	padding-bottom: 10px;
}

.pLeft15 {
	padding-left: 15px;
}

.pageContainer {
	padding-left: 15px;
	width: 700px;
}

.pBot15 {
	padding-bottom: 15px;
}

.pBot20 {
	padding-bottom: 20px;
}

/******************************** End: Padding Bottom *************************/

/********************************* Begin: Margin Top **************************/

.mTop5 {
	margin-top: 5px;
}

.mTop15 {
	margin-top: 15px;
}

.mTop20 {
	margin-top: 20px;
}

/********************************** End: Margin Top ***************************/

/******************************** Begin: Margin Right *************************/

.mRight5 {
	margin-right: 5px;
}

.mRight10 {
	margin-right: 10px;
}

/****************** Begin: Right margins specific to CT_H1 template ***********/

.mRight12 {
	margin-right: 12px;
}

.mRight13 {
	margin-right: 13px;
}

.mRight8 {
	margin-right: 8px;
}

.mRight9 {
	margin-right: 9px;
}

/****************** End: Right margins specific to CT_H1 template *************/

.mRight15 {
	margin-right: 15px;
}

/******************************** End: Margin Right ***************************/

/****************************** Begin: Margin Bottom **************************/

.mBot3 {
	margin-bottom: 3px;
}

.mBot5 {
	margin-bottom: 5px;
}

.mBot8 {
	margin-bottom: 8px;
}

.mBot10 {
	margin-bottom: 10px;
}

.mBot15 {
	margin-bottom: 15px;
}

.mBot20 {
	margin-bottom: 20px;
}

/******************************** Begin: Margin Bottom ************************/

/********************************* Begin: Margin left *************************/

.mLeft5 {
	margin-left: 5px;
}

.mLeft10 {
	margin-left: 10px;
}

.mLeft15 {
	margin-left: 15px;
}

.mLeft20 {
	margin-left: 20px;
}

.mLeft195 {
	margin-left: 195px;
}

/********************************* End: Margin left ***************************/

/*********************************** End: Spacers *****************************/

/************************** Begin: Horizontal line divider ********************/

.lineDivider {
	display: block;
	background-color: #999999;
	height: 1px;
	font-size: 11pt;
	clear: both;
}

/**************************** End: Horizontal line divider ********************/

/************************** Begin: Horizontal line divider 2 ******************/

.lineDivider2 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	height: 0px;
}

/**************************** End: Horizontal line divider 2 ******************/

/********************************* Begin: Grey Pipe ***************************/

.greyPipe {
	color: #999999;
	float: left;
	margin: 0 9px 0 9px;
	font-size: 8pt;
}

/*********************************** End: Grey Pipe ***************************/

html>body .greyPipe {
	margin-right: 10px;
}

/********************************* Begin: Green Pipe **************************/

.greenPipe {
	color: #007E3A;
	font-size: 11pt;
	margin-left: 4px;
	margin-right: 4px;
}

/********************************** End: Green Pipe ***************************/

/********************************* Begin: clear All ***************************/

.clearAll {
	clear: both;
}

/********************************** End: clear All ****************************/

/******************************* BEGIN: GLOBAL FOOTER *************************/

/*************************** Begin: Back to top Container *********************/

.backToTopContainer {
	width: 100px;
	text-align: right;
	margin-right: 10px;
	margin-left: 5px;
}

/***************************** End: Back to top Container *********************/

/****************************** Begin: Footer Container ***********************/

#globalFooterContainer {
	display: block;
	width: 760px;
	height: 20px;
	margin-top: 30px;
	margin-bottom: 60px;
	color: #333;
	background-color: transparent;
	background-image: url("../../global_footer_container.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#globalFooterContainer .green , #castrolextFooterContainer .green{
        display: inline;
        font-size: 0.7em;
        color: #666666;
        background-color: transparent;
}

#globalFooterContainer .greenPipe, #castrolextFooterContainer .greenPipe {
	display: inline;
	font-size: 0.6em;
	color: #999999;
	background-color: transparent;
	margin-left: 1px;
	margin-right: 1px;
	position: relative;
	bottom: 1px;
	visibility: visible;

}
/* Main footer links */

#globalFooterContainer a:link .green, #globalFooterContainer a:visited .green {
	display: inline;
	color: #007b32;
	background-color: transparent;
	background-image: url("../../footer_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-decoration: none;
	padding-right: 10px;
	margin-right: 5px;
}

#globalFooterContainer a:hover .green, #globalFooterContainer a:active .green {
	display: inline;
	color: #ff0000;
	background-color: transparent;
	background-image: url("../../_footer_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-decoration: none;
	padding-right: 10px;
	margin-right: 5px;
}

#globalFooterContainer .link10:link, #castrolextFooterContainer .link10:link  {
        display: inline;
        font-size: 0.7em;
        font-weight: normal;
        color: #007B32;
        background-color: transparent;
        background-image: url("../../back_to_top_arrow.gif");
        background-position: bottom left;
        background-repeat: no-repeat;
        background-attachment: scroll;
        text-decoration: none;
        text-transform: lowercase;
        padding-left: 1em;
}


#globalFooterContainer .link10:visited, #castrolextFooterContainer .link10:visited {
        display: inline;
        font-size: 0.7em;
        font-weight: normal;
        color: #007B32;
        background-color: transparent;
        background-image: url("../../back_to_top_arrow.gif");
        background-position: bottom left;
        background-repeat: no-repeat;
        background-attachment: scroll;
        text-decoration: none;
        text-transform: lowercase;
        padding-left: 1em;
}

#globalFooterContainer .link10:hover, #castrolextFooterContainer .link10:hover {
        display: inline;
        font-size: 0.7em;
        font-weight: normal;
        color: #FF0000;
        background-color: transparent;
        background-image: url("../../_back_to_top_arrow.gif");
        background-position: bottom left;
        background-repeat: no-repeat;
        background-attachment: scroll;
        text-decoration: none;
        text-transform: lowercase;
        padding-left: 1em;
}

#globalFooterContainer .link10:active, #castrolextFooterContainer .link10:active {
        display: inline;
        font-size: 0.7em;
        font-weight: normal;
        color: #FF0000;
        background-color: transparent;
        background-image: url("../../_back_to_top_arrow.gif");
        background-position: bottom left;
        background-repeat: no-repeat;
        background-attachment: scroll;
        text-transform: lowercase;
        padding-left: 1em;
}
/****************************** End: Footer container *************************/

.footerTable {
	display: table;
	width: 740px;
	height: 20px;
	margin-left: 20px;
	position: relative;
	bottom: 2px;
	visibility: visible;

}

.footerTable td, castrolextfooterTable td {
 display: table-cell;
 vertical-align: bottom;
}

/******************************* END: GLOBAL FOOTER ***************************/

/******************************* BEGIN: POPUP Footer **************************/

/*************************** Begin: popupFooter Container *********************/

/* Edited 8 May 2006 by Anthony Shafto */

#popupFooterContainer {
	margin: 0 0 10px 0;
	width: 570px;
}
#popupFooterContainer, #popupFooterContainer .footerTable {
	width: 570px;
}
#popupFooterContainer .footerTable {
	background-image: url("../../win3col_footer.jpg");
	background-repeat: no-repeat;
	border-color: #dfdfdf;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	color: #000;
	left: -20px;
	position: relative;
}
#popupFooterContainer .footerTable td {
	white-space: nowrap;
	width: 50%;
	vertical-align: middle;
}
#popupFooterContainer .footerTable .green {
	color: #666;
	display: inline;
}
#popupFooterContainer .footerTable .greenPipe {
	display: inline;
}
#popupFooterContainer .footerTable a.green:link , #popupFooterContainer .footerTable a.green:visited , #popupFooterContainer .footerTable a:hover .green, #popupFooterContainer .footerTable a.green:active  {
	color: #007b32;
}
#popupFooterContainer .footerTable a.green:hover , #popupFooterContainer .footerTable a.green:active  {
	color: #ff0000;
}
#popupFooterContainer .footerTable .link10:link, #popupFooterContainer .footerTable .link10:visited, #popupFooterContainer .footerTable .link10:hover, #popupFooterContainer .footerTable .link10:active {
	background-image: url("../../back_to_top_arrow.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #007b32;
	padding-left: 10px;
}
#popupFooterContainer .footerTable .link10:hover, #popupFooterContainer .footerTable .link10:active {
	background-image: url("../../_back_to_top_arrow.gif");
	color: #ff0000;
}

/******************************************************************************/

#popup2colFooterContainer {
	display: block;
}

#popup2colFooterContainer .footerTable {
	display: block;
	width: 385px;
	height: auto;
	position: relative;
	left: -20px;
	color: #000;
	background-image: url("../../win2col_footer.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	border-top: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
}

#popup2colFooterContainer .footerTable td {
	display: table-cell;
	width: auto;
	height: auto;
	vertical-align: middle;
	text-align: center;
}

#popup2colFooterContainer .footerTable .green {
	display: block;
	color: #007B32;
	background-color: transparent;
}
#popup2colFooterContainer .footerTable .green:hover {
	DISPLAY: block; COLOR: #ff0000; BACKGROUND-COLOR: transparent
}
#popup2colFooterContainer .footerTable a:link .green {
	display: block;
	color: #007b32;
	background-color: transparent;
}

#popup2colFooterContainer .footerTable a:hover .green {
	display: block;
	color: #ff0000;
	background-color: transparent;
}

#popup2colFooterContainer .footerTable .link10 {
	display: block;
	color: #007b32;
	background-color: transparent;
	background-image: url("../../back_to_top_arrow.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin-top: 1.2em;
	padding-left: 10px;
}

#popup2colFooterContainer .footerTable .link10:hover {
	display: block;
	color: #ff0000;
	background-color: transparent;
	background-image: url("../../_back_to_top_arrow.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin-top: 1.2em;
	padding-left: 10px;
}

/******************************** END: POPUP Footer ***************************/

.gBackToTop a {
	font-size: .75em;	
}

/******************************** BEGIN: BREADCRUMB ***************************/

#breadCrumbContainer {
	display: block;
	width: 740px;
	height: auto;
	position: relative;
	left: 20px;
	margin-bottom: 15px;
}

#breadCrumbContainer .link10:link, #breadCrumbContainer .link10:visited {
	display: inline;
	font-weight: bold;
	line-height: 1.5;
	color: #007b32;
	background-color: #fff;
	text-decoration: none;
}

#breadCrumbContainer .link10:hover, #breadCrumbContainer .link10:active {
	display: inline;
	font-weight: bold;
	line-height: 1.5;
	color: #ff0000;
	background-color: #fff;
	text-decoration: none;
}

#breadCrumbContainer .greenBold a {
	display: inline;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	text-transform: none;
}

#breadCrumbContainer .greenBold {
	display: inline;
	font-size: .75em;
	font-weight: normal;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	text-transform: none;
}

#breadCrumbContainer .green {
	display: inline;
	font-size: .75em;
	font-weight: normal;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
}

/********************************** END: BREADCRUMB ***************************/

/****************************** START :::: R4 BM Track ************************/

.extfooterTable {
	width: 936px;
	background-color: #EFEFEF;
	border-top: 1px solid #99D6AD;
}

.outerFooter {
	margin-right: 35px;
	width: 936px;
}

#extFooterContainer {
	width: 936px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 30px;
}

.greenPipe {
	color: #007E3A;
	font-size: 11pt;
	margin-left: 4px;
	margin-right: 4px;
}

/* Utility links pipe divider */
.mastHeadborder #mastHeadTopNav .tableContainer .greenPipe {
	display: block;
	float: left;
	color: #fff;
	background-color: transparent;
	font-size: 0.6em;
	margin-left: 4px;
	margin-right: 4px;
	position: relative;
	bottom: 1px;
	visibility: visible;

}

.print a:link, .print a:visited {
	display: inline;
	font-size: .75em;
	color: #007b32;
	background-color: transparent;
	background-image: url("../../anchor_links_container_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-right: 10px;
}

.print a:hover, .print a:active {
	display: inline;
	font-size: .75em;
	color: #ff0000;
	background-color: transparent;
	background-image: url("../../_anchor_links_container_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-right: 10px;
}

/******************************************************************************/

.countryListing:link, .countryListing:visited {
	display: block !important;
	width: 150px;
	height: auto;
	float: left;
	color: #007b32;
	background-color: transparent;
	background-image: url("../../links_container_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-right: 12px;
	margin-bottom: 1em;
	font-size: .75em;
}

.countryListing:hover, .countryListing:active {
	display: block !important;
	width: 150px;
	height: auto;
	float: left;
	color: #ff0000;
	background-color: transparent;
	background-image: url("../../_links_container_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-right: 12px;
	margin-bottom: 1em;
	font-size: .75em;
}

/******************************************************************************/
#popup2colFooterContainerOCR .footerTable {
	display: block;
	width: 385px;
	height: auto;
	position: relative;
	left: -20px;
	color: #000000;
	background-image: url("../../pop_footer.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	border-top: 1px solid #DFDFDF;	
	border-right: 1px solid #DFDFDF;
}

#popup2colFooterContainerOCR .footerTable td {
	display: table-cell;
	width: auto;
	height: auto;
	vertical-align: middle;
	text-align: center;
}

#popup2colFooterContainerOCR .footerTable .green {
	display: block;
	color: #666666;
	background-color: transparent;
}

#popup2colFooterContainerOCR .footerTable a:link .green {
	display: block;
	color: #007B32;
	background-color: transparent;
}

#popup2colFooterContainerOCR .footerTable a:hover .green {
	display: block;
	color: #FF0000;
	background-color: transparent;
}

#popup2colFooterContainerOCR .footerTable .link10 {
	display: block;
	color: #007B32;
	background-color: transparent;
	background-image: url("../../back_to_top_arrow.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin-top: 1.2em;
	padding-left: 12px;
}

#popup2colFooterContainerOCR .footerTable .link10:hover {
	display: block;
	color: #FF0000;
	background-color: transparent;
	background-image: url("../../_back_to_top_arrow.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin-top: 1.2em;
	padding-left: 12px;
}
#castrolextFooterContainer {
 display: block;
 width: 100%;
 height: 20px;
 margin-top: 30px;
 margin-bottom: 60px;
 color: #333333;
 background-color: transparent;
 background-image: url("../../global_footer_container_ext.jpg");
 background-position: top left;
 background-repeat: no-repeat;
 background-attachment: scroll;
 
}
#castrolextFooterContainer a:link .green, #castrolextFooterContainer a:visited .green {
 display: inline;
 color: #007B32;
 background-color: transparent;
 background-image: url("../../_footer_arrow.gif");
 background-position: top right;
 background-repeat: no-repeat;
 background-attachment: scroll;
 text-decoration: none;
 padding-right: 10px;
 margin-right: 5px;
}

#castrolextFooterContainer a:hover .green, #castrolextFooterContainer a:active .green {
 display: inline;
 color: #FF0000;
 background-color: transparent;
 background-image: url("../../_footer_arrow.gif");
 background-position: top right;
 background-repeat: no-repeat;
 background-attachment: scroll;
 text-decoration: none;
 padding-right: 10px;
 margin-right: 5px;
}
.castrolextfooterTable {
 display: table;
 width: 100%;
 height: 20px;
 padding-left: 20px;
 position: relative;
 bottom: 2px;
}
#mainContainer .grey UL {
 PADDING-LEFT: 1px;
}
.prefchkBox INPUT {

            BACKGROUND-COLOR: transparent

}
/* BEGIN: Added for CR 509  5/18/2006 */

.fldBorder {
border:0px;
}
.donotdisplay{
 display:none;
}
/* END: Added for CR 509  5/18/2006 */

/* added for masthead css     */


.mastHeadborder {
	background-color: transparent;
	background-image: url("../../castrol_masthead_logo.gif");
	background-position: top left;
	background-repeat: no-repeat;
	color: #000;
	display: block;
	height: 66px;
	margin-bottom: 7px;
	padding: 0;
	width: 779px;
}

/* Used on the navigation buttons to prevent text wrapping */

.nowrap {
	white-space: nowrap;
}

/* Main container for primary navigation links */

.mastHeadContainer {
	background-color: transparent;
	background-image: url("../../masthead_container_bg.gif");
	background-position: top left;
	background-repeat: no-repeat;
	color: #000;
	display: block;
	height: 31px;
	width: 761px;
}

 
#mastHeadTopNav {
	display: block;
	float: right;
	padding: 2px 0 0 0;
	position: relative;
	right: 30px;
	width: auto;
	visibility: visible;

}

 

#mastHeadTopNav form {
	display: block;
	margin: 8px 0 0 0;
}
 
.tableContainer {
	float: right;
}

#mastHeadTopNav .tableContainer form {
	position: absolute;
	right: 0;
	top: 20px;
	visibility: visible;

}
.tableContainer form .greenBold {
	background-color: transparent !important;
	color: #fff !important;
	display: inline !important;
	float: none !important;
	font-size: .75em;
	font-weight: bold;
	position: static !important;
	visibility: visible;

}

#mastHeadTopNav .tableContainer .greenBold {
	display: block;
	position: relative;
	left: 10px;
	z-index: 1;
	float: left;
	color: #000;
	background-color: #fff;
	margin-top: 55px;
	margin-bottom: -8px;
	margin-left: 0;
	margin-right: 0;
	font-size: .75em;
	margin-left: 5px;
}

html>body #mastHeadTopNav .tableContainer .greenBold {
	display: block;
	float: left;
	color: #000;
	background-color: #fff;
	margin-top: 55px;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 0;
	font-size: .75em;
}

#mastHeadTopNav .tableContainer .greenBold a:link, #mastHeadTopNav .tableContainer .greenBold a:visited {
	display: block;
	float: left;
	color: #007b32;
	background-color: #fff;
	text-decoration: none;
}

#mastHeadTopNav .tableContainer .greenBold a:hover, #mastHeadTopNav .tableContainer .greenBold a:active {
	display: block;
	float: left;
	color: #ff0000;
	background-color: #fff;
	text-decoration: none;
}

#mastHeadTopNav .tableContainer .greenPipe {
	display: none !important;
}

 

input.searchBox {
	display: inline;
	width: 155px;
	height: 19px;
	font-size: .75em;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
}

/* Submit input field for the search form */

.goAnchor {
	display: inline;
	color: #fff;
	background-color: #007b32;
	font-size: .75em;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	padding-left: 4px;
	padding-right: 4px;
	cursor: pointer;
}

 

.button:link, .button:visited, .button:hover, .button:active, .button1 {
	border-color: #ccc #ccc #fff #fff;
	border-style: solid;
	border-width: 0 1px 0 1px;
	color: #007b32;
	display: block;
	float: left;
	font-size: .7em;
	font-weight: bold;
	height: 15px;
	margin: 1px 0 0 0;
	padding: 8px 5px 7px 5px;
	text-decoration: none;
	text-transform: uppercase;
}
.button:hover, .button:active, .button1 {
	background-color: #fff;
	color: #ff0000;
}
.button1 {
	height: 14px;
}

 
.mColLeft {
	display: block;
	width: 15px;
	height: auto;
	float: left;
	padding: 0;
	margin-right: 5px;
}
 

.mRightCol {
	display: block;
	width: auto;
	height: auto;
	float: left;
}

.mRightCol a:link, .mRightCol a:visited {
	display: inline;
	font-size: .75em;
}

.mRightCol a:hover, .mRightCol a:active {
	display: inline;
	font-size: .75em;
}

 .logoContainer a + a {
	display: none;
}

.logoContainerText {
	display: block;
	position: absolute;
	top: 23px;
	left: 230px;
	color: #fff;
	background-color: transparent;
	font-size: .95em;
	font-weight: bold;
	text-transform: uppercase;
	visibility: visible;

}
 