﻿html, body 
{
    background-color: #ffffff;
    font-family: Verdana;
    font-size: 8pt;
    color: #000000;
    text-align: center;
    margin: 0;
    padding: 0;
}

img { border: none;}
a img { border: none; }

a { color: #666; text-decoration: underline; font-weight: bold;}
a:hover { color: #000; text-decoration: none; font-weight: bold; }
a:visited { color: #333; font-weight: bold; }
a:active { color: #000; font-weight: bold; }

#pagewidth
{ 
    width:1036px;
    min-height: 1000px;
    background-image:url('../images/hatch.jpg');
    margin: auto;
    border: 1px solid white;
} 



/* ************************************************************************************** */
/* ************ */
/* TOP BAR AREA */
/* ************ */
/* ************************************************************************************** */

#topbar
{
    width: 100%;
    height: 174px;
    position: relative;
}

.featurebox
{
    float: left;
    width: 313px;
    height: 174px;
    margin-left: 25px;
}

.featurecontainer
{
    position: relative;
    width: 100%;
}

.orange
{
    background-image: url('../images/orangebox.jpg');
}

#orangetitle
{
    margin-top: 20px;
    margin-left: 15px;
    text-align: left;
    color: #000;
    font-size: 12pt;
    font-weight: bold;
}

#scooter
{
    height: 90px;
    width: 90px;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
}

#prices
{
    float: right;
    margin-right: 50px;
    text-align: right;
    line-height: 22px;
    clear: none;
}

.smallfont
{
    position: absolute;
    top: 12px;
    left: 105px;
    font-size: 7pt;
    color: #fff;
}

.largefont
{
    position: absolute;
    font-size: 40pt;
    font-weight: bold;
    top: 35px;
    left: 140px;
    color: #fff;
    z-index:3;
}

.largefonts
{
    position: absolute;
    font-size: 40pt;
    font-weight: bold;
    top: 38px;
    left: 143px;
    z-index: 2;
}

.more
{
    position: absolute;
    left: 100px;
    top: 80px;
}


.blue
{
    background-image: url('../images/bluebox.jpg');
    margin-left: 20px;
}

#bluetitle
{
    margin-top: 20px;
    margin-left: 15px;
    text-align: left;
    color: #FF9900;
    font-size: 12pt;
    font-weight: bold;
}

#bluecontent
{
    margin-left: 15px;
    text-align: left;
    color: #666;
    line-height: 17px;
    width: 285px;
}

.grey
{
    background-image: url('../images/greybox.jpg');
    font-size: 26pt;
    font-family: Helvetica, Verdana;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-left: 20px;
}

.grey p
{
    
}

.grey div
{
    margin-top: 20px;
}



/* ************************************************************************************** */
/* ******** */
/* NAV AREA */
/* ******** */
/* ************************************************************************************** */

#navbar
{
    position: relative;
    margin-top: 10px;
    width: 1036px;
    height: 118px;
    background-image:url('../images/bluebar.jpg');
}

#navbar a
{
    font-size: 13pt;
    color: #F7F7F7;
    text-decoration: none;
}

#navbar a:hover
{
    font-size: 13pt;
    color: #F7F7F7;
    text-decoration: none;
}

#logo
{
    position: absolute;
    left: 393px;
    top: 10px;
}

/* CREATE THE CLASSES FOR THE NAV BAR BUTTONS */
.smallbutton
{
    width: 91px;
    display: block;
    height: 36px;
    line-height: 35px;
    background-image: url(../images/button-small.jpg);
}

.smallbutton:hover
{
    background-image: url(../images/button-small-o.jpg);
}

.largebutton
{
    width: 116px;
    display: block;
    height: 45px;
    background-image: url(../images/button-large.jpg);
    line-height: 21.5px;
}

.largebutton:hover
{
    background-image: url(../images/button-large-o.jpg);
}

/* NOW ALIGN THE INDIVIDUAL BUTTONS IN THE NAV BAR */
/* MORE BUTTONS CAN BE ADDED BY ADJUSTING THE TOP/LEFT VALUES */
.b1 /* button 1 */
{
    position: absolute;
    top: 44px;
    left: 57px;
}

.b2 /* button 1 */
{
    position: absolute;
    top: 39px;
    left: 200px;
}

.b3 /* button 3 */
{
    position: absolute;
    top: 39px;
    left: 705px;
}

.b4 /* button 4 */
{
    position: absolute;
    top: 44px;
    left: 877px;
}


/* ************************************************************************************** */
/* ************ */
/* CONTENT AREA */
/* ************ */
/* ************************************************************************************** */

#contentbar
{
    width: 1036px;
    clear: both;
    position: relative;
}

#leftbox
{
    position: relative;
    margin-left: 38px;
    top: 10px;
    width: 617px;
    min-height: 500px;
}

.leftboxc
{
    float: left;
    width: 100%;
}

.lbTop
{
    background-image: url(../images/content-left-top.png);
    height: 22px;
    width: 100%;
}

.lbContent
{
    min-height: 456px;
    background-image: url(../images/content-left-middle.png);
    background-repeat: repeat-y;
    font-size: 9pt;
    width: 100%;
}

.lbContent #main-content-margin
{
    width: 90%;
    margin-left: 5%;
    text-align: left;
}

.lbBottom
{
    background-image: url(../images/content-left-bottom.png);
    height: 22px;
    width: 100%;
    position: relative;
}

#serviceshorizontal
{
    width: 100%;
    text-align: left;
    margin: 0;
}

#serviceshorizontal a /* This one is for the links in services horizontal menu */
{
    border-bottom: dashed 1px #666;
    text-decoration: none;
    color: #666;
    font-size: 8pt;
}

#serviceshorizontal a:hover
{
    border-bottom: dashed 1px #000;
    color: #000;
}

/*******************************/
/*Right box*/
/*******************************/

#rightbox
{
    float: right;
    margin: 10px 38px 0 0;
    width: 309px;
    min-height: 500px;
}

.rightboxc
{
    float: left;
    width: 100%;
}

.rbTop
{
    background-image: url(../images/content-right-top.png);
    height: 22px;
}

.rbContent
{
    min-height: 456px;
    background-image: url(../images/content-right-middle.png);
    background-repeat: repeat-y;
}

.rbBottom
{
    background-image: url(../images/content-right-bottom.png);
    height: 22px;
}

/* ********************************************** */
/* *********SERVICE ---- AREA ----*************** */
/* ********************************************** */

#serviceMenu
{
    width: 255px;
    text-align: center;
    margin: auto;
    font-size: 11pt;
    margin-bottom: 10px;
}

#serviceMenu a
{
    text-decoration: none;
    font-weight: normal;
    color: #666;
    font-size: 9pt;
    font-weight: bold;
    display: block;
    height: 22px;
    border-bottom: dashed 1px #666;
    margin-top: 6px;
}

#serviceMenu a:hover
{
    color: #000;
    border-bottom: dashed 1px #000;
}


/*****************************/
/*BLOG SECTION*/
/*****************************/

#blogs
{
    width: 255px;
    line-height: 18px;
    margin-left: 25px;
    color: #000;
    margin-bottom: 10px;
    text-align: left;
    font-size: 11pt;
    color: #66ACBE;
    font-family: Verdana;
    font-weight: bold;
}

#blogs a
{
    text-decoration: none;
    font-weight: bold;
    color: #666;
    font-size: 8pt;
    border-bottom: dashed 1px #000;
}

#blogs a:hover
{
    color: #000;
    font-size: 8pt;
    border-bottom: dashed 1px #000;
}

.smalltitle
{
    font-size: 8pt;
    font-weight: bold;
    color: #000;
    width: 255px;
    margin-top: 5px;
}

.updatesnippet
{
    width: 255px;
    font-size: 8pt;
    font-weight: normal;
    color: #000;
}

.smalllink
{
    font-size: 8pt;
}

/*****************************/
/*ENQ FORM SECTION*/
/*****************************/

#enqform
{
    line-height: 25px;
    width: 255px;
    margin-left: 25px;
    color: #66ACBE;
    font-size: 11pt;
    margin-bottom: 10px;
    text-align: left;
}

#enqform input, #enqform INPUT, #enqform TEXTAREA, #enqform textarea
{
    width: 255px;
    margin-top: 5px;
    font-family: Verdana;
    font-size: 8pt;
    text-align: left;
}

#enqform TEXTAREA, #enqform textarea
{
    height: 40px;
}



/* ************************************************************************************** */
/* ************ */
/* SUPPORT IMAGE AREA */
/* ************ */
/* ************************************************************************************** */

.spacer-div { width: 1036px; height: 10px; clear: both; position: relative; background-color: Transparent; }

#bottomarea
{
    width: 1036px;
    clear: both;
    position: relative;
}

#mainimage
{
    margin: auto;
    width: 850px;
    text-align: left;
    margin-top: 10px;
}  

#mainimage .right-align {text-align: right; width: 830px;}

/* ************************************************************************************** */
/* ************ */
/* FOOTER AREA */
/* ************ */
/* ************************************************************************************** */

#footer
{
    width: 980px;
    min-height: 120px;
    margin-left: 25px;
    background-color: #fff;
    clear: both;
    position: relative;
}

.footercolumn
{
    min-width: 80px;
    text-align:left;
    margin-left: 10px;
    padding-right: 10px;
    float: left;
    clear: none;
    border-right: solid 1px #ccc;
    min-height: 120px;
}