@charset "UTF-8";

/********************************* Begin: Global ******************************/

body {
	display: block;
	color: #000000;
	background: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

/******************************************************************************/

select {
	color: #333333 !important;
	background-color: #FFFFFF !important;
	font-size: 0.75em;
	margin-right: 5px;
}

input {
	font-size: 0.75em !important;
}

.grey select, .grey input {
	color: #333333 !important;
	background-color: #FFFFFF !important;
}

/******************************************************************************/

/* Used to style the alternate text of unloaded images */
img {
        font-size: 0.8em;
        color: #000000;
        background-color:transparent;
        border: none;
}
#castrolextFooterContainer {
 display: block;
 width: 100%;
 height: 20px;
 margin-top: 30px;
 margin-bottom: 60px;
 color: #333333;
 background-color: transparent;
 background-image: url("../../../images_css/global_footer_container_ext.jpg");
 background-position: top left;
 background-repeat: no-repeat;
 background-attachment: scroll;
 
}
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;
	
}

.vSpacer8 {
	
	height: 8px;
}

.vSpacer10 {
	
	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;
}

.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 #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	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 {
	display: block;
	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 ***********************/
/* Begin: modified for IE 7 */

#globalFooterContainer {
	display: block;
	width: 760px;
	height: 20px;
	margin-top: 25px;
	margin-bottom: 60px;
	color: #333333;
	background-color: transparent;
	background-image: url("../../../images_css/global_footer_container.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
/* End: modified for IE 7 */

#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;
}

#castrolextFooterContainer a:link .green, #castrolextFooterContainer a:visited .green {
 display: inline;
 color: #007B32;
 background-color: transparent;
 background-image: url("../../../images_css/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("../../../images_css/_footer_arrow.gif");
 background-position: top right;
 background-repeat: no-repeat;
 background-attachment: scroll;
 text-decoration: none;
 padding-right: 10px;
 margin-right: 5px;
}

/* Main footer links */

#globalFooterContainer a:link .green, #globalFooterContainer a:visited .green {
	display: inline;
	color: #007B32;
	background-color: transparent;
	background-image: url("../../../images_css/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("../../../images_css/_footer_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-decoration: none;
	padding-right: 10px;
	margin-right: 5px;
}

/* Turn off the back to top arrow image */

 
#globalFooterContainer .link10 img, #castrolextFooterContainer .link10 img {
 display: none;
}
#globalFooterContainer .link10:link, #castrolextFooterContainer .link10:link  {
        display: inline;
        font-size: 0.7em;
        font-weight: normal;
        color: #007B32;
        background-color: transparent;
        background-image: url("../../../images_css/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("../../../images_css/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("../../../images_css/_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("../../../images_css/_back_to_top_arrow.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-transform: lowercase;
	padding-left: 1em;
}

.castrolextfooterTable {
 display: table;
 width: 100%;
 height: 20px;
 padding-left: 20px;
 position: relative;
 bottom: 2px;
}
/****************************** End: Footer container *************************/

.footerTable {
	display: table;
	width: 740px;
	height: 20px;
	margin-left: 20px;
	position: relative;
	bottom: 2px;
}

.footerTable td, castrolextfooterTable td {
 display: table-cell;
 vertical-align: bottom;
}

/******************************* END: GLOBAL FOOTER ***************************/

/******************************* BEGIN: POPUP Footer **************************/

/*************************** Begin: popupFooter Container *********************/

#popupFooterContainer {
	display: block;
	
}

/******************************************************************************/

#popup2colFooterContainer {
	display: block;
}

#popup2colFooterContainer .footerTable {
	display: block;
	width: 385px;
	height: auto;
	position: relative;
	left: -20px;
	color: #000000;
	background-image: url("../../../images_css/pop_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 A.green:link,#popup2colFooterContainer .footerTable A.green:visited  {
	DISPLAY: block;
    COLOR: #007b32;
    BACKGROUND-COLOR: transparent
}
#popup2colFooterContainer .footerTable A.green:hover  {
	DISPLAY: block;
    COLOR: #ff0000;
    BACKGROUND-COLOR: transparent
}
#popup2colFooterContainer .footerTable .link10 {
	display: block;
	color: #007B32;
	background-color: transparent;
	background-image: url("../../../images_css/back_to_top_arrow.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin-top: 1.2em;
	padding-left: 12px;
}

