/*------------------------  core CSS includes styles static centre-aligned div  -------------------------*/
a
{
    text-decoration: none;
}
a:link
{
    color: #666;
    text-decoration: underline;
}
a:visited
{
    color: #666;
    text-decoration: underline;
}
a:focus
{
    color: #666;
}
a:hover
{
    color: #000;
}
a:active
{
    color: #666;
}

body
{
    background: #00309f;
    background: #242424;
    font: 11px/1.2em Verdana, Arial, Helvetica, sans-serif;
    color: #666;
    scrollbar-base-color: #c8da03;
    scrollbar-track-color: #424242;
    scrollbar-face-color: #424242;
    scrollbar-highlight-color: #c8da03;
    scrollbar-3dlight-color: #424242;
    scrollbar-darkshadow-color: #424242;
    scrollbar-shadow-color: #c8da03;
    scrollbar-arrow-color: #c8da03;
}

form
{
    margin: 0;
}

h1, h2, h3
{
    font-size: 11px;
    margin: 15px 0 10px 0;
    text-transform: uppercase;
}
/* 0.69 em*/
h4, h5, h6
{
    font-size: 1em;
    color: #666;
    margin: 5px 0 2px 0;
}
h1
{
    margin-bottom: 0;
}
/*h3 {font-family:Georgia;font-weight:bold;margin:5px 0 10px 0;color:#666 }*/
h5
{
    font-weight: bold;
    margin: 5px 0 5px 0;
}

img
{
    padding: 0;
    margin: 0;
    border: 0;
}
img a:link
{
    border: 0;
    padding: 0;
    margin: 0;
}
img a:visited
{
    border: 0;
    padding: 0;
    margin: 0;
}
img a:focus
{
    border: 0;
    padding: 0;
    margin: 0;
}
img a:hover
{
    border: 0;
    padding: 0;
    margin: 0;
}
img a:active
{
    border: 0;
    padding: 0;
    margin: 0;
}

p
{
    font-size: 1em;
    margin-top: 0;
    padding-bottom: 10px;
    color: #666;
}

ul
{
    padding-left: 15px;
    margin-left: 0px;
    list-style: outside disc;
}
li
{
    padding-bottom: 5px;
}

/* frontend CSS */

/*-----logo----*/

img.itLogo
{
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

img.printIcon
{
    position: absolute;
    top: 6px;
    right: 15px;
}

#index img.itLogo
{
    position: absolute;
    right: 0px;
    top: 0px;
}

/*--------------------------------------------button classes -------------------------------------------------------*/

input[type="text"], textarea
{
    border: 1px solid #ccc;
}

input[type="file"]
{
    border: 1px outset white;
}

input.btn
{
    width: 96px !important;
    height: 21px !important;
    float: left;
    background: #333333 0 2px no-repeat;
    text-indent: -3000px;
    letter-spacing: -3000px;
    border: 0;
    margin: 0;
    cursor: pointer;
}

.customise
{
    background: url(../images/btn_customiseDark.gif) no-repeat 0px 2px;
    height: 20px;
}

.customise:hover
{
    background-position: 0 -20px;
}

.packSend
{
    background: url(../images/btn_packSendDark.gif) no-repeat 0px 2px;
    height: 20px;
}

.packSend:hover
{
    background-position: 0 -20px;
}

input.packSendWhite
{
    background-image: url(../images/btn_packSendWhite.gif);
}

input.packSendWhite:hover
{
    background-position: 0 -20px;
}

input.browse
{
    background-image: url(../images/btn_browseMid.gif);
}

input.browse:hover
{
    background-position: 0 -20px;
}

input.subscribe
{
    background-image: url(../images/btn_subscribe.gif);
}

input.subscribe:hover
{
    background-position: 0 -20px;
}




input.go
{
    width: 38px !important;
    background-image: url(../images/btn_go.gif);
    background-color: #242424;
}

input.go:hover
{
    background-position: 0 -20px;
}

input.submit
{
    background-image: url(../images/btn_submit.png);
    background-color: transparent;
}

input.submit:hover
{
    background-position: 0 -20px;
}

input.email
{
    background-image: url(../images/btn_email.gif);
    background-position: 0 0px;
}

input.email:hover
{
    background-position: 0 -20px;
}

/*----------------------------------------------- text inputs -----------------------------------------------------*/

input.text
{
    border: 0;
    background: #575757;
    color: #CCCCCC;
    margin: 5px 0;
    padding: 0px 5px;
    font-size: 12px;
    width: 145px;
    height: 18px;
}

#textSubscribe
{
    width: 145px;
}

textarea#txa_comments
{
    overflow: auto;
    width: 98%;
    height: 50px;
}

/*--------------------------------------------  IDs  --------------------------------------------*/

#container
{
    width: 990px;
    height: 700px;
    position: relative;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}

/* centre-aligns div & resets text-align to left */

#mainContainer
{
    width: 990px;
    position: relative;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}

/* centre-aligns div & resets text-align to left */

#cornerstone
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 300;
    width: 250px;
    height: 550px;
}

