﻿@charset "utf-8";
/* CSS Document */
}

html, body {
   padding: 0;
   margin: 0 auto;

   }
p{  color: #65666e;  font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        margin:0px;
}

.general {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
        color:#666666;
        margin:0px;
        font-weight:100;
}

h2{
        font-family:"Myriad Pro", "Myriad Set", "Myriad Apple", Myriad, "Helvetica Nueue", Arial, Verdana, Sans-serif;
        font-size: 1em;
        font-style: normal;
        font-weight: bold;
        color:#F5F5F5;
                margin:0px;
                padding-top:15px;
}

h3{
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
        color:#333333;
        font-weight: 700;
        margin:0px;
}

h4{
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#333333;
        font-weight: 700;
        margin:0px;
}

h5{
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:18px;
        font-weight: 700;
        margin:0px;
        color: #0066FF;
}

h6{
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size: 28px;
        font-weight: 700;
        color: #006699;
        margin-bottom:0;
          margin-top:0;
}

h1{
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size: 25px;
        font-weight: 700;
        color: #d5cfb1;
        margin-bottom:0;
          margin-top:0;
}

.quote-text {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#333333;
        margin:0px;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #666666;
}
        
a:link, a:visited {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#333333;
}


#containerborder {
        margin: 0 auto;
        text-align: left;
        width: 900px;
        background-color: #ffffff;
}

#container {
        margin: 0 auto;
        margin-top:0px;
        text-align: left;
        width: 900px;
        background-color:#FFFFFF;
        overflow:hidden;
        position:relative;
        background-image:url(../images/bg-2.gif);

}



#navigation {
        background:url(../images/menu-bar-2.gif) repeat-x;
        width: 900px;
        height: 65px;
        float:left;
        position:absolute;
        z-index:10;
        top: 150px;

        }
        
ul.blue {
        padding: 5px;
        margin-left:150px;
        margin-right:auto;
        list-style: none;
        margin-top:10px;
        /*background-color: #fff;
        border-bottom: 1px solid #e7e7e7;*/
        float: left;
        clear: left;

        

}

ul.blue li {
        float: left;
}

ul.blue li a {
        float: left;
        text-decoration: none;
        color:#666666;
        padding: 4px 15px 0 0;
        margin-right: 8px;
        font: 900 14px "Arial", Helvetica, sans-serif;
}

ul.blue li a span {
        float: left;
        padding-right: 15px;
        display: block;
        margin-top: -4px;
        height: 24px;
}

ul.blue li a:hover, ul.blue li a.current  {
         color:#CCCCCC;
        background:url(../images/blue.png) no-repeat top right;
}

ul.blue li a:hover span, ul.blue li a.current span {
        background:url(../images/blue.png) no-repeat top left;
}

#header {
        height:150px;
        width:900px;
        background-image:url(../images/bg-2.gif);
        background-repeat:repeat-y;
        position:relative;
}

#header-phno {
        line-height: 13px;
        width:300px;
        height:100px;
        position:absolute;

        left: 340px;
        top:30px;
}

#header-logo {
        width:230px;
        height:100px;
        position:absolute;
        /*background-image:url(../images/logo.gif);*/
        background-repeat:no-repeat;
        left: 68px;
        top: 25px;
}

#header-termite {
        position:absolute;
        left: 593px;
        top: 30px;
        /*background-image:url(../images/termite.gif);*/
        background-repeat:no-repeat;
        width: 196px;
        height: 84px;
        
}

#header-text {
        position:absolute;
        left: 358px;
        top: 62px;
        font-size:1.5em;
        color:#666666;
        margin:0 auto;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 900;
}

#content{
        background-image:url(../images/bg-2.gif);
        height:700px;
        width:900px;
        background-repeat:repeat-y;
        position:relative;
}


#main-content{
        width:824px;
        height:auto;
        position:absolute;
        top:235px;
        right: 44px;
        text-align:center;
}

#main-content-bottom{
        width:700px;
        height:auto;
        position:absolute;
        bottom:125px;
        right: 100px;
        text-align:justify;
}

#main-content-general{
        width:682px;
        height:auto;
        position:absolute;
        top:241px;
        right: 68px;
        text-align:center;
}

#footer {
        background-image:url(../images/footer-2.gif);
        width:900px;
        height:74px;
        clear:left;
        position:relative;
}

