/*
 * $Id$
 */

a {
    color: #55872E;;
}

#container {
    font: 1.2em helvetica, tahoma, verdana, arial, sans-serif;
    width: 888px;
    margin: 0 auto;
    line-height: 1.5em;
}

#header {
    height: 131px;   
}

#logo {
    background: transparent url(../images/logo.png) no-repeat center left;
}

#straplines {
    background: transparent url(../images/straplines.png) no-repeat center right; 
    height: 131px;   
}

#straplines p {
    font-size: 0;
    line-height: 0;
    position: absolute; 
    left: -999em;
}

#navbar {
    height: 26px;   
    background: transparent url(../images/bg-nav.png) repeat-x;
    line-height: 26px;
    color: #FFF;
    padding: 0;
}

#call-to-action {
    background: transparent url(../images/nav-right.png) no-repeat right center;
    float: right;
    height: 26px;  
    padding-right: 1.5em;
}

#call-to-action span {
    background: transparent url(../images/phone.png) no-repeat left center;
    height: 26px;  
    padding-left: 1.5em;
    font-weight: bold;
}

#nav {
    background: transparent url(../images/nav-left.png) no-repeat left center;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 1.5em;
    height: 26px;  
}

#nav li {
    float: left;
}

#nav li a {
    color: #FFF;
    text-decoration: none;
    border-right: 1px solid #ABDA86;
    border-left: 1px solid #77B548;
    padding: 0 1em;
    height: 18px;
    line-height: 18px;
    margin-top: 4px;
    font-weight: bold;
}

#nav .first a {
    border-left: 0;
    padding-left: 0;
}

#nav .last a {
    border-right: 0;
    padding-right: 0;
}

#nav li a:hover {
    background: transparent;
}

#main {
    min-height: 431px;
    margin-top: 18px;
}

#footer {
    height: 51px;
    background: transparent url(../images/footer.png) no-repeat right top;
    margin-top: -80px;
    color: #7AC142;
    text-align: right;
    padding: 100px 1em 0 0;
    line-height: 1.3em;
    font-size: 0.9em;
    clear: both;
}

#footer a {
    color: #848880;
    line-height: 1.5em;
}

#trial {
    background: transparent url(../images/bg-obligation.png) no-repeat left top;
    width: 459px;
    height: 65px;
    position: relative;
    clear: both;
    padding: 0;
}

#trial h2 {
    margin: 0.5em 1em 0 1em;
    padding-top: 0.5em;
}

#trial .numbers {
    float: right;
    margin: 1.3em 1.5em 0 0;
    font-weight: bold;
}

#trial .call-now {
    margin: 0.5em 1em 0 1.2em;
    padding: 0;
}

.icon-pdf {
    background: transparent url(../images/icon-pdf.png) no-repeat left center;
    padding-left: 25px;
    display: block;
    margin-top: 10px;
}

.icon-pdf:hover {
    background: #FCFEE7 url(../images/icon-pdf.png) no-repeat left center;
}

#ckweb a {
	color: #7AC142;
}

#ckweb a span {
    display: none;
}
#ckweb a span.w {
    vertical-align: middle;
    display: inline;
    font-size: 1.2em;
}
