* html #wrapper {
    height: 100%;
}

a {
    color: #000;
}

a.phone {
    text-decoration: none;
    font-family: "BentonSans Regular", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif;
    font-size: 13px; line-height: 18px;}

a:hover {
    color: #404040;
}

a.order {
    background-image: url(../images/button_order_gray.jpg);
    background-repeat: no-repeat;
    padding-left: 27px;
    text-decoration: none;
}

a.active {
    color: #972F2C;
}

#left-content li,  #left-content td,  #left-content div.title, #modal-content li {font-family: "BentonSans Regular", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif; font-size: 13px;}
#left-content h1, #left-content h3, #left-content h4, #left-content h5, #left-content h6, #left-content th, .container h1, .pageContent h1, .pageContent th { font-family: "BentonSans Bold", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif; font-weight: bold;}
#left-content div.managedArrowflow {font-family: "BentonSans Regular", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif; font-size: 11px;}

#modal-content h1, #modal-content h2, #modal-content th {font-family: "BentonSans Bold", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif; font-weight: bold;}
#contentcontainer-no-right-col h1, #contentcontainer-no-right-col h2, #contentcontainer-no-right-col h3, #contentcontainer-no-right-col h4, #contentcontainer-no-right-col h5, #contentcontainer-no-right-col legend { font-family: "BentonSans Bold", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif; font-weight: bold; }
#contentcontainer-no-right-col {font-family: "BentonSans Regular", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif; font-size: 13px;}

#left-content h1 { margin: 30px 0 20px 0;}

#left-content h2, #modal-content td, .pageContent h2 {
    font-family: "BentonSans Regular", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif;
    margin: 35px 0 10px; padding: 0;
}

/*
#left-content h3{
    padding: 0;
    margin: 5px 0px 3px 0px;
}*/

#left-content h3 a, #left-content h4 a{ /*overwriting the old styles for h3 a */
    color: #972f2c;
    font-size: 14px; line-height: 18px;
    border: none;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}

#left-content h3, h4, .pageContent h3, .pageContent h3 {
    margin: 15px 0 0 0;
    font-size: 14px;
}

#left-content h4 {
    font-size: 13px;
}

#left-content h4 a, #left-content h4, .pageContent h4{
    font-size: 13px;
}

.advantagesHighlight {
    font-size: 14px;   
}

.award-item {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #b2b2b2;
    clear: both;
    float: left;
    width: 100%;
}

.awards_left_col {
    border: 1px solid #b2b2b2; 
    padding: 5px; width: 105px; text-align: center;
    margin-right: 20px; float: left;
}

.awards_left_col {
    height: 90px; 
}
.catalyst_team_photo {
    width: 108px;
}


.awards_left_col_padded {
    width: 170px;
    float: left;
    padding: 10px 0px 0px 0px;
}

.awards_right_col {
    width: 565px;
    float: left;
}
.awards_right_col h2{
    margin-top:0 !important;
}

#bannercontainer {
    position: relative;
    z-index: 500;
    height: 127px;
    min-height: 127px;
    clear: both;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #fff;
}

#bannercontainer #left {
    float: left;
    height: 127px;
    width: 709px;
    left: 0;
}

#byocErrorMessage {
    color: #972F2C;
    font-size: 12px;
    font-weight: bold;
}

#left .menu li ul li a:hover {
    color: #000;
    background-color: #B5B5B5;
}

#bannercontainer #right {
    width: 275px;
    height: 127px;
    float: right;
    margin-right: -2px;
}

#bannercontainer #logocontainer {
    height: 76px;
}

#bannercontainer #logo {
    position: relative;
    top: 20px;
    left: 20px;
}

#basic-modal-content {
    display: none;
}

#basic-modal-content.modal-display {
    display: block;
    position: absolute;
    top: 35%;
    left: 45%;
    z-index: 1000;
    background-color: #fff;
}

html,body {
    height: 100%;
}

body {
    background-image: url(../images/layout/bg-new.jpg);
    background-position: center top;
    background-repeat: repeat-y;
    background-color: #cfcfcf;
    color: #000;
    margin: 0;
}

body.empty {
    background-image: none;
    background-color: #fff;
    color: #000;
    margin: 0;
}

body>#wrapper {
    height: auto;
    min-height: 100%;
}

#bottom-row {
    width: 695px;
    clear: both;
    /*padding: 10px 0 0 15px;*/
}

#bottom-row div {
    float: left;
    width: 220px;
    margin-right: 15px;
}

#bottom-row div div, .managedLearnMoreIcon{
    margin: 0 0 10px 0;
    cursor: pointer;
}

#bottom-row h5, #managedLearnMoreHeading {
    color: #972F2C;
    font-size: 11px;
    border-bottom: dotted 1px #404040;
    padding-bottom: 4px;
}

#bottom-row p {
    font-size: 11px;
    color: #404040;
}

#bottom-row strong, .managedLearnMoreIcon p {
    font-size: 11px;
    padding-left: 10px;
    position: relative;
    top: 10px;
    color: #404040;
}

.managedLearnMoreIcon p {
    font-weight: bold;
    margin-left: 10px;
    float: left; 
}

.managedLearnMoreIcon img {
    display: block:
    width: 43px;
    float: left;   
}


.bottom_banner {
    display: block;
    margin-right: 15px;
    float: left;
}

.button-container, .solutions-button-container {
    position: relative;
    height: 100px;
    padding-top: 10px;
    z-index: 0;
}

.button-container a img, .solutions-button-container a img{
    border: none;
}

.button-container ul, .solutions-button-container ul{
    margin: 0;
}

.button-container ul li, .solutions-button-container ul li {
    float: left;
    list-style: none;
    padding-right: 5px;
}

.button-container ul li ul, .solutions-button-container ul li ul {
    display: none;
    background-color: #fff;
    position: absolute;
    border: solid 1px #000;
}

.button-container ul li ul li, .solutions-button-container ul li ul li {
    float: none;
    padding: 0;
}

.button-container ul li ul li a, .solutions-button-container ul li ul li a {
    padding: 7px 10px 5px 10px;
    margin: 0;
    width: auto;
    text-align: left;
    text-decoration: none;
    display: block;
    font-weight: bold;
}

.button-container ul li ul li a:hover, .solutions-button-container ul li ul li a:hover {
    background-color: #972F2C;
    color: #fff;
}

/*new subnavigation layout*/
.button-container .subnavContainer, .solutions-button-container .subnavContainer {
    position: relative;
    float: left;
    width: 70px;
    height: 70px;
    z-index: 0;
    font-family: arial;
    margin: 0px 4px 0px 0px;
    cursor: pointer;
}

.solutions-button-container .subnavContainer {
    width: 82px;
}

.button-container .unselected, .solutions-button-container .unselected {
    background-image: url(../images/button-tabs/bg_subnav_sprite.png);
    background-position: 0px -70px;
    color: #4e4e4e;
}

.solutions-button-container .unselected {
    background-image: url(../images/button-tabs/bg_subnav_sprite_82.png);
}

.button-container .unselected a, .solutions-button-container .unselected  a {
    text-decoration: none;
    color: #4e4e4e;
}

.button-container .selected, .solutions-button-container .selected {
    background-image: url(../images/button-tabs/bg_subnav_sprite.png);
    color: white;
}

.solutions-button-container .selected {
    background-image: url(../images/button-tabs/bg_subnav_sprite_82.png);
}

.button-container .selected  a, .solutions-button-container .selected  a {
    text-decoration: none;
    color: white;
}

.button-container .subnavContainer .subnavHeading, .solutions-button-container .subnavContainer .subnavHeading {
    position: absolute;
    top: 5px;
    left: 6px;
    width: 58px;
    font-size: 16px;
    font-weight: bold;
}

.button-container .subnavContainer .subnavContent, .solutions-button-container .subnavContainer .subnavContent {
    position: absolute;
    bottom: 7px;
    left: 6px;
    width: 58px;
    display: table-cell;
    vertical-align: bottom;
    font-size: 10px;
    font-weight: bold;
}

.solutions-button-container .subnavContainer .subnavContent {
    font-size: 9px;
}

