/* CSS Document */

body
{
    margin:0;
    line-height:1.4em;
    text-align:center;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:1em;
    font-weight:normal;
    text-align:left;
    background:#fff;
    color:#333;
}


body.bg-donkey #banner
{
    background:url('/newimg/backgrounds/donkey.gif') no-repeat #fff;
    background-position: 0;
}

body.bg-fibreoptic #banner
{
    background:url('/newimg/backgrounds/fibreoptic.gif') no-repeat center 34px #fff;
    background:url('/newimg/backgrounds/fibreoptic.gif') no-repeat center 0 #fff;
}


body.bg-linerental #banner
{
    background:url('/newimg/backgrounds/linerental.gif') no-repeat center 34px #fff;
    background:url('/newimg/backgrounds/linerental.gif') no-repeat center 0 #fff;
}

body.bg-mobilerental #banner
{
    background:url('/newimg/backgrounds/linerental.gif') no-repeat center 34px #fff;
    background:url('/newimg/backgrounds/linerental.gif') no-repeat center 0 #fff;
}

body.bg-contact #banner
{
    background:url('/newimg/backgrounds/contact.jpg') no-repeat center 34px #fff;
    background:url('/newimg/backgrounds/contact.jpg') no-repeat center 0 #fff;
}


html body #banner
{
    background-size:cover !important;
    overflow: hidden;
}






table th, table td
{
    font-size:0.8em;
    font-family:"Trebuchet MS", sans-serif !important;
}




/** new styles! **/

#speed-test {
    width: 650px;
    height: 655px;
    margin: 15px auto 0;
    background: #fff;
}

#clientQuotes {
    text-align: left;
}

#clientQuotes ul {
    list-style:none;
    padding:0;
    margin-bottom:20px;
    width: 280px !important;
}

#clientQuotes ul li {
    padding-left: 5px;
}

#clientQuotes h2 {
    color:black;
    font-size:30px;
    line-height:28px;
    margin-bottom:5px;
}

#clientQuotes .name {
    color:#891821;
}

/** line savings calculator **/

.detailedCalculations, .detailedSavingsData {
    display:none;
}

/** line rental bar **/


#fibreCalculatorHeading {
    background:url('/newimg/line-rental-bar.png') no-repeat center top;
    width:100%;
    height:107px;/*
    margin-top:40px;*/
}

.fibreCalculatorHeadingInner {
    width:900px;
    margin:0 auto;
    height:87px;
    padding-top:20px;
}

#fibreCalculatorHeading h2 {
    color:white;
    font-size:42px;
    float:left;
}

#fibreCalculatorHeading h2 .alternate {
    color:#494948
}

#fibreCalculatorHeading p.packageDetails {
    float:left;
    margin-left:113px;
    margin-top:44px;
    color:white;
    font-family:"Trebuchet MS", Trebuchet, sans-serif;
    font-size:13px;
    font-weight:bold;

    /* stu over rides to tidy line-rental-signup page. leave original styles as i dont know where else they are used (cant see them used anywhere else) */
    float:right;
    margin-top:60px;
    color:#aaa;
    font-weight:100;
}

.fb-like-box, #twitter-widget-0, #clientQuotes h2 {
    margin-top: 60px;
}

#fibreCalculatorHeading h3.minutes {
    float:right;
    color:white;
    font-size:42px;
    line-height:30px;
    margin-top:-89px;
    text-align:right;
}

#fibreCalculatorHeading h3.minutes .unit {
    font-size:24px;
}

#fibreCalculatorHeading h3.minutes .time-period {
    font-size:13px;
}

/** line rental bar **/


#lineCalculatorHeading {
    background:url('/newimg/line-rental-bar.png') no-repeat center top;
    width:100%;
    height:107px;/*
    margin-top:40px;*/
}

.lineCalculatorHeadingInner {
    width:900px;
    margin:0 auto;
    height:87px;
    padding-top:20px;
}

#lineCalculatorHeading h2 {
    color:white;
    font-size:42px;
    float:left;
}

#lineCalculatorHeading h2 .alternate {
    color:#494948
}

#lineCalculatorHeading p.packageDetails {
    float:left;
    margin-left:113px;
    margin-top:44px;
    color:white;
    font-family:"Trebuchet MS", Trebuchet, sans-serif;
    font-size:13px;
    font-weight:bold;

    /* stu over rides to tidy line-rental-signup page. leave original styles as i dont know where else they are used (cant see them used anywhere else) */
    float:right;
    margin-top:60px;
    color:#aaa;
    font-weight:100;
}

#lineCalculatorHeading h3.minutes {
    float:right;
    color:white;
    font-size:42px;
    line-height:30px;
    margin-top:-89px;
    text-align:right;
}

#lineCalculatorHeading h3.minutes .unit {
    font-size:24px;
}

#lineCalculatorHeading h3.minutes .time-period {
    font-size:13px;
}

#savingsCalculatorWrapWrap {
    width:900px;
    margin:0 auto;
}

#savingsCalculatorWrapWrap h3 {
    font-family:Georgia, Times, serif;
    color:#666666;
    font-size:19px;
    margin:0;
    padding-top:30px;
}

#savingsCalculatorWrap h1 {
    color:#666666;
    font-size:30px;
    font-weight:normal;
}

#savingsCalculatorWrap {
    width:824px;
    padding:38px;
    float:left;
    background:#e6e6e6;
    margin:15px 0 50px;
}

.savingsData {
    float:left;
}

.savingsResults .savingsData #newCost {
    background-color:#302837;
    padding:30px 15px;
    float:left;
    width:341px;
    font-weight:bold;
    font-size:78px;
    text-align:center;
    color:white;
    line-height:78px;
}

.savingsResults .savingsData #lineSaving {
    background-color:#a093a4;
    padding:10px 15px;
    float:left;
    width:341px;
    padding:15px;
}

.savingsResults .savingsData #callsSaving {
    background-color:#b0a0b4;
    padding:10px 15px;
    float:left;
    width:341px;
    padding:15px;
}

.savingsResults .savingsData #monthlySaving {
    background-color:#c0b9c6;
    padding:10px 15px;
    float:left;
    width:341px;
    padding:15px;
}
.savingsResults .savingsData #annualSaving {
    background-color:#d7d1dc;
    padding:10px 15px;
    float:left;
    width:341px;
    padding:15px;
}

.savingsResults p {
    font-family:Georgia, Times, serif;
    margin:20px 0;
    float:left;
}

.savingsResults table {
    float:left;
}

.savingsResults table th,
.savingsResults table td {

    font-family:Georgia, Times, serif !important;
}

.savingsResults table th {
    padding:10px;
    font-weight:bold;
}

.savingsResults table td {
    padding:8px;
}

.savingsResults .savingsData label {
    float:left;
    color:#5a4e64;
    font-size:18px;
}

.savingsResults .savingsData span {
    float:right;
    color:#302837;
    font-size:18px;
    font-weight:bold;
}


.savingsCalculations {
    width:382px;
    float:left;
}

.savingsCalculations fieldset {
    float:left;
    width:382px;
    border:none;
    border-top:1px solid #d3d3d3;
    margin:0;
    padding:20px 0;
}

.savingsCalculations label.large {
    font-family:Georgia, Times, serif;
    font-size:18px;
    color:#333333;
    float:left;
    margin-bottom:20px;
}