#popup2colFooterContainer .footerTable .link10:hover {
	display: block;
	color: #FF0000;
	background-color: transparent;
	background-image: url("../../../images_css/_back_to_top_arrow.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin-top: 1.2em;
	padding-left: 12px;
}
/******************************************************************************/
#popupFooterContainer .footerTable {
	display: block;
	width: 385px;
	height: auto;
	position: relative;
	left: -20px;
	color: #000000;
	background-image: url("../../../images_css/pop_footer.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	border-top: 1px solid #DFDFDF;	
	border-right: 1px solid #DFDFDF;
}

#popupFooterContainer .footerTable td {
	display: table-cell;
	width: auto;
	height: auto;
	vertical-align: middle;
	text-align: center;
}

#popupFooterContainer .footerTable .green {
	display: block;
	color: #666666;
	background-color: transparent;
}

#popupFooterContainer .footerTable a:link .green {
	display: block;
	color: #007B32;
	background-color: transparent;
}

#popupFooterContainer .footerTable a:hover .green {
	display: block;
	color: #FF0000;
	background-color: transparent;
}

#popupFooterContainer .footerTable .link10 {
	display: block;
	color: #007B32;
	background-color: transparent;
	background-image: url("../../../images_css/back_to_top_arrow.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin-top: 1.2em;
	padding-left: 12px;
}

#popupFooterContainer .footerTable .link10:hover {
	display: block;
	color: #FF0000;
	background-color: transparent;
	background-image: url("../../../images_css/_back_to_top_arrow.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin-top: 1.2em;
	padding-left: 12px;
}
/*******************************************************************************/
/******************************** END: POPUP Footer ***************************/

.gBackToTop a {
	font-size: 0.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;
}


html>body #breadCrumbContainer .link10 {
	margin-right: 5px;
}

#breadCrumbContainer .greenBold a {
	display: inline;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5;
	color: #333333;
	background-color: #FFFFFF;
	text-transform: none;
}

#breadCrumbContainer .greenBold {
	display: inline;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.5;
	color: #333333;
	background-color: #FFFFFF;
	text-transform: none;
}

#breadCrumbContainer .green {
	display: inline;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.5;
	color: #000000;
	background-color: #FFFFFF;
}

/********************************** 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: #FFFFFF;
	background-color: transparent;
	font-size: 0.6em;
	margin-left: 4px;
	margin-right: 4px;
	position: relative;
	bottom: 1px;
}

/*   END :::: R4 BM Track */

div img.mRight5 {
	display: none;
}

img.mLeft5 {
	display: none;
}

.print a:link, .print a:visited {
	display: inline;
	font-size: 0.75em;
	color: #007B32;
	background-color: transparent;
	background-image: url("../../../images_css/anchor_links_container_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-right: 12px;
}

.print a:hover, .print a:active {
	display: inline;
	font-size: 0.75em;
	color: #007B32;
	background-color: transparent;
	background-image: url("../../../images_css/anchor_links_container_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-right: 12px;
}

/******************************************************************************/

.countryListing:link, .countryListing:visited {
	display: block !important;
	width: 150px;
	height: auto;
	float: left;
	color: #007B32;
	background-color: transparent;
	background-image: url("../../../images_css/links_container_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-right: 12px;
	margin-bottom: 1em;
	font-size: 0.75em;
}

.countryListing:hover, .countryListing:active {
	display: block !important;
	width: 150px;
	height: auto;
	float: left;
	color: #FF0000;
	background-color: transparent;
	background-image: url("../../../images_css/_links_container_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-right: 12px;
	margin-bottom: 1em;
	font-size: 0.75em;
}
#mainContainer .grey UL {
 PADDING-LEFT: 1px;
}
.prefchkBox INPUT {

            BACKGROUND-COLOR: transparent

}


/******************************************************************************/
/* BEGIN: Added for CR 509  5/18/2006 */

.fldBorder {
border:0px; padding:0px;
}
.donotdisplay{
 display:none;
}
/* END: Added for CR 509  5/18/2006 */

/* added for masthead css     */

/* Begin: modified for IE 7 */
.mastHeadborder {
	background-color: transparent;
	background-image: url(../../../images_css/castrol_masthead_logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #000;
	display: block;
	height: 86px;
	margin-bottom: 7px;
	padding: 0;
	width: 779px;
	margin:0px;
}
/* End: modified for IE 7 */
/* 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(../../../images_css/masthead_container_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #000;
	display: block;
	height: 31px;
	width: 761px;
}

 /* Begin: modified for IE 7 */
#mastHeadTopNav {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; RIGHT: 30px; FLOAT: right; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; POSITION: relative; margin-top:2px;
}

/* End: modified for IE 7 */
 

#mastHeadTopNav form {
	display: block;
	margin: 8px 0 0 0;
}

#bpLogo {
	display: none;
}

 
.logoContainer img {
	display: none;
}


 
.tableContainer {
	float: right;
}

#mastHeadTopNav .tableContainer form {
	position: absolute;
	right: 0;
	top: 20px;
}
.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;
}

 
.tableContainer img {
	display: none;
}

 