/*subnav used in facilities and awards pages*/
.subnav_type2 {
    position: relative;
    z-index: 500;
    text-align: center;
    padding: 2px 8px 2px 8px;
    border: 2px solid #606060;
    color: #606060;
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 0px 0px 5px;
}

.subnav_type2 a {
    color: #606060;
    text-decoration: none;
}

.subnav_type2 div {
    position: absolute;
    z-index: 1000;
    width: 5px;
    height: 5px;
    background-image: url(../images/button-tabs/subnav_type2_sprite.png);
}

.subnav_type2 .leftTopCorner {
    top: -2px;
    left: -2px;
    background-position: 0px -5px;
}

.subnav_type2:hover .leftTopCorner,.subnav_type2_selected .leftTopCorner
    {
    background-position: 0px 0px;
}

.subnav_type2 .leftBottomCorner {
    bottom: -2px;
    left: -2px;
    background-position: -10px -5px;
}

.subnav_type2:hover .leftBottomCorner,.subnav_type2_selected .leftBottomCorner
    {
    background-position: -10px 0px;
}

.subnav_type2 .rightTopCorner {
    top: -2px;
    right: -2px;
    background-position: -5px -5px;
}

.subnav_type2:hover .rightTopCorner,.subnav_type2_selected .rightTopCorner
    {
    background-position: -5px 0px;
}

.subnav_type2 .rightBottomCorner {
    bottom: -2px;
    right: -2px;
    background-position: -15px -5px;
}

.subnav_type2:hover .rightBottomCorner,.subnav_type2_selected .rightBottomCorner
    {
    background-position: -15px 0px;
}

.subnav_type2:hover,.subnav_type2_selected {
    border: 2px solid black;
    color: white;
    background-color: black;
}

.subnav_type2:hover a,.subnav_type2_selected a {
    color: white;
}

#cloudOSListing {
    padding: 0px 0px 0px 10px;
}

#cloudOSListing span {
    margin: 0px 10px 0px 0px;
}

#codesion-left {
    width: 360px;
    margin: 0 20px 0 0;
    float: left;
}

#codesion-right {
    width: 300px;
    float: left;
    margin-top: 27px;
}

#contactbottom {
    width: 273px;
    height: 25px;
    background-color: #972F2C;
    background-image: url(../images/layout/curve-right-top.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}

#contactbottom span,#contactbottom-left span {
    margin: 0 0 0 12px;
    *margin: 0 0 0 12px; /* IE6/IE7 only */
    font-size: 10px;
    color: #fff;
    display: none;
    position: relative;
    top: 6px;
}

#contactbottom span a,#contactbottom-left span a {
    color: #fff;
    text-decoration: none;
}

#contactbottom span#phone-content,#contactbottom-left#phone-content {
    display: block;
}

.contact-details-heading {
    margin-top: 12px;
}

#container {
    display: block;
    width: 100%;
    clear: both;
}

#contentcontainer,#contentcontainer-landing {
    position: relative;
    z-index: 0;
    min-height: 500px;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    width: 994px;
}

#contentcontainer-no-right-col {
    padding-bottom: 10px;
}

#contentcontainer-landing {
    min-height: 200px;
}

#contentcontainer #container {
    /*clear: both;
    width: 100%;*/
}

#left-content{
    width: 724px;
    float: left;
    background-color: #fff;
    padding: 0 20px 40px 20px;
    /*margin: 0 30px 30px 30px;*/
    min-height: 600px;
    position:relative;
    left:764px;
    overflow:hidden;
}

.container {
    font-family: "BentonSans Regular", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif;
}

#left-content p {
    font-family: "BentonSans Regular", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif;
    font-size: 13px; line-height: 18px;
    color: #373737;
    margin: 0 0 15px 0;
}

.customHeading1 {
    font-size: 13px; line-height: 18px;    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.customFontSize1 {
    font-family: "BentonSans Regular", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif;
    font-size: 13px; line-height: 18px;   
}

#ds-category {
    width: 280px;
}

.ds-item {
    width: 345px;
    display: none;
}

.ds-row {
    clear: both;
    min-height: 200px;
    display: none;
}

.ds-row-wrap {
    float: left;
}

.ds-selector {
    float: left;
    width: 320px;
}

.ds-selector select {
    outline: none;
}

div.products {
    *padding-top: 30px;
    min-height: 256px;
}

div.grouping {
    clear: both;
    float: left;
    margin-bottom:35px;
    width: 100%;
}

div.grouping div.group {
    width: 337px;
    float: left;
    vertical-align: top;
    margin-right: 20px;
}

div.grouping div.group h5 {
    border-bottom: dotted 1px #B5B5B5;
    padding-bottom: 5px;
}

div.product {
    float: left;
    width: 330px;
    min-height: 230px;
    position: relative; /* for safari mac */
}

div.product img {
    margin-right: 20px;
}

div.product div.title {
    color: #972F2C;
    font-weight: bold;
}

div.product ul li {
    margin-left: -10px;
}

div.product-bottom {
    clear: both;
    height: 25px;
    padding: 10px 0 0 0;
    border-top: dotted 1px #404040;
    border-bottom: dotted 1px #404040;
}

div.product-bottom div.configure {
    float: left;
    font-size: 13px; line-height: 18px;    
    font-family: "BentonSans Bold", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif; font-weight: bold;
    /*font-weight: bold;*/
    font-weight: normal;
}

div.configure a {
    text-decoration: none;
}

div.configure img {
    margin: 0 4px 0 0;
}

div.product-bottom div.price {
    font-size: 13px; line-height: 18px;    float: right;
    font-family: "BentonSans Bold", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif; font-weight: bold;
    font-weight: normal;
}

div.price span {
    margin: 0 5px 0 0;
}

div.price span.cost {
    margin: 0;
    color: #972F2C;
}

div.dots {
    border-top: dotted 1px #B5B5B5;
}

div.contact-box {
    color: #fff;
    background-color: #972F2C;
    font-size: 17px;
    padding: 8px;
    margin: 20px 0 0 0;
    font-family: "BentonSans Regular", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif;
}

div.contact-box a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-weight: bold;
}

div.contact-box a:hover {
    text-decoration: underline;
}

div.contact-box span {
    font-weight: bold;
}

div.keybenefits {
    font-family: "BentonSansCond Bold", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif; font-weight: bold;
    font-size: 11px;
    color: #616161;
    padding: 6px 0 0 10px;
    width: 95px; height: 20px; background-color: #efefef;
    float: left;
}

div.keybenefits-arrow {
    width: 7px; height: 23px;
    background-image: url(../images/blackTheme/sprites/sprite07082013.png);
    background-position: -66px 0px; background-repeat: no-repeat;
    float: left; margin-right: 10px;
}

div.specialtybenefits { float: left; width: 100%; margin-top: 4px;}

div.specialtybenefits .description{ 
    font-family: "BentonSans Regular", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif; font-size: 13px; line-height: 18px;
    padding-top: 2px; color: #616161;
}

div ul,div ol {
    margin: 15px 0 15px 30px;
}

div ul li,div ol li {
    /*font-size: 12px;*/
}

.divider-type-one {
    clear: both;
    border-bottom: 1px dotted #B5B5B5;
    width: 450px;
    height: 1px;
    margin: auto;
    padding-top: 15px;
}

.download {
    background-image: url(../images/button_download_paper_gray.jpg);
    background-repeat: no-repeat;
    padding: 0 0 0 50px;
    text-decoration: none;
}

#empty-wrapper {
    width: 100%;
}

#empty-wrapper .container {
    width: auto;
    margin: 0 20px 0 20px;
}

#empty-wrapper p {
    font-size: 13px; line-height: 18px;}

fieldset.portallogin {
    border: none;
    padding: 0;
    margin: 0;
    height: 85px;
}

fieldset.portallogin legend {
    display: none;
}

fieldset.portallogin .formitemrow {
    clear: both;
}

fieldset.portallogin .formitemrow .formitem {
    float: left;
    padding: 0;
    margin: 0;
}

