@charset "utf-8";
/* ************************************************* */
/* ***************** MAIN STYLES ******************* */
/* ************************************************* */
body {
	margin: 0px auto;
	font-family: "Trebuchet MS", Verdana, Tahoma;	
	font-size: 62.5%;
	color:#333333;
}

.bodyWrapper{
	margin: 0px auto;
	width: 850px;
    font-size:1.1em;
}

a{
    color:blue;
    text-decoration: none;
}

a:hover{
    color:purple;
    text-decoration: underline;
}


/* ***************** header  ******************* */
/* ************************************************* */
#header {
  float:left;
  width:850px;
  height:250px;
  border-bottom: 3px solid #000;
  padding: 0px 0px 2px 0px;
}


/* ***************** left  ******************* */
/* ************************************************* */
#left{
    display: inline;
    float:left;
    width:200px;
    font-family:Tahoma, Verdana;
    font-size: 1.1em;
    margin: 10px 8px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.bt{
    display: inline;
    float: left;
    width: 200px;
    height: 24px;
    background: url(../images/left_buton.png) no-repeat left;
    margin: 0px 0px 3px 0px;
     
}
.bt a{
    display: block;
    height: 24px;
    color: #fff;
    text-decoration: none;
    font-size: 0.9em;
    line-height: 24px;
    text-indent: 30px; 
}
.bt a:hover{
    color: white;
    text-decoration: underline;
} 

        .bt_sub{
            display: inline;
            float: left;
            width: 180px;
            height: 24px;
            background: url(../images/bt_sub.png) no-repeat left;
            margin: 2px 0px 3px 10px;
        }
        .bt_sub a{
            display: block;
            height: 24px;
            color: #fff;
            text-decoration: none;
            font-size: 0.9em;
            line-height: 24px;
            text-indent: 25px;
        }
        .bt_sub a:hover{
            color: white;
            text-decoration: underline;
        }
        
        .butons_sub_holder{
            display: inline;
            float: left;
            width: 170px;
            margin: 6px 0px 10px 20px;
        }
        .butons_sub_holder a{
            display: block;
            margin: 8px 0px 3px 0px;
            padding: 0px 0px 3px 0px;
            text-decoration: none;
            border-bottom: 1px dashed #ccc;
        }
        
        

.oferta_speciala{
    display: inline;
    float: left;
    width: 194px;
    border: 2px solid #000;
    margin: 10px 0px 0px 0px;
    border: 1px solid #ccc;
}



/* ***************** content  ******************* */
/* ************************************************* */
#contentWrap{
    display: inline;
    float:left;
    width:630px;
    margin: 10px 0px 0px 0px;
}

#contentWrap h2{
    display: inline;
    float: left;
    width:600px;
    font-size: 18px;
    font-weight: normal;
    text-indent: 30px;
    margin: 10px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
    background: url(../images/icon_header.png) no-repeat 0% 50%;
    color: red;
} 

#contentWrap p{
    display: inline;
    float: left;
    width:600px;  
    margin: 10px 0px 0px 20px;
    font-family: Verdana, Tahoma;
    font-size: 1.0em;
    line-height: 15px;
}

p.main_paragraf{
    background: #fde9e5;
    padding: 8px;
}


.main_prod{
    display: inline;
    float: left;
    width: 130px;
    margin: 10px 0px 10px 20px;
    
}

.main_prod_pct{
    float: left;
    display: inline;
    width: 130px;
    height: 98px;
    border: 2px solid #000;  
}
.main_prod_txt{
    float: left;
    display: inline;
    width: 130px;
    text-align: center;
    margin: 4px 0px 0px 0px;
}


.productholder{
    display: inline;
    float: left;
    width: 600;
    margin: 16px 0px 4px 10px;
    border-bottom: 1px solid #666;
    
}
    .productimage{
        display: inline;
        float: left;
        width: 100px;
        margin: 0px 15px 10px 0px;
    }
    .producttitle{
        display: inline;
        float: left;
        width: 490px;
        border-bottom: 1px dashed #ccc;
        padding: 0px 0px 4px 0px;
        font-size: 1.2em;
        font-weight: bold;
    }
    .producttext{
        display: inline;
        float: left;
        width: 490px;
        margin: 6px 0px 0px 0px;
    }
    .productmore{
        display: inline;
        float: left;
        text-align: right;
        width: 490px;
        height: 20px;
        margin: 6px 0px 0px 0px;
    }
    .productmore a{
        text-decoration: none;
        color: blue;
    }


.mufe_poze{
	display:inline;
	width: 200px;
	height:220px;
	float:left;
	margin:0px 0px 0px 10px;
	text-align:center;
}


/* ***************** footer  ******************* */
/* ************************************************* */
#footer{
    display: inline;
    float:left;
    width:850px;
    height:20px;
    line-height: 20px;
    font-size: 1.0em;
    border-top: 3px solid #000;
    margin: 10px 0px 0px 0px;
}





/* ***************** contact  ******************* */
/* ************************************************* */ 


.form_holder{
	float:left;
	width: 300px;
	margin: 0px 10px 30px 10px;
	font-size:1.1em;
}

.contact_data{
	float:left;
	width: 220px;
	font-size: 1.0em;
	
}
.contact_data strong{
    font-size: 1.0em;
    color: #2f82d2;
}

input, textarea, select {
	border: 1px solid #ccc;
	padding: 4px;
	margin: 6px;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 1.0em;
}