/*--------------------------------------------  TABLE STUFF  -------------------------------------------------------*/

#contactTable th
{
    vertical-align: top;
    padding-top: 4px;
    font-weight: normal;
}

#contactTable td
{
    vertical-align: top;
    padding-bottom: 7px;
}

th.labels
{
    width: 100px;
}

td.inputs
{
    width: 375px;
}

td input
{
    width: 98%;
}

#footer
{
    padding: 10px 0;
    background-color: #242424;
    color: #666;
}

#footer div a, #footer a
{
    text-decoration: none;
}

#footer div a:hover, #footer a:hover
{
    color: #666;
    text-decoration: underline;
}

/* -------------------------------------------------------SHELF AREA -------------------------------------------------------------*/

#shelf
{
    height: 110px;
    width: 100%;
    padding: 10px 0;
    position: absolute;
    top: 584px;
    bottom: 0;
    left: 0;
    border-top: 5px solid #424242;
    background-color: #242424;
    clear: both;
    display: block;
    color: #fff;
}

#shelf div 
{
    display: inline !important;
}

#shelf h2
{
    color: #c8da03;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

#shelf a, #shelf p
{
    font-size: 11px;
    margin: 0;
    padding: 0;
    margin: 0 0 10px 0;
    color: #fff;
    color: #ccc;
}
#shelf p
{
    text-decoration: none;
}

#shelf a, #shelf a strong, #shelf p strong
{
    color: #fff;
}

#takeaway, #latestNews, #newsletter, #aboutus
{
    float: left;
    border-right: 1px dotted #7c7c7c;
    padding-left: 50px;
    min-height: 110px;
}

#takeaway
{
    padding-left: 47px;
    width: 120px;
    background: url(../images/icon_takeaway.gif) 10px 0 no-repeat;
}

#takeaway a
{
    display: block;
    margin-bottom: 0px;
}

#takeaway a.label
{
    margin-bottom: 10px;
}

#aboutus
{
    width: 245px;
    padding-right: 13px;
    background: url(../images/icon_aboutus.gif) 20px 0 no-repeat;
}


#latestNews
{
    width: 248px;
    padding-right: 10px;
    background: url(../images/icon_latestNews.gif) 20px 0 no-repeat;
}

#newsTidbits
{
    display: block;
    padding-right: 20px;
    margin-bottom: 8px;
}

#newsTidbits a:hover
{
    text-decoration: underline;
}

a.more
{
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

span.arrow
{
    width: 100px;
    margin-right: 5px;
    background: url(../images/bg_rightArrow.gif) center right no-repeat;
}

#newsletter
{
    padding-left: 45px;
    width: 158px;
    border: none;
    background: url(../images/icon_newsletter.gif) 20px 3px no-repeat;
}

#newsletter input.subscribe
{
    float: right;
    margin-right: 8px;
}


#txt_subscribe
{
    width: 100px;
    float: left;
    font-size: 11px;
    margin: 2px 0 0;
    height: 16px;
    padding: 2px 5px 0;
}
#clientLogin
{
    border-right: 0;
    background: url(../images/icon_login.gif) 20px 0 no-repeat;
    padding-left: 45px;
}

#clientLogin a:hover
{
    text-decoration: underline;
}

#mastHead
{
    height: 70px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid #7F7F7F;
    background-color: #CCCCCC;
}

#textSubscribe
{
    margin-top: 10px;
}

/* ---------------------------------------------------- NAVIGATION AREA ----------------------------------------------------------*/

#navColL
{
    width: 230px;
    height: 535px;
    float: left;
    padding: 50px 0 0 0;
    margin: 0;
    float: left;
    color: #fff;
    background: transparent;
}

#navColL ul
{
    margin: 0;
    padding: 0;
}

#navColL ul li
{
    width: 120px;
    padding: 0;
    font-weight: bold;
    margin: 5px 0;
    list-style: none;
    position: relative;
}

span.transBg
{
    display: block;
    width: 100%;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #cdcdcd;
    top: 0;
    left: 0;
    min-height: 20px;
    z-index: 0;
}

#navColL ul li a, #navColL ul li span
{
    color: #fff;
    display: block;
    padding: 3px 3px 3px 20px;
    z-index: 1000;
    background: transparent url(../images/bg_trans2.png) repeat;
    text-decoration: none;
    font-weight: normal;
}

#navColL ul li a:hover
{
    background-image: url(../images/bg_trans.png);
}

#navColL ul li a.inactive:hover
{
    color: #fff;
    display: block;
    padding: 3px 3px 3px 20px;
    z-index: 1000;
    background: transparent url(../images/bg_trans2.png) repeat;
    text-decoration: none;
}

#navColL ul li a.current
{
    background-image: url(../images/bg_trans.png);
}

#navColL ul li a:visited
{
    text-decoration: none;
}

#navColL ul ul
{
    margin-left: 20px;
}

#navColL ul ul li
{
    width: 190px;
}

#navColL ul ul li a
{
    background: url(../images/bg_trans2.png) repeat;
    font-weight: normal;
}

#navColL ul ul li a:hover
{
    background: url(../images/bg_trans.png) repeat;
}

#navColL ul ul li a.current
{
    background: url(../images/bg_trans.png) repeat;
}

#navColL .CMSListMenuLinkHighlighted
{
    background: url(../images/bg_trans.png) repeat;
}

/*-------------------------------------------------- MAIN CONTENT AREA -----------------------------------------------------------*/

#columnMajorFull
{
    width: 750px;
    height: 480px;
    float: left;
    margin-top: 79px;
    border-top: 5px solid #c8da03;
    position: relative;
    overflow: hidden;
}

#columnMajorFull h1, #columnMajorFull h2, #columnMajorFull h3
{
    background: none;
    /*width: 750px;*/
    height: 20px;
    margin: 0;
    padding: 11px 0 0 20px;
}
#columnMajorHead
{
    width: 500px;
    height: 30px;
    float: left;
    margin-top: 80px;
    border-top: 5px solid #c8da03;
    position: relative;
    overflow: hidden;
    background: url(../images/bg_hdrTransparent.png) center left no-repeat;
    padding: 1px 10px 1px 20px;
    margin-top: 80px;
}

#columnMajor
{
    height: 449px;
    float: left;
    position: relative;
    overflow: hidden; /*padding: 1px 10px 0px 20px;*/
    width: 530px;
}

#columnMajor p, #columnMajor em, #columnMajorFull p, #columnMajorFull em, #columnMajorFull ul
{
    /*background: transparent url(../images/bg_content.png) repeat scroll !important;*/
    padding: 1px 10px 10px 20px;
    margin: 0px;
}

#columnMajor, #columnMajorFull
{
    background: transparent url(../images/bg_content.png) repeat scroll !important;
}

#columnMajorFull ul
{
    padding-left: 40px;
}

#partnerPanel
{
    background: transparent url(../images/bg_content.png) repeat scroll;
    padding: 1px 10px 10px 20px;
    height: 125px;
    margin: 0px;
}
#partnerPanel p, #partnerPanel em, #partnerPanel h3
{
    background: none;
}


#columnMajor ul
{
    /* background: transparent url(../images/bg_content.png) repeat scroll; */
    background: transparent none repeat scroll;
    padding: 1px 10px 10px 30px;
    margin: 0px;
}
#columnMajor ul li
{
    list-style-image: url(../images/bullet_arrow.gif);
}

#columnMajor h1, #columnMajor h2
{
    height: 20px;
    margin: 0;
    padding: 11px 0 3px 20px;
}

#columnMajor h3
{
    width: 510px;
    height: 20px;
    margin: 0;
    padding: 11px 0 0 20px;
}

#columnMajor h1.dotted
{
    background: transparent url(../images/bg_hdrColMaj.png) left top repeat-y;
    height: 23px;
}

#columnAux h2.dotted
{
    background: transparent url(../images/bg_hdrAux.png) left top repeat-y;
    height: 23px;
}

div.padDiv
{
    padding: 1px 10px 1px 20px;
}

div.contact
{
    background: transparent;
}

#columnMajor div.last
{
}

#columnAux div.last
{
    padding-bottom: 500px;
}

div.content h1, div.content h2, div.content h3
{
}

p.partner
{
    display: block;
    min-height: 70px;
}

p.partner img
{
    float: left;
    margin-right: 15px;
}

.workForUs
{
    background: transparent;
}

.workForUs label
{
    width: 60px;
    display: block;
    float: left;
}

.workForUs label.upload
{
    width: 60px;
    height: 60px;
    display: block;
    float: left;
}

.workForUs input
{
    width: 400px;
    float: left;
    height: 15px;
    margin-bottom: 10px;
}

.workForUs input#file_upload
{
    width: 400px;
    float: left;
    height: 20px;
    margin-bottom: 10px;
}

.workForUs div.dotTop
{
    width: 100%;
    float: left;
}

/*------------------------------------------------- LIGHTBOX STUFF --------------------------------------------------------------*/

#lightwindow_contents
{
    background: #fff;
    padding: 10px;
    height: 450px;
}

#lightwindow_contents label
{
    min-height: 12px;
}

div.ta_details span
{
    width: 360px;
    padding-top: 5px;
    float: left;
    text-align: left;
}

div.ta_details input
{
    float: left;
    margin: 0 10px 5px 0;
}

div.ta_details input[type="text"]
{
    border: 1px solid #9ACD32;
}

#txt_packName
{
    width: 120px;
}

#txt_packEmail
{
    width: 200px;
}

div.ta_details div input[type="text"]
{
    border: 1px solid #9ACD32;
}

div.ta_details input.packSend
{
    margin-left: 350px;
    margin-top: 3px;
    background-image: url(../images/btn_packsendWhite.gif);
    background-color: #fff;
}

div.ta_details a
{
    padding-top: 5px;
    display: block;
    float: left;
    color: #666666;
}

div.ta_details a:hover
{
    color: #212121;
}

div.dotsTopBot
{
    border-width: 1px 0;
    border-color: #b2b2b2;
    border-style: dotted;
    float: left;
    padding: 10px 0;
    margin: 10px 0;
    width: 900px;
}

#addEmail div
{
    display: block;
    clear: both;
}

#addEmail div a
{
    color: #666666;
}

#addEmail div a:hover
{
    color: #212121;
}

/*------------------------------------------------ AUXILIARY CONTENT AREA  -------------------------------------------------------*/

div.chopTop
{
    margin-top: 0px !important;
}

#columnAux
{
    width: 170px;
    float: left;
    overflow: hidden;
    margin-right: 0px;
    height: 480px;
    padding-top: 25px; /*margin-left:20px;*/
    padding: 1px 10px 1px 20px;
    background: transparent url(../images/bg_content.png) top left repeat;
}
#columnAux ul.arrows, #columnAux ul.CMSListMenuUL
{
    background: none;
    padding: 0px;
}


#columnAux p
{
    color: #666;
    font-size: 10px;
    line-height: 1.5em;
    padding-bottom: 0px;
}

#columnAux div.padDiv
{
    position: relative;
}

#columnAuxOuter
{
    height: 485px;
    width: 200px;
    overflow: hidden;
    float: left;
    margin-top: -36px;
    margin-left: 20px;
    position: relative;
}

img.caseLogo
{
    margin: 0 0 10px 0px;
    width: 200px;
    height: 100px;
}
#columnAuxHead
{
    border-top: 5px solid #c8da03;
    width: 200px;
}
#columnAuxHead h2, #columnAuxHead h3
{
    width: 180px;
    height: 20px;
    background: url(../images/bg_hdrTransparent.png) center left no-repeat;
    margin: 0;
    padding: 11px 0 0 20px;
}


div.limeHolder
{
    position: absolute;
    bottom: 0px;
    left: 5px;
    border-right: 0;
}

div.limeHolderContent
{
    position: absolute;
    bottom: 110px;
    left: 5px;
    border: 1px solid #fff;
    border-right: 0;
}

div.limeBox
{
    width: 128px;
    padding: 10px 15px 10px 45px;
    margin: 5px 0;
    background-color: #c8da03;
}


img.lime
{
    margin: 5px 0;
    border: 5px solid #c8da03;
}


div.limeBox p a
{
    text-decoration: none;
    color: black;
}

div.limeBox p a:hover
{
    text-decoration: none;
    color: black;
}

div.findOut
{
    background: #c8da03 url(../images/icon_arrowTrans.gif) 10px 10px no-repeat;
}

div.caseStudy
{
    background: #c8da03 url(../images/icon_addToBox.gif) 10px 10px no-repeat;
}

div.limeBox p
{
    padding: 0;
    margin: 0;
}

a.netConfig, a.netSecurity, a.antiSpam
{
    text-decoration: none;
}

a.netConfig
{
    background: url(../images/icon_netconfig.gif) 0 2px no-repeat;
    padding: 0 0 0 25px;
    display: block;
}

a.netSecurity
{
    background: url(../images/icon_netsecurity.gif) 0 3px no-repeat;
    padding: 5px 0 5px 25px;
    display: block;
}

a.antiSpam
{
    background: url(../images/icon_antispam.gif) 0 10px no-repeat;
    padding: 5px 0 5px 25px;
    display: block;
}

ul.noMargin
{
    margin: 0;
    padding: 0; /*list-style-image: url(../images/bullet_arrow.gif);*/
}

#columnAux ul.arrows li.current, ul.arrows li.current, #columnAux .padDiv ul li.current, #columnAux ul.CMSListMenuUL li.current
{
    padding-left: 0;
    margin-left: 15px;
    list-style-image: url(../images/bullet_arrow_current.gif);
}

ul.arrows li.current a, #columnAux .padDiv ul li.current a, #columnAux ul.CMSListMenuUL li.current a
{
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

ul.arrows, #columnAux ul, #columnAux .padDiv ul, columnAux ul.CMSListMenuUL
{
    padding-left: 0;
    margin-top: 0;
    background: url(../images/bg_content.png) center left repeat;
    margin: 0;
    padding: 11px 0 0 20px;
}
#columnAux ul.arrows li, ul.arrows li, #columnAux .padDiv ul li, #columnAux ul.CMSListMenuUL li
{
    list-style-position: outside;
    padding-left: 0;
    margin-left: 15px;
    list-style-image: url(../images/bullet_arrow.gif);
}

li span
{
    color: black;
}

/*-- Misc "open" classes --*/

.floatL
{
    float: left;
}

.floatR
{
    float: right !important;
}

.dotTop
{
    border-top: 1px dotted #939393;
    padding-top: 10px;
    margin-top: 0;
}



#flexcroll
{
    width: 530px;
    height: 425px;
    overflow-y: auto;
    overflow-x: hidden;
    background: transparent;
    position: relative;
    padding: 0;
}


#flexcrollCart
{
    width: 880px;
    height: 210px;
    overflow-y: auto;
    overflow-x: hidden;
    background: transparent;
    position: relative;
    padding: 0;
}

#columnMajorFull #flexcroll
{
    width: 750px;
}



@media print
{

    #container
    {
        height: auto;
        position: relative;
        margin: 0 auto;
        text-align: left;
        overflow: visible;
    }

    #shelf, #navColL, #columnAux
    {
        display: none;
    }

    #columnMajor
    {
        overflow-y: auto;
        height: auto;
        width: auto;
        font-size: 10pt;
        line-height: 1.2em;
        width: auto;
        float: none;
        clear: both;
    }

    #flexcroll #flexcrollCart
    {
        overflow-y: auto;
        height: auto;
        width: 100%;
        position: static;
    }


    #flexcroll #flexcroll_contentwrapper #flexcrollCart
    {
        overflow: visible;
        height: 100%;
        width: 100%;
    }


    h1
    {
        font-size: 12pt;
    }

    h1, h2, h3
    {
        font-size: 10pt;
    }

    div.last
    {
        padding-bottom: 15px;
    }

    #columnAuxOuter
    {
        height: auto; /*overflow: visible;*/
        float: none;
    }

    #partnerPanel div
    {
        width: auto !important;
    }

    #partnerPanel div.divImage
    {
        float: left;
        overflow: hidden;
        width: 100px !important;
        height: 70px;
        padding-top: 10px;
        background-color: #fff;
    }

    img.printIcon
    {
        display: none;
    }

    div#last
    {
        height: auto !important;
    }

    div.last
    {
        height: auto !important;
    }

    div.padDiv
    {
        height: auto !important;
    }

}


/* MM OVERIDES START */
#CentreColDiv
{
    height: 1000px;
}

#CentreColDiv p
{
    background-color: #e3e3e3;
    padding-left: 20px;
}

#CentreColDiv h2
{
    background: transparent url(../images/bg_hdrTransparent.png) no-repeat scroll left center;
    height: 20px;
    margin: 0;
}


img.BioImage
{
    border: solid 5px #c9da02;
}

#contactTable
{
    width: 530px;
    height: 150px;
}

#contactTable th
{
    padding-left: 50px;
    padding-right: 50px;
}

#contactTable td
{
    padding-right: 50px;
}

.padDiv .Last
{
    background: transparent url(../images/bg_contentx.png) top left repeat;
}

#ctl00_shelfFooter_NewsletterSubscription_txtEmail, .newslettertext
{
    width: 100px;
    float: left;
}
.NewsletterSubscription
{
    width: 200px;
}
#ctl00_shelfFooter_NewsletterSubscription_btnSubmit
{
    float: left;
    margin-top: 4px;
}

#ctl00_shelfFooter_NewsletterSubscription_newsletterText
{
    font-weight: normal;
}
#ctl00_ctl00_plcMain_shelfFooter_NewsletterSubscription_lblEmail {
    display: block;
    width: 50px;
}

/* MM OVERIDES END */


/* MM Blog Start */
.BlogPTitle, .BlogPDateWhole
{
    margin-left: 20px;
}


.BlogZoneRight
{
    float: left;
}

.BlogPTitle
{
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 20px;
}

#columnMajor #flexcroll_mcontentwrapper .blogDetail
{
    border: none; /*background:none;*/
}


#columnMajor #flexcroll_mcontentwrapper .blogDetail .BlogPBody
{
    /*background:transparent url(../images/bg_content.png) repeat scroll left top;	*/
    background: none;
}

#columnMajor #flexcroll_mcontentwrapper .blogDetail p
{
    background: none;
}

.comments
{
    margin-left: 20px;
}

.SubscriptionButton
{
    float: left;
    margin-top: 4px;
    width: 90px;
}

#buildInfo
{
    text-align: center;
}
/* MM Blog End */

.modalBackground
{
    position: fixed;
    background-color: black;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.ThankyouPop
{
    background-color: #ffffff;
    width: 300px;
    height: 60px;
    padding: 20px;
}

.ThankyouPop input
{
    float: right;
}