fieldset.portallogin .formitem select {
    font-size: 12px;
    width: 200px;
    border: solid 1px #b4b4b4;
    margin: 0;
}

fieldset.portallogin .formitem label {
    font-family: "BentonSans Regular", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif;
    display: block;
    font-size: 11px;
}

fieldset.portallogin .formitem label.break {
    display: inline;
    cursor: pointer;
    position: relative;
    top: -2px;
    left: -2px;
    font-size: 8px;
}

fieldset.portallogin .input {
    border: solid 1px #b5b5b5;
}

#facebook-like {
    position: absolute;
    top: 30px;
    /*right: 0;*/
    width: 265px;
    left: 721px;
}

#footercontainer, #footercontainer-black {
    text-align: center;
    font-size: 11px;
    color: #404040;
    clear: both;
    display: block;
    width: 994px;
    height: 80px;
    padding-top: 5px;
    margin: 10px auto 0;
    background-color: #fff;
    position: relative;
}

#footercontainer a {
    color: #404040;
}

#footercontainer a:hover {
    color: #000;
}

#footercontainer-black {
    background-color: #000;
    margin-top: 0;
    padding-top: 0;
}

#footercontainer .bottom-curve-container, #footercontainer .bottom-curve-container-grey-black {
    display: block;
    clear: both;
}

.bottom-curve-container-grey-black {
    background-image: url(../images/layout/bottom_curves_994_black.png);
    background-repeat: no-repeat;
    height: 23px;
    top: 0px;
}


.bottom-curve-container .bottom-left {
    background-image: url(../images/layout/corners_sprite.png);
    background-position: -24px 0;
    width: 12px;
    height: 23px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.bottom-curve-container .bottom-right {
    background-image: url(../images/layout/corners_sprite.png);
    background-position: -36px 0;
    width: 12px;
    height: 23px;
    position: absolute;
    top: 0;
    right: 0;
}

.bottom-curve-container .bottom-left-black {
    background-image: url(../images/layout/corners_sprite.png);
    background-position: -48px 0;
    width: 12px;
    height: 23px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}

#footercontainer .copyright {
    padding-bottom: 20px;
}

#footercontainer .footer-menu {
    padding-top: 20px;
}

#footercontainer .copyright {
    position: relative;
    top: 10px;
}

h1 {
    font-size: 26px;
    margin: 29px 0 15px 0;
    width: auto;
    vertical-align: bottom;
}

h1 a:hover,h2 a:hover,h3 a:hover {
    color: #000;
}

/*h1 span,h2 span,h3 span {
    font-size: 12px;
    float: right;
    color: #972F2C;
    clear: both;
    margin-top: 14px;
}*/

h1 span.display,h2 span.display {
    border-right: none;
}

h1 sup,h2 sup,h3 sup,h4 sup {
    font-size: 10px;
    vertical-align: super;
}

h2 {
    font-family: "BentonSans Regular", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
}

h2.title {
    border: none;
    margin: 0;
}

h2.prTitle {
    font-size: 19px;
    padding: 0;
    margin: 40px 0 0 0;
    border: none;
}

/*
h3 {
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}*/

h3.title {
    color: #972F2C;
    padding: 20px 0 20px 0;
}

h3.corp_overview {
    margin-top: 40px;
    margin-bottom: 20px;
}

/*h4 {
    margin: 0 0 10px 0;
}*/

h4.display {
    font-size: 13px; line-height: 18px;    padding: 0 0 5px 0;
    margin-bottom: 10px;
}

h4.highlight {
    padding: 0 0 5px 0;
    margin-bottom: 5px;
    font-size: 13px; line-height: 18px;}

h4.prSubTitle,h5.prAboutTitle {
    font-size: 13px; line-height: 18px;    padding: 0;
    margin: 0 0 20px 0;
    border: none;
}

h5 {
    margin: 0 0 10px 0;
}

h5.display {
    padding: 0 0 5px 0;
}

h5.prAboutTitle {
    margin: 0;
}

h6 {
    margin: 0;
    padding: 0;
    font-size: 15px;
}

h6.right {
    margin-bottom: 10px;
    margin-left: 5px;
    font-size: 10px;
    padding-bottom: 2px;
}

.highlight {
    color: #972F2C;
    font-weight: bold;
}

.highlight ul {
    margin-bottom: 0;
}

.heading-sub-nav {
    height: 33px;
    margin-bottom: 15px;
}

.heading-sub-nav h1 {
    border-bottom: none;
    margin: 0;
    padding: 0;
    float: left;
}

.heading-sub-nav .nav-item {
    float: left;
    display: block;
    margin: 3px 3px 0px 0px;
}


#dedicated-banner {
    margin-left: 5px; float: left; height: 198px;
}

#cloud-banner {
    margin-left: 6px; float: left; width: 348px; height: 198px; 
}
    
#home-banner-div h1,  #home-banner-div  a, #dedicated-banner h1, #dedicated-banner a, #cloud-banner h1, #cloud-banner a{
    border: none;
    padding: 0;
    margin: 0;
}

#home-banner-div img {
    width: 704px;
    height: 367px; 
}

#home-banner-div img,#award-banner-rotate img {
    position: absolute;
    z-index: 0;
}

#home-event-panel {
    margin: -10px 0 15px 0;
    height: 90px;
    width: 260px;
}

#home-event-title {
    color: #972F2C;
}

#home-event-banner {
    width: 115px;
    height: 90px;
    background-image: url(../images/banners/banner_events_home.jpg);
    padding-left: 10px;
    color: #FFF;
    background-repeat: no-repeat;
    float: left;
    position: relative;
    cursor: pointer;
}

#home-event-content {
    position: relative;
    top: 34px;
    left: 6px;
    font-weight: bold;
}

#home-event-text {
    float: left;
    width: 160px;
    height: 90px;
    margin-left: 10px;
    font-size: 13px; line-height: 18px;}

#home-event-text span {
    white-space: nowrap;
}

/*IPV4 counter*/
#ipv4CounterContainer {
    position: relative;
    width: 260px;
    height: 133px;
    font-size: 10px;
    margin: 20px 0px 0px 0px;
}

#ipv4CounterContainer #ipv4CounterHeader {
    position: relative;
    width: 260px;
    height: 18px;
    padding: 2px 0px 0px 0px;
    background-image: url(../images/right-column/ipv6_hdr.png);
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

#ipv4CounterContainer #ipv4CounterContent {
    position: relative;
    width: 260px;
    height: 103px;
    padding: 9px 0px 0px 0px;
    background-image: url(../images/right-column/ipv6_bg.jpg);
}

#ipv4CounterContainer #ipv4CounterContent .output {
    float: right;
    width: 90px;
    height: 22px;
    padding: 9px 0px 0px 10px;
    font-weight: bold;
    color: black;
    background-image: url(../images/right-column/ipv6_counter_bg.png);
    margin: 0px 5px 0px 0px;
}

#ipv4CounterContainer #ipv4CounterContent .outputLabel {
    float: right;
    width: 145px;
    height: 22px;
    padding: 9px 3px 0px 0px;
    font-weight: bold;
    color: white;
    text-align: right;
}

.iphone {
    display: none;
}

img {
    margin: 0;
    border: 0;
}

img.intel {
    position: relative;
    top: -10px;
}

#item-category-addtional-info-sec-ip-addresses {
    width: 639px;
    padding-left: 5px;
}

#item-category-addtional-info-sec-ip-addresses fieldset{
    border: 1px dashed #373737;
}

#main {
    background-color: #fff;
    display: block;
    min-height: 700px;
    margin: 0 auto 0;
}

#managementHolder {
    padding-top: 5px;
}

#managementHolder img {
    float: left;
    margin: 0px 10px 0px 0px;
    border: 1px solid gray;
}

#managementHolder h2 {
    padding: 0px 0px 0px 0px;
    font-size: 21px;
    border-bottom: none;
    margin: 0px 0px 5px 0px;
}

#managementHolder h3 {
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    border-bottom: none;
    margin: 0px 0px 15px 0px;
    font-style: italic;
}

#managementHolder .clearfix {
    margin-bottom: 20px;
}

