img { border: 0; }

.floatright { float: right; }

.floatleft { float: left; }

.none { display: none; }

.block { display: block; }

.center { text-align: center; }

.bold { font-weight: bold; }

.underlined { text-decoration: underline; }

.clearleft { clear: left; }

.clearboth { clear: both; }

.clearright { clear: right; }

.ssg-image-alignleft {
    float: left;
    padding: 0 10px 10px 0;
}

.ssg-image-alignright {
    float: right;
    padding: 0 10px 0 10px;
}

.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body{
    background-color: #e4e0d6;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    line-height: 1.65em;
    color: #3b3b3b;
    }

h2 {
    font-size: 12pt;
    font-family: Trebuchet MS, Helvetica, sans-serif;
}

h1.grey {
    font-size: 12pt;
    font-family: Trebuchet MS, Helvetica, sans-serif;
}

h1.red {
    color: #c00;
    font-size: 1.4em;
}

h1.redArrow,
h2.redArrow {
    color: #c00;
    font-size: 1.3em;
    padding: 6px 0 6px 30px;
    background: transparent url('../images/headingreadarrow.gif') no-repeat left center;
}

h1.blueArrow,
h2.blueArrow {
    color: #044E8C;
    font-size: 1.3em;
    padding: 6px 30px;
    background: transparent url('../images/headingbluearrow.gif') no-repeat left center;
}

h2.redSquare,
h3.redSquare {
    background: transparent url('../images/squarebullet.gif') no-repeat left 4px;
    color: #101010;
    font-size: 1.2em;
    padding-left: 15px;
}

h3.red {
    color: #c00;
    font-size: 1.1em;
}

span.red{
    color: #c00;
}

a {

    color: #c00;
    outline: none;
    text-decoration: none;
}

*:focus {
    outline: none;
}

a:hover { text-decoration: underline; }

h3.redSquare a {
    color: #101010;
    font-size: 1.1em;
}

    h3.redSquare span {
        color: #818181;
        font-size: 0.9em;
    }


p { /* Added by Giles - might go tits up */
    font-size: 1.05em;
    line-height: 1.65em;
}

ol{
    font-size: 1.2em;
}

    ol li{
        margin: 5px 0;
    }

textarea{
    font-family: Arial, Helvetica, sans-serif;
    font-size:0.9em;;
}

.shadow{
    background: transparent url(../images/shadow.png) repeat-y;
    behavior: url(/css/iepngfix.htc);
}

/*---------- Tables ----------*/

table{
    /*margin: 0 20px 0; HIDING THIS MIGHT MESS UP LEFT MARGIN ON SOME TABLES*/

}

.darktblrow{
    background: #d0d0d0;
    }

.lighttblrow{
    background: #fcfbfc;
    }

.tb-dec-top{
    display: block;
    height: 14px;
    margin: 20px 0 -4px 1px;
    line-height: 0;
    background: url('../images/table-top.png') no-repeat bottom center;
    }

.tb-dec-bottom{
    display: block;
    height: 11px;
    margin: 0 0 20px 1px;
    line-height: 0;
    background: url('../images/table-bottom.png.png') no-repeat bottom center;
    }

table.plain {
    margin: 0 20px 0;
    background: none;
    padding: 11px 0 11px 0;
    border-collapse: collapse;
    border-style: none;
    font-size: 1.2em;
    }

    .plain th{
        border: 0;
        padding: 10px 20px;
        text-align: left;
        background: no-repeat;
    }

    .plain td{
        border-width: 0;
        margin: 0;
        font-size: 1.2em;
    }

    .plain thead{
        border: 0;
        font-size: 1em;
    }

    .plain tbody{
        font-size: 0.8em;
        background: none;
        padding-bottom: 11px;
    }

       .plain tbody tr{
            border: 0;
            background: #ffffff;
        }

        .plain tbody td{
                padding: 10px 20px;
            }

.plain .tb-dec-top{
    display: block;
    height: 14px;
    margin: 20px 0 -4px 1px;
    line-height: 0;
    background: none;
    }

.plain .tb-dec-bottom{
    display: block;
    height: 11px;
    margin: 0 0 20px 1px;
    line-height: 0;
    background: none;
    }

table.grey {
    margin: 0 20px 0;
    background: none;
    padding: 11px 0 11px 0;
    border-collapse: collapse;
    font-size: 1.2em;
    border: none;

    }

    .grey th{
        padding: 10px 20px;
        text-align: left;
        background: no-repeat;
        border: 2px solid #F2F2F2;
    }

    .grey td{
        margin: 0;
        border: 2px solid #F2F2F2;
        font-size: 1.2em;
    }

    .grey thead{
        font-size: 1em;
    }

    .grey tbody{
        font-size: 0.8em;
        background: none;
        padding-bottom: 11px;
    }

       .grey tbody tr{
            background: #ffffff;
        }

        .grey tbody td{
                padding: 10px 20px;
            }

.grey .tb-dec-top{
    display: block;
    height: 14px;
    margin: 20px 0 -4px 1px;
    line-height: 0;
    background: none;
    }

.grey .tb-dec-bottom{
    display: block;
    height: 11px;
    margin: 0 0 20px 1px;
    line-height: 0;
    background: none;
    }

table.regulations{
    border: 1px solid #000000;
}
    table.regulations td{
        border: 1px solid #000000;
    }

    table.regulations tr{
        border: 1px solid #000000;
    }

    table.regulations thead{
        border: 1px solid #000000;
    }



    table.regulations tr.black{
        background-color: #000000;
        font-size: 1.2em;
        color: #ffffff;
        text-transform: uppercase;
    }

    table.regulations tr.blacklarge{
        background-color: #000000;
        font-size: 1.4em;
        color: #ffffff;
        text-transform: uppercase;
    }

    table.regulations tr.blacksmall{
        background-color: #000000;
        font-size: 1em;
        color: #ffffff;
        text-transform: uppercase;
    }

    table.regulations tr.black img{
        vertical-align: middle;
    }

    table.regulations tr.blacksmall img{
        vertical-align: middle;
    }

    table.regulations tr.blacklarge img{
        vertical-align: middle;
    }

    table.regulations tr.grey{
        background-color: #C0C0C0;
        font-size: 1.1em;
        font-weight: bold;
        color: #000000;
    }

    table.regulations tr.plain{
        background-color: #ffffff;
        font-size: 1em;
        color: #000000;
    }


#container {
    position: relative;
    background: url( '../images/bg.gif' ) repeat-y;
    margin: 10px auto 0 auto;
    width: 964px;
}

.go{
    background: url("../images/go.png") no-repeat 0 1px;
    padding: 0;
    margin: 5px 0;
    border: none #000000;
    text-transform: uppercase;
    text-indent: -99999px;
    overflow: hidden;
    width: 22px;
    height: 22px;
    }

/*---------- Header ----------*/

#header{
    position: relative;
    background: #ffffff url(../images/header.jpg) no-repeat;
    height: 93px;
    }

