﻿html
{
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}


*
{
    outline: none;
}


body
{
    padding: 0px;
    margin: 0px;
    font-family: Arial;
    font-size: 15px;
    color: #187007;
}


img
{
    border: 0px;
}

h1, h2, h3, h4, h5
{
    margin: 0px;
    padding: 0px 0px 16px 0px;
    font-weight: normal;
    color: #e98929;
}

h1
{
    font-size: 22px;
}

a
{
    color: #fff;
    text-decoration: none;
}

a:hover
{
    color: #fff;
    text-decoration: underline;
}

#lower-content a, #lower-content a:hover
{
    color: #e98929;
}

p
{
    margin: 0px;
    padding: 0px 0px 16px 0px;
    color: #187007;
    line-height: 24px;
}


ul
{
    margin: 0px 0px 20px 0px;
    padding: 0px;
    list-style-type: none;
}

li
{
    margin: 0px;
    padding: 0px 0px 5px 30px;
    list-style-type: none;
    background: #fff url('images/tick.jpg') no-repeat 0 0;
}

#top-wrap
{
    background: #fff url('images/Top-wrap.jpg') repeat-x top right;
    overflow: hidden;
}

#top-search
{
    background: #fff url('images/Top.jpg') no-repeat top right;
    height: 60px;
    width: 765px;
    margin: 0px auto;
    position: relative;
}


#search-text
{
    position: absolute;
    border: none;
    background-color: #fff;
    padding: 5px;
    color: #187007;
    width: 270px;
    top: 10px;
    right: 102px;
    background: #fff url('images/searchbackground.jpg') repeat-x top left;
}

#button
{
    position: absolute;
    border: none;
    background: transparent url('images/smallsearchbutton.png') no-repeat bottom left;
    height: 27px;
    width: 82px;
    top: 10px;
    right: 10px;
    color: #fff;
    cursor: pointer;
    font-family: Arial;
    padding: 0px;
    vertical-align: bottom;
    line-height: 27px;
}


#main-wrap
{
    width: 765px;
    margin: 0px auto;
    overflow: hidden;
}

#header
{
    position: relative;
    height: 109px;
    width: 765px;
}

#header img
{
    position: absolute;
    top: 0px;
    left: 0px;
}

#header ul
{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #187007;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 15px;
    font-weight: bold;
}

#header li
{
    margin: 0px;
    padding: 0px 0px 5px 30px;
    background: #fff url('images/tick.jpg') no-repeat 0 0;
}

#top-content-wrap
{
    clear: both;
    margin-top: 20px;
    height: 415px;
    background: green url('images/main.jpg') no-repeat top left;
    padding-top: 7px;
}


#menu ul
{
    margin: 0px 7px 0px 7px;
    padding: 0px;
    list-style-type: none;
    overflow: hidden;
}

#menu li
{
    margin: 0px 0px 0px 2px;
    padding: 0px;
    float: left;
    background: none;
}

#menu li.first
{
    margin: 0px 0px 0px 0px;
}

#menu li a
{
    display: block;
    width: 104px;
    height: 36px;
    color: #fff;
    background: none;
    text-align: center;
    line-height: 36px;
    color: #bfdf1d;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent url('images/tabhover.png') no-repeat top left;
}




#menu li a:hover
{
    background: transparent url('images/tabroll.png') no-repeat top left;
    color: #fff;
}

#menu li.current a, #menu li.current a:hover
{
    background: transparent url('images/tab.png') no-repeat top left;
    color: #fff;
}

#top-content
{
    clear: both;
    margin-left: 7px;
    margin-top: 0px;
    height: 375px;
    background: transparent url('images/topcontentbackground.png') no-repeat top left;
    padding: 12px 10px 10px 10px;
}


#main-search
{
    height: 73px;
    background: green url('images/searchbar.jpg') no-repeat top left;
    position: relative;
}

#main-search-text
{
    position: absolute;
    width: 545px;
    height: 47px;
    top: 13px;
    left: 7px;
    border: none;
    background: #fff url('images/searchbackground.jpg') repeat-x top left;
    font-size: 20px;
    line-height: 47px;
    color: #187007;
    padding: 0px 0px 0px 10px;
}