#left-content #managementHolder  h2.bioTitle {
    font-style: italic;
    font-size: 16px;
}

#left-content #managementHolder p {
    line-height: 19px;
    text-align: justify;
    padding-bottom: 10px;
}

#left-content #managementHolder p.bioTitle {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    border-bottom: none;
}

.managedArrowflow {
    background-repeat: no-repeat;
    color: #fff;
    float: left;
    font-size: 12px;
    width: 690px;
    height: 101px;
}

#managedArrowflowBackup {
   width: 692px;
   height: 101px; 
   background-image: url(../images/managed/managed_arrowflow_backup.png);
}

#managedArrowflowDatabase {  
   background-image: url(../images/managed/managed_arrowflow_database.png);
}

#managedArrowflowMonitoring { 
   background-image: url(../images/managed/managed_arrowflow_monitoring.png);
}

#managedArrowflowSecurity {
   width: 690px;
   height: 102px;
   background-image: url(../images/managed/managed_arrowflow_security.png);
}

.managedLearnMoreIcon {
    float: left;
    margin-right: 15px;
    width: 150px;
}

#managed-hosting-comparison {
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

#managed-hosting-comparison td, #managed-hosting-comparison th  {
    text-align: center;
}

#managed-hosting-element {
    text-align: left;
}

#managementHolder .bioTitle strong {
    font-size: 19px;
    font-style: normal;
}

.menu,.sales-menu, .secondary-menu {
    height: 26px;
    clear: both;
}

.menu {
    position: relative;
    width: 709px;
    margin: 0;
    padding: 0;
    z-index: 500;
}

.menu .menuItemHolder, .menu .featuredMenuItemHolder, .secondary-menu .secondarydMenuItemHolder {
    float: left;
    position: relative;
    height: 26px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    margin-right: 2px;
}

.menu .menuItemHolder .menuItem, .menu .featuredMenuItemHolder .menuItem, .secondary-menu .secondarydMenuItemHolder .menuItem {
    float: left;
    position: relative;
    height: 20px;
    padding: 6px 6px 0px 6px;
    background-color: #EFEFEF;
}

.menu .featuredMenuItemHolder .menuItem {
    background-color: #972f2c;
}

.menu .menuItemHolder .menuItem a {
    color: #404040;
    text-decoration: none;
}

.menu .featuredMenuItemHolder .menuItem a {
    color: #ffffff;
    text-decoration: none;
}

.menu .menuActiveHolder .menuItem a {
    color: white;
    text-decoration: none;
}

.menu .menuItemHolder .menuItemLeft, .menu .featuredMenuItemHolder .menuItemLeft {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: 9px;
    height: 8px;
    background-image: url(../images/layout/navigation/nav_sprite.png);
    background-position: 0px 0px;
    /*border: 1px solid red;*/
}

.menu .menuItemHolder .menuItemRight,  .menu .featuredMenuItemHolder .menuItemRight {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1000;
    width: 9px;
    height: 8px;
    background-image: url(../images/layout/navigation/nav_sprite.png);
    background-position: -9px 0px;
    /*border: 1px solid red;*/
}

.menu .featuredMenuItemHolder .menuItemLeft,  .menu .featuredMenuItemHolder .menuItemRight {
    background-image: url(../images/layout/navigation/featured_nav_sprite.png);
}

.menu .menuItemHolder:hover .menuItem{
    background-color: #B5B5B5;
}

.menu .featuredMenuItemHolder:hover .menuItem {
    background-color: #000000;
}

.menu .menuActiveHolder .menuItem
    /*, .menu .menuActiveHolder:hover .menuItem*/ {
    background-color: #616161;
}

.menu .featuredMenuActiveHolder .menuItem {
    background-color: #000000;
}


.menu .menuItemHolder:hover .menuItem a {
    color: white;
    text-decoration: none;
}

.menu .menuItemHolder:hover .menuItemLeft, .menu .featuredMenuItemHolder:hover .menuItemLeft{
    background-position: 0px -52px;
}

.menu .menuActiveHolder .menuItemLeft, .menu .featuredMenuActiveHolder .menuItemLeft {
    /*, .menu .menuActiveHolder:hover .menuItemLeft*/
    background-position: 0px -26px;
}

.menu .menuItemHolder:hover .menuItemRight, .menu .featuredMenuItemHolder:hover .menuItemRight {
    background-position: -9px -52px;
}

.menu .menuActiveHolder .menuItemRight, .menu .featuredMenuActiveHolder .menuItemRight {
    /*, .menu .menuActiveHolder:hover .menuItemRight*/
    background-position: -9px -26px;
}

.menu .menuItemHolder .menuItem ul, .menu .featuredMenuItemHolder .menuItem ul {
    position: absolute;
    display: none;
    background-image: none;
    z-index: 500;
    background-color: #616161;
    width: 200px;
    margin: 0;
    padding: 0;
    border-left: solid 2px #B4B4B4;
    border-bottom: solid 2px #B4B4B4;
    border-right: solid 2px #B4B4B4;
    filter: alpha(opacity = 97);
    opacity: 0.97;
    -moz-opacity: 0.97;
    top: 26px;
    left: 0px;
}

.menu .menuItemHolder:hover .menuItem ul, .menu .featuredMenuItemHolder:hover .menuItem ul {
    display: block;
}

.menu .menuItemHolder .menuItem ul li,  .menu .featuredMenuItemHolder .menuItem ul li{
    list-style: none;
    float: left;
    text-align: center;
    margin: 0 1px 0 0;
    height: 26px;
    background-repeat: no-repeat;
    float: none;
    display: inline;
    text-align: left;
    margin: 0;
    padding: 0;
}

.menu .menuItemHolder .menuItem ul li a, .menu .featuredMenuItemHolder .menuItem ul li a {
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    color: #404040;
    padding: 6px 0 0 0;
    height: 20px;
    display: block;
    padding: 7px 0 0 10px;
    margin: 0;
    width: auto;
    text-align: left;
    font-size: 13px; line-height: 18px;    font-weight: normal;
    color: white;
}

.menu .menuItemHolder .menuItem ul li a:hover, .menu .featuredMenuItemHolder .menuItem ul li a:hover {
    color: #000;
    background-color: #B5B5B5;
}

.highlight-nav-item {
    font-weight: bold;
    color: orange;
}

#right-content h5 {
    font-size: 11px;
    color: #404040;
    /* border-bottom: dotted 1px #404040; */
    padding-bottom: 3px;
}

#right-content .highlight {
    color: #972F2C;
    font-size: 11px;
    border: none;
    margin: 0;
    padding: 0;
}

#right-content ul li a {
    font-size: 11px;
}

#menubottom, #menubottom-black {
    background-color: #616161;
    background-image: url(../images/layout/curve-left-top.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    height: 25px;
    width: 708px;
    margin: 0;
}

#menubottom-black {
    background-color: #000000;
    background-image: url(../images/layout/curve-left-top-black.png);
}

#modal-header {
    width: 100%;
    height: 20px;
    font-weight: bold;
}

.network-map-box {
      width: 688px; height: 448px; border: 1px solid #B6B6B6;
      background-color: #efefef;
}

.orderPop {

}

.orderPop img {
    margin: 10px 0px 0px 0px;
    position: relative;
    left: -5px;
}

.orderPop h3 {
    margin-top: 10px;
}

.orderPop .orderPopExample {
    margin-bottom: 0px;
}

.orderPop ul {
    margin-top: 0px;
}


.portal {
    padding: 0 0 4px 0;
    position: relative;
    height: 15px;
    /*background-image: url(../images/right-column/bg.png);
    background-repeat: no-repeat;*/
    background-color: #616161;
    font-weight: bold;
    margin: 0px 0px 9px 0px;
}

.portal div {
    position: relative;
    top: 2px;
    color: #fff;
}

.portal div.portal-title {
    float: left;
    left: 8px;
}

.portal div.portal-link {
    float: right;
    right: 6px;
}

.portal div a {
    text-decoration: underline;
    padding: 0;
    margin: 0;
    color: #fff;
}