#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;
}

 

.searchBox {
	display: inline;
	width: 150px;
	height: auto;
	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;
}
 /* BEGIN: Modified for IE 7 */
/* BEGIN: ADDITION ENH 7/3/2006 CR 509 */
.fldBorder {
 border:0px solid #FFDD00;padding : 0px; margin: 0px;
}
 
.donotdisplay{
 display:none;
}
/* END: ADDITION ENH 7/3/2006 CR 509 */
 /* End: Modified for IE 7 */
/* Begin TB07 Fixes */
.linkspace {
	font-size:0.75em;		
}
h1{
display:inline;
padding:0;
margin:0;
}

h2{
display:inline;
padding:0;
margin:0;
}

h3{
display:inline;
padding:0;
margin:0;
}
/* End TB07 Fixes */

/* START: CR 758 Iframe */

.topheadleft{
	background-image: url(../../../images_css/h_left.gif);
	background-repeat: no-repeat;
	width: 334px;
	height:67px;
}

.topheadmid{
	background-image: url(../../../images_css/h_midd.gif);
	background-repeat: repeat-x;
	height:67px;
	display:block;
}

.topheadright{
	background-image: url(../../../images_css/h_right.gif);
	background-repeat: no-repeat;
	width: 24px;
	height:67px;
}

#mastHeadTopNavnew {
	MARGIN-TOP: 5px; DISPLAY: block; RIGHT: 30px; FLOAT: right; WIDTH: auto; PADDING-TOP: 10px; POSITION: relative; HEIGHT: auto
}
.pTop12 {
	PADDING-TOP: 12px
}
.mastHeadContainernew {
	DISPLAY: block;
	WIDTH: 100%;
	COLOR: #000000;
	HEIGHT: 31px;
	background-image: url(../../../images_css/nag_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.mainContainernew {
	DISPLAY: block; FLOAT: left; MARGIN-LEFT: 15px; WIDTH: 100%; HEIGHT: auto
}

.pRight20 {
	PADDING-RIGHT: 20px
}

.navleft{
	background-image: url(../../../images_css/n_left.gif);
	background-repeat: no-repeat;
	width: 4px;
	height:31px;
}

.navright{
	background-image: url(../../../images_css/n_right.gif);
	background-repeat: no-repeat;
	width: 4px;
	height:31px;
}

.navmidd{
	background-image: url(../../../images_css/n_midd.gif);
	background-repeat: repeat-x;
	height:31px;
	background-color: #FFFFFF;
}



.footermiddnew{
	background-image: url(../../../images_css/f_midd.gif);
	background-repeat: repeat-x;
	height:20px;
	background-color: #FFFFFF;
}
.footerrightnew{
	background-image: url(../../../images_css/f_right.gif);
	background-repeat: no-repeat;
	height:20px;
	background-color: #FFFFFF;
	width:4px;
}
/*Begin: Added for CR854*/
#breadCrumbContainer h2 {
DISPLAY: inline; 
FONT-WEIGHT: normal; 
FONT-SIZE: 0.75em; 
TEXT-TRANSFORM: none; 
COLOR: #333;
LINE-HEIGHT: 1.5; 
BACKGROUND-COLOR: #fff;
float:left;border:1px solid #FFFFFF;
padding-right:9px;
}

html > body #breadCrumbContainer h2
{
margin-top:1px;
*margin-top:0px;
}
/*End: Added for CR854*/

/*begin : added for CR 846 Warranty support*/
#castrolextFooterContainer A:link .greencastrol {
        PADDING-RIGHT: 10px; DISPLAY: inline; BACKGROUND: url(../../../images_css/footer_arrow.gif) no-repeat right top; COLOR
: #007b32; MARGIN-RIGHT: 5px; TEXT-DECORATION: none
}
#castrolextFooterContainer A:visited .greencastrol {
        PADDING-RIGHT: 10px; DISPLAY: inline; BACKGROUND: url(../../../images_css/footer_arrow.gif) no-repeat right top; COLOR