.savingsCalculations label.small {
    font-family:Georgia, Times, serif;
    font-size:13px;
    color:#333333;
    margin-bottom:15px;
    float:left;
}

.savingsCalculations input {
    background:white;
    color:#333;
    font-size:15px;
    font-family:Georgia, Times, serif;
    padding:10px;
    height:16px;
    line-height:15px;
} 

.savingsCalculations input.full-input {
    width:362px !important;
}

.savingsCalculations .half-input-wrap {
    width:180px;
    float:left;
    margin-right:22px;
}

.savingsCalculations .last {
    margin-right:0;
}

.savingsCalculations input.half-input {
    width:160px !important;
}

.savingsCalculations input.third-input {
    width:99px !important;
}

.savingsCalculations .third-input-wrap {
    width:119px;
    margin-right:12px;
    float:left;
}

.savingsCalculations .third-input-wrap.last {
    margin-right:0;
}


.savingsResults {
    width:371px;
    margin-left:70px;
    float:left;
}

/** pricing matrix **/

#alternateContentInner {
    padding:30px 0;
}

#alternateContentInner .contentLeft {
    width:207px;
    margin-right:27px;
    float:left;
}

#alternateContentInner .contentLeft h4 {
    font-family:Georgia, Times, serif;
    color:#333333;
    font-size:18px;
    margin-bottom:146px;
    font-weight:normal;
}

.packages-key {
    width:207px;
    float:left;
    position: absolute;
    bottom: 133px;
}

.packages-key-field {
    padding:9px 0;
    border-top:1px solid #dadbdb;
    font-size:13px;
    font-family:Georgia, Times, serif;
    color:#666666;
    float:left;
    width:207px;
}

.fibre-wide {
    width:322px;
}

.pricing-matrix {
    float:left;
    width:666px;
}

.pricing-matrix .pricing-matrix-item {
    float:left;
    width:222px;
    position:relative;
}

.pricing-matrix-head {
    padding:20px;
    width:182px;
    height:109px;
}

.pricing-matrix-main {
    padding:20px;
    padding:15px;
    height:550px;
}

.pricing-matrix-main p {
    font-size:11px;
    color:#333333;
    font-family:Georgia, Times, serif;
}

.pricing-matrix-main .pricing-matrix-data {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:bold;
    font-size:13px;
    color:#666666;
    line-height:43px;
    margin-top:20px;
    padding-left:5px;
    position: absolute;
    bottom: 134px;
}

.pricing-matrix-head h4 {
    font-size:24px;
    color:white;
    font-family:Georgia, Times, serif;
    margin:0;
    font-weight:normal
}

.pricing-matrix-head h4 .inc {
    font-weight:bold;
    font-size:11px;
}

.pricing-matrix-available {
    display:none;
    width:222px;
    height:50px;
    position:absolute;
    top:-50px;
    left:0;
}

.pricing-matrix-available h4 {
    font-weight:normal;
    font-size:17px;
    color:#484848;
    font-family:Georgia, Times, serif;
    margin:14px 0 0 16px;
    float:left;
}
.pricing-matrix-available img {
    margin:14px;
}

.pricing-matrix-bottom-purchase
{
    width:177px;
    height:36px;
    float:left;
    position: absolute;
    bottom: 15px;
}

.pricing-matrix-bottom-purchase input {
    border:0;
    padding:0;
    cursor:pointer;
    opacity:0.8;
    width:177px !important;
    height:36px;
    margin:0;
    background:url('/newimg/matrix_bottom_purchase.png') top left no-repeat;
}

.pricing-matrix-bottom-purchase input:hover {
    opacity:1;
}

.pricing-matrix-head .package-purchase {
    position: inherit;
}

.package-purchase
{
    width:177px;
    height:36px;
    float:left;
    position: absolute;
    bottom: 8px;
    right: 0;
}

.package-purchase input {
    border:0;
    padding:0;
    cursor:pointer;
    opacity:0.8;
    width:177px !important;
    height:36px;
    margin:0;
}

.package-purchase input:hover {
    opacity:1;
}


/** xlhome **/

.pricing-matrix-item-xlhome .pricing-matrix-head {
    background:url('/newimg/xlhome_matrix_head.png') top left no-repeat;
}
.pricing-matrix-item-xlhome .pricing-matrix-head h4 .alternate {
    color:#654939;
}

.pricing-matrix-item-xlhome .pricing-matrix-main {
    background:url('/newimg/matrix_xlhome_main.png') top left no-repeat;
}

.pricing-matrix-item-xlhome .package-purchase input {
    background:url('/newimg/xlhome_matrix_purchase.png') top left no-repeat;
}

.pricing-matrix-item-xlhome .pricing-matrix-available {
    background:url('/newimg/matrix_xlhome_available.png') top left no-repeat;
}

/** xlplus **/

.pricing-matrix-item-xlplus .pricing-matrix-head {
    background:url('/newimg/xlplus_matrix_head.png') top left no-repeat;
}


.pricing-matrix-item-xlplus .pricing-matrix-head h4 .alternate {
    color:#5b5a5a;
}

.pricing-matrix-item-xlplus .pricing-matrix-main {
    background:url('/newimg/matrix_xlplus_main.png') top left no-repeat;
}

.pricing-matrix-item-xlplus .package-purchase input {
    background:url('/newimg/xlplus_matrix_purchase.png') top left no-repeat;
}

.pricing-matrix-item-xlplus .pricing-matrix-available {
    background:url('/newimg/matrix_xlplus_available.png') top left no-repeat;
}

/** xlpro **/

.pricing-matrix-item-xlpro .pricing-matrix-head {
    background:url('/newimg/xlpro_matrix_head.png') top left no-repeat;
}


.pricing-matrix-item-xlpro .pricing-matrix-head h4 .alternate {
    color:#74551d;
}

.pricing-matrix-item-xlpro .pricing-matrix-main {
    background:url('/newimg/matrix_xlpro_main.jpg') top left no-repeat;
}

.pricing-matrix-item-xlpro .package-purchase input {
    background:url('/newimg/xlpro_matrix_purchase.png') top left no-repeat;
}

.pricing-matrix-item-xlpro .pricing-matrix-available {
    background:url('/newimg/matrix_xlpro_available.png') top left no-repeat;
}



/** contact **/

#contactForm input {
    width: 317px !important;
    margin-bottom:10px;
}
#contactForm textarea {
    background: none repeat scroll 0 0 white;
    border: 0 none;
    color: #999999;
    float: left;
    font-family: "Trebuchet MS",Arial,sans-serif !important;
    font-size: 13px;
    font-weight: bold;
    height: 37px;
    line-height: 37px;
    margin: 0;
    padding: 0 10px;
    width: 317px !important;
    height:140px;
    padding-bottom:10px;
}

/** banners **/

#large-banner .rightColumn {
    float:right;
    margin-left:32px;
    margin-top:20px;
    width:358px;
    margin-right: 100px;
}

#bbPackages {
    width:438px;
    padding:10px;
    background:rgba(255,255,255,0.5);
    float:left;
}


#contactPackage {
    width:338px;
    padding:10px;
    background:rgba(255,255,255,0.5);
    float:left;
    margin-top:70px;
}

