/* CSS Document */

/* Reset */
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code, em, font, img, ol, ul, dl
fieldset, form, label, input, textarea{
    margin:0;
    padding:0 0 0 0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, fieldset, form{
    padding:0 0 10px 0;
}
input[type="button"], select{
    cursor:pointer;
}
a{
    text-decoration: none;
}

/* End Reset */

/* Layout */
body{
    font-family: georgia,arial,helvetica;
    background: #fff;
}

#top-left{
    background: url("images/leaves-top-left.jpg") no-repeat;
    width: 269px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#left-middle{
    background: url("images/left-middle.jpg") no-repeat;
    width: 91px;
    height: 328px;
    position: absolute;
    top: 815px;
    left: 0;
    z-index: -1;
}

#top-right{
    background: url("images/top-right.png") no-repeat;
    width: 112px;
    height: 116px;
    position: relative;
    float: right;
}

.right1{
    width: 100%;
    min-width: 1180px;
    left:0;
    position: absolute;
    z-index: -1;
}

.right2{
    width: 100%;
    min-width: 1180px;
    right:0;
    bottom: 0;
    height: 1px;
    overflow: visible;
}

.right3{
    width: 100%;
    min-width: 1180px;
    left:0;
    position: absolute;
    z-index:-20;
}

#right-middle{
    background: url("images/right-middle.jpg") no-repeat;
    width: 130px;
    height: 405px;
    position: relative;
    float: right;
    margin-top: 1770px;
}

#right-middle2{
    background: url("images/right-middle.jpg") no-repeat;
    width: 130px;
    height: 405px;
    position: relative;
    float: right;
    margin-top: 400px;
}


#right-bottom{
    background: url("images/right-bottom.jpg") no-repeat;
    width: 132px;
    height: 106px;
    position: relative;
    float: right;
    margin-top: -73px;
    z-index: -1;
}

#header{
    width: 1180px;
    height: 473px;
    margin-left: auto;
    margin-right: auto;
    background: url("images/header-bg.png") no-repeat;
}

#header-top{
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

#logo{
    margin: 5px 0 0 150px;
    float: left;
}

#product-container{
    height: 169px;
    background: url("images/product-bg.png") repeat-x;
    margin-top: -8px;
    min-width: 1180px;
}

#product-area{
    margin-left: auto;
    margin-right: auto;
    width: 1030px;
}

#content{
    width: 1030px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.box1{
    width: 448px;
    height: 287px;
    border: 2px solid #75a425;
    float: left;
}

#plant{
    float: left;
    margin-top: 175px;
}

.cleaner{
    clear: both;
}
/* End Layout */

/* Header */
#header #quote, #header-top #quote{
    float: left;
    color: #75a425;
    font-size: 17px;
    font-style: italic;
    margin: 5px 0 0 200px;
}

#header-top #quote{
    font-size: 19px;
    margin-top: 40px;
}

#header #quote span, #header-top #quote span{
    margin-left: 128px;
}

#header #heading{
    border-top: 1px solid #209b1b;
    border-bottom: 1px solid #209b1b;
    padding: 12px 20px;
    margin-left:77px;
    margin-top: 115px;
    display: block;
    width:527px;
    font-size: 35px;
    font-family: "georgia", serif;
    font-weight: bold;
    font-style: italic;
    color: #209b1b;
    text-shadow: 1px 1px #11530e;
    background: url("images/heading-bg.png") repeat-y;
    float: left;
}

#header-top{
    background: url("images/quote-leaf.jpg") no-repeat 489px 0px;
}

#header #heading span{
    color: #611ca1;
}

#order-container{
    width: 365px;
    float: right;
    margin: -88px 77px 0 0;
}

#order-page{
    width: 365px;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
}

#order-form{
    width: 365px;
    height: 366px;
    outline: 3px solid #71a11f;
    border:1px solid #a8c676;
    background: url("images/order-bg.jpg") repeat #71a11f;
}

#order-form h3{
    font-family: 'georgia';
    font-size: 25px;
    color: #fffefe;
    text-align: center;
    padding-right: 60px;
    padding-bottom: 8px;
    line-height: 24px;
    margin-top: 3px;
    background: url("images/flag.png") no-repeat 100% 0%;
}

#order-form table{
    margin: 3px 13px 0 13px;
    width: 95%;
    color: #fff;
    font-size: 17px;
}

#order-form table input{
    height: 23px;
    background: #fff;
    width: 180px;
    border-top: 1px solid #8d8989;
    border-left: 1px solid #8d8989;
}

#order-form table tr{
    margin-bottom: 0px;
}

#order-form #submit{
    margin-left: 75px;
    margin-top: 0px;
}

#order-error{
    height: 20px;
    border: 1px solid red;
    color: #5A18A5;
}

#order-container #paypal{
    margin-top: 3px;
    margin-left: -3px;
}