: #007b32; MARGIN-RIGHT: 5px; TEXT-DECORATION: none
}
#castrolextFooterContainer A:hover .greencastrol {
        PADDING-RIGHT: 10px; DISPLAY: inline; BACKGROUND: url(../../../images_css/_footer_arrow.gif) no-repeat right top; COLO
R: #ff0000; MARGIN-RIGHT: 5px; TEXT-DECORATION: none
}
#castrolextFooterContainer A:active .greencastrol {
        PADDING-RIGHT: 10px; DISPLAY: inline; BACKGROUND: url(../../../images_css/_footer_arrow.gif) no-repeat right top; COLO
R: #ff0000; MARGIN-RIGHT: 5px; TEXT-DECORATION: none
}
#castrolextFooterContainer .greencastrol {
        DISPLAY: inline; FONT-SIZE: 0.7em; COLOR: #666666; BACKGROUND-COLOR: transparent
}
html > body #castrolextFooterContainer A:link .greencastrol {
        PADDING-RIGHT: 10px; DISPLAY: inline; BACKGROUND: url(../../../images_css/footer_arrow.gif) no-repeat right top; COLOR
: #007b32; MARGIN-RIGHT: 5px; TEXT-DECORATION: none
}
html > body #castrolextFooterContainer A:visited .greencastrol {
        PADDING-RIGHT: 10px; DISPLAY: inline; BACKGROUND: url(../../../images_css/footer_arrow.gif) no-repeat right top; COLOR
: #007b32; MARGIN-RIGHT: 5px; TEXT-DECORATION: none
}
html > body #castrolextFooterContainer A:hover .greencastrol {
        PADDING-RIGHT: 10px; DISPLAY: inline; BACKGROUND: url(../../../images_css/_footer_arrow.gif) no-repeat right top; COLO
R: #ff0000; MARGIN-RIGHT: 5px; TEXT-DECORATION: none
}
html > body #castrolextFooterContainer A:active .greencastrol {
        PADDING-RIGHT: 10px; DISPLAY: inline; BACKGROUND: url(../../../images_css/_footer_arrow.gif) no-repeat right top; COLO
R: #ff0000; MARGIN-RIGHT: 5px; TEXT-DECORATION: none
}
html > body #castrolextFooterContainer .greencastrol {
        DISPLAY: inline; FONT-SIZE: 0.7em; COLOR: #666666; BACKGROUND-COLOR: transparent
}
/*End : added for CR 846 Warranty support*/

#globalFooterContainernew {
	MARGIN-TOP: 0px; DISPLAY: block; MARGIN-BOTTOM: 25px; WIDTH: 100%; COLOR: #333; HEIGHT: 20px
}
#globalFooterContainernew .green {
	DISPLAY: inline; FONT-SIZE: 0.7em; COLOR: #666666; BACKGROUND-COLOR: transparent
}
#castrolextFooterContainernew .green {
	DISPLAY: inline; FONT-SIZE: 0.7em; COLOR: #666666; BACKGROUND-COLOR: transparent
}
#globalFooterContainernew .greenPipe {
	DISPLAY: inline; FONT-SIZE: 0.6em; MARGIN-LEFT: 1px; COLOR: #999999; BOTTOM: 1px; MARGIN-RIGHT: 1px; POSITION: relative; BACKGROUND-COLOR: transparent
}
#castrolextFooterContainernew .greenPipe {
	DISPLAY: inline; FONT-SIZE: 0.6em; MARGIN-LEFT: 1px; COLOR: #999999; BOTTOM: 1px; MARGIN-RIGHT: 1px; POSITION: relative; BACKGROUND-COLOR: transparent
}
#globalFooterContainernew A:link .green {
	PADDING-RIGHT: 10px; DISPLAY: inline; BACKGROUND: url(../../../images_css/footer_arrow.gif) no-repeat right top; COLOR: #007b32; MARGIN-RIGHT: 5px; TEXT-DECORATION: none
}
#globalFooterContainernew A:visited .green {
	PADDING-RIGHT: 10px; DISPLAY: inline; BACKGROUND: url(../../../images_css/footer_arrow.gif) no-repeat right top; COLOR: #007b32; MARGIN-RIGHT: 5px; TEXT-DECORATION: none
}
#globalFooterContainernew A:hover .green {
	PADDING-RIGHT: 10px; DISPLAY: inline; BACKGROUND: url(../../../images_css/_footer_arrow.gif) no-repeat right top; COLOR: #ff0000; MARGIN-RIGHT: 5px; TEXT-DECORATION: none
}
#globalFooterContainernew A:active .green {
	PADDING-RIGHT: 10px; DISPLAY: inline; BACKGROUND: url(../../../images_css/_footer_arrow.gif) no-repeat right top; COLOR: #ff0000; MARGIN-RIGHT: 5px; TEXT-DECORATION: none
}