#contactPackage h4 {
    color:#000;
    font-size:26px;
    margin:0 0 10px;
    font-weight:normal;
}

#callPackages {
    width:438px;
    padding:10px;
    background:rgba(255,255,255,0.5);
    float:left;
}

#callPackages h4 {
    font-size:22px;
}

.bb-package {
    opacity:0.8;
    width:438px;
    height:107px;
    float:left;
    position: relative;
}

.call-package {
    opacity:0.8;
    width:438px;
    /*height:132px;*/
    float:left;
    position: relative;
    background:url('/newimg/callpackages/background.gif');
}


.call-package:hover {
    opacity:1;
    transition:opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
}


.call-package h4 {
    font-family:Georgia, Times, serif;
    font-size:26px;
    color:white;
    font-weight:normal;
    float:left;
    margin:17px 0 0 17px;
    width:202px;
}

.call-package h4 .alternate {
    color:#665865;
}

.call-package h4 .minutes {
    font-size:14px;
}

.call-package .info-button
{
    width:17px;
    height:17px;
    background:url('/newimg/info-button.png');
    margin:0 0 0 17px;
    position:absolute;
    bottom:10px;
    left:0;
}

.call-package .package-info {
    float:right;
    width:208px;
    padding:10px 0;
}

.call-package .package-info span {
    font-size:13px;
    padding: 6px 8px;
    line-height: 13px;
    font-family:Trebuchet MS, "Trebuchet MS", sans-serif;
}


.call-package .package-info span.label {
    float:left;
    color:#ddd;
}

.call-package .package-info span.label.download {
    background: url(../img/updown.gif) no-repeat 9px 10px;
    padding-left: 24px;
}

.call-package .package-info span.label.upload {
    background: url(../img/updown.gif) no-repeat 9px -15px;
    padding-left: 24px;
}

.call-package .package-info span.price {
    float:right;
    color:white;
}


.callpackage-purchase
{
    width:84px;
    height:33px;
    float:right;
    margin:5px;
}

.callpackage-purchase input {
    border:0;
    padding:0;
    cursor:pointer;
    opacity:0.8;
    width:84px !important;
    height:33px;
    margin:0;
    background:url('/newimg/callpackages/details_button.png');
}

.callpackage-purchase input.purchase_button {
    border:0;
    padding:0;
    cursor:pointer;
    opacity:0.8;
    width:84px !important;
    height:33px;
    margin:0;
    background:url( '/newimg/packages/xlplus_purchase.png');
}



.bb-package:hover,
.bb-package-active {
    opacity:1;
    -moz-transition: opacity 0.5s;
}

.bb-package h4
{
    font-family:Georgia, Times, serif;
    font-size:26px;
    color:white;
    font-weight:normal;
    float:left;
    margin:17px 0 0 17px;
}

.bb-package .inc {
    font-size:11px;
    font-weight:bold;
}

.bb-package .package-info {
    font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
    float:right;
    width:138px;
    margin-right:22px;
    margin-top:14px;
}

.bb-package .package-info .labels {
    float:left;
    line-height:23px;
    font-size:13px;
}

.bb-package .package-info .values {
    color:white;
    font-size:13px;
    float:right;
    line-height:23px;
    text-align: right;
}

.bb-package .package-info .usage {
    color:white;
    font-size:13px;
    float:right;
    margin-top:10px;
}

.bb-package .info-button
{
    width:17px;
    height:17px;
    background:url('/newimg/info-button.png');
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.bb-package .package-purchase
{
    width:85px;
    height:33px;
    float:right;
    margin:-7px 5px 0 0;
}

.bb-package .package-purchase input {
    border:0;
    padding:0;
    cursor:pointer;
    opacity:0.8;
    width:85px !important;
    height:33px;
    margin:0;
}

.bb-package.bb-package-active .info-button {
    margin:0 0 0 17px;
}

.bb-package .package-purchase input:hover {
    opacity:1;
}

.bb-package .package-estimates {
    float:right;
    width:180px;
    margin-right:10px;
    font-size:13px;
    color:white;
    font-weight:bold;
    font-style:italic;

}

.info-button:hover {
    cursor:pointer;
}

#package-xlhome {
    background:url('/newimg/packages/xlhome_on.gif') no-repeat top left;
}

#package-xlhome\ bundle {
    background:url('/newimg/packages/xlhome_on.gif') no-repeat top left;
}

#package-xlhome\ bundle.bb-package-active,
#package-xlhome.bb-package-active
{
    background:url('/newimg/packages/xlhome_active.png') no-repeat top left;
}

#package-xlhome\ bundle .package-purchase input,
#package-xlhome .package-purchase input
{
    background:url('/newimg/packages/xlhome_purchase.png') no-repeat top left;
}

#package-xlhome\ bundle h4 .alternate,
#package-xlhome h4 .alternate
{
    color:#704a34;
}


#package-xlhome .package-info .labels,
#package-xlhome\ bundle .package-info .labels{
    color:#dcb29a;

}

#package-xlplus {
    background:url('/newimg/packages/xlplus_on.gif') no-repeat top left;
}
#package-xlplus\ bundle {
    background:url('/newimg/packages/xlplus_on.gif') no-repeat top left;
}
#package-xlplus\ bundle.bb-package-active,
#package-xlplus.bb-package-active
{
    background:url('/newimg/packages/xlplus_active.png') no-repeat top left;
}

#package-xlplus\ bundle .package-purchase input,
#package-xlplus .package-purchase input
{
    background:url('/newimg/packages/xlplus_purchase.png') no-repeat top left;
}

#package-xlplus\ bundle h4 .alternate,
#package-xlplus h4 .alternate
{
    color:#565656;
}

#package-xlplus .package-info .labels,
#package-xlplus\ bundle .package-info .labels{
    color:#d4d3d3;

}

#package-xlpro {
    background:url('/newimg/packages/xlpro_on.gif') no-repeat top left;
}
#package-xlpro\ bundle {
    background:url('/newimg/packages/xlpro_on.gif') no-repeat top left;
}

#package-xlpro\ bundle.bb-package-active,
#package-xlpro.bb-package-active
{
    background:url('/newimg/packages/xlpro_active.png') no-repeat top left;
}

#package-xlpro\ bundle .package-purchase input,
#package-xlpro .package-purchase input
{
    background:url('/newimg/packages/xlpro_purchase.png') no-repeat top left;
}

#package-xlpro\ bundle h4 .alternate,
#package-xlpro h4 .alternate
{
    color:#74551d;
}

#package-xlpro .package-info .labels,
#package-xlpro\ bundle .package-info .labels{
    color:#e1cba1;
}

#package-fibreoptic {
    height:75px;
    background:url('/newimg/packages/fibre_on.gif') no-repeat top left;
    position:relative;
}

#package-fibreoptic h4 .alternate{
    color:#bb000b;
    font-family:"Myriad Pro", Myriad Pro, sans-serif;
}

#package-fibreoptic p {
    font-size:13px;
    font-family:Georgia, Times, sans-serif;
    color:#cccccc;
    clear:both;
    margin:0;
    margin-left:17px;

}


#bizP_ackages  {
    display: none;
}

#bizPackages_purchase {
    display: none;
}

#homePackages_purchase {
    display: none;
}