.portal div a:hover {
    text-decoration: none;
}

p.postdate {
    color: #972F2C;
    margin: 0;
    padding: 0 0 5px 0;
    font-weight: bold;
}

p.small {
    font-size: 6px;
}

.providers {
    clear: both;
    width: 100%;
}

.providers .provider {
    float: left;
    width: 210px;
    margin-right: 20px;
}

.provider div.title {
    width: 120px;
    float: left;
}

.provider h5 {
    padding-bottom: 5px;
}

.provider ul {
    margin: 5px 0 0 20px;
    border-top: dotted 1px #404040;
}

.provider ul li {
    border-bottom: dotted 1px #404040;
    padding: 3px 0 3px 0;
}

.provider ul li sup {
    line-height: 3px;
}

.provider ul li.transit,.provider-grid td li.transit {
    list-style: url(../images/button_transit_gray.jpg);
}

.provider ul li.peering {
    list-style: url(../images/button_peering_red.jpg);
}

.qa-block {
    margin-top: 10px;
    margin-bottom: 20px;
}

.qa-display,.qa-display-question {
    font-size: 13px; line-height: 18px;    float: left;
    margin-left: 7px;
    margin-botom: 15px;
    margin-top: 10px;
    width: 668px;
}

.qa-display-question {
    font-face: bold;
}

.qa-marker {
    font-size: 13px; line-height: 18px;    font-face: bold;
    clear: both;
    float: left;
    width: 15px;
    margin-botom: 15px;
    margin-top: 10px;
}

#quantastor-details #learn-more {
    list-style: none;
}

#quantastor-details #learn-more a:link { 
    color: #972f2c
}
#quantastor-details #learn-more a:visited { 
    color: #972f2c
}
#quantastor-details #learn-more a:hover { 
    color: #972f2c
}
#quantastor-details #learn-more a:visited { 
    color: #972f2c
}

.right-pad {
    height: 76px;
}

.right-section {
    padding: 0 0 10px 0;
    font-size: 11px;
}

.right-section p {
    font-size: 11px;
}

.rightColBanner {
    float: left;
    height: 85px;
    width: 130px;
    margin: 0px auto;
}

.rightColBannerRow {
    margin-top: 5px;
    width: 260px;
    height: 85px;
}

.rightColBannerImg {
    display: block;
    margin: auto;
}















.sales-menu div {
    float: left;
    vertical-align: baseline;
    margin: 0;
    height: 26px;
    padding: 0 1px 0 0;
    text-align: center;
    position: relative;
}

.sales-menu #chat,.sales-menu #chat.chat-inactive {
    width: 55px;
    background-image: url(../images/layout/navigation/nav_off_sprite.png);
    background-position: -761px 0px;
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0 1px 0px 0px;
}

.sales-menu #chat a {
    color: #962E2B;
}

.sales-menu #chat.chat-active {
    background-image:
        url(../images/layout/navigation/nav_red_active_sprite.jpg);
    background-position: 1px 0px;
}

.sales-menu #chat.chat-active a {
    color: #fff;
}

.sales-menu #email,.sales-menu #email.email-inactive, .sales-menu #specials, .sales-menu #specials.specials-inactive {
    width: 60px;
    background-image: url(../images/layout/navigation/nav_off_sprite.png);
    background-position: -816px 0px;
    background-repeat: no-repeat;
    color: #962E2B;
    padding: 0px;
    margin: 0px 1px 0px 0px;
}

.sales-menu #specials, .sales-menu #specials.specials-inactive {
    margin: 0px 0px 0px 34px;
}

.sales-menu #email-content a {
    color: #fff;
    text-decoration: none;
}

.sales-menu #email a, .sales-menu #specials a {
    color: #962E2B;
}

.sales-menu #email.email-active, .sales-menu #specials.specials-active {
    background-image:
        url(../images/layout/navigation/nav_red_active_sprite.jpg);
    background-position: -55px 0px;
    color: #fff;
}

.sales-menu #email.email-active a, .sales-menu #specials.specials-active a {
    color: #fff;
}

.sales-menu #phone,.sales-menu #phone.phone-active {
    width: 62px;
    background-image:
        url(../images/layout/navigation/nav_red_active_sprite.jpg);
    background-position: -116px 0px;
    background-repeat: no-repeat;
    color: #fff;
}

.sales-menu #phone.phone-inactive {
    background-image: url(../images/layout/navigation/nav_off_sprite.png);
    background-position: -877px 0px;
}

.sales-menu #phone.phone-inactive a {
    color: #962E2B;
}

.sales-menu div a {
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    color: #fff;
    padding-top: 7px;
    display: block;
}

.sales-menu #contact {
    width: 93px;
}

.sales-menu #contact a {
    color: #404040;
}

.stickyChat {
    position: fixed;
    width: 65px;
    height: 91px;
    top: 272px;
    right: 0px;
    z-index: 5000;
}

.stickyChat #sl-chat-off {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
}

.stickyOrdering {
    position: fixed;
    width: 147px;
    height: 64px;
    top: 200px;
    right: 0px;
    z-index: 5000;
}

.stickyOrdering #continue-ordering-on {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
}

.sub {
    display: none;
}

strong.title {
    font-size: 15px;
}

.social {
    border-bottom: dotted 1px #404040;
    padding-bottom: 5px;
}

.social span {
    position: relative;
    top: -15px;
    padding: 0 0 0 5px;
}

.social-icon {
    float: left;
    margin: 0 11px 0px 0;
    position: relative;
    width: 26px;
    height: 26px;
}

.socialSprite {
    position: relative;
    width: 26px;
    height: 26px;
}

.socialSprite:hover {
    position: absolute;
    top: -8px;
    left: -9px;
    z-index: 1000;
    width: 43px;
    height: 54px;
}

.socialSprite a {
    width: 100%;
    height: 100%;
    display: block;
}

#social_facebook {
    background-image: url(../images/social-networking/social_all.png);
    background-position: 0px -54px;
}

#social_facebook:hover {
    background-image: url(../images/social-networking/social_all.png);
    background-position: 0px 0px;
}

#social_twitter {
    background-image: url(../images/social-networking/social_all.png);
    background-position: -129px -54px;
}

#social_twitter:hover {
    background-image: url(../images/social-networking/social_all.png);
    background-position: -215px 0px;
}

#social_flickr {
    background-image: url(../images/social-networking/social_all.png);
    background-position: -26px -54px;
}

#social_flickr:hover {
    background-image: url(../images/social-networking/social_all.png);
    background-position: -43px 0px;
}

#social_slideshare {
    background-image: url(../images/social-networking/social_all.png);
    background-position: -103px -54px;
}

#social_slideshare:hover {
    background-image: url(../images/social-networking/social_all.png);
    background-position: -172px 0px;
}

#social_youtube {
    background-image: url(../images/social-networking/social_all.png);
    background-position: -155px -54px;
}

#social_youtube:hover {
    background-image: url(../images/social-networking/social_all.png);
    background-position: -258px 0px;
}

#social_linkedin {
    background-image: url(../images/social-networking/social_all.png);
    background-position: -77px -54px;
}

#social_linkedin:hover {
    background-image: url(../images/social-networking/social_all.png);
    background-position: -129px 0px;
}

#social_github {
    background-image: url(../images/social-networking/social_all.png);
    background-position: -52px -54px;
    width: 25px;
}

#social_github:hover {
    background-image: url(../images/social-networking/social_all.png);
    background-position: -86px 0px;
    width: 43px;
}

.specials-order-now {
    display: block;
    margin: 0 5px 0 0;
    float: right;
}

.sub-button-container {
    display: none;
    background-color: #fff;
    padding: 10px;
}

.subnav {
    position: absolute;
    top: 2px;
    right: 5px;
}

.subnav a {
    font-size: 10px;
    border-right: dotted 1px #616161;
    padding: 0px 7px 0px 3px;
    text-decoration: none;
    color: #404040;
}

.subnav a:hover {
    color: #000;
}

#subnavLast {
    border: none;
}

sup {
    font-size: 8px;
    vertical-align: super;
    line-height: 0;
}