#branding a {
    display: block;
    height: 55px;
    left: 30px;
    padding: 0;
    position: absolute;
    margin: 0;
    text-indent: -5000px;
    top: 20px;
    width: 100px;
    z-index:10;
}

#account-navigation{
    float: right;
    padding: 0;
}

    #account-navigation li{
        display: inline;
        float: left;
        padding: 5px 15px 0 10px;
        font-size: 0.8em;
    }

        #account-navigation li a {
            color: #616161;
        }

#buynow-link{
    position: relative;
    left: 24px;
}

#cart-link{
    position: relative;
    border-left: 1px solid #5D5D5D;
    left: 12px;
    padding-left: 12px;
    }

#login-link{
    border-left: 1px solid #5D5D5D;
    padding-left: 12px;
    }

#country-select{
    position: absolute;
    right: 275px;
    top: 45px;
}

    #country-select fieldset{
        float: right;
        border: 0;
        margin: 0;
        padding-bottom: 0;
    }

        #country-select select{
            margin: 5px;
            background-color: #FFFFFF;
            color: #3B3B3B;
            text-transform: uppercase;
            font-family: Trebuchet MS, Helvetica, sans-serif;
            font-size: 0.9em;
            border: 2px solid #BDBDBD;
            width: 150px;
        }

#sitesearch {
    border-left: 1px solid #e1e1e1;
    clear: right;
    display: block;
    float: right;
    text-transform: uppercase;
    font-size: 0.9em;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    width: 270px;
    }

    #sitesearch fieldset {
        padding: 5px;
        margin: 0;
        border: solid #e0e0e0;
        border-width: 0 0 0 1px;
    }

        #sitesearch label {
            margin: 4px;
        }

        #sitesearch input {
            background-color: #ffffff;
            color: #3B3B3B;
            border: 2px solid #bdbdbd;
            margin: 2px;
        }

        #sitesearch .go{
            background: url( '../images/go.png' ) no-repeat 0 1px;
            padding: 0;
            margin: 0;
            text-transform: uppercase;
            border: none;
            text-indent: -99999px;
            overflow: hidden;
            width: 22px;
            height: 22px;
        }

/*---------- Top Navigation ----------*/

#nav_primary {
    background: transparent url('../images/navigation.gif') repeat-x left top;
    margin: 0 0 0 1px;
    padding: 0;
    position: relative;
    width: 962px;
    z-index: 1;
}

    #nav_primary li {
        border: #bebebe solid;
        border-width: 0 0 0 1px;
        float: left;
        list-style-type: none;
        padding: 0;
    }

        #nav_primary li a {
            background: transparent url('../images/navigation.gif') repeat-x left top;
            color: #ffffff;
            display: block;
            font-family: Myriad Pro, Trebuchet MS, Helvetica, Arial, sans-serif;
            font-size: 1em;
            height: 17px;
            line-height: 1.5em;
            margin: 0;
            padding: 5px;
            text-transform: uppercase;
            text-align: center;
        }

        #nav_primary li a:hover {
            background: url('../images/navigation.gif') repeat-x left bottom;
            text-decoration: none;
        }

        #nav_primary #home a { border-width: 0; }

        /*#nav_primary #company a { padding: 5px; }*/

        #nav_primary .active a, #nav_primary .current a { background: url( '../images/navigation.gif' ) repeat-x bottom; }

        #home a { width: 88px; }

        #products a { width: 112px; }

        #ordering a { width: 110px; }

        #solutions a { width: 114px; }

        #downloads a { width: 125px; }

        #partners a { width: 107px; }

        #support a { width: 103px; }

        #company a { width: 114px; }

            #nav_primary li ul {
                margin: 0 0 0 -8px;
                padding: 10px 0 0 0;
                position: absolute;
                top: 17px;
                width: 200px;
                z-index: 20;
                display: none;
            }

            #nav_primary li:hover ul,
            #nav_primary li.sfhover ul {
                display: block;
                left: auto;
            }

            #nav_primary #company ul {
                margin: 0;
                right: -12px;
                width: 190px;
            }

                #nav_primary ul li {
                    background: transparent url('../images/subMenuBg.png') repeat-y left top;
                    border: none;
                    width: 184px;
                }

                    #nav_primary ul li a,
                    #nav_primary li:hover ul li a,
                    #nav_primary li.active ul a {
                        background-image: none;
                        border-top: 1px solid #d0d0d0;
                        color: #444;
                        display: block;
                        font-size: 0.9em;
                        height: auto;
                        line-height: 1.2em;
                        margin-left: 7px;
                        margin-right: 3px;
                        padding: 3px 0 3px 20px;
                        text-transform: none;
                        text-align: left;
                        width: 149px;
                    }

                    #nav_primary ul li a:hover, #nav_primary li:hover ul li a:hover, #nav_primary li.active ul li a:hover {
                        background: #636363 url('../images/subMenuBgHover.jpg') no-repeat left top;
                        color: #fff;
                    }

                #nav_primary ul li.last {
                    background: transparent url('../images/subMenuBottom.png') no-repeat left bottom;
                    height: 6px;
                }

                /*3rd Level*/
                #nav_primary li:hover .thirdLevelTitle a, #nav_primary li:hover .thirdLevelTitle a:hover, #nav_primary li:hover .darkNavItem{
                    color: #ffffff;
                    background-color: #636363;
                    width: 149px;
                }

                #nav_primary li:hover ul li a.thirdLevel{                    
                    width: 149px;

                }


/*---------- Content ----------*/

#content {
    clear: both;
    margin: 0;
    padding: 9px;
}

#column-section{
    position: relative;
    background: url( '../images/grid.gif' ) repeat-y 50px 0;
    clear: both;
}

/*---------- Footer ----------*/

#footer {
    background: #e4e0d6 url('../images/footerbg.gif') no-repeat left top;
    clear: both;
    font-size: 0.8em;
    margin: 0 auto;
    width: 962px;
    padding: 5px 0;
}

#footerInner{
    background: #ffffff;
    border: 1px solid #CFCBC2;
    padding: 0 9px;
    height: 40px;
}

    .innerFooterText{
        display: inline-block;
        float: left;
        font-size: 1.5em;
        padding: 0.7em 0.5em;
    }

    #socialNetNav {
        float: left;
        padding: 0;
        margin: 0;
        width: 500px;
    }

    #socialNetNav li {
        float: left;
        list-style-type: none;
        padding: 4px;
    }

    #socialNetNav li a {
        width: 32px;
        height: 32px;
        display: block;
        text-indent: -9999px;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    #footernav {
        float: left;
        padding: 0 10px;
        margin: 0;
        width: 550px;
        clear: both;
    }

    #footernav li {
        float: left;
        list-style-type: none;
        padding-right: 4px;
    }

    #footernav li a { color: #616161; }

    .footer-link {
        border-right: 1px dotted #5D5D5D;
        padding-right: 7px;
    }

    #footernav li.last .footer-link { border: none;}

#copyright-notice { float: right; padding: 0 10px;}