.packageSwitch {
    background: rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 5px 10px;
    text-decoration: none;
}
.packageSwitch.inactive {
    background: rgba(255, 255, 255, 0.25);
}

/** bottom content grid! **/

#bottom-login-form {
    width:250px;
    background:#e6e6e6;
    padding:15px;
    float:left;
}

#account-login-user {
    width:191px !important;
    font-size:13px !important;
}

#bottom-login-form 

.grid-3
{
    width:900px;
    float:left;
}

.grid-3 .col-1
{
    width:280px;
    margin-right:30px;
    float:left;
}

.grid-3 .col-1.first {
    margin-right: 70px;
}

.grid-3 .col-1.last
{
    margin-right:0;
    float: right;
}

.col-1 h3 {
    font-size:19px;
    color:#990000;
    font-family:Georgia, Times, sans-serif;
    font-weight:normal;
    margin:0;
}

.col-1 h3 .alternate
{
    color:#000000;
}

.col-1 p {
    clear:both;
    margin:10px 0;
    font-family:Georgia, Times, sans-serif;
    color:#333333;
    font-size:13px;
    line-height:16px;
}

#callusnow {
    float:right;
    text-align: right;
    font-size:19px;
    color:#000;
    clear:none;
}

/** temporary coming soon link **/
#package-fibreoptic a {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#large-banner {
    display:block;
    overflow:hidden;
}
#large-banner .leftColumn {
    width:500px;
    margin-top:20px;
}

#bbChecker
{
    width:350px;
    background-color:#94252e;
    float:left;
    padding:20px;
}

#contactBox
{
    width:350px;
    background-color:rgba(153,0,0,0.8);
    float:left;
    padding:20px;
} 

#contactBox h4 {
    font-size:18px;
    font-family:Georgia, Times, sans-serif;
    color:#cacaca;
    margin:0;
    margin-bottom:15px;
    font-weight:normal;
}

#contactBox h4 a {
    color:white;
    text-decoration:none;
}

#bbCheckSuccess
{
    width:350px;
    background-color:rgba(99,133,0,0.8);
    float:left;
    padding:20px;
}

#bbCheckSuccess .successButton
{
    display:block;
    clear:both;
    margin-top:10px;
    width:122px;
    height:42px;
    background:url('/newimg/packages/learnmore_button.png');
    opacity:0.8;
}

#bbCheckSuccess .successButton:hover
{
    opacity:1;
}

#bbCheckSuccess h4 {
    color:white;
    margin:0;
    font-weight:normal;
}

#bbChecker h4
{
    font-size:18px;
    font-family:Georgia, Times, sans-serif;
    color:white;
    margin:0;
    margin-bottom:15px;
    font-weight:normal;
}

input[readonly="readonly"]
{
    background-color:#eee;
}


.form-one-input input
{
    width:291px !important;
    height:37px;
    padding:0 10px;
    border:0;
    background:white;
    color:#999999;
    font-family:"Trebuchet MS", Arial, sans-serif !important;
    font-weight:bold;
    font-size:13px;
    line-height:37px;
    margin:0;
    float:left;
}

.form-one-input .input-go
{
    width:39px !important;
    height:37px;
    background:url('/newimg/input_submit.gif') top left no-repeat #000;
    cursor:pointer;
    opacity:0.8;
    padding:0;
    float:left;
}

input.error, textarea.error {
    background-color:#ffaaaa;
}

.alert.error {
    background:#ffaaaa;
    padding:10px;
    font-size:14px;
    display:none;
    margin-bottom:10px;
}

.alert.info {
    background:#d9edf7;
    color: #000000;
    padding:10px;
    font-size:14px;
    margin-bottom:10px;
    clear:both;
}

#bbChecker .form-one-input .input-go:hover {
    opacity:1;
}

#large-banner .leftColumn .hero {
    width:540px;
    float:left;
}

#large-banner .leftColumn .hero h1 {
    font-family:Georgia, Times, sans-serif;
    font-size:53px;
    color:white;
    margin-bottom:0;
}

#large-banner .leftColumn .hero h1 .alternate
{
    color:white;
    text-shadow:2px 2px 2px #5f5f5f;
}

.bg-fibreoptic #large-banner  .leftColumn .hero h1 .alternate {
    color:#ff0000;
}

.bg-fibreoptic #large-banner .leftColumn .hero h4 {
    color:#cccccc;
}

.bg-mobilerental #large-banner  .leftColumn .hero h1 .alternate {
    color:#e028d1;
}

.bg-mobilerental #large-banner  .leftColumn .hero h1 .alternate {
    color:#e028d1;
}

.bg-mobilerental #large-banner  .leftColumn .hero h4 {
    color:#ccc;
    margin-top:10px;
    line-height:29px;
}

.package-estimates p {
    font-size:11px;
}


#fibreopticInterest
{
    width:439px;
    height:auto;
    background-color:rgba(153,0,0,0.8);
    float:left;
    padding:20px;
}

#fibreopticInterest h2,
#fibreopticInterest h1,
#fibreopticInterest p,
#fibreopticInterest a {
    color:white;
}

#fibreopticInterest a {
    text-decoration:underline;
}

#fibreopticInterest h1,
#fibreopticInterest h2 {
    font-size:18px;
}

#fibreopticInterest p {
    font-size:12px;
}

#registrationForm {
    display:none;
}

#fibreopticInterestSuccess p {
    color:white;
}

#fibreopticInterest h4
{
    font-size:18px;
    font-family:Georgia, Times, sans-serif;
    color:white;
    margin:0;
    margin-bottom:15px;
    font-weight:normal;
}

#large-banner .leftColumn .hero h4 {
    font-family:Georgia, Times, sans-serif;
    font-size:24px;
    color:white;
    font-weight:normal;
    margin:0 0 30px ;
}

#broadband-navigation ul {
    float:right;
    list-style:none;
    padding:0;
    margin:0;
    margin-top:-30px;
}

#broadband-navigation li a {
    font-family:Georgia, Times, sans-serif;
    color:white;
    font-size:17px;
    text-decoration:none;
    opacity:0.6;
}

#broadband-navigation li.active a,
#broadband-navigation li:hover a
{
    opacity:1;
}

#broadband-navigation li {
    float:left;
    margin-left:30px;
}

#pulse-main-logo
{
    width:61px;
    height:80px;
    float:left;
}

#phone-number
{
    margin-top:10px;
    float:right;
    color:white;
    font:Georgia, Times, sans-serif;
    font-size:14px;
}


.global-logo
{
    width:14px;;
    height:34px;
    float:right;
}





#footerNavigation #socialIcons
{
    display:none;
}


.alert
{
    font-size:.7em;
    color:red;
}

.clear
{
    clear:both;
}

.clearLine
{
    clear:both;
    margin:20px 0;
    border-top:solid 1px #ddd;
}


#wrapper
{
    width:100%;
    margin:0 auto;
    padding:0;
}

#header
{
    width:100%;
    height:34px;
    background:url('/newimg/global_nav_bar.gif') repeat-x top left;
}

#banner {
    width:100%;
    min-height:581px;
    padding-top:35px;
}

#banner.small-banner {
    min-height:200px;
}
#banner.small-banner .leftColumn {
    width:900px;
}
#banner.small-banner .leftColumn .hero {
    margin:0;
}

