html {
	font-family: arial, sans-serif;
	background-color: black;
	background-image: url('../images/pattern.jpg');
	background-repeat: repeat;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}
#spaceup {
	height: 20px;
	background-color: transparent;
}
#header {
	height: 110px;
	background-color: #404040;
}

#logo {
	float: left;
	/*margin-left: 4px;*/
}
#navigation {
	float: right;
	width: 674px;
}
#navigation a {
	color: white;
	width: 136px;
	text-decoration: none;
	padding-top: 80px;
	padding-bottom: 15px;
	display: block;
}
#navigation ul {
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	
}
#navigation ul li {

	display: block;
	float: left;
	list-style-type: none;
	width: 133px;
	height: 110px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: bottom;
	border-left: 1px solid black;
}

#navigation ul li.selected {
	background-color: #777777;
}

#space {
	height: 30px;
	background-color: transparent;
}
#body {
	height: 430px;
}
#sx {
	width: 286px;
	height: 430px;
	float: left;
	background-color: #404040;
	color: white;
	font-size: 11pt;
	line-height: 110%;
}
#sx a {
	color: white;
}

#sx div.linklingue {
	margin-top: 110px;
	text-align: center;
}

#sx div.linklingue a {
	color: white;
}

#sx div.testo {
	margin: 16px;
	text-align: justify;
	line-height: 150%;
}

#sx div.indirizzo {
	margin-top: 120px;
	margin-left: 4px;
}

#sx ul {
	padding-top: 8px;
	padding-left: 12px;
}
#sx ul li {
	line-height: 150%;
	font-size: 110%;
	
}
#sx ul li a {
	text-decoration: none;
}

#sx ul li.selected {
	text-decoration: underline;
}

#sx div.linkcatcatalogo {
	text-align: center;
}

#sx div.linkcatcatalogo a {
	/*color: #B20033;  103*/
	/*color: #7A001F;  123*/
	color: white;
	font-size: 120%;
}


#dx, #dx-prodotti {
	width: 674px;
	height: 430px;
	float: left;
	background-color: white;
}

#dx-prodotti {
	overflow: auto;
}

#dx div.testosx {
	float: left;
	width: 305px;
	padding: 16px;
	text-align: justify;
	line-height: 140%;
}
#dx div.testosx h1 {
	font-size: 100%;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}
#dx div.testosx span {
	font-style: italic;
	font-size: 80%;
}

#fotodx {
	float: left;
	width: 337px;
	height: 430px;
}

#map {
	height: 430px;
	width: 674px;
}

.catalogo-thumb {
	float: left;
	padding-left: 22px;
	padding-top: 16px;
	width: 138px;
	text-align: center;
}

.cat-titolo {
	text-align: center;
	font-size: 90%;
}

#containergiorno, #containernotte {
	float: left;
	width: 337px;
	height: 430px;
	background-repeat: no-repeat;
}

#containergiorno {
	background-image: url('../images/prodotti/giorno.jpg');
	
}
#containernotte {
	background-image: url('../images/prodotti/notte.jpg');
}

#containergiorno a, #containernotte a {
	display: block;
	text-decoration: none;
	font-size: 300%;
	padding-top: 340px;
	height: 90px;
	text-align: center;
	color: #ffffff;
	background-color: transparent;
}

#footer {
	padding-top: 4px;
	color: white;
	width: 960px;
	font-size: 9pt;
	text-align: center;
}

#footer a {
	color: white;
}