@charset "UTF-8";

/* Main masthead container */
.mastHeadborder {
        display: block;
        width: 779px;
        height: 66px;
        color: #000000;
        background-color: transparent;
        background-image: url("../../../images_css/castrol_masthead_logo.gif");
        background-position: top left;
        background-repeat: no-repeat;
        background-attachment: scroll;
        padding: 0;
        /* Horizontal spacing is controlled from here */
        margin-bottom: 7px;
}

/* Used on the navigation buttons to prevent text wrapping */

.nowrap {
        white-space: nowrap;
}

/* Main container for primary navigation links */

.mastHeadContainer {
        display: block;
        width: 761px;
        height: 31px;
        color: #000000;
        background-color: transparent;
        background-image: url("../../../images_css/masthead_container_bg.gif");
        background-position: top left;
        background-repeat: no-repeat;
        background-attachment: scroll;
        /*
        position: relative;
        left: -1px;
        */
}

/* Created the red background for the primary navigation */

/*
.mastHeadBlock {
        width: 740px;
        margin-left: 10px;
        display: block;
        float: left;
        color: #FFFFFF;
        background-color: #DC241F;
        border-top: 2px solid #FF9999;
        border-bottom: 2px solid #990000;
        margin-top: -29px;
        height: 25px;
        background-position: left;
}
*/

/* Created the red background for the primary navigation */

/*
html>body .mastHeadBlock {
        margin-top: -29px;
        margin-left: 20px;
        height: 25px;
}
*/

/* Main container for utility link, search form, and language switcher */

#mastHeadTopNav {
        display: block;
        width: auto;
        height: auto;
        padding-top: 2px;
        position: relative;
        right: 30px;
        float: right;
        margin-top:5px;
}

/*
Fix for the horizontal spacer between the utility links and search form.
This corrects the shortcoming of the navcontrol10 behaving inconsistently
*/

#mastHeadTopNav form {
        display: block;
        margin-top: 8px;
}

/******************************************************************************/

/* This is the primary container for the popups */

#mastHeadTopNavPopup {
        display: block;
        width: 353px;
        height: 44px; /* Remember the mBot10 takes an extra 10px off */
        float: right;
        padding-top: 12px;
        padding-right: 30px;
}

/* Turn off hard coded margin/padding classes */

#mastHeadTopNavPopup .mBot10 {
        /* display: none; */
}

/******************************************************************************/

/* Turn off the old masthead logo */

#bpLogo {
        display: none;
}

/* Turn off the anchored skip navigation link */

.logoContainer img {
        display: none;
}

/* Possibly an alternate masthead logo used elsewhere */

/*
#bpLogo1 {
        margin: 0;
        padding: 0;
        border: 0;
        float: left;
        width: 367px;
}
*/

/* Possibly a structure to hold the masthead logo */

/*
#castrolLogo2col {
        margin: 0;
        padding: 0;
        border: 0;
        float: left;
        width: 375px;
}
*/

/* Table containers for the utility links, search form, and language switcher */

.tableContainer {
        display: block;
        float: right;
}

#mastHeadTopNav .tableContainer form {
        display: block;
        position: absolute;
        top: 20px;
        right: 0;
        width:262px;
        
}

.tableContainer form .greenBold {
        display: inline !important;
        position: static !important;
        float: none !important;
        color: #FFFFFF !important;
        background-color: transparent !important;
        font-weight: bold;
        font-size: 0.75em;
}

/* Turn off the language switcher flag */

.tableContainer img {
        display: none;
}

/* Language swithcher */

/******************************************************************************/

#mastHeadTopNav .tableContainer .greenBold {
        display: block;
        position: relative;
        left: 10px;
        z-index: 1;
        float: left;
        color: #000000;
        background-color: #FFFFFF;
        margin-top: 55px;
        margin-bottom: -8px;
        margin-left: 0;
        margin-right: 0;
        font-size: 0.75em;
        margin-left: 5px;
}

