@import url(http://fonts.googleapis.com/css?family=Lora:400italic);
@import url("reset.css");

a{
    text-decoration: none;
    color: #2b693a;
}
p{
    margin-bottom: 10px;
}
.cb{
    clear: both;
}
body{
    background-color: #ededed;
    color: #404040;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 20px;
}

h1, h2, h3{
    font-family: 'Lora', serif;
    font-style:italic;
    font-weight: bold;
}
.top{
    background-color: #25292a;
    height: 70px;
    overflow: hidden;
    color: #e6e2e2;
    text-align: center;
}
hr{
    height: 13px;
    background-image: url("../images/line.png");
    background-repeat: repeat-x;
    margin-top: 0;
    border: none;
}
#text_top{
    width: 615px;
    margin: 10px auto;
    padding-top: 5px;
}
#text_top h1{
    font-size: 18px;
}

#text_top h3{
    font-size: 14px;
    margin-top: 5px;
}
#top_s{
    width: 958px;
    height: 455px;
    background-image: url("../images/img_top1.png");
    margin: -50px auto 20px;
    overflow: hidden;
}
#logo{
    width: 183px;
    height: 104px;
    position: relative;
    top: -47px;
    left: 395px;
}
    #top_s ul{
       margin: 72px 182px;
    }
        #top_s li{
            float: left;
            padding: 5px 9px;
        }
        #top_s li a{
            font-family: 'Lora', serif;
            font-style:italic;
            font-size: 18px;
            color: #fefcfc;
        }
.middle{
    background-image: url("../images/bg_content.jpg");
    margin-top: -6px;
}
    .middle_content{
        width: 900px;
        margin: 0px auto;
        padding-top: 40px;
        min-height: 200px;
        overflow: hidden;
    }
        .col_left{
            float: left;
            width: 630px;
        }
            .title_page img{
                float: left;
            }
            .page_t{
                padding-left: 85px;
                padding-top: 36px;
                font-size: 20px;
                color: #606060;
            }
            .page_content{
                padding: 25px 0px 5px;
            }
            .col_left li{
                padding: 5px 0px 5px 30px;
            }
            

        .col_right{
            float: right;
            width: 250px;
            margin-top: 29px;
        }
            .box_right{
                margin-bottom: 20px;
            }
            .box_right li{
                margin-left:35px;
                list-style-image: url("../images/arrow_right.png");
                padding: 5px;
            }
            .box_right li a{
                font-size: 14px;
                color: #606060;
            }
            
            .title_box{
                background-image: url("../images/bg_title_col_right.png");
                width: 230px;
                padding: 8px 15px;
                height: 18px
            }
            .content_box{
                margin-top: 10px;
            }
    .col_right h3{
        font-size: 18px;
        color: #f8f8f8;
        font-weight: normal;
    }
.bottom{
    height: 248px;
    background-image: url("../images/footer_bg.png");
    background-repeat: repeat-x;
}
    .bottom_content{
        width: 900px;
        margin: 0px auto;
        padding-top: 30px;
    }
        .col_footer1, .col_footer2, .col_footer3{
            width: 269px;
            float: left;
        }
        .col_footer2{
            margin: 0px 46px;
        }
            
            .title_footer {
                background: url("../images/footer_title_line.jpg") repeat-x scroll left bottom transparent;
                color: #adadad;
                font-size: 18px;
                padding-bottom: 15px;
                width: 269px;
            }
                .green{
                    color:#a7b345;
                }
            .bottom_content li{
                background-image: url("../images/link_box_bottom.png");
                width: 239px;
                height: 20px;
                margin: 15px 0px;
                padding: 3px 15px;
            }
            .bottom_content li a{
                color: #858585;
                font-size: 12px;
            }

.copyright{
    background-color: #1e2223;
}
    .copyright_content{
        width: 900px;
        margin: 0px auto;
        overflow: hidden;
        font-size: 14px;
        color: #939393;
        padding: 10px 0px;
    }
        .col1_copyright{
            float: left;
            width: 390px;
        }
        .col2_copyright{
            float: right;
            width: 250px;
            text-align: right;
        }
        .copyright_content a{
            color: #939393;
        }
        
/*form contact*/
        #contact{
            margin: 25px auto;
        }
        .tcontact{
            background: url("../images/label_bg.png") repeat-x scroll 0 0 transparent;
            border: 1px solid #ddd;
            border-radius: 5px 5px 5px 5px;
            clear: both;
            display: block;
            float: left;
            height: 32px;
            line-height: 32px;
            margin: 0 5px 6px 0;
            padding-left: 13px;
            width: 84px;
        }
        #contact p{
            margin:0px;
            padding:0px;
        }
        .inputs{
            height: 32px;
            line-height: 26px;
            padding: 0 10px;  
            border: 1px solid #ddd;
            border-radius: 5px 5px 5px 5px;
            margin: 0 5px 6px 0;
            color: #A8B445;
        }
        .inputs:focus, .textfield:focus{
            border: 1px solid #A8B445;
        }
        
        .textfield{
            line-height: 20px;
            margin-bottom: 6px;
            min-height: 167px;
            width: 77%;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 5px 5px 5px 5px;
            color: #A8B445;
        }
        #contact_send{
            width:106px;
            height: 38px;
            background-color: #A8B445;
            background-repeat: no-repeat;
            margin-bottom: 5px;
            margin-left: 103px;
            border:none;
            color: #fff;
            font-size: 16px;
            zoom: 1;
        	filter: alpha(opacity=90);
        	opacity: 0.8;
            border-radius: 5px 5px 5px 5px;
        }
        #contact_send:hover{
            cursor: pointer;
            zoom: 1;
        	filter: alpha(opacity=100);
        	opacity: 1.0;
        }
                
            .obligatoriu{
                color:red;
            }
            
            .msg{
                border-radius: 5px 5px 5px 5px;
                color: #fff;
                padding: 5px 15px;
                width:580px;
                margin: 25px 0px;
                background:#A8B445;
                font-size: 14px;
                text-shadow: none;
            }
            
            .err{
                border-radius: 5px 5px 5px 5px;
                color: #fff;
                font-size: 14px;
                padding: 5px 15px;
                width:580px;
                margin: 25px 0px;
                background:red;
                text-shadow: none;
            }
            .error{
                color: red;
                font-size: 10px;
            }