#banner.small-banner .leftColumn h4 {
    margin:0;
}

#availabilityChecker {
    background:url('/newimg/package_lookup_bar.jpg') repeat-x top left;
    width:100%;
    height:75px;
}

#availabilityChecker form {
    width:900px;
    margin:0 auto;
    height:36px;
    padding-top:20px;
    position: relative;
}


#availabilityChecker.canGetBroadband {
    background:url('/newimg/package_lookup_bar_success.jpg') repeat-x top left;
}

#availabilityChecker.failure {
    background:url('/newimg/package_lookup_bar_failure.jpg') repeat-x top left;
}
#availabilityChecker form h4 {
    font-size:24px;
    color:white;
    float:left;
    margin:0;
    margin-right:50px;
    font-weight:normal;
    line-height:37px;
}

#alternateContent {
    width:100%;
    background:#f3f3f3;
    min-height: 381px;
    position:relative;
}

#alternateContentOverlay {
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    background-color:rgba(255,255,255,0.5);
    display:none;
    position:absolute;
    top:0;
    left:0;
    z-index:999;
}

.tooltip {
    display:none;
    position:absolute;
    right:-15px;
    width:354px;
    line-height: 1.4;
    font-family:Georgia, Times, serif;
    color:white;
    font-size:12px;
    font-style:italic;
    background:url('/newimg/info-rollover.png') top left no-repeat;
    background:#333;
    z-index:1000;
    padding:20px 25px 30px;
}


.tooltip {    
    top: 16px;
    position: absolute;
    right: 20px;

}






#alternateContentInner {
    margin:0 auto;
    width:900px;
}

#banner-inner
{
    width:990px;
    margin:0 auto;
}

#banner-inner_bb
{
    width:990px;
    margin:0 auto;
}

#global-navigation
{
    width:900px;
    margin:0 auto;
}

#global-navigation ul {
    float:left;
    margin:0;
    padding:0;
}

#global-navigation ul li
{
    float:left;
    height:34px;
    list-style:none;
    margin-right:30px;
}

#global-navigation li a,
#placedOrder
{
    color:#999999;
    font-family:Helvetica, Arial, sans-serif;
    text-transform: capitalize;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    line-height:34px;
}

#global-navigation ul #placedOrder {
    float:right;
    color:white;
    margin-right:-450px !important;
}

#global-navigation li.active,
#global-navigation li:hover
{
    background:url('/newimg/global_nav_active.gif') center top transparent;
}

#global-navigation li.active a,
#global-navigation li:hover a
{
    color:#fff;
}

.logo
{
    width:29px;
    margin-right:20px;
    padding-top:23px;
    float:left;
}

#navigation
{
    margin:0;
    padding:0;
    font-family:Trebuchet MS, Helvetica, Arial, Sans Serif;
    font-size:.7em;
    line-height:1.6em;
    width:900px;
    color:#000;
}

#navigation ul
{
    list-style-type:none;
    padding:20px 17px 0 17px;
    margin:0;
    margin:0;
    float:left;
    border-left:solid 1px #ccc;
}

#navigation ul li
{
    display:list-item;
}

#navigation ul li a:link,
#navigation ul li a:visited
{
    color:#333;
    text-decoration:none;
}

#navigation ul li a:hover
{
    color:#fff;
    background:#333;
}

#navigation ul li a:link span,
#navigation ul li a:visited span
{
    color:#990000;
    text-decoration:none;
    font-weight:bold;
}


#navigation ul li a:hover span
{
    color:#fff;
    background:#333;
}


.content
{
    width:985px;
    margin:0 auto;
    padding:30px 0;
    position:relative;
}


.leftColumn
{
    width:590px;
    float:left;
    margin-bottom:30px;
}

.rightColumn
{
    width:280px;
    float:right;
    margin-bottom:30px;
}


.thirdColumn,
.thirdColumnRight
{
    width:280px;
    margin-right:30px;
    float:left;
}

.thirdColumnDouble
{
    width:580px;
    margin-right:30px;
    float:left;
}


.thirdColumnRight
{
    margin:0;
}



.halfColumn,
.halfColumnRight
{
    width:435px;
    float:left;
    margin-right:30px;
}

.halfColumnRight
{
    float:right;
    margin:0;
}










#tagWrap
{
    font-family:Trebuchet MS, Helvetica, Arial, Sans Serif;
    margin:0 0 25px 0;
}

#tagWrap a:link,
#tagWrap a:visited
{
    color:#333;
    text-decoration:none;
    margin:0 10px 0 0;
}
#tagWrap a:hover
{
    color:#900;
}



.rightColumn ul
{
    margin-left:0 !important;
}









#projects
{
    width:900px;
    height:330px;
    margin-top:30px;
    margin-bottom:30px;
    padding:0;
    position:relative;
    background:#000 url('/images/common/loading.gif') no-repeat center center;
    /*
    border-bottom:5px solid #000;
    border-top:5px solid #000;
    */
}

#projectControl_left
{
    cursor:pointer;
    position:absolute;
    left:0;
    top:0;
    width:30px;
    height:330px;
    background:url('/images/common/controllers/projectLeft1.png') no-repeat left top;
    border-right:1px solid #fff;
}

#projectControl_right
{
    cursor:pointer;
    position:absolute;
    right:-1px;
    top:0;
    width:30px;
    height:330px;
    background:url('/images/common/controllers/projectRight1.png') no-repeat left top;
    border-left:1px solid #fff;
}






.portfolioWindow
{
    width:900px;
    height:400px;
    margin-bottom:30px;
    background:#000;
    border-bottom:5px solid #000;
    border-top:5px solid #000;
    position:relative;
}





#portfolioImageWrap
{
    width:900px;
    height:400px;
    margin-bottom:30px;
    padding:0;
    position:relative;
    background:#000;
}

#portfolioImageWrap img
{
    margin:0 0 0 30px;
}

#portfolioControl_left
{
    cursor:pointer;
    position:absolute;
    left:0;
    top:0;
    width:29px;
    height:400px;
    background:url('/images/common/controllers/left1.png') no-repeat left top;
    border-right:1px solid #fff;
}

#portfolioControl_right
{
    cursor:pointer;
    position:absolute;
    right:-1px;
    top:0;
    width:30px;
    height:400px;
    background:url('/images/common/controllers/right1.png') no-repeat left top;
    border-left:1px solid #fff;
}














.projectImage
{
    float:left;
    padding:0;
    margin:-45px 0 0 31px;
    position:relative;
}

.projectText
{
    float:right;
    width:210px;
    padding-right:30px;
    margin:30px;
}

.latestProjectPanel
{
    display:none;
}











.thirdColumn,
.thirdColumnRight
{
    width:280px;
    margin-right:30px;
    float:left;
}

.thirdColumnRight
{
    margin:0;
}







/* happy */
#happyClients
{
    width:900px;
    height:130px;
    overflow:hidden;
    margin:0;
    padding-top:15px;
    border-top:solid 1px #ddd;
}

div#happyClients ul#happyClientsList
{
    margin:0 !important;
    padding:0 !important;
    list-style-type:none !important;
}

div#happyClients ul#happyClientsList li
{
    background:0 !important;
    margin:0 !important;
    padding:0 !important;
    width:180px;
}