html>body #mastHeadTopNav .tableContainer .greenBold {
        display: block;
        float: left;
        color: #000000;
        background-color: #FFFFFF;
        margin-top: 55px;
        margin-bottom: 3px;
        margin-left: 5px;
        margin-right: 0;
        font-size: 0.75em;
}

#mastHeadTopNav .tableContainer .greenBold a:link, #mastHeadTopNav .tableContainer .greenBold a:visited {
        display: block;
        float: left;
        color: #007B32;
        background-color: #FFFFFF;
        text-decoration: none;
}

#mastHeadTopNav .tableContainer .greenBold a:hover, #mastHeadTopNav .tableContainer .greenBold a:active {
        display: block;
        float: left;
        color: #FF0000;
        background-color: #FFFFFF;
        text-decoration: none;
}

#mastHeadTopNav .tableContainer .greenPipe {
        display: none !important;
}

/******************************************************************************/

/* Not used */

/*
.pipeDiv {
        color: #BAD75F;
        font-size: 8pt;
}
*/

/* Not used */

/*
.search {
        float: right;
}
*/

/* Text input field for the search form */

.searchBox {
        display: inline;
        width: 150px;
        height: auto;
        font-size: 0.75em;
        margin: 0;
        padding: 0;
        color: #000000;
        background-color: #FFFFFF;
}

/* Submit input field for the search form */

.goAnchor {
        display: inline;
        color: #FFFFFF;
        background-color: #007B32;
        font-size: 0.75em;
        font-weight: bold;
        text-transform: uppercase;
        border-top: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;
        border-bottom: 1px solid #333333;
        border-right: 1px solid #333333;
        padding-left: 4px;
        padding-right: 4px;
        cursor: pointer;
}
.goArwAnchor {
        BORDER-RIGHT: #000000 1px solid; 
        PADDING-RIGHT: 0px; 
        BORDER-TOP: #99d6ad 1px solid; 
        PADDING-LEFT: 7px; 
        FONT-WEIGHT: bold; 
        FONT-SIZE: 9pt; 
        BACKGROUND: url(../../images/link_arrow_white.gif) #007e3a no-repeat 5px 50%; 
        PADDING-BOTTOM: 0px; 
        VERTICAL-ALIGN: middle; 
        BORDER-LEFT: #99d6ad 1px solid; 
/* begin TB07 fixes */
        cursor: pointer;
/* end TB07 fixes */    COLOR: #ffffff; 
        MARGIN-RIGHT: -5px; 
        PADDING-TOP: 0px; 
        BORDER-BOTTOM: #000000 1px solid; 
        FONT-STYLE: normal; 
        FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; 
        HEIGHT: 20px; 
        TEXT-ALIGN: center; 
        TEXT-DECORATION: none
}
/* Submit input field for the search form */

/*
html>body .goAnchor {
        cursor: pointer;
        padding: 1px 4px 0 4px;
}
*/

/* Primary navigation button (link | visited) */

.button:link, .button:visited {
        display: block;
        width: auto;
        height: 15px;
        float: left;
        position: relative;
        top: 1px;
        padding: 7px 8px 8px 8px;
        color: #007B32;
        background-color: transparent;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        border-right: 1px solid #CCCCCC;
        border-left: 1px solid #FFFFFF;
}

/* Primary navigation button (hover | active) */

.button:hover, .button:active {
        display: block;
        width: auto;
        height: 15px;
        float: left;
        position: relative;
        top: 1px;
        padding: 7px 8px 8px 8px;
        color: #FF0000;
        background-color: #FFFFFF;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        border-right: 1px solid #CCCCCC;
        border-left: 1px solid #FFFFFF;
}

/* Primary navigation button - you are here (not anchored) */

.button1 {
        display: block;
        width: auto;
        height: 15px;
        float: left;
        position: relative;
        top: 1px;
        padding: 7px 8px 8px 8px;
        color: #FF0000;
        background-color: #FFFFFF;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        border-right: 1px solid #CCCCCC;
        border-left: 1px solid #FFFFFF;
}

/* Primary navigation button - you are here (default) */