p.back-to-top { clear: both; }

    p.back-to-top a {
        background: url('../images/backtotop.gif') no-repeat right center;
        margin-left: 40px;
        padding-right: 20px;
        position: relative;
    }


/*-----------------------------*/
/*Home Page--------------------*/
/*-----------------------------*/

.banner-image{
    border-bottom: 12px solid #b20019;
    display: block;
    clear: both;
    }

.column{
    position: relative;
    width: 196px;
    font-size: 1em;
    padding: 8px 20px 10px 20px;
    float: left;
    min-height: 221px;
    }

.column .headline{
    width: 196px;
    display: block;
    vertical-align: middle;
    margin-bottom: 20px;
}

.column img{
    float: left;
    margin-right: 5px;
    }

.column h2{
    margin: 10px 0;
    display: block;
    }

.column ul{
    list-style: url('../images/arrow-li.gif') ;
    padding-left: 0;
    margin-left: 18px;
    }

.column-content li{
    color: #b20019;
    }

.column#column3 .headline h2{
    font-size: 1.3em;
}

.column#column4 .headline h2{
    font-size: 1.2em;
}

#column-section .last{
    border: 0;
    border-top: 1px solid #e2e2e2;
    padding-right: 12px;
    padding-bottom: 10px;
    min-height: 0;
    clear: both;
    }

#column-section #helpbox{
    padding: 8px 0 8px 25px;
    float: left;
}

#helpbox{
    width:205px;
    font-size: 0.9em;
    margin: 0;
    padding-bottom: 0;
    }

#helpbox h2{
    margin-top: 8px;
    }

#helpbox fieldset{
    border: 0;
    margin: 0;
    padding: 0;
    }

#helpbox select{
    border: 1px solid #BDBDBD;
    padding: 3px 5px;
    color: #5D5D5D;
    width: 180px;
    font-size: 8pt;
    }

#helpbox .go{
    display: block;
    }

#helpLinks{
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    list-style-position: inside;
}

    #helplinks li{
        padding-left: 0;
        margin-left: 0;
        list-style-position: inside;
    }

#homeHelp select{
    margin-bottom: 10px;
}

/* News Section */

#news-section{display:block;float:left;}
#news-menu{float:left;padding:0;margin:0;}
#news-menu li{display:block;float:left;margin:0;padding:0;}
#news-menu li a{background:transparent url('../images/tabsinactive.gif') no-repeat left top;color:#5d5d5d;display:block;font-size:1em;font-weight:bold;height:16px;overflow:hidden;padding-top:4px;padding-left:12px;text-transform:uppercase;width:226px;}
#news-menu li a:hover{text-decoration:none;}
#news-menu li.active a{background:transparent url('../images/tabsactive.gif') no-repeat left top;}
.storyIcon{float:left;margin:10px 10px 10px 0;padding:0;}
.storys{background:transparent url('../images/tabs-bg.jpg') no-repeat right top;clear:both;padding:10px 10px 0 10px;width:694px;height:200px;position:relative;}
.story{font-size:.9em;position:relative;padding:20px 20px 20px 60px;}
.storys .more{position:absolute;bottom:5px;right:15px;font-size:.9em;}
#news-section .story{float:left;font-size:.9em;margin-left:30px;padding:20px 20px 20px 60px;position:relative;width:220px;}
#news .innercontent .story{padding:0;}
.story img{position:absolute;left:-5px;}
.story div{display:inline;}
.newsSectionBottom{background:#dbdcdc url('../images/bottomshadow.png') no-repeat left bottom;clear:both;display:block;height:5px;line-height:0;position:relative;width:714px;behavior:url(/css/iepngfix.htc);}

/*-----------------------------*/
/*Landing Page-----------------*/
/*-----------------------------*/

/*Secondary Navigation*/

#nav_secondary {
    float: left;
    margin: 0 0 160px 0;
    padding: 4px 0 4px 4px;
    width: 164px;
    clear: both;
}

    #nav_secondary #current{
        padding: 10px 5px;
        display: block;
        line-height: 1.2em;
    }

    #nav_secondary ul {
        list-style: none outside;
        margin: 0;
        padding: 15px 0 ;
    }

        #nav_secondary ul li {
            border-bottom: 1px solid #e0e3e6;
            line-height: 1.8em;
            padding: 6px 2px 6px 7px;
            color: #CC0000;

        }

            #nav_secondary ul li a {
                color: #5d5d5d;
            }

            #nav_secondary .active a {
                color: #c00;
            }

                #nav_secondary ul ul { padding: 10px 0 0; }

                    #nav_secondary ul li li {
                        border-bottom: none;
                        font-size: 0.9em;
                        line-height: 1.2em;
                        padding: 0 5px 3px 12px;
                    }

                    #generic #nav_secondary ul li li {
                        padding: 0 5px 3px 0;
                    }

                    #nav_secondary ul li.active li a {
                        color: #383838;
                    }

                    #nav_secondary ul li.active li.active {
                        background: transparent url('../images/arrow-li.gif') no-repeat left 2px;
                    }

#mainsection {
    border: 1px solid #e5e6e7;
    border-width: 0 1px 1px 1px;
    float: left;
    margin: 0;
    padding: 0 0 20px 0;
    position: relative;
    width: 776px;
}

#current { font-size: 1.5em; }


/* Breadcrumb */

#breadcrumb {
    background: url('../images/breadcrumbbg.gif') repeat-x 0 12px;
    float: left;
    height: 39px;
    margin:  -3px 0 0 0;
    padding: 0;
    width: 776px;
    border: #DCDDDE solid;
    border-width: 0 1px;
}


    #breadcrumb li {
        background: transparent url('../images/breadcrumb-arrow.gif') no-repeat top right ;
        display: block;
        float: left;
        height: 15px;
        padding: 12px 20px 12px 10px;

    }

    #breadcrumb li.last { background: none; }

        #breadcrumb li a { color: #5D5D5D; }

            #bc-home {
                background: transparent url('../images/minilogo.gif') no-repeat;
                display: block;
                height: 15px;
                overflow: hidden;
                position: relative;
                text-indent: -99999px;
                width: 25px;
            }

#breadcrumbCurved{
    background: url('../images/breadcrumb-altbg.jpg') no-repeat left top;
    width: 778px;
    border: 0 none;
    border-color:#DCDDDE;
    border-style:solid;
    float:left;
    height:39px;
    margin:-3px 0 0;
    padding:0;
    }

    #breadcrumbCurved li{
        background: transparent url('../images/breadcrumb-arrow.gif') no-repeat scroll right -2px;
        padding: 10px 20px 11px 10px;
        margin-top: 1px;
        display:block;
        float:left;
        height:15px;
        }

        #breadcrumbCurved li a{
            color: #5D5D5D;
        }

        #breadcrumbCurved li.last{
            background: none;
        }

#mainarticle{
    padding: 15px 20px;
    font-size: 0.9em;
    }

#mainarticle{
    padding: 15px 20px;
    font-size: 0.9em;
    }

#awardsArticle{
    padding: 20px 0;
}

#mainarticle p {
    font-size: 1.2em;
}