.error{
    color: red;
    font-weight: bold;
    cursor:pointer;
    font-size: 18px;
    margin: 0 0 0 5px;
}
/* End Header */
/* Product Area */
#product-area ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin: 15px 0 0 20px;
    float: left;
}

#product-area ul li{
    color: #fff;
    font-size: 25px;
    line-height: 33px;
    background-image: url("images/check.png");
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 38px;
}

#product-area #product{
    margin-top: -75px;
    float: left;
}

#product-desc{
    float: left;
    width: 630px;
}

#product-desc p{
    text-align: right;
    color: #fff;
    font-size: 17px;
}

#product-desc p span{
    color: #611ca1;
    font-weight: bold;
}

#price{
    float: right;
    margin-top: -40px;
}
/* End Product Area */
/* Content */
.box1 h2, .box2 h2{
    font-family: 'Georgia';
    font-size: 26px;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    background: url("images/order-bg.jpg") repeat #75a425;
}

.box1 h2{
    -webkit-border-radius: 0 0 0 8px;
    -moz-border-radius: 0 0 0 8px;
    border-radius: 0 0 0 8px;
    -khtml-border-radius: 0 0 0 8px;
}

#doctors h2{
    margin-left: 150px;
    width: 300px;
}

#doctors{
    background: url("images/doctors-bg.jpg") no-repeat;
}

#doctors ul, #ingredients ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin: 15px 0 0 160px;
}

#doctors ul li, #product-order ul li, #ingredients ul li{
    color: #75a425;
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    background-image: url("images/arrows.jpg");
    background-repeat: no-repeat;
    background-position: 0px 8px;
    padding-left: 22px;
}

#ingredients ul li a{
    color: #75a425;
}

#ingredients ul li a:hover{
    color: #611CA1;
}

#doctors p{
    margin: 10px 8px 8px 160px;
}

#natural{
    background: url("images/natural-bg.jpg") no-repeat;
}

#natural h2{
    margin-left: 10px;
    width: 440px;
}

.box1 #natural-img{
    float: left;
    border: 1px solid #75A425;
    margin: 12px 11px 0 0;
}

.box1 p{
    margin-top: 10px;
    margin-right: 10px;
    color: #333232;
    font-size: 15px;
    text-align: justify;
}

.box2{
    border: 2px solid #75a425;
    background: #fff;
}

.box2 h2, #order h2{
    text-align: center;
    -webkit-border-radius: 0 0 8px 0;
    -moz-border-radius: 0 0 8px 0;
    border-radius: 0 0 8px 0;
    -khtml-border-radius: 0 0 8px 0;
}

.box2 p{
    margin: 10px;
    color: #333232;
    font-size: 15px;
    text-align: justify;
}

.box2 img{
    float: left;
    margin: 15px 10px;
}

#ingredients h3{
    color: #611ca1;
    font-size: 32px;
    font-family: 'Impact';
    text-align: center;
    background: url("images/ingredients-line.jpg") no-repeat 51% 70%;
    margin-top: 15px;
}

#ingredients table td{
    width:130px;
    height: 152px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

#ingredients table td p{
    margin-top: 110px;
    padding-bottom: 0px;
}

#ingredients #achillea{
    background: url("images/ingredients/achillea-millefolium.jpg") no-repeat;
}

#ingredients #sambucur{
    background: url("images/ingredients/sambucur-nigra.jpg") no-repeat;
}

#ingredients #arctium{
    background: url("images/ingredients/arctium-lappa.jpg") no-repeat;
}

#ingredients #chelidonium{
    background: url("images/ingredients/chelidonium-majus.jpg") no-repeat;
}

#ingredients table #centarium{
    background: url("images/ingredients/centarium-erythraea.jpg") no-repeat;
}

#ingredients #calendula{
    background: url("images/ingredients/calendula-officinalis.jpg") no-repeat;
}

#ingredients #equisetum{
    background: url("images/ingredients/equisetum-arvense.jpg") no-repeat;
}

#ingredients #hypericum{
    background: url("images/ingredients/hypericum.jpg") no-repeat;
}

#ingredients #lycopodium{
    background: url("images/ingredients/lycopodium.jpg") no-repeat;
}

#ingredients #plantago{
    background: url("images/ingredients/plantago-lanceolata.jpg") no-repeat;
}

#ingredients #beeswax{
    background: url("images/ingredients/beeswax.jpg") no-repeat;
}

#ingredients #lemon{
    background: url("images/ingredients/lemon.jpg") no-repeat;
}

#ingredients #olive{
    background: url("images/ingredients/olive-oil.jpg") no-repeat;
}

#ingredients #candelilla{
    background: url("images/ingredients/candelilla-wax.jpg") no-repeat;
}

.ingredients-img{
    padding: 0;
    float: left;
    margin: 0 10px 20px 40px;
}

.ingredients-img img{
    border: 5px solid #DBEFB8;
    padding: 0;
    margin: 0;
}