.footerTablenew {
	MARGIN-LEFT: 0px; WIDTH: 100%; BOTTOM: 2px; POSITION: relative; HEIGHT: 20px;  
}

html>body .footerTablenew {
	MARGIN-LEFT: 0px; WIDTH: 100%; BOTTOM: 2px; POSITION: relative; HEIGHT: 20px
}
.toprightContainernew {
	MARGIN-TOP: -42px; DISPLAY: block; FLOAT: right; WIDTH: auto; POSITION: relative; 
}
#globalFooterContainernew .link10:link {
	DISPLAY: inline; PADDING-LEFT: 1em; FONT-WEIGHT: normal; FONT-SIZE: 0.7em; BACKGROUND: url(../../../images_css/back_to_top_arrow.gif) no-repeat left bottom; TEXT-TRANSFORM: lowercase; COLOR: #007b32; TEXT-DECORATION: none
}
#castrolextFooterContainernew .link10:link {
	DISPLAY: inline; PADDING-LEFT: 1em; FONT-WEIGHT: normal; FONT-SIZE: 0.7em; BACKGROUND: url(../../../images_css/back_to_top_arrow.gif) no-repeat left bottom; TEXT-TRANSFORM: lowercase; COLOR: #007b32; TEXT-DECORATION: none
}
#globalFooterContainernew .link10:visited {
	DISPLAY: inline; PADDING-LEFT: 1em; FONT-WEIGHT: normal; FONT-SIZE: 0.7em; BACKGROUND: url(../../../images_css/back_to_top_arrow.gif) no-repeat left bottom; TEXT-TRANSFORM: lowercase; COLOR: #007b32; TEXT-DECORATION: none
}
#castrolextFooterContainernew .link10:visited {
	DISPLAY: inline; PADDING-LEFT: 1em; FONT-WEIGHT: normal; FONT-SIZE: 0.7em; BACKGROUND: url(../../../images_css/back_to_top_arrow.gif) no-repeat left bottom; TEXT-TRANSFORM: lowercase; COLOR: #007b32; TEXT-DECORATION: none
}
#globalFooterContainernew .link10:hover {
	DISPLAY: inline; PADDING-LEFT: 1em; FONT-WEIGHT: normal; FONT-SIZE: 0.7em; BACKGROUND: url(../../../images_css/_back_to_top_arrow.gif) no-repeat left bottom; TEXT-TRANSFORM: lowercase; COLOR: #ff0000; TEXT-DECORATION: none
}
#castrolextFooterContainernew .link10:hover {
	DISPLAY: inline; PADDING-LEFT: 1em; FONT-WEIGHT: normal; FONT-SIZE: 0.7em; BACKGROUND: url(../../../images_css/_back_to_top_arrow.gif) no-repeat left bottom; TEXT-TRANSFORM: lowercase; COLOR: #ff0000; TEXT-DECORATION: none
}
#globalFooterContainernew .link10:active {
	DISPLAY: inline; PADDING-LEFT: 1em; FONT-WEIGHT: normal; FONT-SIZE: 0.7em; BACKGROUND: url(../../../images_css/_back_to_top_arrow.gif) no-repeat left bottom; TEXT-TRANSFORM: lowercase; COLOR: #ff0000
}
#castrolextFooterContainernew .link10:active {
	DISPLAY: inline; PADDING-LEFT: 1em; FONT-WEIGHT: normal; FONT-SIZE: 0.7em; BACKGROUND: url(../../../images_css/_back_to_top_arrow.gif) no-repeat left bottom; TEXT-TRANSFORM: lowercase; COLOR: #ff0000
}



/* START: CR 758 Iframe */