sup.tm {
    font-size: 6px;
}

#tab-menu {
    display: none;
}

table {
    font-size: 13px; line-height: 18px;    width: 100%;
}

table th {
    padding-bottom: 10px;
    vertical-align: top;
}

table tr.alternate {
    background-color: #F8F8F8;
}

table tr.eventCurrent,tr.eventCurrent td,tr.eventCurrent a {
    background-color: #616161;
    color: white;
}

table td {
    vertical-align: top;
}

table td.highlight-off:hover {
    background-color: #fff;
}

table.display,table.price {
    margin: 20px 25px 25px 15px;
}

.priceCell{
/*  Apply this style to the cell hodling price if you have prices over $999, you will probably need to adjust your table header widths to accommodate as well. */
    text-align: right;
    padding-right: 10px !important;
}

table.price2 {
    margin: 10px 0 0 0;
}

table.price3 {
    margin: 0 15px 0 15px;
    width: 709px; float: left;
    color: #373737;
}

.priceCel { font-family:  "BentonSans Bold", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif; font-weight: bold; }

table.display td,table.price td,table.price2 td,table.providers-grid td
    {
    padding: 2px 0 2px 0;
    border-bottom: dotted 1px #B5B5B5;
    font-size: 13px; line-height: 18px;}

table.providers-grid td {
    font-size: 13px; line-height: 18px;}

table.providers-grid td span.provider-icon {
    float: left;
    margin-right: 4px;
}

.provider-col {
    width: 123px;   
}

.city-col {
    width: 81px;   
}

table.display tr:hover {
    background-color: #E0E0E0;
}

table.display tr:hover th {
    background-color: #fff;
}

table.price tr:hover {
    background-color: #E0E0E0;
}

table.price tr:hover th {
    background-color: #fff;
}

table.price td {
    vertical-align: middle;
    padding: 0 2px 0 2px;
}

table.price td.cost {
    text-align: right;
    font-weight: bold;
}

table.price td.cost a {
    margin-left: 5px;
}

table.price td a,table.price .no-link {
    /*padding-right: 3px;
    font-weight: bold;
    font-size: 12px;*/
}

table.price td a img {
    position: relative;
    top: 1px;
}

table.price td a.img,table.price2 td a.img {
    position: relative;
    top: 1px;
}

table.price2 td {
    padding: 4px;
}

table.price2 td a.img {
    margin-left: 5px;
}

table.price2 td.cost {
    text-align: right;
    font-weight: bold;
}

table.price2 td.cost-centered {
    text-align: center;
}

table.price2 tr:hover {
    background-color: #E0E0E0;
}

table.price2 tr:hover th {
    background-color: #fff;
}

table.display td.center,table.providers-grid th.data-center,table.providers-grid td.connection-speed
{
    text-align: center;
}

table.display td.dark,table.price td.dark {
    font-family: "BentonSans Bold", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif; font-weight: bold;
}

table.display th,table.price th,table.price2 th,table.providers-grid th
    {
    text-align: left;
    vertical-align: bottom;
    padding: 0 0 5px 0;
    border-bottom: dotted 1px #B5B5B5;
}

table.price th,table.price2 th,table.providers-grid th {
    /*color: #972F2C;*/
}

table.price2 th {
    text-align: left;
    font-family: "BentonSans Bold", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif; font-weight: bold;
    font-weight: normal;
}

table.display th.highlight {
    color: #972F2C;
}

table.center-display th {
    vertical-align: bottom;
    padding: 0 0 4px 0;
    color: #000;
    border-bottom: dotted 1px #b5b5b5;
}

table.center-display tr:hover {
    background-color: #E0E0E0;
}

table.center-display tr:hover th {
    background-color: #fff;
}

table.center-display td {
    text-align: center;
    border-bottom: dotted 1px #b5b5b5;
    vertical-align: middle;
    padding: 4px 0 4px 4px;
}

.red-square-cell {
    background-image: url(../images/misc/red-square.png);
    background-repeat: no-repeat;
    background-position: 38px 5px;
    color: #972f2c;
}

.black-square-cell {
    background-image: url(../images/misc/black-square.png);
    background-repeat: no-repeat;
    background-position: 38px 5px;
}

.two-col-left,.two-col-right {
    float: left;
    width: 325px;
}

.two-col-left2{
    float: left;
    width: 375px;
    margin-right: 30px;
}

.two-col-left {
    margin-right: 20px;
}

.three-col,.three-col-mobile-app-side,.device-photo , .three-col-left{
    float: left;
    width: 200px;
    text-align: center;
}

.three-col-left {
    text-align: left;
}

.three-col-wide {
    float: left;
    width: 210px;
    margin-left: 45px;
}

.three-col-wide.first {margin-left: 0; clear: both;}

.three-col-wide.midrow {margin-top: 40px;}

.tree-col-wide.last {margin-right: 0;}

.device-photo {
    width: 106px;
    margin: 0 18px 0 18px;
}

.magnify {
    height: 34px
}

.three-col-mobile-app-side {
    width: 55px;
    margin-top: 150px;
}

.title-tag {
    width: 190px;
    position: relative;
    top: 2px;
    vertical-align: middle;
}

.sitemap-three-col {
    float: left;
    width: 230px;
    text-align: left;
}

.sitemap-top {
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
}

.sitemap-three-col ul li ul {
    list-style: square outside none;
}

.submit {
    border: none;
    cursor: pointer;
    margin: 16px 0px 0px 4px;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

td span.attention {
    color: #972F2C;
    font-size: 14px;
    font-weight: bold;
    display: none;
    text-align: center;
    top: 4px;
}

td.prDate {
    width: 75px;
    color: #972f2c;
    font-weight: bold;
}

td.prColSpacer {
    width: 15px;
}

tr.prRowSpacer {
    height: 5px;
}

ul {
    list-style: square;
}

ul,li {
    margin: 0;
    padding: 0;
}

ul.arrow,ul.arrow-horizontal,ul.arrow-left-just,ul.sitemap-arrow {
    list-style-image: url(../images/arrow_red.jpg);
    list-style-position: outside;
}

ul.arrow li {
    padding: 0 0 5px 0;
}

ul.arrow-horizontal {
    list-style-position: inside;
    margin: 0;
}

ul.arrow-horizontal li {
    float: left;
    padding: 0;
    margin: 0 10px 0 0;
}

ul.arrow-left-just {
    list-style-position: inside;
    margin-left: 0px;
    padding-left: 0px;
}

#wrapper {
    width: 993px;
    min-height: 100%;
    margin: 0 auto 0;
    background-color: #fff;
}

/* non-IE specific */
html>body #wrapper {
    width: 994px;
    margin: 0 auto 0;
}

/* Modal Dialog */
.jqmWindow {
    display: none;
    position: fixed;
    top: 50px;
    /*margin-left: -300px;*/
    background-color: #fff;
    color: #000;
    border: 1px solid black;
    text-align: center;
    z-index: 3;
}