#mainarticle ul{
    font-size: 1.2em;
    line-height: 1.65em;
}

#mainarticle ul li{
    margin: 0.5em 0;
}

#callouts {
    float: right;
    margin: 15px -21px 10px 10px;
    width: 172px;
}

    .callout {
        background: #ffffff url('../images/callout-bottom.jpg') no-repeat left bottom;
        padding-bottom: 14px;
    }

        .callout h2 {
            position: relative;
            background: transparent url('../images/callout-top.jpg') no-repeat;
            display: block;
            width: 152px;
            padding: 10px 13px 0;
            color: #c00;
            margin-bottom: -80px;
            min-height: 25px;
        }

        .callout p {
            padding: 40px 10px 10px 10px;
            margin: 45px 0 0 0;
            background: #ffffff url('../images/callout-center.jpg') no-repeat center bottom;
            border-style: solid;
            border-color: #dddedf;
            border-width: 0 1px 0 1px;
            min-width: 150px;
            width: 150px;
        }

#quicklinks{
    float: right;
    margin: 15px -21px 20px 0;
    width: 172px;

}

#quicklinks ul{
    list-style: url('../images/arrow-li.gif');
}

#quicklinks ul li{
    margin-left: -22px;
}

#quicklinks a{
    color: #000000;
}

.hlinks{
    clear: both;
    margin: 0 20px;
    padding: 0;
    font-size: 0.95em;
}

.hlinks ul{
    padding: 0 0 20px 0;
    margin: 20px 0;
}

.hlinks li{
    display: inline;
    margin: 0 20px 10px 0;
    background: url('../images/arrow-li.gif') no-repeat left center;
    padding-left: 12px;
}



#subarticle{
    background: #dddddd url('../images/tabbox-center.jpg') repeat-x center top;
    clear: both;
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 0.9em;
    margin: 30px 0 0 15px;
    width: 738px;
}

    #subarticle h2{
        font-family: Trebuchet MS, Helvetica, sans-serif;
        font-weight: 100;
    }

    #subarticle h3{
        font-size: 1.1em;
        font-weight: bold;
        clear: both;
    }

    #subarticle p{
        margin-top: 0;
    }

.sec-content-header{
    background: #ffffff url('../images/tabbox-top.jpg') repeat-x center bottom;
    line-height: 1.2em;
    padding: 8px 15px;
    height: 8px;
    }

.sec-content{
    padding: 0 25px 70px 25px;
    }

.sec-content img{
    float: left;
    margin: 0 10px 0 0;
    }

.profile{
    clear: both;
    margin: 20px 0;
    }

.tabshadow {
    background:  url('../images/tabbox-bottom-trans.png') no-repeat center bottom;
    clear: both;
    height: 4px;
    margin-top: -4px;
    z-index: 1;
    behavior: url(/css/iepngfix.htc);
}



#item-links{
    background: url('../images/greybar.png') no-repeat center top;
    padding: 8px 0;
    width: 164px;
    margin-top: 20px;
    margin-left: -5px;
    }

    #item-links img {
        display: inline;
        float: left;
        margin: 0 5px 5px 5px;
        position: relative;
    }

    #item-links h2 {
        font-weight: bold;
        line-height: 1.2em;
        margin: 0;
        padding-right: 10px;
    }

    .item-link {
        background:  url("../images/greybar.png") no-repeat center bottom;
        clear: both;
        font-size: 0.9em;
        padding: 12px 0;
    }

        .item-link p {
            clear: both;
            float: left;
            margin: 0;
            padding: 4px 8px;
            width: 110px;
        }

        .item-link .go {
            float: right;
            margin: 0;
            /*position: relative;
            top: 4px;*/
        }

/*-----------------------------*/
/*Product Details Page---------*/
/*-----------------------------*/

#productviewer{
    background:  url( '../images/gradientbg-bottom.jpg') no-repeat center bottom;
    width: 715px;
    padding: 0 30px 50px 30px;
}

#productsummary .custom{
    background: no-repeat left top;
    width: 60px;
    height: 30px;
    padding: 5px 0 5px 50px;
    display: block;
    }


#productsummary .download{
    background: url( '../images/dl-purchase.png' ) no-repeat left top;
    width: 60px;
    height: 30px;
    padding: 5px 0 5px 50px;
    display: block;
    }

#productsummary .purchase{
    background: url( '../images/dl-purchase.png' ) no-repeat left bottom;
    width: 39px;
    height: 30px;
    padding: 5px 0 5px 50px;
    display: block;
    }

#productsummary .twitter{
    background: url('../images/twitter.png') no-repeat left bottom;
    width: 80px;
    height: 30px;
    padding: 5px 0 5px 50px;
    display: block;
    }

#productsummary ul li{
    float: left;
    width: 120px;
    padding-right: 20px;
}


#product #product-header{
    margin-bottom: 10px;
}

#product #mainsection{
    position: relative;
    width: 776px;
}

#product #breadcrumb{
    background: url('../images/breadcrumb-altbg.jpg') no-repeat left top;
    width: 778px;
    border: 0;
    }

#product #breadcrumb li{
    background: transparent url('../images/breadcrumb-arrow.gif') no-repeat scroll right -2px;
    padding: 10px 20px 11px 10px;
    margin-top: 1px;
    }

#product #breadcrumb li.last{
    background: none;
}


#productviewer h1 {
    border-bottom: 0;
    border-top: 0;
    margin:0;
    line-height: 2em;
    display: inline-block;
    width: 600px;
}

#productviewer p{
    margin: 0;
    padding: .5em 10px;
}


#productstabs {
    clear: both;
    background: url( '../images/productnavbar.jpg' ) no-repeat top;
    width: 715px;
    padding: 0;
    margin: 0;
    min-height: 36px;
}

#productstabs.screenshotsTabs{
    margin-left: 17px;
}

.singleSection #productstabs{
    margin-left: 17px;
}

.singleSection #callouts{
    margin-right: 0;    
}

.singleSection #mainarticle{
    padding-right: 45px;
}

#productstabs li {
    background: transparent url(../images/productnavbar-leftInactive.png) no-repeat scroll left top;   
    position: relative;
    list-style: none;
    float: left;
    width: auto;
}

#productstabs li:hover, #productstabs li.active {
    background: url( '../images/productnavbar-left.png' ) no-repeat top left;
}

#productstabs li a {
    background: transparent url(../images/productnavbar-rightInactive.png) no-repeat scroll right top;
    text-align: center;
    display: block;
    height: 28px;
    padding: 8px 9px 0 0;
    margin-left: 9px;
    color: #5D5D5D;
}

#productstabs li:hover a, #productstabs li.active a {
    background: url( '../images/productnavbar-right.png') no-repeat top right;
    color: #ffffff;
}

#productstabs li span {
    display: block;
    background-color: white;
}

#productstabs li .first{
    border-left: 1px #DCDDDE solid;    
}

#productstabs li.active span {
    display: block;
    background: url("../images/productarrow.gif") white no-repeat center top;
}

#productstabs li.active span.first {
    border-left: #DCDDDE solid 1px;
}

