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

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

h1, h2, h3{
    font-family: 'Lora', serif;
    font-style:italic;
}

#top_bar{
    height: 50px;
    background: url("../images/top_bar.gif");
    background-repeat: repeat-x;
    position:relative;
    z-index: 0;
}
    #text_top{
        width: 800px;
        margin:0 auto;
        padding-left: 5px;
        padding-top: 15px;
    }
        .about{
            font-size: 18px;
            color: #f5f5f4;
        }
        .about_small{
            font-size: 14px;
            color: #f5f5f4;
        }
#menu_bar{
    overflow: hidden;
    background: url("../images/menu_bar.png");
    background-repeat: repeat-x;
    position:relative;
    z-index: 0;
    top: 0px;
}
    #header{
        width:980px;
        margin-top: 0px;
        margin-left:auto;
        margin-right:auto;
        overflow: hidden;
    }
        #header_left{
            float:left;
            width:307px;
            height: 98px;
            background: url("../images/header_left.jpg");
            background-repeat: no-repeat;
            padding-left: 105px;
            padding-top: 45px;
            margin-left:1px;
            
        }
        #header_right{
            float:right;
            width:86px;
            height: 143px;
            background: url("../images/header_right1.jpg");
            background-repeat: no-repeat;
        }
        #header_middle{
            float: left;
            width:481px;
            height: 143px;
            background: white url("../images/header_middle.jpg");
            background-repeat: repeat-x;
        }
            .slogan{
                width: 350px;
                float: right;
                margin-top: 22px;
                /*margin-right: -10px;*/
                margin-right: 80px;
            }
            .slogan1{
                font-size: 18px;
                color: #2f2f2f;
            }
            .menu_horizontal{
                width: 495px;
                float: right;
                margin-top: 35px;
                margin-right: -15px;
            }
                #menu li{
                    float: left;
                }
                    #menu li a{
                        font-family: 'Lora', serif;
                        font-style:italic;
                        font-size: 15px;
                        padding: 5px 4px;
                        color: #f5f5f4;
                    }
    #slider{
        width: 883px;
        overflow: hidden;
        margin:0px auto;
        background-color: white;
    }
        #slider_left{
            float:left;
            width:2px;
            height: 360px;
            background:url("../images/border_slider.gif") ;
            background-repeat: repeat-y;
            
        }
        #slider_middle{
            float:left;
            width: 879px;
        }
            #slider_col_left{
                float:left;
                width: 548px;
                padding-left: 20px;
                padding-top: 20px;
                padding-right: 10px;
            }
                
            #slider_col_right{
                float:right;
                width: 304px;
                margin-top:30px; 
                margin-right: -10px;            
            }
            #read_more{
                width:106px;
                height: 37px;
                background: url("../images/btn_read_more.png");
                background-repeat: no-repeat;
                margin-top: 20px;
                margin-bottom: 5px;
                zoom: 1;
            	filter: alpha(opacity=80);
            	opacity: 0.8;
            }
            #read_more:hover{
                cursor: pointer;
                zoom: 1;
            	filter: alpha(opacity=100);
            	opacity: 1.0;
            }
            
            .msg{
                border-radius: 5px 5px 5px 5px;
                color: #fff;
                padding: 5px 15px;
                width:530px;
                margin: 25px auto 25px auto;
                background:green;
                text-shadow: none;
            }
            
            .err{
                border-radius: 5px 5px 5px 5px;
                color: #fff;
                padding: 5px 15px;
                width:530px;
                margin: 25px auto 25px auto;
                background:red;
                text-shadow: none;
            }
            .error{
                color: red;
                font-size: 10px;
            }
        
        #slider_right{
            float:right;
            width:2px;
            height: 360px;
            background:url("../images/border_slider_right.gif") ;
            background-repeat: repeat-y;
        }
        
        #page_title_left{
            float:left;
            width:2px;
            height: 82px;
            background:url("../images/border_slider.gif") ;
            background-repeat: repeat-y;
        }
        
        #page_title_right{
            float:right;
            width:2px;
            height: 82px;
            background:url("../images/border_slider_right.gif") ;
            background-repeat: repeat-y;
        }
        
        #page_title{
            float:left;
            width: 873px;
            height:47px;
            border: 1px solid #e1e1e1;
            margin: 31px 2px 2px 2px;
            background: url("../images/title_page.jpg");
            background-repeat: repeat-x;
        }
        .t_page{
            font-size: 18px;
            padding-left: 12px;
            padding-top: 12px;
            float:left;
        }
        #breadcrumb {
            color: #7B7B7B;
            float: right;
            font-size: 12px;
            height: 36px;
            line-height: 40px;
            margin-top: 0;
            text-align: right;
        }
        #breadcrumb ul{
            float:right;
            margin-right:10px;
        }
        #breadcrumb ul li{
            float: left;
            padding:5px;
        }
    #bottom_slider{
        width: 883px;
        height:5px;
        margin:0px auto;
        background-color: white;
        background:url("../images/bottom_slider.png") ;
        background-repeat: no-repeat;
    }
    #container_content{
        width: 883px;
        overflow: hidden;
        margin:40px auto;
        text-shadow: 0 1px 0 #F9F9F9;
    }
        #col_left{
            float: left;
            width: 560px;
            padding-left: 15px;
            padding-right: 10px;
            padding-bottom: 10px;
            min-height: 400px;
            text-align: justify;
        }
        #col_right{
            float:right;
            width: 266px;
            margin-right: 15px;
        }
        .like_fb{
            margin-top: -2px;
            margin-left:2px;
        }
        
            #top_col_right{
                width: 266px;
                height: 9px;
                background:url("../images/col_right_top.png") ;
                background-repeat: no-repeat;
                clear:both;
            }
            #bottom_col_right{
                width: 266px;
                height: 11px;
                background:url("../images/col_right_bottom.png") ;
                background-repeat: no-repeat;
                clear:both;
            }                
            #middle_col_right{
                float: left;
                width: 266px;
                background:url("../images/col_left_bg.png") ;
                background-repeat: repeat-y;
                clear:both;
            }
                .box_right{
                    margin: 10px auto;
                    width: 223px;
                    font-size: 12px;
                    
                }
                    .title_bar_right{
                        width:  226px;
                        height:34px;
                        background:url("../images/title_bar1.jpg") ;
                        background-repeat: no-repeat;
                        
                    }
                    .title_col_right{
                        font-size: 14px;
                        padding-left: 15px;
                        padding-top:5px;
                        color: #f5f5f5;
                        text-shadow: none !important;
                    }
                    .icons{
                        float: left;
                        margin-right: 5px;
                    }
                    .box_right ul li{
                        line-height: 20px;
                        margin: 15px 0 5px;
                        padding: 0 0 15px;
                        width: 226px;
                        
                    }
                    
                    .box_right ul li a{
                        font-size: 14px;
                    }
                    
                    .item_right{
                        background: url("../images/doted_line.jpg") repeat-x scroll left bottom transparent;
                    }
        #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: #2B693A;
        }
        .inputs:focus, .textfield:focus{
            border: 1px solid #2B693A;
        }
        
        .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: #2B693A;
        }
        #contact_send{
            width:106px;
            height: 38px;
            background: url("../images/btn_send.png");
            background-repeat: no-repeat;
            margin-bottom: 5px;
            margin-left: 103px;
            border:none;
            zoom: 1;
        	filter: alpha(opacity=80);
        	opacity: 0.8;
        }
        #contact_send:hover{
            cursor: pointer;
            zoom: 1;
        	filter: alpha(opacity=100);
        	opacity: 1.0;
        }
                
            .obligatoriu{
                color:red;
            }