.jqmOverlay {
    background-color: #000;
    filter: alpha(opacity = 50);
    opacity: 0.5;
    -moz-opacity: 0.5;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: expression(this.parentNode.offsetWidth + 'px');
    height: expression(this.parentNode.offsetHeight + 'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
    position: absolute;
    top: expression(( document.documentElement.scrollTop ||
        document.body.scrollTop) +   Math.round ( 17 *   (
        document.documentElement.offsetHeight ||
        document.body.clientHeight )/100 ) +   'px' );
}

/* Modal Dialog */
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox,#cboxOverlay,#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
    overflow: hidden;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxLoadedContent iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow {
    cursor: pointer;
}

/*
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay {
    background: url(../images/overlay.png) 0 0 repeat;
}

#colorbox {

}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(../images/controls.png) -100px 0 no-repeat;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(../images/controls.png) -129px 0 no-repeat;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(../images/controls.png) -100px -29px no-repeat;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(../images/controls.png) -129px -29px no-repeat;
}

#cboxMiddleLeft {
    width: 21px;
    background: url(../images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
    width: 21px;
    background: url(../images/controls.png) right top repeat-y;
}

#cboxTopCenter {
    height: 21px;
    background: url(../images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
    height: 21px;
    background: url(../images/border.png) 0 -29px repeat-x;
}

#cboxContent {
    background: #fff;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0px;
    background: url(../images/controls.png) -75px 0px no-repeat;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxPrevious.hover {
    background-position: -75px -25px;
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(../images/controls.png) -50px 0px no-repeat;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxNext.hover {
    background-position: -50px -25px;
}

#cboxLoadingOverlay {
    background: url(../images/loading_background.png) center center
        no-repeat;
}

#cboxLoadingGraphic {
    background: url(../images/loading.gif) center center no-repeat;
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/controls.png) -25px 0px no-repeat;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxClose.hover {
    background-position: -25px -25px;
}

/*
    The following fixes png-transparency for IE6.
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition

    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.

    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft {
    background: transparent;
    filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =/images/internet_explorer/borderTopLeft.png,
        sizingMethod = 'scale' );
}

.cboxIE #cboxTopCenter {
    background: transparent;
    filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =/images/internet_explorer/borderTopCenter.png,
        sizingMethod = 'scale' );
}

.cboxIE #cboxTopRight {
    background: transparent;
    filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =/images/internet_explorer/borderTopRight.png,
        sizingMethod = 'scale' );
}

.cboxIE #cboxBottomLeft {
    background: transparent;
    filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =/images/internet_explorer/borderBottomLeft.png,
        sizingMethod = 'scale' );
}

.cboxIE #cboxBottomCenter {
    background: transparent;
    filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =/images/internet_explorer/borderBottomCenter.png,
        sizingMethod = 'scale' );
}

.cboxIE #cboxBottomRight {
    background: transparent;
    filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =/images/internet_explorer/borderBottomRight.png,
        sizingMethod = 'scale' );
}

.cboxIE #cboxMiddleLeft {
    background: transparent;
    filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =/images/internet_explorer/borderMiddleLeft.png,
        sizingMethod = 'scale' );
}

.cboxIE #cboxMiddleRight {
    background: transparent;
    filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =/images/internet_explorer/borderMiddleRight.png,
        sizingMethod = 'scale' );
}

/* --- Landing Pages --- */
h1#order-now-heading{
  margin-top: 7px;
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.landing-serverDetails {
  margin-top: 2px;
  font-size: 13px; line-height: 18px;  font-wight: bold;
  display: block;
  height: 15px;
  float: left;
}

#popular-configurations {
  width: 690px;
  /*height: 250px;*/
  clear: both;
}

.serverSelection {
    display: block;
    float: left;
    clear: both;
    margin-right: 10px;
    height: 15px;
}

.landing-main-bullets {
    margin-top: 0;
    margin-bottom: 10px;
 }

 .landing-main-bullets li {
    font-size: 14px;
    font-weight: bold;
 }

#lowerActionButtons {
  clear: both;
  margin: 6px 0 8px 0;
}

.landing-button-large, .landing-button-sm, .landing-button-medium, .landing-button-action, .landing-button-grey-260x97 {
    font-weight: bold;
    cursor: pointer;
    float: left;
    display: block;
    text-decoration: none;
    color: #fff;
 }

.landing-button-large {
    background-image:
        url(../images/button-tabs/btn_landing_orderButton_large_sprite.png);
   background-repeat:no-repeat;
   width: 195px;
   height: 110px;
   padding: 10px 0 0 25px;
}

.landing-button-medium {
    background-image:
        url(../images/button-tabs/btn_landing_orderButton_medium_sprite.png);
   background-repeat:no-repeat;
   width: 175px;
   height: 103px;
   padding: 7px 0 0 15px;
}

.landing-button-sm {
    background-image:
        url(../images/button-tabs/btn_landing_orderButton_small_sprite.png);
   background-repeat:no-repeat;
   width: 145px;
   height: 90px;
   padding: 5px 0 0 25px;
}

.landing-button-grey-260x97 {
   background-image: url(../images/button-tabs/btn_landing-grey-260x97_sprite.png); background-repeat:no-repeat;
   width: 260px;
   height: 89px;
   padding: 8px 0 0 0;
}

.landing-button-action {
    background-image:
        url(../images/button-tabs/btn_landing_actionButton_sprite.png);
    background-repeat:no-repeat;
    width: 176px;
    height: 28px;
    padding-top: 10px;
}

.landing-button-action div {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.landing-button-large:active, .landing-button-large:visited, .landing-button-large:hover, .landing-button-sm:active, .landing-button-sm:visited, .landing-button-sm:hover, .landing-button-action,
.landing-button-medium:active, .landing-button-medium:visited, .landing-button-medium:hover, .landing-button-action:active, .landing-button-action:visited, .landing-button-action:hover,
.landing-button-grey-260x97:hover, .landing-button-grey-260x97:active, .landing-button-grey-260x97:visited {
    text-decoration: none;
    color: #fff;
}

.landing-button-large:hover {
   background-position: 0px -120px;
}

.landing-button-sm:hover {
    background-position: 0px -100px;
}

.landing-button-medium:hover {
    background-position: 0px -110px;
}

.landing-button-action-sprite:hover {
    background-position: 0px -38px;
}

.landing-button-grey-260x97:hover {
    background-position: 0px -97px;
 }

.landing-button-large-title {
   font-size: 20px;
}

.landing-button-large-subtitle {
   margin-top: 5px;
   font-size: 18px;
}

.landing-button-large-details {
    margin-top: 5px;
    font-size: 14px;
}

.landing-button-medium-title {
   font-size: 24px;
}

.landing-button-medium-hourMonth-title {
   font-size: 24px;
   height: 13px;
}

.landing-button-medium-subtitle {
   font-size: 13px; line-height: 18px;}

landing-button-medium-hourMonth-subtitle {
   font-size: 14px;
   margin-top: -3px;
}

.landing-button-medium-pricetitle {
   font-size: 10px;
   margin-top: 10px;
}

.landing-button-medium-hourMonth-pricetitle {
   font-size: 13px; line-height: 18px;}

.landing-button-medium-price {
   font-size: 28px;
}

.landing-button-sm-title {
   font-size: 18px;
}

.landing-button-sm-subtitle {
   margin-top: 3px;
   font-size: 16px;
}

.landing-button-sm-details {
    margin-top: 3px;
    font-size: 13px; line-height: 18px;}

.landing-button-large#landing-largeButton1 {
    margin: 0 5px;
}

.landing-button-large#landing-largeButton2 {
    margin: 20px 0 17px 22px;
}

.landing-mediumButton1 {
    margin: 0 0 20px 35px;
}

.landing-mediumButton2 {
    margin: 0 0 20px 35px;
    background-image:
        url(../images/button-tabs/btn_landing_orderButton_medium_sprite.png);
}

.landing-button-sm#landing-smallButton1 {
    margin: 10px 40px 0 15px;
}

.landing-button-sm#landing-smallButton2 {
    margin: 10px 25px 0 40px;
}

.landing-button-sm#landing-smallButton3 {
    margin-left: 47px;
    margin-right: 47px;
}

.landing-button-medium .landing-medium-button-title-block {
    width: 175px;
    height: 47px;
}

.landing-button-medium.priceDetails{
    width: 165px;
    height: 32px;
 }

.landing-button-medium .priceDetails .priceBox {
   width: 70px;
   height: 32px;
   float: left;
}

 .landing-button-medium .priceDetails .centsPriceBox {
    width: 56px;
 }

.landing-button-medium .priceDetails .priceBox .dollarSign {
    width: 10px;
    height: 32px;
    float: left;
    font-size: 22px;
    margin-right: 3px;
}

.landing-button-medium .priceDetails .priceBox .dollarAmount {
    width: 35px;
    height: 32px;
    font-size: 32px;
    margin: -3px 4px 0 0;
    float: left;
}

.landing-button-medium .priceDetails .priceBox .centsSign {
    height: 16px;
    width: 17px;
    float: left;
    font-size: 18px;
}