/*Begin : Added for CR 846 ENH R MAY09 */
.listUtility{list-style-type: none;padding:0px;margin:0px}
.listUtility li{float:left}
.lanContainerNew 
{        PADDING-RIGHT: 0px; MARGIN-TOP: 41px; PADDING-LEFT: 0px; FLOAT: right; MARGIN-BOTTOM: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; POSITION: static}
html > body .lanContainerNew {        PADDING-RIGHT: 0px; MARGIN-TOP: 45px; PADDING-LEFT: 0px; FLOAT: right; MARGIN-BOTTOM: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; POSITION: static}
.mFootTop
{
margin-top:4px;
}
html > body .mFootTop
{
*margin-top:4px;
margin-top:0px;
}
html>body*.mFootTop
{
margin-top:0px;
*margin-top:4px;
}
.mLeftcastrol4
{
	margin-left:4px;
}
.mLeftcastrol5
{
	margin-left:5px
}
#globalFooterContainer A:link .greencastrol {
	PADDING-RIGHT: 10px; DISPLAY: inline; BACKGROUND: url(../../../images_css/footer_arrow.gif) no-repeat right top; COLOR: #007b32; MARGIN-RIGHT: 5px; TEXT-DECORATION: none
}
#globalFooterContainer A:visited .greencastrol {
	PADDING-RIGHT: 10px; DISPLAY: inline; BACKGROUND: url(../../../images_css/footer_arrow.gif) no-repeat right top; COLOR: #007b32; MARGIN-RIGHT: 5px; TEXT-DECORATION: none
}
#globalFooterContainer A:hover .greencastrol {
	PADDING-RIGHT: 10px; DISPLAY: inline; BACKGROUND: url(../../../images_css/_footer_arrow.gif) no-repeat right top; COLOR: #ff0000; MARGIN-RIGHT: 5px; TEXT-DECORATION: none
}
#globalFooterContainer A:active .greencastrol {
	PADDING-RIGHT: 10px; DISPLAY: inline; BACKGROUND: url(../../../images_css/_footer_arrow.gif) no-repeat right top; COLOR: #ff0000; MARGIN-RIGHT: 5px; TEXT-DECORATION: none
}
#globalFooterContainer .greencastrol {
	DISPLAY: inline; FONT-SIZE: 0.7em; COLOR: #666666; BACKGROUND-COLOR: transparent
}
html > body #globalFooterContainer A:link .greencastrol {
	PADDING-RIGHT: 10px; DISPLAY: inline; BACKGROUND: url(../../../images_css/footer_arrow.gif) no-repeat right top; COLOR: #007b32; MARGIN-RIGHT: 5px; TEXT-DECORATION: none
}
html > body #globalFooterContainer A:visited .greencastrol {
	PADDING-RIGHT: 10px; DISPLAY: inline; BACKGROUND: url(../../../images_css/footer_arrow.gif) no-repeat right top; COLOR: #007b32; MARGIN-RIGHT: 5px; TEXT-DECORATION: none
}
html > body #globalFooterContainer A:hover .greencastrol {
	PADDING-RIGHT: 10px; DISPLAY: inline; BACKGROUND: url(../../../images_css/_footer_arrow.gif) no-repeat right top; COLOR: #ff0000; MARGIN-RIGHT: 5px; TEXT-DECORATION: none
}
html > body #globalFooterContainer A:active .greencastrol {
	PADDING-RIGHT: 10px; DISPLAY: inline; BACKGROUND: url(../../../images_css/_footer_arrow.gif) no-repeat right top; COLOR: #ff0000; MARGIN-RIGHT: 5px; TEXT-DECORATION: none
}
html > body #globalFooterContainer .greencastrol {
	DISPLAY: inline; FONT-SIZE: 0.7em; COLOR: #666666; BACKGROUND-COLOR: transparent
}
#breadCrumbContainer .green1 {        DISPLAY: inline; FONT-WEIGHT: normal; FONT-SIZE: 0.75em; COLOR: #000; LINE-HEIGHT: 1.5; BACKGROUND-COLOR: #fff; padding-right:3px; padding-left:7px}