.projectflash
{
    position:absolute;
    z-index:20;
    top:-17px;
    left:-17px;
}

.projectflashRight
{
    position:absolute;
    z-index:20;
    top:-25px;
    right:30px;
}


.workBox,
.workBoxRight
{
    width:260px;
    padding:10px;
    margin:0 30px 30px 0;
    background:#000;
    float:left;
    position:relative;
}

.workBoxRight
{
    margin:0 0 30px 0;
}


a:link .rollover,
a:visited .rollover 
{
    border: 0;
    padding: 1px;
    background:#000 !important;
}

a:hover .rollover 
{
    border: 1px solid #ddd !important;
    padding: 0;
}









h1
{
    font-size:2.2em;
    line-height:1.2em;
    font-weight:normal;
    color:#333;
    margin-top:0;
}

.large
{
    font-size:3em;
    line-height:0.4em;
    line-height:0.9em;
    color:#990000;
    margin-top:0.5em !important;
}



h2
{
    clear:left;
    font-size:1.2em;
    line-height:1.4em;
    font-weight:normal;
    color:#900;
    margin-top:0;
}



h3
{
    clear:left;
    font-size:1em;
    line-height:1.2em;
    font-weight:normal;
    color:#666;
    margin:5px 0;
}


h2 a:link,
h2 a:visited
{
    color:#900;
    text-decoration:none;
}

h2 a:hover
{
    color:#fff;
    text-decoration:none;
    background:#333;
}



p
{
    font-family:Trebuchet MS, Helvetica, Arial, Sans Serif;
    font-size:.9em;
    line-height:1.4em;
}


p a:link,
p a:visited
{
    color:#ccc;
    font-size:.7em !important;
    font-weight:bold;
    font-family:"Trebuchet MS", sans-serif !important;
    text-transform:uppercase;
    text-decoration:none;
    background:#000 url(../images/common/buttonBacks.png) left bottom no-repeat;
    padding:3px 5px 2px 5px;
    margin-right:5px;
    border:0;
    cursor:pointer;
    width:auto;
    float:none;
}


input.nice
{
    color:#fff;
    font-size:1em !important;
    font-weight:bold;
    font-family:"Trebuchet MS", sans-serif !important;
    text-transform:uppercase;
    text-decoration:none;
    background:#900 url(../images/common/buttonBacks.png) left bottom no-repeat;
    padding:3px 5px 2px 5px;
    border:none;
    width:auto !important;
}

input.chunk
{
    color:#333;
    background:#fff;
    border:0;
    text-transform:uppercase;
}









p a:hover, 
a.currentBun:link,
a.currentBun:visited,
a.currentBun:hover
{
    color:#333;
    text-decoration:none;
    background:#ccc;
}

.hostingPackage p a:link,
.hostingPackage p a:visited,
.hostingPackageInfo p a:link,
.hostingPackageInfo p a:visited
{
    color:#fff;
    font-size:.7em !important;
    font-weight:bold;
    font-family:"Trebuchet MS", sans-serif !important;
    text-transform:uppercase;
    text-decoration:none;
    background:#900;
    padding:3px 5px 2px 5px;
    margin-right:5px;
    border:1px solid #fff;
    cursor:pointer;
    width:auto;
    float:none;
    position:relative;
    top:-6px;
}

.hostingPackageInfo p a:link,
.hostingPackageInfo p a:visited
{
    background:#333;
    top:0;
}

.hostingPackage form input
{
    color:#333;
    font-size:.7em !important;
    font-weight:bold;
    font-family:"Trebuchet MS", sans-serif !important;
    text-transform:uppercase;
    text-decoration:none;
    background:#fff;
    padding:3px 5px 2px 5px;
    margin-right:5px;
    border:0;
    cursor:pointer;
    width:auto;
    float:none;
    position:relative;
    top:-6px;
}


.price
{
    font-size:1.6em;
}


.hostingPackage p a:hover
{
    color:#333;
    text-decoration:none;
    background:#fff;
}


.content ul
{
    font-size:.9em;
    font-family:Trebuchet MS, Helvetica, Arial, Sans Serif;
    line-height:1.6em;
    padding:0;
    position:relative;
    margin: 0 10px 30px 0
}

.content li
{
    list-style:none;
    color:#333;
    font-weight:normal;
    padding-left:15px;
    background:url(../images/common/listBullet.png) 0 6px no-repeat;
    line-height:1.6em;
    margin-bottom:10px;
}


.content li a:link,
.content li a:visited
{
    color:#333;
    text-decoration:underline;
}

.content li a:hover
{
    text-decoration:none;
}





#dialSteps
{
    padding:10px;
    margin:0;
    color:#fff;
    border-bottom:5px solid #900;
    border-top:5px solid #900;
}


#dialSteps h2
{
    color:#900;
    font-style:italic;
}


#dialSteps ul
{
    font-family:Trebuchet MS, Helvetica, Arial, Sans Serif;
    line-height:1.6em;
    padding:0;
    position:relative;
    margin:0;
    font-size:1em;
}


#dialSteps li
{
    list-style:none;
    color:#900;
    font-weight:normal;
    padding-left:30px;
    background:url(../images/common/dialupSteps.png) 0 50% no-repeat;
    line-height:2em;
}




.listBy_backButton
{
    float:right;
    padding:0;
    margin-top:7px;
}





#map
{
    border:solid 5px #000;
}


.red
{
    color:#990000;
}



.underline
{
    border-bottom:solid 1px #ddd;
    padding-bottom:10px;
}


.offWhiteText
{
    color:#fff;
    margin:0 auto;
    width:900px;
}

.offWhiteText a:link,
.offWhiteText a:visited
{
    color:#ccc;
    text-decoration:none;
}

.offWhiteText a:hover
{
    color:#fff;
    text-decoration:none;
    background:#333;
}


.media
{
    color:#CCC;
    font-style:italic;
}





.date
{
    font-size:.7em;
}

.centerAlign
{
    text-align:center;
}


.entry
{
    margin-bottom:30px;
}


.rightImages
{
    float:right;
    margin:0 0 20px 20px;
}

.domainSteps
{
    padding:0 30px 0 10px;
    border-right:solid 1px #ddd;
}





.imageRight
{
    border:solid 5px #000;
    background:#ddd;
    float:right;
    margin:0 0 20px 20px;
    position:relative;
}

.imageRight a img
{
    border:0;
    width:240px;
}




.bgBlock
{
    background:#333;
    color:#fff;
    padding:15px 30px;
}



.hostingPackage
{
    background:#990000 url(../images/common/packageBack.png) 0 50% no-repeat;
    padding:30px 30px 30px 140px;
    margin-bottom:20px;
}

.hostingPackageInfo
{
    background:#333 url(../images/common/packageBack2.png) 30px 50% no-repeat;
    padding:30px 30px 30px 140px;
    margin-bottom:20px;
}


.hostingPackage p,
.hostingPackageInfo p
{
    font-size:1.2em;
    line-height:1.4em;
    padding:0;
    margin:0;
    color:#fff;
}

.hostingPackageInfo p
{
    color:#ccc;
}

.hostingPackageInfo p span
{
    color:#fff;
}







table.table
{

    color:#333;
    font-size:1em;
    margin:0;
    width:100%;
}

