body {
	margin: 0;
	padding: 0;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}


td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0;
}

#logo h1 {
	padding-left: 30px;
	text-align: center;
	font-size: 25px;
	color: #999999;
	clear: both;
}

#logo h1 a {
	color: #CCCCCC;
}

#logo p {
	font-size:15px;
	color: #666666;
	padding-left: 30px;
}

#logo h2 a, #logo p a {
	color: #000000;
}

#logo a {
	text-decoration: none;
}


/* link indicizzazione */

#linkindicizz {
	clear: both;
	width: 900px;
	color: #CCCCCC;
	padding: 0px;
	background-color: #333333;
}

#linkindicizz ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#linkindicizz li {
	display: block;
	float: left;
	width: 187px;
	padding: 10px 10px 10px 25px;
}

#linkindicizz li ul {
	line-height: 1.8em;
}

#linkindicizz li li {
	display: list-item;
	background: url(pics/img07.gif) no-repeat left 50%;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 25px;
}

#linkindicizz h2 {
	margin: 0 0 10px 0;
	color: #FFFFFF;
	font-size: 14px;
}

#linkindicizz a {
	text-decoration: none;
	color: #CCCCCC;
}

#linkindicizz a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(pics/img06.jpg) no-repeat left top;
	font-size: 11px;
	color: #CCCCCC;
}

#footer p {
	margin: 0;
	padding: 13px 20px 15px 20px;
}

#footer a {
	color: #FFFFFF;
}

#legal {
	float: left;
}

#links {
	float: right;
}



/* Menu */

#menu{
width: 100%;
}
#menu ul{
margin: 0;
padding-left: 0;
list-style: none;
}
#menu li{
font-size: 1em;
display: inline;
margin: 0;
padding: 0;
}
#menu a:link, #menu a:visited{
float:left;
background: url(pics/menu3.jpg) 0 0 repeat;
background-color: #fff;
color: #05181E;
margin: 0em;
padding: 0.3em 1.5em 0.3em 1.5em;
font-weight: bold;
text-decoration: none;
border-top: 4px solid #000;
}
#menu a:hover, #menu a:focus, #menu a:active{
	color: #41545F;
	background: url(pics/menu3.jpg) 0 0 repeat;
	background-color: #fff;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #990000;
}
.cerca-casa{
	font-size: 17px;
	font-weight: bold;

}
.cerca-nel-nostro {
	font-size: 12px;
}
.aggiornamento{
	font-size: 10px;
	color: #C5B394;
}
.form-cerca{
	background-image: url(pics/bg-form.png);
	background-repeat: repeat-x;
	background-position: center;
	color: #333333;
	text-decoration: none;
	border: 1px solid #999999;
}

/* Menu Categorie */

.urbangreymenu{
width: 160px; 
}

.urbangreymenu .headerbar{
font: bold 13px Tahoma, Arial, Helvetica, sans-serif;
color: white;
background: #606060 url(pics/arrowstop.gif) no-repeat 8px 6px; /*gli ultimi due valori sono le coordinate dell'immagine del bullet*/
margin-bottom: 5px; /*spazio inferiore tra l'header e il resto del contenuto*/
margin-top: 0; /*spazio inferiore tra l'header e il resto del contenuto*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	font: normal 12px Arial;
	color: black;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	background-color: #F3EEE8;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}

/* galleria carosello in home page */

.stepcarousel{
position: relative; /*leave this value alone*/
border: 5px solid #BD1C04;
overflow: scroll; /*leave this value alone*/
width: 580px; /*Width of Carousel Viewer itself*/
height: 135px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 5px; /*margin around each panel*/
	width: 100px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height: 100px;
}