.utilityLinkNew:link {
	DISPLAY: block; FONT-SIZE: 0.7em; FLOAT: left; MARGIN-LEFT: 5px; TEXT-TRANSFORM: capitalize; COLOR: #ffffff; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none
}
.utilityLinkNew:visited {
	DISPLAY: block; FONT-SIZE: 0.7em; FLOAT: left; MARGIN-LEFT: 5px; TEXT-TRANSFORM: capitalize; COLOR: #ffffff; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none
}
.utilityLinkNew:hover {
	DISPLAY: block; FONT-SIZE: 0.7em; FLOAT: left; MARGIN-LEFT: 5px; TEXT-TRANSFORM: capitalize; COLOR: #ff0000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none
}
.utilityLinkNew:active {
	DISPLAY: block; FONT-SIZE: 0.7em; FLOAT: left; MARGIN-LEFT: 5px; TEXT-TRANSFORM: capitalize; COLOR: #ff0000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none
}


html > body .utilityLinkNew:link {
	DISPLAY: block; FONT-SIZE: 0.7em; FLOAT: left; MARGIN-LEFT: 10px; TEXT-TRANSFORM: capitalize; COLOR: #ffffff; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none
}
html > body .utilityLinkNew:visited {
	DISPLAY: block; FONT-SIZE: 0.7em; FLOAT: left; MARGIN-LEFT: 10px; TEXT-TRANSFORM: capitalize; COLOR: #ffffff; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none
}
html > body .utilityLinkNew:hover {
	DISPLAY: block; FONT-SIZE: 0.7em; FLOAT: left; MARGIN-LEFT: 10px; TEXT-TRANSFORM: capitalize; COLOR: #ff0000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none
}
html > body .utilityLinkNew:active {
	DISPLAY: block; FONT-SIZE: 0.7em; FLOAT: left; MARGIN-LEFT: 10px; TEXT-TRANSFORM: capitalize; COLOR: #ff0000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none
}
/*End : Added for CR 846 ENH R MAY09 */

/*Begin : Added for CR 854 */  
.CastrolbreadItems
 {
        FLOAT: left; WIDTH: auto;
}
.CastrolcrumbText
{
DISPLAY: inline; 
FONT-WEIGHT: normal; 
FONT-SIZE: 0.75em; 
TEXT-TRANSFORM: none; 
COLOR: #333;
 LINE-HEIGHT: 1.5; 
 BACKGROUND-COLOR: #fff;
 Float:left;

}
.exCastrolbreadItems
 {
        FLOAT: left; WIDTH: auto;
}
.listUtilityBreadCrumb {
        PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none;
}
UL.listUtilityBreadCrumb LI {
        FLOAT: left; LIST-STYLE-TYPE: none;  white-space:nowrap;
}


#extbreadCrumbContainer {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        left: 20px;
        margin-bottom: 15px;
        Z-INDEX: 2;
}

#extbreadCrumbContainer .link10:link, #extbreadCrumbContainer .link10:visited {
        display: inline;
        font-weight: bold;
        line-height: 1.5;
        color: #007b32;
        background-color: #fff;
        text-decoration: none;
}

#extbreadCrumbContainer .link10:hover, #extbreadCrumbContainer .link10:active {
        display: inline;
        font-weight: bold;
        line-height: 1.5;
        color: #ff0000;
        background-color: #fff;
        text-decoration: none;
}

#extbreadCrumbContainer .greenBold a {
        display: inline;
        font-size: 1em;
        font-weight: normal;
        line-height: 1.5;
        color: #333;
        background-color: #fff;
        text-transform: none;
}

#extbreadCrumbContainer .greenBold {
        display: inline;
        font-size: .75em;
        font-weight: normal;
        line-height: 1.5;
        color: #333;
        background-color: #fff;
        text-transform: none;
}
#extbreadCrumbContainer .green {
        display: inline;
        font-size: .75em;
        font-weight: normal;
        line-height: 1.5;
        color: #000;
        background-color: #fff;
}
#extbreadCrumbContainer .green1 {
        DISPLAY: inline; FONT-WEIGHT: normal; FONT-SIZE: 0.75em; COLOR: #000; LINE-HEIGHT: 1.5; BACKGROUND-COLOR: #fff; padding-right:3px; padding-left:7px
                }
#breadCrumbContainer .green1 {
        DISPLAY: inline; FONT-WEIGHT: normal; FONT-SIZE: 0.75em; COLOR: #000; LINE-HEIGHT: 1.5; BACKGROUND-COLOR: #fff; padding-right:3px; padding-left:7px
                }

.castrolmRight10 {
        MARGIN-RIGHT: 8px
}
.mTop2New
{
margin-top:2px
}
html > body .mTop2New
{
margin-top:0px
}
html > body .CastrolcrumbText
{
margin-top:1px;
*margin-top:0px;
}

/*Begin : Added for CR 854 */