#bottom_background{
    background: url("../images/bottom_background.png");
    background-repeat: repeat-x;
    position:relative;
    z-index: 0;
    bottom:0px;
}
    #footer{
        width: 860px;
        overflow: hidden;
        margin:0px auto;
    }
        #footer_top{
            margin-top:40px;
            overflow: hidden;
        }
            .col1{
                width: 266px;
                float:left;
            }
            .col2,.col3{
                margin-left:31px;
                width: 266px;
                float:left;
            }
            .green{
                color: #63a33a;
            }
            .title_footer{
                font-size: 18px;
                color: #bebdbd;
                padding-bottom: 15px;
                background: url("../images/footer_title_line.jpg") repeat-x scroll left bottom transparent;
            }
                #footer_top ul li{
                    width: 266px;
                    height: 30px;
                    margin: 10px 0px;
                    padding: 6px 0px 0px 15px;
                    background:url("../images/link_footer.png") ;
                    background-repeat: no-repeat;
                }
                #footer_top ul li a{
                    color: #838383;
                }
        #footer_bottom{
            background:url("../images/footer_bottom.jpg") ;
            background-repeat: no-repeat;
            height: 42px;
            margin-bottom:0px;
            font-size: 13px;
            color:#bebdbd!important;
        }
            .copyright{
                float:left;
                padding-top:10px;
            }
            .developed{
                float: right;
                padding-top:10px;
            }
.offer_t{
    position: relative;
    left: -46px;
    top: 12px;
    z-index:1;
}
#cab1:hover{
    cursor:pointer;
    
}
#cab1{
    color: #2b693a;
    font-weight: bold;
}
.ui-dialog{
    width: auto!important;
}
.ui-widget-overlay{
    opacity: 0.75!important;
}