#main-search-button
{
    position: absolute;
    top: 14px;
    right: 10px;
    width: 172px;
    height: 47px;
    padding: 0px;
    margin: 0px;
    line-height: 47px;
    border: none;
    background: transparent url('images/bigsearchbutton.png') no-repeat top left;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    font-family: Arial;
}

#top-content h1, #top-content h2, #top-content h3, #top-content h4, #top-content h5
{
    color: #fff;
}

#top-content p
{
    color: #fff;
}



#top-content h5
{
    font-size: 13px;
    font-weight: bold;
}

#top-content .left-50
{
    float: left;
    width: 355px;
}

#top-content .right-50
{
    float: right;
    width: 355px;
    margin-right: 7px;
}


#top-content .left
{
    float: left;
    width: 320px;
}

.img-border
{
    padding: 3px;
    background-color: #fff;
}

#top-content .right
{
    float: right;
    width: 390px;
    margin-right: 7px;
}



#home h3
{
    color: #fff;
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 10px;
}

#home p
{
    font-size: 22px;
    color: #114d09;
    line-height: 30px;
}

#home-list p
{
    color: #fff;
    margin-top: 10px;
}

#home-list ul
{
    margin: -10px 0px 0px 30px;
    padding: 0px;
    list-style-type: none;
    overflow: hidden;
}

#home-list li
{
    background: transparent url(images/tick.png) no-repeat 0px 1px;
    margin: 0px;
    padding: 5px 0px 9px 35px;
    list-style-type: none;
    color: #fff;
    float: left;
    width: 140px;
}

#products p
{
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 20px 0px 0px 0px;
}

#products ul
{
    margin: 80px 0px 0px 65px;
    padding: 0px;
    overflow: hidden;
}

#products li
{
    margin: 0px 40px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 3px solid green;
    background: none;
    float: left;
    color: #555;
    text-align: center;
    font-size: 26px;
    border: 2px solid #bbf7ad;
    background: green url('images/main.jpg') no-repeat -10px 0px;
}

#products li.last
{
    margin: 0px;
}

#products li a
{
    position: relative;
    color: #efefef;
    text-decoration: none;
    display: block;
    width: 170px;
    height: 105px;
    padding: 65px 0px 0px 0px;
}



#products li a span
{
    color: #fff;
}


#products li span
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 5px;
    text-align: center;
    width: 160px;
    font-size: 15px;
    line-height: normal;
}

#benefits ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    overflow: hidden;
}

#benefits li
{
    background: transparent url(images/tick.png) no-repeat 1px 1px;
    margin: 0px;
    padding: 5px 0px 25px 35px;
    list-style-type: none;
    color: #fff;
    font-size: 16px;
}

#lower-content
{
    clear: both;
    overflow: hidden;
    margin: 20px 0px 0px 0px;
}


#lower-content table
{
    border-collapse: collapse;
    margin: 15px 0px 15px 0px;
}

#lower-content table td
{
    border: 1px solid #ccc;
    padding: 3px;
}


#click-to-apply
{
    background: transparent url('images/clicktoapply.png') no-repeat top left;
    display: block;
    width: 376px;
    height: 51px;
    color: #fff;
    line-height: 51px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    margin: 0px auto;
}

.col-wrap
{
    overflow: hidden;
}

#lower-content .left
{
    float: left;
    width: 370px;
}

#lower-content .right
{
    float: right;
    width: 370px;
}


label
{
    display: block;
    color: #fff;
}

input
{
    display: block;
    border: 1px solid #999;
    padding: 3px;
    width: 250px;
    margin: 0px 0px 15px 0px;
}

input.submit
{
    width: auto;
    border: 1px solid #fff;
    background: #e98929;
    font-family: Arial;
    padding: 2px 8px;
    width: 100px;
    height: 30px;
    color: #fff;
}

textarea
{
    display: block;
    border: 1px solid #999;
    padding: 3px;
    width: 450px;
    height: 100px;
    margin: 0px 0px 15px 0px;
}

#footer
{
    margin-top: 50px;
    height: 181px;
    background: #000 url('images/footer.jpg') repeat-x top left;
    text-align: center;
}

#footer p
{
    color: #fff;
    padding: 30px 0px 20px 0px;
}

#footer p a
{
    color: #fff;
    text-decoration: none;
}

#footer p a:hover
{
    text-decoration: underline;
}