.landing-button-medium .priceDetails .priceBox .andUp {
    height: 16px;
    width: 10px;
    font-size: 10px;
    /*margin-top: 1px;
    margin-right: 0;
    clear: both;*/
    float: left;
    margin: 3px 0 0 0;
}

.landing-button-medium .priceDetails .divider {
    width: 10px;
    height: 32px;
    font-size: 32px;
    font-weight: normal;
    margin: -5px 2px 0 2px;
    float: left;
}

#orderButtonsWrapper {
    width: 690px;
    height: 120px;
}

#landing-subSection {
    width: 690px;
    clear: both;
}

.landing-categoryBullets {
    float: left;
    margin-right: 10px;
}

/*homepage styles*/
#contactbottom-left {
    width: 261px;
    height: 25px;
    background-color: #972F2C;
    float: left;
}

#contactbottom-right {
    width: 12px;
    height: 25px;
    background-image: url(../images/layout/corners_sprite.png);
    background-position: -12px 0;
    float: left;
}

#menubottom-left {
    background-image: url(../images/layout/corners_sprite.png);
    height: 25px;
    width: 12px;
    margin: 0;
    float: left;
}

#menubottom-right {
    background-color: #616161;
    background-repeat: no-repeat;
    height: 25px;
    width: 696px;
    margin: 0;
    float: left;
}

.con-contain {
    clear: both;
    display: block;
}

.con-contain div.left {
    display: none;
}

.con-contain div.right {
    position: relative;
    width: 223px;
    float: left;
}

.con-contain div.right h5 {
    position: absolute;
    top: -32px;
    left: 0px;
    border-bottom: 1px dotted #B5B5B5;
    padding-bottom: 6px;
}

#contentcontainer {
    background-image: url(../images/blackTheme/layout/light_denim.png);
}

.fourboxcontainer {
    clear: both;
    height: 160px;
    margin-left: 3px;
}

.fourboxcontainer div {
    float: left;
    width: 356px;
}

h2#sub-title {
    font-size: 22px;
}

.home-content {
    margin: 0 7px 0 10px;
    width: 698px;
}

.home-content #solutions-title,.home-content #difference-title {
    display: none;
}

p.press {
    font-size: 13px; line-height: 18px;
    margin: 10px 0px 10px 0px;
}

p.press a {
    text-decoration: underline;
}

#softlayer-solutions,#solutions-title {
    display: none;
}

#sub-content {
    width: 454px;
    float: left;
    margin-right: 21px;
    min-height: 425px;
}

#sub-content strong {
    font-size: 16px;
}

#sub-content u {
    font-weight: bold;
}

#sub-content ul {
    margin: 5px 0 0 20px;
    line-height: 20px;
}

.homepageSolution {
    float: left;
    width: 138px;
    padding: 0px 0px 20px 0px;
}

.homepageSolution a {
    font-weight: bold;
    font-size: 13px; line-height: 18px;}

#left-content .right .datacenter {
    font-weight: bold;
    color: #972F2C;
    width: 45px;
    float: left;
}

#left-content .right .capacity {
    float: left;
    width: 105px;
}

#left-content .right .homeServerText {
    float: left;
}

#left-content .right p {
    margin-bottom: 4px;
}

#homepageBottomCallouts {
    clear: both;
    width: 487px;
    margin: 0px auto 0px auto;
    height: 100px;
}


/*Begin Styles for Home Page Content Callouts below the big images */

.homeCallout{
    margin-left: 11px;
    width: 344px;
    float: left;
}

.homeCallout ul{
    line-height: 20px;
    margin-top: 10px;
}

.homeCallout p strong{
    margin: 0 10px 0 10px;
}

.homeCallout h1{
    margin: 0 0 12px;
    padding: 15px 0 2px;
}

.homeCallout h1 a{
    font-size: 18px;
    border: 0 none;
    color: #972F2C;
    padding: 0px;
}

.homeCallout h1 a:hover{
    text-decoration: underline;
}

.homeCallout ul.arrow{
    margin-left:31px;
}

/* End of Home Page Call out Styles */

.homeQuadPanel {
    background-image: url(../images/homepage/home_quad-panel_sprite.jpg);
    background-repeat: no-repeat;
    width: 333px;
    height: 157px;
    color: #FFF;
    font-weight: bold;
    padding: 0px 0 0 23px;
    cursor: pointer;
    float: left;
    display: block;
    text-decoration: none;
}

.homeQuadPanel:hover {
    color: #fff;
    background-position: 0px -157px;
}

.homeQuadPanel .quadPanelTitle {
    width: 341px;
    height: 70px;
    margin-top: 15px;
}

.homeQuadPanel .quadPanelTitle span#headline {
    font-size: 25px;
}

.homeQuadPanel .quadPanelTitle span#subtitle {
    font-size: 20px;
}

.homeQuadPanel .quadPanelTitle span span#quadTm {
    font-size: 9px;
    vertical-align: super;
}

.homeQuadPanel .quadPanelDetails {
    width: 341px;
    height: 63px;
}

.homeQuadPanel .quadPanelDetails .priceBox {
    width: 111px;
    height: 65px;
    /*background-color: #222;*/
}

.homeQuadPanel .quadPanelDetails .priceBox .priceDescription {
    width: 111px;
    height: 10px;
    font-weight: bold;
    font-size: 9px;
    margin-bottom: 2px;
}

.homeQuadPanel .quadPanelDetails .priceBox .dollarSign {
    width: 15px;
    height: 53px;
    clear: both;
    font-size: 22px;
    margin-top;
    2
    px;
}

.homeQuadPanel .quadPanelDetails .priceBox .dollarAmount {
    width: 53px;
    height: 53px;
    font-size: 47px;
    margin: -6px 2px 0 0;
}

.homeQuadPanel .quadPanelDetails .priceBox .centsAmount,.centsSign,.homeQuadPanel .quadPanelDetails .priceBox .centsSign
    {
    width: 38px;
    height: 27px;
    font-size: 27px;
    margin-top: -2px;
}

.homeQuadPanel .quadPanelDetails .priceBox .centsSign {
    margin-top: -5px;
    height: 30px;
}

.homeQuadPanel .quadPanelDetails .priceBox .andUp {
    width: 38px;
    height: 23px;
    font-size: 8px;
    margin-top: 1px;
}

.homeQuadPanel .quadPanelDetails .divider {
    width: 31px;
    height: 55px;
    font-size: 62px;
    font-weight: normal;
    margin: -10px 0 0 3px;
}
/*home styles end*/

/* Begin Compare Box Styles for displaying "Compare" content */
.compareBoxTitle{
    font-size: 16px;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    color: #972F2C;
    width: auto;
    border-bottom: 1px dotted #B5B5B5;

}
.compareBox {
    width: 686px;
    height: 180px;
    float:left;
    margin: 11px 0px 11px 11px;
}

.compareBox ul{
    float: left;
    margin: 0px;
    padding-left: 16px;
}

.compareBox div{
    float: left;
}

.compareBox .compareBoxTabs li {
    list-style: none;
    font-size: 14px;
}

.compareBoxTabs li h2{
    margin: 0px;
    padding: 0px;
    border: none;
}

.compareBox .compareBoxTabs li h2 a {
    display: block;
    border: none;
    width: 152px;
    padding: 8px 10px 8px 0;
    color: #616161 !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
}

.compareBoxTabs li{
    border-bottom: 1px dotted #B5B5B5;
    border-right: 1px dotted #B5B5B5;
}

.compareBox .compareBoxTabs li:first-child {
    padding-top: 12px;
}
.compareBox .compareBoxTabs li.lastTab {
    padding-bottom: 12px;
    border-bottom: none;
}

.compareBox .compareBoxTabs li a:focus {
    outline: none;
}

.compareBox .compareBoxTabs li a:hover {
    color: #972F2C !important;
}
.compareBox .compareBoxTabs li a.active {
    color: #000 !important;
    font-weight: bold;
}

.compareBoxContent {
    display: none;
    padding-left: 24px;
    padding-top: 24px;
    width: 469px;
}

.compareBoxContent ul.arrow{
    margin-left: 9px;
}

/* End compare Box Styles */