#footer-content {
        padding-top:10px;
        width: 810px;
        height: 65px;
        text-align: center;
        border-top-width: 1px;
        border-top-style: dashed;
        border-top-color: #999999;
        margin: 0 auto;
        font-size:10px;
        color:#999999;
        text-align:center;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        line-height: normal;
        position:relative;
}

#footer-logo-1 {
        position:absolute;
        width:auto;
        height:auto;
        top:7px;
        left: 59px;
}

#fotter-images a:link img, #fotter-images a:visited img
{
        opacity:0.2;
        filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=20);
        text-decoration:none;
        font-style: normal;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
}


#fotter-images a:active, #fotter-images a:hover img, #fotter-images a:focus img
{
        opacity:0.999;
        filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=100);
}

#footer-logo-2 {
        position:absolute;
        width:auto;
        height:auto;
        top:7px;
        left: 248px;
}

#footer-logo-3 {
        position:absolute;
        width:auto;
        height:auto;
        top:7px;
        left: 634px;
}

#footer-logo-4 {
        position:absolute;
        width:auto;
        height:auto;
        top:7px;
        left: 762px;
}

#box1 {
        width:271px;
        height:270px;
        position:absolute;
        background-image:url(../images/box-1.png);
        left: 105px;
        top: 610px;
        height: 235px;
        cursor: hand;
        visibility: visible;

}

#box2 {
        width:271px;
        height:270px;
        position:absolute;
        background-image:url(../images/box_13.gif);
        left: 105px;
        top: 330px;
        height: 235px;
        visibility: visible;

}

#box-add {
        width:271px;
        height:270px;
        position:absolute;
        background-image:url(../images/add.gif);
        left: 528px;
        top: 240px;
        height: 235px;
        visibility: visible;
}
        
#box-image-map
        {
        width:148px;
        height:163px;
        position:absolute;
        left: 45px;
        top: 64px;
        background-color:#FFFFFF;
}

#box-image-map-install{
        width:148px;
        height:163px;
        background-color:#FFFFFF;
        padding-left: 20px;
        padding-top: 20px;
        background-image:url(../images/menu-box/menu-spacer.png);
                background-repeat:repeat-y;
}


.box-heading {
        position:absolute;
        width:272px;
        height:44px;
        text-decoration: none;
        color:#CCCCCC;
        padding-top:13px;
        text-align:center;
        font-family:Myriad pro, Arial, Helvetica, sans-serif;
        font-size:16px;
}

#middle-content {
        float:right;
        height:500px;
        width:771px;
        background-image:url(../images/bg.gif);
        background-repeat:repeat-y;
        background-position:right;
        position:relative;
}

#left-content {
        float:left;
        height:500px;
        width:307px;
        background-image:url(../images/left-side-spacer.gif);
        background-repeat:repeat-y;
        position:relative;
}

/*--------------------------------------------------------------menu box-------------------------------------------------------------------------------*/












#menu-box-container {
        width:210px;
        position:absolute;
        height:auto;
        left: 57px;
        top: 83px;
        overflow:hidden;
        background-image:url(../images/menu-box/menu-spacer.png);
        background-repeat:repeat-y;
}

#menu-header-left {
        width:10px;
        height:45px;
        background-image:url(../images/menu-box/enu-heading-left.png);
        float:left;
}

#menu-header-right {
        width:10px;
        height:45px;
        background-image:url(../images/menu-box/menu-heading-right.png);
        float:right;
}

#menu-header-middle {
        width:150px;
        height:45px;
        background-image:url(../images/menu-box/menu-heading-spacer.png);
        background-repeat:repeat-x;
        float:left;
        text-align:center;


}

#menu-content-left {
        width:10px;
        height:100%;
        background-image:url(../images/menu-box/menu-spacer-left.png);
        background-repeat:repeat-y;
        float:left;

}

#menu-header{
        width:201px;
        height:45px;
        background-image:url(../images/menu-box/menu-header.png);
        text-align:center;
        }

#menu-content{
        width:201px;
        height:100%;
        background-image:url(../images/menu-box/menu-spacer.png);
        background-repeat:repeat-y;
}

#menu-content-pdf-links{
        width:201px;
        height:100%;
        background-image:url(../images/menu-box/menu-spacer.png);
        background-repeat:repeat-y;
}

