﻿body
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 0.8125em; /* 16x0.8125=13px */
    line-height: 1.1875em; /* 16x1.2=19px */
    margin: 0; /* 18x1=18px */ /* background:#8FAEBF; */
}
h1
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 1.375em; /* 16x1.375=22px */
    line-height: 1.636em; /* 16x1.636=36px */
    margin: 0;
    color: #ff5e00;
}
h2, h3
{
    font-size: 1.125em; /* 16x1.125=18px */
    margin: 0; /* 18x1=18px */
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    color: gray;
}
a, a:active, a:visited
{
    color: #ff5e00;
    text-decoration: none;
}
ul a
{
    color: #375A6E;
    text-decoration: none;
}
a:hover
{
    color: #50798F;
    text-decoration: underline;
}
#wrapper
{
    margin: 0 auto;
    width: 990px;
    background: #fff;
}
#mainheader
{
    color: #333;
    width: 970px;
    float: left;
    padding: 10px;
    height: 80px;
    margin: 0px; /*background: #31444F;*/
    background: #fff url(../img/header-bg.jpg) top repeat-x;
}
.headerad
{
    float: right;
    margin: 0;
    padding: 0 10px;
    color: #FFF;
}
#mainheader h1, #mainheader h2
{
    color: orange;
    font-size: 0.8em;
}
#one
{
    color: #31444F;
    padding: 10px 0 0 10px;
    width: 276px;
    float: left;
    background: #FFF;
}
#one_wide
{
    color: #333;
    padding: 10px 0 0 10px;
    width: 636px;
    float: left;
    background: #FFF;
}

#one .item
{
    padding: 10px;
    margin: 0 0 10px 0;
    background: #EFFAFF;
    border: 1px solid #E0EAEF;
}

#two
{
    float: left;
    color: #31444F;
    padding: 10px 0 0 10px;
    width: 350px;
    display: inline;
}

#two .item, #one_wide .item
{
    padding: 10px;
    margin: 0 0 10px 0;
    background: #FFF7EF;
    border: 1px solid #FFDFBF;
}

#three
{
    color: #31444F;
    padding: 10px 10px 0 10px;
    width: 324px;
    float: left;
}

#three .item, #three_one .item, #three_two .item
{
    padding: 10px;
    background: #EFFAFF;
    border: 1px solid #E0EAEF;
    margin: 0 0 10px 0;
}

#three_one
{
    color: #333;
    background: #FFF;
    margin: 0px 0 0px 0px;
    padding: 0px 0 10px 0;
    width: 157px;
    float: left;
}

#three_two
{
    color: #333;
    background: #FFF;
    margin: 0px 0px 0px 0px;
    padding: 0px 0 10px 10px;
    width: 157px;
    float: left;
}

#one h2, #three h3, #three_one h3, #three_two h3
{
    display: block;
    border-bottom: 1px solid #E0EAEF;
    margin: 0 0 5px 0;
    padding: 0;
}

#one_wide h2, #two h2
{
    display: block;
    border-bottom: 1px solid #FFDFBF;
    margin: 0 0 5px 0;
    padding: 0;
}

p, #one ul, #one_wide ul, #two ul, #three ul, #three_one ul, #three_two ul
{
    margin: 0;
    padding: 0 0 10px 0;
    color: #31444F;
}

#one li, #one_wide li, #two li, #three li, #three_one li, #three_two li
{
    margin: 0 0 0 20px;
    padding: 0;
    color: #31444F;
}

#two ol, #one_wide ol
{
    margin: 0 0 10px 5px;
    color: #31444F;
}

#two blockquote
{
    margin: 10px;
    padding: 10px;
    border-left: 5px solid #fff;
    background: #fff;
}

#one .item img, #two .item img
{
    float: left;
    margin: 3px 10px 5px 0;
    padding: 3px;
    background: #FFF;
}

#one .item img
{
    border: 1px solid #E0EAEF;
}

#two .item img
{
    border: 1px solid #FFDFBF;
}


