﻿html, body {
	margin:0px;
	padding:0px;
}

#head {
	height:100px;
}

#logo {
	width:600px;
	height:100px;
	float:left;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

#menu {
	width:360px;
	height:90px;
	float:left;
	padding-top:10px;
}

.vocemenu {
	background-image:url(../images/bg_menu.png);
	width:119px;
	height:16px;
	text-align:left;
	float:right;
	padding-top:1px;
}

.icohome {
	background-image:url(../images/ico_home.png);
	background-repeat:no-repeat;
	background-position:5px 3px;
	width:25px;
	height:16px;
	float:left;
}

.icocatalogo {
	background-image:url(../images/ico_catalogo.png);
	background-repeat:no-repeat;
	background-position:5px 3px;
	width:25px;
	height:16px;
	float:left;
}

.icocontatti {
	background-image:url(../images/ico_contatti.png);
	background-repeat:no-repeat;
	background-position:5px 3px;
	width:25px;
	height:16px;
	float:left;
}

.icodettagli {
	background-image:url(../images/ico_dettagli.png);
	background-repeat:no-repeat;
	background-position:5px 3px;
	width:25px;
	height:16px;
	float:left;
}

.dettagli {
	background-image:url(../images/bg_menu.png);
	width:80px;
	height:16px;
	text-align:left;
	float:left;
	padding-top:1px;
	margin-top:6px;
}

.ombra {
	background-image:url(../images/ombra.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	height:210px;
}

.tel {
	background-image:url(../images/bg_tel.png);
	background-repeat:no-repeat;
	background-position:417px 120px;
	padding-top:126px;
	height:94px;
}

.bgmenu2 {
	margin-left:50px;
	width:145px;
	padding-left:15px;
	padding-bottom:5px;
	margin-top:5px;
	border-bottom:1px solid #80a6ca;
	background-image:url(../images/bg_menu2.png);
	background-position:left bottom;
}
