@import"reset.css";@import"font.css";

body {font-family:afta_sansregular, Arial, Helvetica, sans-serif;color:#000000;min-width:960px;font-size:14px;}
html,body{height:100%;}


/*style del menu in top*/
ul#menu {
    font-family: afta_sansregular;
    font-size: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul#menu li {
    background-color:none;
	letter-spacing:1px;
    border-bottom:none;
    display: block;
    width: auto;
    height: 30px;
    margin: 110px 10px 2px 10px;
    float: right; /* elementi su singola riga */
}
ul#menu li a {
    color: #fff;
    display: block;
    font-weight: normal;
    line-height: 30px;
    text-decoration: none;
    width: auto;
    height: 30px;
    text-align: center;
} 
ul#menu li.active, ul#menu li:hover {
    background-color:;
    border-bottom: 5px solid #FFFFFF;
}

.divider{
	clear:both;
}

/*style degli elementi top*/
#top {
	background:#C6463A;
	height:150px;
	width:100%;
	margin:0;
}
#logo_tecnofood {
	float:left; 
	margin:4px;
}

.bottoni_categorie{
	text-align:center;
}

#btn_conteiner{
	width:1230px;
	text-align:center;
	margin:0 auto;
}

.bottoni_categorie_v2{
	text-align:center;
	width:402px;
	height:252px;
	margin:4px;
	float:left;
}

#btn_cucina{
	background:url(../images/btn_cooking_v2.jpg);
}
#btn_cucina:hover{
	background:url(../images/btn_cooking_over.jpg);
}

#btn_refrigerazione{
	background:url(../images/btn_refrigeration_v2.jpg);
}
#btn_refrigerazione:hover{
	background:url(../images/btn_refrigeration_over.jpg);
}

#btn_lavaggio{
	background:url(../images/btn_washing_v2.jpg);
}
#btn_lavaggio:hover{
	background:url(../images/btn_washing_over.jpg);
}

.btn_categorie{
	width:30%;
}

.btn_categorie_v2{
	width:402px;
	text-align:center;
}

#footer{
	margin-top:10px;
	background:#C6463A;
	padding:3px 0 3px 0;
	text-align:center;
	color:#FFFFFF;
	width:100%;
	margin:0;
}

#footer a{
	color:#FFFFFF;
}