#one_wide .item p a, p a, #one_wide .item .item-footer a
{
    text-decoration: underline;
}

label
{
    display: block;
    font-weight: bold;
    margin: 5px 0 0 5px;
}
textarea
{
    margin: 5px 0 0 5px;
    padding: 3px;
    border: 1px solid #FFDFBF;
    font: normal 0.8em Arial, sans-serif;
    color: #333;
    width: 320px;
    height: 100px;
    display: block;
}
input.button
{
    margin: 0 0 0 5px;
    height: 22px;
    padding: 2px 3px;
    background: #FFDFBF;
    border: 1px solid #FFDFBF;
    font: normal 0.8em Arial, sans-serif;
    color: #333;
}
Input.Effect
{
    background: #fff url(../img/background-input.jpg) repeat-x top left;
    border: 1px solid #a5a5a5;
    font: 1em Arial, Verdana, Sans-serif;
}
TextArea.Effect
{
    background: #fff url(../img/background-input.jpg) repeat-x top left;
    border: 1px solid #a5a5a5;
    font: 1em Arial, Verdana, Sans-serif;
}
/*-- Menu --*/
.nav
{
    clear: both;
    float: left;
    height: 80px;
    position: relative;
    font-family: arial, verdana, sans-serif;
    font-size: 11px;
    
    background: url('../img/pro_line_0.png') repeat-x;
    z-index: 500;
        width: 100%;
}

.nav .table
{
    display: table;
    margin: 0 0;
    width: 65%;
}

.nav .select, .nav .current
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: table-cell;
    white-space: nowrap;
}

.nav .search
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: table-cell;
    white-space: nowrap;
    width: 30%;
}
.nav .search a
{
    display: block;
    height: 35px;
    float: left;
    background: url('../img/pro_line_0.png');
    padding: 0 30px 0 30px;
    text-decoration: none;
    line-height: 35px;
    white-space: nowrap;
    color: #FFFFFF;
}

.nav .search
{    
    margin: -35px 0 0 0;    
    float: right;
    text-align: right;
    padding-right: 10px;
    background: url('../img/pro_line_0.png') repeat-x;
    height: 35px;     
    line-height: 35px;
    white-space: nowrap;    
    width: 30%;
    color: black;
    font-weight: bold;
}

.nav li
{
    margin: 0;
    padding: 0;
    height: auto;
    float: left;
}

.nav .select a
{
    display: block;
    height: 35px;
    float: left;
    background: url('../img/pro_line_0.png');
    padding: 0 30px 0 30px;
    text-decoration: none;
    line-height: 35px;
    white-space: nowrap;
    color: #FFFFFF;
}

.nav .current a
{
    display: block;
    height: 35px;
    float: left;
    background: url('../img/pro_line_2.png');
    padding: 0 0 0 15px;
    text-decoration: none;
    line-height: 35px;
    white-space: nowrap;
    color: whitesmoke;
}


.nav .current a b
{
    display: block;
    padding: 0 30px 0 15px;
    background: url('../img/pro_line_2.png') right top;
}

.nav .select a:hover, .nav .select li:hover a
{
    background: url('../img/pro_line_1.png');
    padding: 0 0 0 15px;
    cursor: pointer;
    color: #fff;
}

.nav .select a:hover b, .nav .select li:hover a b
{
    display: block;
    float: left;
    padding: 0 30px 0 15px;
    background: url('../img/pro_line_1.png') right top;
    cursor: pointer;
}

.nav .select_sub
{
    display: none;
}

/* IE6 only */
.nav table
{
    border-collapse: collapse;
    margin: -1px;
    font-size: 1em;
    width: 0;
    height: 0;
}

.nav .sub
{
    display: table;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    float: left;
}

.nav .sub_active .current_sub a, .nav .sub_active a:hover
{
    background: transparent;
    color: #f00;
}