#menu-content-right {
        width:10px;
        height:100%;
        background-image:url(../images/menu-box/menu-spacer-right.png);
        background-repeat:repeat-y;
        float:right;
        text-align:center;

}

#menu-footer {
        width:201px;
        height:22px;
        clear:left;
        position:relative;
}
        

        
#menu-footer-right {
        width:10px;
        height:9px;
        background-image:url(../images/menu-box/footer-right.gif);
        float:right;
        clear:left;
}

#menu-footer-middle {
        width:150px;
        height:9px;
        background-image:url(../images/menu-box/footer-middle.gif);
        background-repeat:repeat-x;
        float:right;
}

#menu-footer-left {
        width:10px;
        height:9px;
        background-image:url(../images/menu-box/footer-left.gif);
        background-repeat:no-repeat;
        float:left;
}
#pdf-links li {
        list-style-image:none;
        list-style-position:inside;
        list-style-type:none;
}

#pdf-links ul {
                padding-left:0px;
                margin-left:10px;
}



#pdf-links a:link, #pdf-links a:focus, #pdf-links a:active, #pdf-links a:visited{
        font-family:"Myriad Pro", "Myriad Set", "Myriad Apple", Myriad, "Helvetica Nueue", Arial, Verdana, Sans-serif;
        font-size: .8em;
        font-style: normal;
        font-weight: bolder;
        color:#CCCCCC;
        text-decoration: none;
        border-bottom-width: thin;
        border-bottom-style: dotted;
        border-bottom-color: #FFFFFF;

}

#pdf-links a:hover {
        font-family:"Myriad Pro", "Myriad Set", "Myriad Apple", Myriad, "Helvetica Nueue", Arial, Verdana, Sans-serif;
        font-size: .8em;
        font-style: normal;
        font-weight: bolder;
        color:#666666;
        border-bottom-width: thin;
        border-bottom-style: dotted;
        border-bottom-color: #666666;
}



#menu-content li {
        list-style-image:none;
        list-style-position:inside;
        list-style-type:none;

}





#menu-content ul{
                padding-left:0px;
                margin-left:10px;
}



#menu-content a:link, #menu-content a:focus, #menu-content a:active, #menu-content a:visited{
        font-family:"Myriad Pro", "Myriad Set", "Myriad Apple", Myriad, "Helvetica Nueue", Arial, Verdana, Sans-serif;
        font-size: 1em;
        font-style: normal;
        font-weight: bolder;
        color:#CCCCCC;
        text-decoration: none;
        border-bottom-width: thin;
        border-bottom-style: dotted;
        border-bottom-color: #FFFFFF;
}

#menu-content a:hover {
        font-family:"Myriad Pro", "Myriad Set", "Myriad Apple", Myriad, "Helvetica Nueue", Arial, Verdana, Sans-serif;
        font-size: 1em;
        font-style: normal;
        font-weight: bolder;
        color:#666666;
        border-bottom-width: thin;
        border-bottom-style: dotted;
        border-bottom-color: #666666;
}


/*------------------------------------------------booking page -----------------------------------------------------------------*/

#right-content-booking {
        float:right;
        height:500px;
        width:410px;
        background-image:url(../images/bg-2.gif);
        background-repeat:repeat-y;
        background-position:right;
        padding-top:75px;
        font:Verdana, Arial, Helvetica, sans-serif;
        font-size:10px;
        color:#666666;

}

#left-content-booking{
        float:left;
        height:500px;
        width:430px;
        background-image:url(../images/left-side-spacer.gif);
        background-repeat:repeat-y;
        position:relative;
        background-position:left;
        padding-top:75px;
        padding-left:60px;
        
}

#right-content-general {
        float:right;
        width:596px;
        height:auto;
        /*background-image:url(../images/bg-2.gif);
        background-repeat:repeat-y;*/
        background-position:right;
        padding-top:75px;
        font-size:10px;
        color:#666666;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        padding-bottom:30px;
}

#right-content-contact {
        float:right;
        width:700px;
        height:400px;
        /*background-image:url(../images/bg-2.gif);
        background-repeat:repeat-y;*/
        background-position:right;
        padding-top:75px;
        font-size:10px;
        color:#666666;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        padding-bottom:30px;
}

#right-content-index {
        position: relative;
        left: 440px;
        top: 190px;
        bottom:100px;
        width: 569px;
        height: 1820px;
        padding-bottom: 180px;
}