table.table td,
table.table th
{

    padding:5px 15px;
    font-size:.9em;
    font-family:Trebuchet MS, Helvetica, Arial, Sans Serif;
}



table.table tr.tops td, 
table.table tr.tops th
{
    color:#333;
    font-size:.7em;
    font-family:Trebuchet MS, Helvetica, Arial, Sans Serif;
    line-height:1.5em;
    border-bottom:solid 5px #333;
    font-weight:bold;

}

table.table td a:link,
table.table td a:visited
{
    color:#ccc;
    font-size:.9em;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration:none;
    background:#000 url(../images/common/buttonBacks.png) left bottom no-repeat;
    padding:2px 4px;
    margin-right:5px;
}

table.table td a:hover
{
    color:#333;
    text-decoration:none;
    background:#ccc;
}



table.table tr.section td
{
    color:#fff;
    padding:10px;
    background:#666;
}


table.table tr.rowHover td
{
    background:#333;
    color:#fff;
}



.rowOdd
{
    background:transparent;
}
.rowEven
{
    background:#ddd;
}

.error
{
    color:#900;
}

.success
{
    color:#090;
}









p.bigRed a:link,
p.bigRed a:visited
{
    color:#fff;
    font-weight:bold;
    font-family:"Trebuchet MS", sans-serif;
    text-transform:uppercase;
    text-decoration:none;
    background:#900 url(../images/common/buttonBacks.png) left bottom no-repeat;
    padding:3px 5px 2px 5px;
}


p.bigRed a:hover
{
    color:#fff;
    text-decoration:none;
    background:#000 url(../images/common/buttonBacks.png) left bottom no-repeat;
}















form#form
{
    width:260px;
    margin-bottom:30px;
    padding:10px 10px 0 10px;
    font-family:Trebuchet MS, Helvetica, Arial, Sans Serif;
    font-size:.9em;
    text-align:left;
    background:#333;
}

form#form label
{
    display:block;
    clear:left;
    color:#ccc;
}





form#form input, 
form#form select,
form#form textarea
{
    border:1px solid #666;
    float:left;
    clear:left;
    width:250px !important;
    margin:0 0 15px 0;
    padding:3px;
    color:#333;
    font-size:.9em;
    font-family:Trebuchet MS, Helvetica, Arial, Sans Serif;
    background:#ccc;
}



form#form input#submit
{
    margin-right:15px;
    padding:5px;
    width:auto;
    height:auto;
    border:0;
    color:#333;
    background:#ccc;
    cursor:pointer;
}


form#form input.errorInput,
form#form select.errorInput,
form#form textarea.errorInput
{
    border:1px solid #900;
}


span.requiredWarning
{
    color:#fff;
    font-size:1.2em;
}






ul#twitterFeed
{
    margin:0;
    padding:0;
    list-style-type:none;
}
ul#twitterFeed li
{
    background:none;
    margin:0 0 10px 0;
    padding:0;
    clear:left;
    border-bottom:1px solid #ddd;
}

ul#twitterFeed li img
{
    float:left;
    margin:5px 10px 0 0;
    width:25px;
    height:25px;
}



ul#twitterFeed li .tweet
{
    width:240px;
    float:left;
}


ul#twitterFeed li .mini
{
    display:block;
    font-size:0.75em;
    color:#777;
    font-style:italic;
}


















#footer
{
    width:100%;
    padding:30px 0 0;
    margin:0 auto;
    background:#000;
}




#footerNavigation
{
    margin:0 auto;;
    padding-top:10px;
    font-family:Trebuchet MS, Helvetica, Arial, Sans Serif;
    font-size:.7em;
    line-height:1.6em;
    width:900px;
    color:#000;
}

#footerNavigation ul
{
    list-style-type:none;
    padding:0 19px 20px 20px;
    margin:0;
    float:left;
    border-left:solid 1px #333;
}

#footerNavigation ul li
{
    display:list-item;
    color:#666;
}

#footerNavigation ul li a:link,
#footerNavigation ul li a:visited
{
    color:#666;
    text-decoration:none;
}

#footerNavigation ul li a:hover
{
    color:#fff;
    background:#333;
}




#lastLine
{
    width:960px;
    margin:0 auto;
    padding:0;
    font-size:.7em;
    color:#333;
    text-align:center;
    font-family:Trebuchet MS, Helvetica, Arial, Sans Serif;
}





#lastLine p a:link, 
#lastLine p a:visited
{
    color:#900;
    font-size:.7em !important;
    font-weight:normal;
    font-family:"Trebuchet MS", sans-serif !important;
    text-transform:none;
    text-decoration:none;
    background:none !important;
    padding:0 !important;
    border:0;
    margin:0 !important;
    width:auto;
    float:none;
}























/* *** form layouts *** */

form.normalForm
{
    margin:0 0 2em 0;
}
form.normalForm label
{
    font-size:.9em;
    width:120px;
    float:left;
    clear:left;
    margin:0 0.5em 1em 0;
    color:#333;
    font-family:"Trebuchet MS", sans-serif;
}
form.normalForm label.required
{
    background:url('/img/forms/required.gif') no-repeat right 2px;
}
form.normalForm label.fullwidth
{
    width:auto !important;
}

input, 
select, 
textarea
{
    float:left;
    margin:0 0 1em 0;
    border:1px solid #999;
    font-family:inherit !important;
    font-size:inherit !important;
    padding:0.25em;
    width:340px !important;
}
input, textarea
{
    width:200px;
}
textarea
{
    height:200px;
    width:400px;
}
select
{
    margin:0 1em 1em 0;
}
input.autowidth
{
    width:auto;
    margin:0 1em 1em 0;
}

.errorInput
{
    border-color:#900 !important;
}

.noborder
{
    border:none;
    padding:0;
    margin:0 !important;
}











/* */
#domainCheckForm, 
#mobileCheckForm, 
#lineCheckForm
{
    background:#900;
    color:#fff;
    padding:20px 0;
    margin:0 !important;
}
#domainCheckForm p, 
#mobileCheckForm p, 
#lineCheckForm p
{
    padding:0;
    margin:0;
}

#domainCheckInput, 
#mobileCheckInput, 
#lineCheckInput, 
#usageCheckInput
{
    font-size:1.7em !important;
    width:305px;
    border:5px solid #fff;
    margin:0 20px 0 0;
    background:#ddd;
}

#domainCheckSubmit, 
#mobileCheckSubmit, 
#lineCheckSubmit
{
    font-size:2em !important;
    margin:0 !important;
    padding:7px;
}








/* */
body .cmsWrap a:link,
body .cmsWrap a:visited
{
    background:none;
    padding:0;
    margin:0;
    text-decoration:underline;
    color:#000;
    text-transform:none;
    font-size:0.9em !important;
    font-weight:normal;
}

body .cmsWrap a:hover
{
    text-decoration:none;
}


a img,
a:hover img,
h2 a:hover img
{
    border:0 !important;/*
    background:#fff !important;*/
}


body .twtr-widget-1
{
    font-size:14px !important;
}

body .twtr-widget h3, 
body .twtr-widget h4, 
body .twtr-widget p
{
    line-height:1.4 !important;
}

body .twtr-profile-img-anchor
{
    float:left;
    display:block;
    width:50px !important;
}
body #twtr-widget-1 .twtr-tweet a
{
    background:none !Important;
    font-size:inherit !important;
    text-transform:lowercase !important;
}