.nav .select :hover .select_sub, .nav .current .show
{
    display: block;
    position: absolute;
    width: 990px;
    top: 35px;
    background: url('../img/back_0.gif');
    padding: 0;
    z-index: 100;
    left: 0;
    text-align: center;
}

.nav .current .show
{
    z-index: 10;
}

.nav .select :hover .sub li a, .nav .current .show .sub li a
{
    display: block;
    float: left;
    background: transparent;
    padding: 0 10px 0 10px;
    margin: 0;
    white-space: nowrap;
    border: 0;
    color: #444;
}

.nav .current .sub li.sub_show a
{
    color: #088;
    cursor: default;
    background: url('../img/back_1.gif');
}

.nav .select :hover .sub li a:hover, .nav .current .sub li a:hover
{
    visibility: visible;
    color: #088;
    background: url('../img/back_1.gif');
}
/*-- Footer --*/
#footer
{
    clear: both; /*background: #375A6E;*/
    background: #fff url(../img/fmenu-bg.png) top repeat-x;
    width: 990px;
    color: #333;
    padding: 5px 0 5px 0;
    margin: 0;
}

#footer-navigation
{
    clear: both;
    padding: 4px 10px;
    color: #A9B6BB;
}

#footer-navigation ul
{
    margin: 0 auto;
    padding: 0;
    list-style: none;
    line-height: normal;
}

#footer-navigation li
{
    display: block;
    float: left;
    width: 180px; /* increse width between to column*/
    padding: 0 12px 0 0;
}

#footer-navigation li ul
{
    width: auto;
    margin: 0;
}

#footer-navigation li li
{
    display: list-item;
    float: none;
    width: auto;
    padding: 2px 0 2px 10px;
    background: url(images/img17.gif) no-repeat left center;
    border-bottom: 1px dotted #424546;
}

#footer-navigation h2
{
    margin: 0 0 5px 0;
    border-bottom: 2px solid #424546;
    font-size: 1.2em;
}

#footer-navigation a
{
    text-decoration: none;
    color: #A9B6BB;
}

#footer-navigation a:hover
{
    text-decoration: underline;
}

#footer a
{
    margin: 0; /*color:#FFF;*/
    text-decoration: none;
    padding: 5px 15px 5px 0px;
}

#footer li
{
    display: inline;
    border: 0px solid #FFF;
    color: #FFF;
}

.item-footer
{
    padding: 0 0 0 0;
    margin: 10px 0 0 0;
    font-size: 0.75em;
}
/*-- Box --*/
#Broadband-home, #Insurance-home, #Home-Insurance, #Car-Insurance
{
    width: 275px;
    margin: 0px 5px;
    background: #fff url(../img/box/leftside.gif) repeat-y left top;
    float: left;
}


#Broadband-provider
{
    width: 290px;
    margin: 0px 0px;
    background: #fff url(../img/box/leftside.gif) repeat-y left top;
}

#Box1, #Box2
{
    width: 275px;
    margin: 0px 5px;
    background: #fff url(../img/box/leftside.gif) repeat-y left top;
    float: left;
}

#liquid-round2
{
    width: 400px;
    margin: 0px 305px;
    background: #fff url(../img/box/leftside.gif) repeat-y left top;
}

.top
{
    width: 100%;
    height: 20px;
    background: url(../img/box/top.gif) no-repeat left top;
}
.top span
{
    display: block;
    position: relative;
    height: 20px;
    background: url(../img/box/top-right.gif) no-repeat right top;
}
.center-content
{
    position: relative;
    background: url(../img/box/rightside.gif) repeat-y right top;
    padding: 1px 20px 1px 25px;
    margin: -1px 0 -20px 0;
}
.bottom
{
    width: 100%;
    height: 40px;
    background: url(../img/box/bottom.gif) no-repeat left bottom;
}
.bottom span
{
    display: block;
    position: relative;
    height: 40px;
    background: url(../img/box/bottom-right.gif) no-repeat right top;
}

p
{
    margin: 0 0 0.5em 0;
}