.tabArea {
    padding: 0 20px 20px 20px;
    border: #dcddde solid 1px;
    border-bottom-color: #F6F6F6; 
}

    .tabArea h1 {
        background-position: left 0.8em;
        line-height: 1em;
    }

    .tabArea .codeArea{
        margin: 0 10px 10px 10px;
    }


#awardsArea ul {
    margin: 7px;
    list-style-type: none;
    padding: 0;
}

    #awardsArea ul li{
        margin: 25px 0;
        list-style-type: none;
        display: block;
    }

    #awardsArea ul li strong{
        display: block;
    }

    #awardsArea .awardImage{
        display: inline-block;
        text-align: center;
        width: 140px;
        margin: 0;
        padding: 7px 0;
        float: left;
        clear: left;
    }

    #awardsArea ul img {
        display: inline;
    }

    #awardsArea ul li div{
        margin-left: 150px;
    }

    #awardsArea li h2 {
        font-size: 1em;
        display: inline;
        color: #000000;
    }

    #awardsArea li p {
        display: inline;
        width: auto;
        margin: 0;
        padding: 0;
    }

.screenshot {
    width: 180px;
    height: 200px;
    padding: 10px;
    float: left;
}

.video .videothumb{
    width: 160px;
    margin: 10px;
    float: left;
}

.video .description{
    width: 360px;
}

.nonnav-sec{
    background: #ffffff url( '../images/gradientbg-bottom.jpg') no-repeat center bottom;
    width: 715px;
    padding: 20px 30px;
    }

    .nonnav-sec h2 {
        background: #fff url( '../images/gradientbg-top.jpg') no-repeat center top;
        color: #c00;
        font-size: 1.2em;
        line-height: 2em;
        margin: 0;
        padding: 0 20px;
        text-transform: uppercase;
    }

.nonnav-sec-wide{
    background: #ffffff url( '../images/gradientbg-wide-bottom.jpg') no-repeat center bottom;
    width: 736px;
    padding: 20px 0
    }

    .nonnav-sec-wide h2 {
        background: #fff url( '../images/gradientbg-wide-top.jpg') no-repeat center top;
        color: #c00;
        font-size: 1.2em;
        line-height: 2em;
        margin: 0;
        padding: 0 20px;
        text-transform: uppercase;
    }

.innercontent p{
    margin-top: 0;
    }

.nonnav-sec .innercontent{
    border: #dcddde solid 1px;
    border-top: 0;
    border-bottom: 0;
    padding: 20px 20px 0;
    margin: -20px 0 20px 0;
    }

.nonnav-sec-wide .innercontent{
    border: #bababa solid 1px;
    border-top: 0;
    border-bottom: 0;
    padding: 20px 20px 0;
    margin: -20px 0 20px 0;
    }


#productsummary{
    width: 555px;
    padding: 15px 0 0 0;
    font-size: 0.9em;
    float: left;
    }

#productsummary .links{
    margin: 0 0 30px;
    padding-left: 138px;
    width: 330px;
}

#productsummary .empty{
    min-height: 32px;     
}

#productsummary .product-category{
    text-transform: uppercase;
    color: #CC0000;
    font-family: Myriad Pro,Trebuchet MS,Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 1.3em;
    letter-spacing: 0.6em;
    padding: 5px;
    width: 350px;
    margin-left: 155px;
    display: block;
}

#productsummary .product-price{
    display: block;
    color: #000000;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0 5px 10px 5px;
    margin-left: 155px;
}

#productsummary #product-box{
    position: absolute;
    padding: 0;
    margin: 0 0 0 30px;
}

#productsummary #product-logo{
    display: block;
    margin-left: 155px;
}

#productsummary .strong-one-liner{
    font-size: 1.1em;
    font-weight: bold;
    color: #767776;
    padding-left: 5px;
    margin-left: 155px;
    display: block;
}

#productsummary ul{
    list-style: url('../images/arrow-li.gif');
}

#productsummary .codeInput{
    margin:0 0 30px;
    padding-left:178px;
    width:330px;
}

#productsummary #samplePricing{
    list-style: none;
    margin: 0;
    padding: 5px 0 0 0;
}

#productsummary #samplePricing li{
    clear: both;
    display: block;
    float: none;
    list-style: none;
    width:360px;
    padding: 0 0 0 160px;
    margin:0;
}

#productsummary .options{
    clear: both;
    margin-left: 135px;
    padding:0;
    width: auto;
    
    }

#productsummary .options2{
    clear: both;
    padding:0;
    margin-left: 5px;
    width: auto;
    }

.options li, .options2 li{
    display: inline;
    float: left;
    padding: 0 10px;
    margin: 15px 0 15px 15px;    
    }

.options li a, .options2 li a{
    color: #5D5D5D;
    font-weight: bold;
    line-height: 1.4em;
    }

#advertisements{
    float: left;
    width: 180px;
    margin: 10px 0;
}

    #advertisements img{
        float:left;
        margin: 5px 0 0 0;
    }


#productviewer .more,
#awards .more,
#news .more { float: right;}

/*-----------------------------*/
/*Product Listings Page--------*/
/*-----------------------------*/

.page-navigation {
    position: absolute;
    top: 20px;
    right: 30px;
    list-style-type: none;
}

.page-navigation li {
    background: url('../images/squarebullet.gif') no-repeat left center;
    padding-left: 15px;
}

.page-navigation a{
    color: #5D5D5D;
}

#product-listings h2 { margin: 15px 0; }

#product-listings .products{
    list-style-type: none;
    padding: 0;
    margin-left: 0;
    width: 755px;
    }

.product .product-imagery{
    width: 120px;
    margin: -15px 20px 15px 30px;
    float: left;
    font-size: 0.9em;
    text-align: center;
}

.product .product-box{
    margin: 5px 18px;
}

.product .description {
    float: right;
    width: 400px;
}

#product-listings #mainsection select { }

#product-listings .product .options, #product-listings .product .options2 {
    display: block;
    width: 736px;
    height: 41px;
    margin: 0;
    padding: 0;
    position: relative;
    left: -1px;
}

#product-listings .product {
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
    position: relative;
    width: 734px;
}

#product-listings .light .product .options{
    background: url('../images/productgradient-light-top.jpg') no-repeat top center;
}

#product-listings .light .product .freeware{
    background: url('../images/freeware-productgradient-light-top.jpg') no-repeat top center;
}

#product-listings .light .product{
    background: url('../images/productgradient-light-bottom.jpg') no-repeat scroll center bottom;
    }

#product-listings .med .product .options{
    background: url('../images/productgradient-med-top.jpg') no-repeat top center;
}

#product-listings .med .product .freeware{
    background: url('../images/freeware-productgradient-med-top.jpg') no-repeat top center;
}

#product-listings .med .product{
    background: url('../images/productgradient-med-bottom.jpg') no-repeat scroll center bottom;
    }

#product-listings .med .product .content{
    background: #ebebeb url('../images/productgradient-med-center.jpg') no-repeat scroll center bottom;
}

