@charset "utf-8";
/* CSS Document */

body {
	background-color: #D1d1d1;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

body#home #m-home,
body#azienda #m-azienda,
body#prodotti #m-prodotti,
body#confezionamento #m-confezionamento,
body#galleria #m-galleria,
body#qualita #m-qualita,
body#catalogo #m-catalogo,
body#contatti #m-contatti
{
	/*display: inline;
	margin-left: 3px;
	list-style-type: none;
	text-align: right;
	width: 72px;
	float: right;
	padding-right: 8px;
	padding-left: 5px;
	padding-top: 6px;
	padding-bottom: 1px;
	line-height: 80%;*/
	height: 26px;
	background-image: url(../images/menu-tab-hover.gif);
}

body#home #m-home a,
body#azienda #m-azienda a,
body#prodotti #m-prodotti a,
body#confezionamento #m-confezionamento a,
body#galleria #m-galleria a,
body#qualita #m-qualita a,
body#catalogo #m-catalogo a,
body#contatti #m-contatti a
{  
    color: #333;	
}

.clear-floats {
	clear: both;
}


#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	margin-top: 20px;
	border: 1px solid #999;
	background-color: #fff;
}
#header {
	height: 135px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
}

#group-menu {
	height: 30px;
	float: right;
	font-size: 11px;
	font-weight: bold;
	width: 950px;
	margin-right: -1px;
}

#group-menu ul {
	margin: 0px;
	padding: 0px;
}
#group-menu ul li {
	display: inline;
	margin-left: 3px;
	list-style-type: none;
	height: 18px;
	float: right;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}
#group-menu ul li a {
	color: #000;
	text-decoration: none;
}
#group-menu ul li a:hover {
	color: #E40005;
}
#group-menu ul li.active-group a{
	color: #E88107;
}
#title {
	font-size: 16px;
	width: 300px;
	margin-left: 150px;
	font-weight: bold;
	color: #333;
	letter-spacing: 3px;
	margin-top: 15px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	display: inline;
}
#title .spaced {
	letter-spacing: 4px;
	margin-left: 4px;
}
#sub-title {
	font-size: 14px;
	font-style: italic;
	width: 300px;
	margin-left: 50px;
	float: left;
	margin-top: 5px;
	display: inline;
	font-weight: normal;
	letter-spacing: normal;
}


#language {
	height: 30px;
	width: 440px;
	float: right;
	margin-top: 23px;
	margin-bottom: 22px;
}
#language a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	padding-right: 8px;
}

#menu {
	height: 30px;
	float: right;
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	width: 950px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	display: inline;
	margin-left: 3px;
	list-style-type: none;
	text-align: right;
	height: 25px;
	float: right;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 1px;
	background-image: url(../images/menu-tab.gif);
	min-width: 10px;
	line-height: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}




#menu ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
#menu ul li:hover {
	background-image: url(../images/menu-tab-hover.gif);
	background-repeat: no-repeat;
	color: #333;
}
#menu ul li:hover a {
	color: #333;
}
#menu ul li.contatti {
	display: inline;
	margin-left: 3px;
	list-style-type: none;
	text-align: right;
	height: 25px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 1px;
	background-image: url(../images/contact-tab.gif);
}
#footer {
	height: 17px;
	background-color: #E88107;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
}

#sub-footer {
	height: 17px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-repeat: repeat-x;
	color: #666;
}
#sub-footer a {
	color: #666;
	text-decoration: underline;
}
