/* 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, fieldset, form{
    padding:0 0 10px 0;
}
input[type="button"], select{
    cursor:pointer;
}
a{
    text-decoration: none;
    color: #00642E;
}

/* End Reset */

/* Layout */
body{
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    font-size: 15px;
    color: #014F24;
}
.cleaner{
    clear: both;
}
#wrapper{
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width:960px;
    -webkit-box-shadow: 0px 0px 6px #696868;
    -moz-box-shadow:    0px 0px 6px #696868;
    box-shadow:         0px 0px 6px #696868;
}
#logo{
    margin: 20px 0 0 20px;
    float: left;
}
#header-img{
    float: right;
    margin-right: 50px;
}
#top-menu{
    background: url('images/menu-bg.jpg') #76A427 repeat-x;
    height: 33px;
}
#top-menu ul, #side-menu ul, #footer ul{
    list-style-type: none;
}
#top-menu ul li{
    float: left;
    padding: 6px 0px 7px 0px;
}
#top-menu ul li a{
    color: #fff;
    padding: 6px 20px 7px 20px;
    border-right: 1px dotted #7CAA2C;
}
#top-menu ul li a:hover{
    background: #7CAA2C;
}
#side-menu ul{
    width: 262px;
    color:#fff;
    margin: 20px 0 0 5px;
    border: 2px solid #7CAA2C;
}
#side-menu ul a{
    color:#4E7905;
    line-height: 30px;
    font-weight: bold;
}
#side-menu ul a:hover{
    text-decoration: underline;
}

#side-menu ul li{
    padding: 0 8px 0 8px;
    border-bottom: 1px dotted #7CAA2C;
}
#side-menu ul li:last-child{
    border-bottom: 0px dotted #7CAA2C;
}
#side-menu li#menu-title,#banner h3 {
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: georgia;
    background: #7CAA2C;
}
#content{
    width: 465px;
    margin: 20px 0 0 5px;
}
#content .page-title{
    font-size: 23px;
    text-align: center;
    color: #7CAA2C;
    border-bottom: 1px dotted #7CAA2C;
    border-top: 1px dotted #7CAA2C;
    padding-bottom: 5px;
    padding-top: 2px;
    margin-bottom: 10px;
    font-family: georgia, arial;
}
#content .order{
    font-size: 18px;
    font-weight: bold;
}
#paypal-order{
    font-weight: bold;
}
#paypal-order span{
    color: red;
}
#banner{
    float: right;
    border: 2px solid #7CAA2C;
    width: 205px;
    margin: 20px 5px 0 0px;
    font-size: 13px;
}
#banner p{
    padding: 0 5px 5px 5px;
}
#banner img{
    float: left;
    margin: 2px 5px 0px 5px;
}
#banner h3{
    color:#fff;
    font-size: 18px;
    padding: 5px;
}
#side-menu, #content{
    float: left;
}
/* Footer */
#footer{
    margin-bottom: 10px;
}
#footer ul{
    background: url('images/footer-bg.jpg') #76A427 repeat-x;
    height: 50px;
    padding-left: 90px;
}
#footer ul li{
    float: left;
    padding: 13px 10px 0 10px;
}
#footer ul li a{
    color: #fff;
    border-left: 1px dotted #7CAA2C;
    padding: 6px 0px 6px 20px;
}
#footer ul li a:hover{
    text-decoration: underline;
}
#footer #proizvodi{
    border-left: 0px dotted #7CAA2C;
}
/* End Footer */
/* Contact */
#contact-form input, #contact-form textarea{
    border: 1px solid #B0DB67;
    background: #E7FFBF;
}
#contact-form input{
    height: 25px;
    width: 220px;
}
#contact-form textarea{
    height: 80px;
    width: 220px;
}
#contact-form .text{
    width:70px;
}
#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: 224px;
    margin-top: 20px;
    padding: 3px 5px;
    text-align: center;
    cursor:pointer
}
.captcha{
    width: 70px !important;
}
#captcha{
    font-size: 17px;
    font-weight: bold;
}
/* End Contact */
#order-form table input{
    height: 23px;
    width: 180px;
    border: 1px solid #B0DB67;
    background: #E7FFBF;
}
#order-form table select{
    border: 1px solid #B0DB67;
    background: #E7FFBF;
    height: 23px;
}
#order-form #submit{
    background: #75A425;
    color: #fff;
    height: 23px;
    width: 130px;
    display:block;
    margin-left: 240px;
    margin-top: 10px;
    padding: 7px 5px 3px 5px;
    text-align: center;
    cursor:pointer
}
#order-form #order-error{
    color:red;
}
.products img{
    float: left;
    margin: 0 10px;
}