#product-listings .dark .product .options{
    background: url('../images/productgradient-dark-top.jpg') no-repeat top center;
}

#product-listings .dark .product .freeware{
    background: url('../images/freeware-productgradient-dark-top.jpg') no-repeat top center;
}

#product-listings .dark .product{
    background: url('../images/productgradient-dark-bottom.jpg') no-repeat scroll center bottom;
    }

#product-listings .dark .product .content{
    background: #d3d3d3 url('../images/productgradient-dark-center.jpg') no-repeat scroll center bottom;
}

#product-listings .product .options{
    margin-bottom: 0;
}

#product-listings .product .options li{
    float: right;
    margin: 0;
    padding: 0;
}

#product-listings .product .options li a{
    display: block;
    height: 42px;
    padding: 5px 20px 0 62px;
}

#product-listings .product .options li .twitter{
    padding: 5px  0 0 62px;
    width: 68px;
}

#product-listings .product .options li a.download{
    width: 78px;
}

#product-listings .product .options li a.purchase{
    width: 50px;
}

#product-listings .product .options li a.custom{
    width: 65px;
}

#product-listings #product-box{
    top: 10px;
    left: 10px;
    }

#product-listings h3{
    margin: 0;
}

#product-listings .strong-one-liner{
    font-size: 0.75em;
    font-weight: bold;
    color: #767776;
    padding: 0 0 0 2px;
    margin: 0;
}

#product-listings h4{
    margin: 15px 0 0 0;
    font-weight: 300;
    color: #000000;
    font-size: 1em;
}

#product-listings p{
    margin-top: 0;
    font-size: 0.9em;
}

#product-listings .product-links{
    float: right;
    margin: 55px 15px 0 20px;
    list-style-type: none;
    width: 89px;
    }

#product-listings .product-links li{
    margin: 3px 0 0 0;
    background: url('../images/arrow-li.gif') no-repeat left center;
    padding-left: 15px;
}

#product-listings .product-links a{
    color: #000000;
}

#product-listings .description{
    width: 400px;
    float: left;
    }

#product-listings #mainsection {
    padding: 0 20px 20px;
    width: 736px;
}

#product-listings .product .content{
    border: #c0c0c0 solid;
    width: 734px;
    border-width: 0 1px;
    position: relative;
    left: -1px;
    margin-top: 0;
}

/*-----------------------------*/
/*Generic Template-------------*/
/*-----------------------------*/

#generic #mainsection {
    position: relative;
    width: 776px;
}


#generic #breadcrumb{
    background: url('../images/breadcrumb-altbg.jpg') no-repeat left top;
    width: 778px;
    border: 0;
}

    #generic #breadcrumb li{
        background: transparent url('../images/breadcrumb-arrow.gif') no-repeat scroll right -2px;
        padding: 10px 20px 11px 10px;
        margin-top: 1px;
    }

        #generic #breadcrumb li.last{
            background: none;
        }

#generic .styled {
      margin: 0 20px;
      font-size: 0.9em;
      background:transparent url(../images/table-bottom.png) no-repeat scroll center bottom;
      border-collapse:collapse;
      border-style:none;
      padding:11px 0;
  }





#generic #secondary-tabs{
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0 ;
    height: 4px;
    font-size: 1.6em;
    background: url('../images/sec-content-header.jpg') no-repeat 0 -1px;;
    z-index: 0;
    }

    #generic #secondary-tabs li{
        background: url('../images/inactive-sectab-left.jpg') no-repeat top left;
        float: left;
        position: relative;
        padding: 0 10px 0 9px;
        top: -20px;
        height: 25px;
        width: 300px;
    }

        #generic #secondary-tabs li a{
            background: url('../images/inactive-sectab-right.jpg') no-repeat top right;
            padding: 3px 90px 0 10px;
            font-size: 0.7em;
            font-weight: bold;
            text-transform: uppercase;
            height: 23px;
            display: block;
            color: #5D5D5D;
        }

        #generic #secondary-tabs li a:hover{
            text-decoration: none;
        }

        #generic #secondary-tabs .active{
            display: block;
            background: url('../images/active-sectab-left.jpg') no-repeat top left;
            padding: 0 0 2px 9px;
            height: 25px;
            position: relative;
            top: -20px;
        }

        #generic #secondary-tabs .active a{
            display: block;
            background: url('../images/active-sectab-right.jpg') no-repeat top right;
            height: 19px;
            padding-top: 7px;
            padding-right: 90px;
            position: relative;
            font-size: 0.7em;
            font-weight: bold;
            text-transform: uppercase;
        }

        #generic #mainsection .styled{
            /*margin: 0 20px 0; HIDING THIS MIGHT MESS UP LEFT MARGIN ON SOME TABLES*/
            margin:0 20px;
            background: url('../images/table-bottom.png') no-repeat bottom center;
            padding: 11px 0 11px 0;
            border-collapse: collapse;
            border-style: none;
            font-size:0.9em;
        }

            #generic #mainsection .styled th {
                border: 0;
                padding: 10px 20px;
                text-align: left;
                background: no-repeat;
            }

            #generic #mainsection .styled td{
                border-width: 0;
                margin: 0;
                font-size: 1.2em; /*ADDED BY GILES*/

            }

            #generic #mainsection .styled thead{
                border: solid #ededed;
                border-width: 0 2px 0;
                font-size: 1.2em;
            }

            #generic #mainsection .styled tbody{
                font-size: 1em;
                background: url('../images/table-bottom.png') no-repeat bottom center;
                padding-bottom: 11px;
            }

                #generic #mainsection .styled tbody tr{
                    border: solid #ededed;
                    border-width: 0 2px;
                    background: #ededed;
                }

                    #generic #mainsection .styled tbody td{
                        padding: 10px 20px;
                    }

                    #generic #mainsection .styled tbody .darktblrow{
                        background: #d0d0d0;
                        }

                    #generic #mainsection .styled tbody .lighttblrow{
                        background: #fcfbfc;
                        }

           #generic #nav_secondary ul li.active li a {
                color: #383838;
                padding-left: 12px;
            }

            #generic #nav_secondary ul li.active li.active a {
                background: transparent url('../images/arrow-li.gif') no-repeat left center;
            }


/*-----------------------------*/
/*Landing Template-------------*/
/*-----------------------------*/

#landing #mainsection{
    position: relative;
    width: 776px;
}


