/* 
    Document   : style
    Created on : 2012-11-01, 12:23:05
    Author     : uri3l
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body{
    background-color: whitesmoke;
}

#main {
    display: block;
    width: 984px;
    margin: auto;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    background-color: white;
    border:2px solid black;
}

/* ###### LOGO ######## */
#logo{
    background-color: white;
    clear: both;
    height: 120px;

}
#logo_img{
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}

#logo_pic{
    float: right;
    padding-right: 40px;
}
/* ###### MENU ######## */

#main_menu{

display: block;
background: #919191;
height: 33px;
background: url('img/navbg.gif') repeat-x;
clear: both;
}
#main_menu ul{
    padding-left: 20px;
}
#main_menu ul li {
    float: left;
    display: block;
    list-style: none;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

#main_menu ul li a:link, ul li a:visited {
    background: url('img/navbg.gif') repeat-x;
    display: block;
    line-height: 33px;
    color: #fff;
    height: 33px;
    padding: 0 8px;
    text-decoration: none; 
}

#main_menu ul li a:hover {
    background: url('img/navbg1.gif') repeat-x;
    text-decoration: none;
    height: 33px;
    color: #f1ba03;
}


/* ###### SCREEN ######## */
#screen{
    background-color: white;


}
/* ###### MENU_DOWN ######## */
#menu_down{    
    height: 200px;
    background-color: white;
    clear: both;

}

.image_carousel {
    padding: 15px 0 15px 40px;
}
.image_carousel img {

    background-color: white;
    padding: 9px;
    margin: 7px;
    display: block;
    float: left;
}
.clearfix {
    float: none;
    clear: both;
}
/* ###### FOOT ######## */
#foot{
    /*height: 155px;*/

    width: 100%;
    background-color: white;
    clear: both;
    overflow: hidden;




}
#foot_content{

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: auto;
}

#foot_logo{
    float: left;
    margin-left: 40px;
}

#foot_hr{
    clear: both;
}
#foot_hr hr{
    border:1px solid black;
}
#foot_contact{
    float: left;
    font-size: 13px;
    margin-left: 20px;
   /* margin-left: 10%;*/
}
#foot_contact2{
    float: left;
    margin-left: 250px;
    font-size: 16px;
    font-weight: bold;
}

#foot_menu{
    float: right;
    margin-right: 20px;
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    display: inline;

}

ul#foot_link, ul#foot_link li {

        display: inherit;
        float: left;
}

ul#foot_link a:link, ul#foot_link a:visited {
	text-decoration: none;
	color: black;
        margin: 3px;

}

ul#foot_link a:hover {
	color: #f1ba03;

}

#foot_copyright{
    clear: both;
    margin-left: 5px;
    text-decoration: none;
    text-align: left;
    font-size: 10px ;
    color: grey;
    font-weight: bold;
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

/* ###### START ######## */

#start_text{
    float: left;
    vertical-align: top;
    width: 734px;

    font-family: Arial, Helvetica, Verdana, sans-serif;

}

#start_text img{
    margin: 20px;
}
#start_text p{
    text-align: justify;
    text-indent: 30px;
    margin: 14px;
    margin-left: 20px;
}


#start_tab{
    float: left;
    width: 240px;
    margin-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
#start_tab1{
    margin-left: 10px;
    margin-top: 5px;
    border:black solid 0px;
    padding-bottom: 5px;
}

#start_tab2{
    margin-top: 5px;
    border:black solid 0px;
    margin-left: 10px;

}

#start_title{
    display: block;
    background: #919191;
    height: 33px;
    background: url('img/navbg.gif') repeat-x;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    line-height: 33px;
}
#start_title_li{
    padding-top: 10px;
}
#start_title_li li{
    padding-top: 5px;
}
#start_link{
    padding-left: 70%;
}
#start_link a:link, a:visited {


    color: black;
    text-decoration: none;
}

#start_link a:hover {

    text-decoration: none;
    color: #f1ba03;
}

/* ###### REALIZATION ######## */
#realization_text{
    display: block;
    margin: 0 auto;
}

#realization_text p{
    text-align: center;
    font-weight: bold;
    font-size: 22px;

}
#realization_box{
    width: 100%;
    clear: both;

}
#realization_box_title{
    text-align: justify;
    font-weight: bold;
    font-size: 14px;
    margin-left: 5px;
    margin-bottom: 5px;
}
#realization_box_describe{
    text-align: justify;
    text-indent: 15px;
    font-size: 14px;
    margin-left: 7px;
    margin-bottom: 5px;
}
#realization_box_img{
    float: left;
    display: block;
    margin: 0 auto;
    padding: auto;
}
#realization_box_img{
    margin: 10px;
}
#realization_box_hr{
    width: 100%;
    clear: both;
}
#realization_box_hr hr{
    width: 80%;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

/* ###### RECOMENDATION ######## */
#recomendation_text{
    display: block;
    margin: 0 auto;

}
#recomendation_text p{
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}

#recomendation_box{
    width: 23%;
    float: left;
    margin: 5px;
}
#recomendation_box img{
    display: block;
    margin: 0 auto;
    border: 1px solid #919191;
}

#recomendation_box_text{
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

/* ###### OFFER ######## */

#offer_img{
    width: 30px;
    float: left;
    margin-left: 40px;
}

#offer_text{

     margin-left: 330px;
}
#offer_text p{
         font-weight: bold;
         font-size: 22px;
         text-align: center;
         margin-left: 20px;
}
#offer_text a{
         text-align: center;
         font-size: 14px;
}
#offer_text ul{
    margin-left: 60px;
    text-align: left;
}

/* ###### CONTACT ######## */
#contact_info{
    font-size: 18px;
    margin: 30px;
    text-align: center;
}
#contact_info strong{
    font-size:22px;

}