.ingredients-desc{
    float: left;
    width: 820px;
    margin-top: 5px;
}

.ingredients-desc span{
    background: #75A425;
    margin-left: 10px;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.ingredients-desc p{
    padding-bottom: 0;
}

.box2 .feedback{
    width: 234px;
    padding: 30px 10px 0px 11px;
    margin: 10px 0 15px 0;
    text-align: justify;
    background: url("images/quotes.png") no-repeat 5% 0%;
    font-size: 14px;
    color: #333232;
    border-right: 1px solid #75a425;
    float: left;
}

#customers{
    background: url("images/customers-bg.jpg") #fff no-repeat top right;
}

#curing{
    background: url("images/curing-bg.jpg") #fff no-repeat top right;
}

#curing h2, #customers h2{
    text-align: center;
}

#customers h2{
    width: 310px;
}

#curing h2{
    width: 390px;
}

#feedback-last{
    border-right:none;
}

.box2 .signature{
    text-align: right;
    font-size: 16px;
    color: #75a425;
    font-style: italic;
    margin-top: 15px;
}

#leaves-box{
    height: 44px;
    background: url("images/leaves-box.jpg") no-repeat;
    margin-left: 425px;
}


#leaves-box1{
    height: 44px;
    background: url("images/leaves-box-1.jpg") no-repeat;
    margin-left: 125px;
}

#leaves-box2{
    height: 44px;
    background: url("images/leaves-box2.jpg") no-repeat;
    margin-left: 620px;
}

#more-hemorrhoids{
    background: url("images/more-hemorrhoids.jpg") no-repeat top right;
}

#more-hemorrhoids h2, {
    width: 550px;
}

#more-hemorrhoids b{
    line-height: 30px;
}

#nhs, #wikipedia {
    border-bottom: 1px solid #75a425;
    margin: 0 10px;
    padding-bottom: 10px;
    color: #333232;
    font-size: 15px;
    text-align: justify;
}

#nhs img, #wikipedia img, #bbc img{
    margin: 25px 10px 0 0;
}

#bbc{
    margin: 0 10px;
    color: #333232;
    font-size: 15px;
    text-align: justify;
}

#about{
    background: url("images/customers-bg.jpg") #fff no-repeat top right;
    padding-bottom: 5px;
    padding-right: 5px;
}

#about h2{
    width: 200px;
}

#about img{
    margin-top: -5px;
}

#order{
    border: 2px solid #75a425;
    padding-bottom: 20px;
    background: url("images/order-bg1.jpg") no-repeat 0% 100%;
}

#order h2{
    font-family: 'Georgia';
    font-size: 26px;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    background: url("images/order-bg.jpg") repeat #75a425;
    width: 570px;
}

#order #product-order{
    float: left;
    margin: 20px 0 0 100px;
}
#product-order ul{
    list-style-type: none;
    padding: 0px;
    margin: 30px 0 0 100px;
}

#order-title{
    background: url("images/orderbg.jpg") no-repeat bottom right #fff;
}

#order-title h2{
    width: 510px;
}

#order-title h3{
    font-size: 16px;
    color: #611CA1;
    padding: 10px 0 10px 30px;
    line-height: 30px;
}

#order-title table tr td{
    width: 34%;
    text-align: center;
}

#order-title table{
    width: 90%;
    margin-left: 50px;
    color: #611CA1;
    font-weight: bold;
}

#order-title table span{
    color: red;
}

#ingredients{
    background: #fff;
}

#ingredients h2{
    width: 230px;
}

#contact-img{
    float: right;
    margin:50px 160px 0 0
}

#contact h2{
    width: 210px;
}

#contact-form input, #contact-form textarea{
    border: 1px solid #B0DB67;
    background: #E7FFBF;
}

#contact-form{
    color: #333232;
    margin: 40px 0 40px 90px;
    float: left;
}

#contact-form input{
    height: 25px;
    width: 220px;
}

#contact-form textarea{
    height: 80px;
    width: 220px;
}

#comment_msg, #name_err, #email_err, #message_err, #telephone_err{
    color: #fb2828;
    font-size: 13px;
}

#submit_button{
    background: #75A425;
    color: #fff;
    width: 63px;
    height: 23px;
    display:block;
    margin-left: 237px;
    margin-top: 10px;
    padding: 3px 0 0 13px;
    cursor:pointer
}

.captcha{
    width: 70px !important;
}

#captcha{
    font-size: 17px;
    font-weight: bold;
}

#success{
    height: 360px;
}
/* End Content */
#footer-container{
    background: url("images/footer-bg.png") repeat-x;
    height: 78px;
    margin-top: 20px;
    min-width: 1180px;
}

#footer{
    width: 1030px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 35px;
}

#footer a{
    color: #fff;
    padding: 15px 20px;
    background: url("images/separator.png") no-repeat left;
}

#footer a:first-child{
    background: none;
}