#secondary-tabs{
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0 ;
    height: 4px;
    font-size: 1.6em;
    background: url('../images/sec-content-header.jpg') no-repeat 0 -1px;;
    z-index: 0;
    }

    #secondary-tabs li{
        background: url('../images/inactive-sectab-left.jpg') no-repeat top left;
        float: left;
        position: relative;
        padding: 0 10px 0 9px;
        top: -20px;
        height: 25px;
        width: 300px;
    }

        #secondary-tabs li a{
            background: url('../images/inactive-sectab-right.jpg') no-repeat top right;
            padding: 3px 90px 0 10px;
            font-size: 0.7em;
            font-weight: bold;
            text-transform: uppercase;
            height: 23px;
            display: block;
            color: #5D5D5D;
        }

        #secondary-tabs li a:hover{
                    text-decoration: none;
                }

        #secondary-tabs .active{
            display: block;
            background: url('../images/active-sectab-left.jpg') no-repeat top left;
            padding: 0 0 2px 9px;
            height: 25px;
            position: relative;
            top: -18px;
        }

        #secondary-tabs .active a{
            display: block;
            background: url('../images/active-sectab-right.jpg') no-repeat top right;
            height: 10px;
            padding-top: 12px;
            padding-right: 150px;
            position: relative;
            font-size: 1em;
            text-transform: none;
            font-weight: 300;
        }


/*---------- CONTACT US ----------*/

#contactUs #item-links h2 {
    color: #010101;
    font-size: 1.2em;
    margin-left: 8px;
    margin-bottom: 5px;
}

#contactUs #item-links p {
    padding: 0 8px;
    width: 145px;
}

    #contactUs #item-links .item-link { padding: 12px 0 20px 0; }

#contactUs #mainsection {
    padding: 0 20px 20px;
    width: 736px;
}

#contactUs #mainsection h2 {
    color: #101010;
    font-size: 1.3em;
    margin: 0;
    padding: 0.5em;
}

    #contactUs #locationDetails h2 {
        border-bottom: 1px solid #c5c5c5;
        padding: 30px 0 15px 15px;
    }

    #contactUs #mainsection h2.tab {
        background: #fff url('../images/locationsHeadBg.jpg') no-repeat left top;
        height: 27px;
        padding: 0;
    }

        #contactUs h2.tab span { left: 10px; position: relative; top: 10px; }

#contactUs h3 {
    background: url( "../images/squarebullet.gif" ) no-repeat left center;
    font-size: 1.1em;
    padding-left: 15px;
}

#contactUs #locationsContainer {
    background: transparent url('../images/locationsBg.jpg') no-repeat left 27px;
    width: 738px;
}

#contactUs .locationsbg {
    background: transparent url(../images/locationsBgCont.jpg) repeat-y;
    width: 738px;
}

#contactUs #locations {
    background-color: transparent;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 15px 0 0 0;
    width: 222px;
}

    #contactUs #locations li {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #bbb;
        padding: 0;
    }

    #contactUs #locations li.last { border-bottom: none; }

        #contactUs #locations li a,
        #contactUs #locations li a:visited {
            color: #616161;
            display: block;
            padding: 10px 20px;
            text-decoration: none;
        }

        #contactUs #locations li a:hover,
        #contactUs #locations li a:active,
        #contactUs #locations li.current a,
        #contactUs #locations li.current a:visited {
            background-color: #a1a1a1;
            color: #fff;
        }

    #contactUs #locationDetails {
        background-color: transparent;
        float: left;
        padding: 0;
        width: 510px;
    }

        #contactUs #locationDetails .content { padding: 0 30px; }

        #contactUs #locationDetails div.left { margin-left: 15px; width: 245px; }

        #contactUs #locationDetails div.right { width: 180px; }

        #contactUs #locationDetails div.left,
        #contactUs #locationDetails div.right {
            float: left;
            margin-top: 15px;
        }

            #contactUs #locationDetails div.left p { margin-left: 15px; }

            #contactUs #locationDetails div.right p { font-size: 0.8em; margin: 0; }

            #contactUs #locationDetails div.right div.center { margin-top: 15px; width: 150px; }

            #contactUs #locationDetails div.right div,
            #contactUs #locationDetails div.right div img,
            #contactUs #locationDetails div.right div p {
                margin: 0 auto;
                text-align: left;
            }

/*---------- CAREERS ----------*/

#careers #mainsection {}

    #careers #searchJobs {
        float: left;
        margin-bottom: 20px;
        padding: 0;
        width: 550px;
    }

        #careers #searchJobs h2 { margin-top: 15px; }

        #careers #mainsection fieldset {
            border: none;
            margin: 0;
            padding: 0;
        }

    #careers #intro {
        clear: left;
        width: 550px;
    }

        #careers #intro h2 { padding-top: 15px; }

    #careers h2.region {
        clear: both;
        font-size: 1.5em;
    }

    #careers .regionOffers {
        background: transparent url('/images/jobOffersBottom.jpg') no-repeat left bottom;
        padding-bottom: 15px;
        width: 736px;
    }

        #careers .regionOffers span.top {
            background: transparent url('/images/jobOffersTop.jpg') no-repeat left top;
            display: block;
            height: 12px;
        }

        #careers .regionOffers .content {
            border-right: 1px solid #c0c0c0;
            border-left: 1px solid #c0c0c0;
            border-top: 0;
            border-bottom: 0;
            padding-right: 30px;
        }

            #careers .regionOffers h3 { margin: 0 15px; }

            #careers .regionOffers .howTo h3 { margin-left: 30px; }

            #careers .regionOffers p { font-size: 0.9em; margin-top: 0; margin-left: 30px; min-width: 400px }

/*---------- AWARDS ----------*/

#awards #mainsection {
    padding: 0 20px 20px;
    width: 736px;
}

#awards #awardsList h2 { clear: both; }

#awards #awardsList dt {
    float: left;
    height: 100px;
    line-height: 100px;
    margin: 0 15px;
}

    #awards #awardsList dt img { vertical-align: middle; }

#awards #awardsList dd { display: none; }

.tip-top {
    background: transparent url('../images/toolTipTop.gif') no-repeat left top;
    height: 54px;
    width: 287px;
    z-index: 10;
}

.tip {
    display: block;
    width: 287px;
}

    .tip-text {
        background: transparent url('../images/toolTipBot.png') no-repeat right bottom;
        color: #4a4a4a;
        float: right;
        font-size: 0.9em;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0 15px 0 10px;
        width: 250px;
        z-index: 1;
    }

       .tip-text h3,
       .tip-text img,
       .tip-text p  {
           position: relative;
           top: -40px;
           left: -20px;
       }

.tip-bottom {}



/*--------- Downloads ----------*/

#downloadpage #help-section { margin:25px 0 0 0; }

#downloadpage #mainsection {
    padding: 0 20px 20px;
    width: 736px;
}

    #downloadpage .nonnav-sec { padding: 20px 0; }

        #downloadpage .nonnav-sec-wide .product{
            margin: 5px 0 15px 0;
        }

        #downloadpage .nonnav-sec-wide h2{
            background-position: bottom;
            color: #5D5D5D;
            font-family: Trebuchet MS, Helvetica, sans-serif;
            font-size: 1.5em;
            padding: 0 0 20px 0;
            text-transform: none;
            margin: 0;
        }

        #downloadpage .nonnav-sec-wide .innercontent {
            margin: 0;
            padding: 10px 20px 0;
        }

        #downloadpage .nonnav-sec-wide h3{
            background: transparent url(../images/squarebullet.gif) no-repeat scroll left center;
            font-size: 1.1em;
            margin: 0;
            padding:  0 15px;
        }

        #downloadpage .nonnav-sec-wide .keyword{
            float: left;
            display: block;
            width: 100px;
            color: #000000;
            font-size: 1.1em;
        }

        #downloadpage .nonnav-sec-wide .innercontent .description{
            width: 500px;
            float: left;
            padding: 0 15px;
        }

        #downloadpage h3 a{
            color: #CC0000;
        }