body #twtr-widget-1 h3, 
body #twtr-widget-1 h4
{
    display:none !important;
}

.twtr-widget-profile img.twtr-profile-img
{
    float:left;
}


/** Broadband Purchase Form **/
#broadband_customersForm h3 {
    margin:20px 0;
    font-size:19px;
    font-weight:normal;
    float:left;
    width:400px;
}

#broadband_customersForm fieldset {
    background:#c6c6c6;
    padding:35px;
    border:0;
    clear:both;
}


#broadband_customersForm fieldset p {
    font-family:"Georgia", Times, serif;
}

#broadband_customersForm .leftCol,
#broadband_customersForm .rightCol {
    width:398px;
    float:left;
}

#broadband_customersForm {
    font-size:13px;
    color:#666666;
}

#broadband_customersForm .rightCol {
    margin-left:30px;
}

#broadband_customersForm label {
    font-family:"Georgia", Times, serif;
    font-size:13px;
    color:#333333;
    margin:10px 0;
    width:398px;
}

#broadband_customersForm p.foonote {
    font-family:"Georgia", Times, serif;
    font-size:13px;
    color:#7c7c7c;
    font-style: italic;
}

#broadband_customersForm .submitOrder {
    clear:both;
    width:100%;
    border-top:1px solid #aaa;
    padding:20px 0;
}

#broadband_customersForm #confirmBroadbandOrder,
#broadband_customersForm #confirmFibreOrder,
#broadband_customersForm #confirmMobileRentalOrder,
#broadband_customersForm #confirmLineRentalOrder {
    width:176px !important;
    height:41px !important;
    float:right;
    margin:20px 0;
    background:url('/newimg/confirm-order.png') no-repeat top left;
    cursor:pointer;
}

#broadband_customersForm input#postcodeLookup {
    width:197px !important;
    margin-right:20px; 
}


#broadband_customersForm #pcaButtonWM21 {
    width:174px !important;
    height:40px !important;
    background:url('/newimg/find-my-address.png') no-repeat top left;
    border:none;
    padding:0;
    margin-top:-3px;
    cursor:pointer;
    text-indent:-9999px;
}

#pcaDivWM21 a {
    display:none;
}

#broadband_customersForm input {
    height:29px;
}

#broadband_customersForm input,
#broadband_customersForm textarea {
    border:none;
    width:390px !important;
}

#progress-20, #progress-60, #progress-80, #progress-100 {
    float:right;
    width:219px;
    height:17px;
    margin:20px 0;
}

#progress-20 {
    background:url('/newimg/progress-20.jpg') no-repeat top left;
}

#progress-60 {
    background:url('/newimg/progress-60.jpg') no-repeat top left;
}

#progress-80 {
    background:url('/newimg/progress-80.jpg') no-repeat top left;
}

#progress-100 {
    background:url('/newimg/progress-100.jpg') no-repeat top left;
}

#migrationBox {
    background:#ffeeee;
    background:#edd;
    padding:20px;
    margin-top:42px;
}


#migrationBox h4 {
    color:#92222a;
    font-size:15px;
    margin:0;
}

#migrationBox p {
    font-size:13px;
    color:#666666;
    font-family:"Georgia", Times, serif;
}

#migrationBox .migrationLabel {
    width:135px;
    float:left;
}

#migrationBox input {
    width:193px !important;
    float:left;
    margin-left:20px;
    border:1px solid #c6c6c6;
}


#broadbandPurchaseBar {
    background:no-repeat center top;
    width:100%;
    height:107px;/*
    margin-top:40px;*/
}

#broadbandPurchaseBar.bb-package-3,
#broadbandPurchaseBar.bb-package-7,
#broadbandPurchaseBar.bb-package-19 {
    background-image:url('/newimg/purchase-bar-xlhome.png');
}

#broadbandPurchaseBar.bb-package-2,
#broadbandPurchaseBar.bb-package-20,
#broadbandPurchaseBar.bb-package-4 {
    background-image:url('/newimg/purchase-bar-xlplus.png');
}

#broadbandPurchaseBar.bb-package-21,
#broadbandPurchaseBar.bb-package-1,
#broadbandPurchaseBar.bb-package-5 {
    background-image:url('/newimg/purchase-bar-xlpro.jpg');
}

.broadbandPurchaseBarInner {
    width:900px;
    margin:0 auto;
    height:87px;
    padding-top:20px;
    position:relative;
}

#broadbandPurchaseBar h2 {
    color:white;
    font-size:42px;
    float:left;
}

.bbSpeeds span {
    color:white;
}

#broadbandPurchaseBar.bb-package-1 .alternate,
#broadbandPurchaseBar.bb-package-1 span.alternate,
#broadbandPurchaseBar.bb-package-21 .alternate,
#broadbandPurchaseBar.bb-package-21 span.alternate,
#broadbandPurchaseBar.bb-package-5 .alternate,
#broadbandPurchaseBar.bb-package-5 span.alternate {
    color:#704A34;
}

#broadbandPurchaseBar.bb-package-2 .alternate,
#broadbandPurchaseBar.bb-package-2 span.alternate,
#broadbandPurchaseBar.bb-package-20 .alternate,
#broadbandPurchaseBar.bb-package-20 span.alternate,
#broadbandPurchaseBar.bb-package-4 .alternate,
#broadbandPurchaseBar.bb-package-4 span.alternate {
    color:#565656;
}

#broadbandPurchaseBar.bb-package-3 .alternate,
#broadbandPurchaseBar.bb-package-3 span.alternate,
#broadbandPurchaseBar.bb-package-7 .alternate,
#broadbandPurchaseBar.bb-package-7 span.alternate,
#broadbandPurchaseBar.bb-package-19 .alternate,
#broadbandPurchaseBar.bb-package-19 span.alternate{
    color:#74551D;
}

.bbSpeeds {
    float:left;
    width:400px;    
    font-family: trebuchet ms;
    font-size: 13px;
    font-weight: bold;
    top:68px;
    position:absolute;
    left:375px;
}

.bbSpeedDown,
.bbSpeedUp {
    float:left;
    width:170px;
}





.alternate2
{
    opacity:0.5;
}



.buttonBox
{
    text-align:center;
}




















.inclusivePackageCost {
    color: white;
    float: right;
    text-align: right;
    width: 200px;
    font-size:42px;
    line-height:42px;
    margin-top:7px;
}

.inclusivePackageCost span {
    font-size:13px;
    line-height:20px;
}

#packageCost {
    color: #333333;
    float: right;
    font-size: 46px;
    font-weight: bold;
    line-height: 46px;
    margin: 40px 0;
    text-align: right;
    width: 240px;
}

#packageCostExVat {
    color: #333333;
    float: right;
    font-size: 46px;
    font-weight: bold;
    line-height: 46px;
    margin: 40px 0;
    text-align: right;
    width: 240px;
}

#footerNavigation {
    padding-bottom:20px;
}
#footerNavigation .logo {
    float:right;
    margin-top:-19px;
    padding:0 30px 0 0;
}


#footerNavigation .offWhiteText {
    width:700px;
    float:left;
    font-family:Georgia, Times, sans-serif;
}


.info-button {
    position:relative;
}




.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}