#left-content-general{
        float:left;
                height:auto;
        width:240px;
    /*    background-image:url(../images/bg-2.gif);
        background-repeat:repeat-y;*/
        position:relative;
        background-position:left;
        padding-top:75px;
        padding-left:60px;
        /*padding-right:60px;  */
                }

.booking-box {
        background-image:url(../images/booking-box.gif);
        position:absolute;
        width:278px;
        height:241px;
        left: 528px;
        top: 336px;
}

/*------------------------------------------------------------------------------------------------------------------------------------*/

#printer-icon {
        width:26px;
        height:29px;
        position:absolute;
        left: 481px;
        top: 74px;
}

#printer-icon a:link img, #printer-icon a:visited img {
        opacity:0.5;
        filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=50);
        text-decoration:none;
        font-style: normal;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
}

#printer-icon a:active, #printer-icon a:hover img, #printer-icon a:focus img
{
        opacity:0.999;
        filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=100);
}



.booking-form-heading{
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:14px;
        color:#666666;
        right:0px;
        position:relative;
}

.form-heading {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#666666;
        text-align:right;
        

}

label {
        position: absolute;
        text-align:right;
        height: 17px;
        left: 48px;
        top: -182px;
}

.input-box { 
        margin-left:0px; 
}

label.check, label.radio { 
        position:relative; 
        left:0px;
}

.hor-line {
        height:3px;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #666666;
                font-size:1px;
}

.vert-hor-line {
        height:3px;
        border-right-width: 1px;
        border-right-style: dotted;
        border-right-color: #666666;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #666666;
}

.vert-vert-hor-line {
        height:3px;
        border-right-width: 1px;
        border-right-style: dotted;
        border-right-color: #666666;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #666666;
        border-left-width: 1px;
        border-left-style: dotted;
        border-left-color: #666666;
}

.vert-line {
        height:3px;
        border-right-width: 1px;
        border-right-style: dotted;
        border-right-color: #666666;
}


#hidden-print-box {
        position:absolute;
        left: 75px;
        top: 408px;
        width: 420px;
        border: 5px solid #333333;
        display:none;

}

.option-box{
        position:relative;
        left:0px;
        right: 179px;

}
.option-box-2{
font size:8pt;

}

.postcode {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#666666;
        width: 55px;

}

#calendar-box{
}

.name-box {
        height:12px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:10px;
        color:#333333;

}

#form-left {
        height:300px;
        width:146px;
        float:left;
        position:relative;
        padding-right:10px;
}

#form-right {
        height:auto;
        width:323px;
        float:right;
}

.button {
        text-align:center;
}

.text-field {
        width:120px;
        height:50px;
        
}

#quote {
        padding-top:100px;
        padding-bottom:50px;
}

.submit {
        background: transparent;
        border: 1px solid #666666;
        display: inline;
        margin: 0;
        padding: 0;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#666666;
                background-color:#CCCCCC;
}

*:first-child+html .submit {                /* hack needed for IE 7 */
        border-bottom: 1;
        text-decoration: underline;
}

* html .submit {                                /* hack needed for IE 5/6 */
        border-bottom: 1;
                background-color:#CCCCCC;
}

.submit:hover {
        background: transparent;
        border: 1px solid #666666;
        display: inline;
        margin: 0;
        padding: 0;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#000000;
                background-color:#999999;
        
}

#contact-form {
        position:absolute;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#666666;
        height:auto;
        width:auto;
        left: 252px;
}

#contact-quote-form {
        position:absolute;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#666666;
        height:auto;
        width:auto;
        left: 75px;
        top:150px;
}

.about{
        padding-left:30px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#333333;ππ
    margin:0px;
}

.about-heading{
    font-family:Arial, Verdana,  Helvetica, sans-serif;
    font-size:18px;
    color:#333333;
    margin:0px;
        font-weight:900;
        padding-bottom:25px;
}

.solutions-heading{
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        font-weight: 700;
        margin:0px;
        color: #006699;
}

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

#content-container {
        width:900px;
  min-height:500px;
  height:auto !important;
  height:500px;
    background-image:url(../images/bg-2.gif);
    background-repeat:repeat-y;
        clear:both;
}


#paypal-container {
        width:378px;
        height:auto;
        position:absolute;
        z-index:56;
        left: 490px;
        top: 531px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:10px;
        color:#666666;
        margin:0px
}

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