/*---------- News landing ----------*/

#newsLandingContainer { padding-left: 30px; }

    #newsLandingContainer #mainarticle {
        float: none;
        font-size: 1em;
        padding: 15px 10px 0 0;
    }

    #newsLandingContainer #subarticle .sec-content-header {margin-bottom: 0;}

    #newsLandingContainer #subarticle .sec-content .col h3 {margin-top: 30px;}

    #newsLandingContainer #subarticle .sec-content .col h3 a{color:#CC0000;}

    #newsLandingContainer h3.redSquare { margin-bottom: 5px; }

    #newsLandingContainer p { font-size: 0.9em; margin-top: 0; }

    #newsLandingContainer #yearList {
        left: 260px;
        margin: 22px 0 0 0;
        padding: 0;
        position: absolute;
    }

        #newsLandingContainer #yearList li {
            background: transparent url('../images/arrow-li-grey.gif') no-repeat left center;
            float: left;
            list-style-type: none;
            padding-left: 10px;
            padding-right: 5px;
        }

        #newsLandingContainer #yearList li.active { background: transparent url('../images/arrow-li.gif') no-repeat left center; }

            #newsLandingContainer #yearList li a { color: #616161; }

            #newsLandingContainer #yearList li.active a { color: #c00; }

    #newsLandingContainer #subarticle { margin-left: 0; }

    #newsLandingContainer #subarticle .sec-content { padding-bottom: 0; }

    #newsLandingContainer #subarticle .sec-content .col {
        float: left;
        width: 320px;
        padding-right: 20px;
    }

        #newsLandingContainer #subarticle .sec-content h3 { margin-bottom: 0; }

            #newsLandingContainer #subarticle .sec-content h3 a {
                color: #191818;
                font-size: 1.1em;
            }

        #newsLandingContainer #subarticle .sec-content h4 {
            color: #040404;
            margin: 0;
        }

        #newsLandingContainer #subarticle .sec-content p { font-size: 1em; }


/* PRICING TABS STYLES*/

.quickLinks {
    float: right;
    font-size: 0.85em;
    margin-top: 15px;
    padding: 0 10px 0 0;
}

.quickLinks a {
    color: #000;
    text-decoration: none;
}

.quickLinks a:hover {
    text-decoration: underline;
}

#pricingArea {
    line-height: normal;
}

#pricingArea ul li{
    line-height: 1.65em;
}

#pricingArea h1.thin {
    width: 130px;
    float: left;
}

#pricingArea table, #pricingArea tr, #pricingArea td, #pricingArea tbody {
    width: auto;
    margin: 0;
    background: none;
    border: none;
}

#pricingArea table {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0 30px 0;
    margin: 10px;
    width: 650px;
}

#pricingArea td, #pricingArea th {
    text-align: left;
    border-collapse: collapse;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 5px;
}

#pricingArea .price{
    text-align: right;
}

#pricingArea th {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.1em;
}

#pricingArea .narrower {
    width: 470px;
    float: left;
    padding-right: 20px;
}

#pricingArea a.purchaseNow {
    color: #fff;
    position: relative;
    top: 50px;
    background: url("../images/redButtonGradient.gif") repeat-x;
    height:18px;
    padding: 3px 10px 2px 10px;
    border: 1px solid #911026;
}

#pricingArea a.purchaseNow:hover {
    background: #c40224;
    text-decoration: none;
}

#pricing #mainarticle {
    width: auto;
}

/*---------- PRODUCT-AWARDS-EXPANDED ----------*/

#awards-exp #mainsection {
    padding: 0 20px 20px;
    width: 736px;
}

#awards-exp #awardsList{
    width: 540px;
    float: left;
    border: 0;
}

#awards-exp #awardsList h2 { clear: both; }

#awards-exp #awardsList dt {
    float: left;
    height: 100px;
    line-height: 100px;
    margin: 0 15px;
}

    #awards-exp #awardsList dt img { vertical-align: middle; }

#awards-exp #awardsList dd { display: none; }



#overviewButton{
    width: 75px;
}

#featuresButton{
    width: 72px;
}

#screenshotsButton{
    width: 92px;
}

#tourButton{
    width: 100px;
}

#pricingButton{
    width: 62px;
}

#awardsButton{
    width: 130px;
}

#casestudiesButton{
    width: 100px;
}


/* SITEMAP */

#sitemap #mainsection{
    width: 756px;
    padding: 10px;
}


#sitemap #mainsection ul li{
    list-style-image:url(../images/arrow-li.gif);
}

#sitemap #mainsection ul li a{
    color: #5D5D5D;
    list-style-type: none;
    font-size: 1em;
}

#sitemap #mainsection ul li ul{
    padding-left: 40px;
}


/*---- SEARCH RESULTS ----*/

#content .searchResults{
    padding: 0 15px 15px;
    width: 746px;
}
    #content .searchResults .result-count{
        font-size: 1.2em;
    }

#searchResultsNav{
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: both;
}

.result_row{
    border: 1px solid #E5E6E7;
    border-width: 0 0 1px 0;
    margin: 0;
    padding-right: 50px;
}

#searchResultsNav{
    margin: 10px 0;
}

#searchResultsNav li{
    float: left;
    margin: 0 5px;
}



/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 20;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(../images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(../images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
    min-height: 60px;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(../images/left.png) no-repeat;
	width: 50px;
	height: 50px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(../images/right.png) no-repeat;
	width: 50px;
	height: 50px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}         

.MultiBoxNextDisabled {
	cursor: default;
	background: url(../images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 70px 0;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 70px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}



/*************************************************************/


/*
WEBFORM STYLES*/

.webform {
    padding: 10px;
    margin: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.webform p {
    padding: 5px 0;
    margin:0
}

.webform p input, .webform p select, .webform p textarea {
    width: 300px;
}

.webform p.submit input {
    width: auto;
    background: #CC0000;
    border: none;
    color: #fff;
    padding: 3px 5px;
}

.webform label {
    display: block;
}

/* Iframe Drop Down */
.selectFree {
  display: none;
  font: 10px Verdana;
  z-index: 2000;
  background : #C1DAF0;
  width: 800px
}

.selectFree IFRAME
{
 display:none;/*sorry for IE5*/
 display/**/:block;/*sorry for IE5*/
 position:absolute;/*must have*/
 top:0;/*must have*/
 left:0;/*must have*/
 z-index:-1;/*must have*/
 filter:mask();/*must have*/
 width:2000px;/*must have for any big value*/
}

#leftHandNavPic{
    width: 160px;
    margin-right: 4px;
    position: absolute;
    bottom:82px;
    left:10px;
}


#leftHandNavPic img{
    display: block;
    margin:0 auto 0;
}