/*
html>body .button1 {
        padding-bottom: 0px;
        height: 22px;
        border-bottom: 2px solid #FFFFFF;
}
*/

/* Not used */

/*
.vertical6 {
        padding: 0;
        margin: 0;
        height: 3px;
        overflow: hidden;
}
*/

/* Not used */

/*
html>body .vertical6 {
        height: 7px;
}
*/

/* Not used */

/*
#enterCode {
        margin: 0;
        float: left;
        padding: 0;
}
*/

/* Begin: popupMasthead main container */

/* Not used */
/*
#pMastContainer {
        width: 375px;
        padding: 0;
        height: 70px;
        margin: 15px 0 15px 0;
}
*/

/* End: popupMasthead main container */

/* Pop ups */

.mColLeft {
        display: block;
        width: 15px;
        height: auto;
        float: left;
        padding: 0;
        margin-right: 5px;
}

/* Not used */

/*
html>body .mColLeft {
        margin: 0 5px 0 0;
}
*/

/* Not used */

.mRightCol {
        display: block;
        width: auto;
        height: auto;
        float: left;
}

.mRightCol a:link, .mRightCol a:visited {
        display: inline;
        font-size: 0.75em;
}

.mRightCol a:hover, .mRightCol a:active {
        display: inline;
        font-size: 0.75em;
}

/* This is one permissable structure for the popup page masthead container */

.pMastHead3Col {
        display: block;
        width: 403px;
        height: 66px;
        color: #000000;
        background-color: transparent;
        background-image: url("../../../images_css/castrol_masthead_logo_pop.gif");
        background-position: top left;
        background-repeat: no-repeat;
        background-attachment: scroll;
}

/* Turn off the old castrol logo masthead banner */

.pMastHead3Col img {
        display: none;
}

/* Make sure we can still display images nested further down though! */

.pMastHead3Col #mastHeadTopNavPopup img {
        display: inline;
}


/* Horizontal spacer between the utility links and search form */

/*
.navcontrol10 {
        margin-bottom: 6px;
        overflow:hidden;
}
*/

/* Horizontal spacer between the utility links and search form */

/*
html>body .navcontrol10 {
        height: 2px;
        overflow: hidden;
}
*/

/* Not used */

/*
#tableContainer1 {
        position: absolute;
        top: 15px;
        left: 490px;
        float: right;
        width: 100px;
}
*/

/* Not used */

#tableContainer2 {
        display: block;
        float: right;
        width: auto;
        height: 44px;
}
#tableContainer1 {
        display: block;
        float: right;
        width: auto;
        height: 44px;
}
/* Not used (possibly used to contain alternate language switcher) */

/*
.selectBox {
        margin: 0;
        padding: 0;
        vertical-align: middle;
        color: #000000;
}
*/

/*Begin:Added for CR 487*/

/* Main container for anchored logo and anchored skip navigation */

.logoContainer {
        display: block;
        float: left;
}

/*End:Added for CR 487*/

/* Temporary fix to recreate the primary home page link */

.logoContainer a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        width: 360px;
        height: 66px;
}

/* This will remove the skip navigation link (does not work in IE) */

.logoContainer a + a {
        display: none;
}

.logoContainerText {
        display: block;
        position: absolute;
        top: 23px;
        left: 230px;
        color: #FFFFFF;
        background-color: transparent;
        font-size: 0.95em;
        font-weight: bold;
        text-transform: uppercase;
}


/* Begin TB07 Fixes */
h1{
display:inline;
padding:0;
margin:0;
}

h2{
display:inline;
padding:0;
margin:0;
}

h3{
display:inline;
padding:0;
margin:0;
}
/* End TB07 Fixes */

/* Begin: Added for CR868 */
.mastHeadborder982 {
background:transparent url(../../../images/castrol_masthead_logo969.gif) no-repeat
scroll left top;
color:#000000;
display:block;
height:66px;
margin-bottom:7px;
padding:0;
width:982px;
}
/* End: Added for CR868 */

