body  {
	background-image: url("images/sfondo.jpg");
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	/*text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	scrollbar-face-color: eeeeee;
	scrollbar-highlight-color: ccc999;
	scrollbar-shadow-color: 999999;
	scrollbar-arrow-color: #000066;
	scrollbar-track-color: dddddd;
}

.map-background {
	background-image: url("images/sfondomex.jpg");
	background-repeat: no-repeat;
	background-position: 10em 3em;
}

#content p {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8.5pt;
	font-style : normal;
	font-weight : normal;
	color : #333333;
}

#header  {
	border: none;
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/*padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding: 0px;
}

#header img {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#navigation {
	position: absolute;
	left:-3px;
	top:48px;
	float: left;
	width: 10em;
	margin:0;
	margin-left: 3px;
	padding: 0px;
}

#navigation img {
	margin: 0px;
	padding: 0px;
}

#navigation2 {
	float: right;
	width: 10em;
}

#content {
	margin: 0px 10em;
	width: 37.5em;
	padding: 0px;
	float:left;
}

#tabbed-content {
	/*border:2px solid #8292ca;*/
	padding:5px;
	margin-right:5px;
}

#content img {
	/*
	padding: 1px;
	border: none;
	*/
	float: right;
	margin: 0 0 1em 1em;
}

#content a img {
	float: none;
	padding: 0px;
	border: none;
	float: none;
	margin: 0 0;
}

#content a {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	color : #5E73BB;	
	text-decoration : none;
}

#content a:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	color : #000099;
	text-decoration : none;
}

#centered {
	position:relative;
	width:250px;
	margin:0 auto;
}

#photo-scroll-container {
	width:400; height:50; overflow: hidden;
	margin:0 auto;
}

#photo-scroll {
	width:1500; 
	height:55;
}

#container { 
	width: 47.50em;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* the following background seems to make IE expand the container to be shown when not required!!!
	background: #FFFFFF;
	*/
	margin: 0px; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#footer {
	background:#FFFFF;
	text-align:center;
	float:left;
}

#footer a { 
	background:#FFFFF;
	text-align:center; 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	color : #8585C2;
	text-decoration:none;
}

#footer a:hover { 
	background:#FFFFF;
	text-align:center; 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight: normal;
	color: #000099;
	text-decoration:none;
}

#left-content {
	width:60%;
	float:left;
}

#right-content {
	width:100%;
	padding:0;
	margin:0;
}

#right-content img {
	padding: 0px;
	border: solid 1px;
	float: right;
	margin: 0 0 1em 1em;
}

.content-title {
	padding:3px;
	font-weight:bold;
	text-align:center;
	background-color:#D9DEEF;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.title-centered {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8585C2;
	align: center;
}

#clear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.titoli{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	color : #333333;
}

.img-title {
	 height=38;
	 margin:0;
	 padding:0;
	 width: 35em;
}

.testi{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	color : #333333;
}

A:HOVER {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	color : #000099;
	text-decoration : none;
}

.testIform { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 12px; font-style : normal; font-weight : normal; color : #333333; }

.giust {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: normal;


}
.linksmall {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #003399;
	font-weight: normal;
}
.grandi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8585C2;

}
.titoligrandi {

	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-weight : bolder;
	color : #333333;
}
A.linksmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	font-weight: bold;
}

A.linksmall:hover {
	COLOR: red; TEXT-DECORATION: none; 
	font-weight:bold;
}
A.linksmall:visited {
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none
}.titoliBianchi {

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	color : #FFFFFF;
}

.tdkitchen {
	background-image: url(images/sfondokitchen.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
}

A.KITCHEN {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8585C2;
	font-style : normal;
	text-decoration:none;
}
	
A.KITCHEN:HOVER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	font-style : normal;
}

.tdshop {
	background-image: url(images/sfondoshop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
}
a.bianco {

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	color : #FFFFFF;	
	text-decoration : none;
}
a.bianco:hover {

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	color : #FFCC00;
	text-decoration : none;
}
.testodist {
	line-height: 25px;
}

.float-right {
	float:right;
}

 #tab a
{
color: #ffffff;
background: #8292ca url(images/left-corner.gif) left top no-repeat;
text-decoration: none;
padding-left: 10px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
}

 #image-tab a
{
	text-decoration: none;
	padding-left: 15px;
}

 #image-tab li
{
	list-style: none;
	float: left;
	margin: 1px;
}



#tab a span
{
background: url(images/right-corner.gif) right top no-repeat;
padding-right: 10px
}

#tab a, #tab a span
{
display: block;
float: left
}

/* Hide from IE5-Mac \*/
#tab a, #tab a span
{
float: none
}
/* End hide */

#tab a:hover
{
color: #333333;
background: #8292ca url(images/left-corner.gif) left top no-repeat;
padding-left: 10px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
font-style:bold;
}

#tab a:hover span
{
color: #333333;
background: url(images/right-corner.gif) right top no-repeat;
padding-right: 10px
}

#tab a.selected 
{
color: #333333;
}


#tab li
{
list-style: none;
float: left;
margin: 1px;
}

#side_bar {
	/*position: relative; 
	left: -300px;*/ 
	width: 135px; 
	height:400px; 
	margin-top:-10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	overflow: auto;
	/*display: none;*/
}

#icons {
	margin-bottom: 10px;
}

#icons a {
	/*margin-right: 2px;*/
}

#map {
	font-size:10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	width:450px;
	height: 400px; 
	float:left
}

#map a img {
	margin-left: 10px;
	float: right;
}

