body {
	margin: 0px; padding: 0px;
	width: 100%; height: 100%;
	background: #fff url(img/bg.gif) repeat-x;
	font-family: Arial, Verdana, Helvetica; color: #666; font-size: 11px;
	line-height: normal;
}
#content{
	width: 930px;
	margin: 0 auto;
	padding:20px 0 20px 0;
	float: none; clear:both;
}
#flash, #menu{width:100%; text-align: center; padding:0; margin:0; clear:both;}

#colSX{
	width: 465px; float:left; clear:left; margin:20px 0 10px 0; border-right: solid 1px #E8E5E5;
}
#colDX{
	width: 454px; float:left; clear:right; margin:20px 0 10px 10px; 
}
#bottom{
	background-color: #e8e5e5; height: 65px; margin-top:30px; width: 100%; float: none; clear:both; text-align: center;
}
#bottomInt{
	width:930px; padding-top:20px; margin:auto; font-size: 10px;
}
select{
font-family:Arial;
	background-color: #fff; color: #444; font-size: 9px; border: solid 1px #444; padding:2px;
}
a:link, a:visited, a:active{
	color: #2c2a45; text-decoration: underline;
}
a:hover{
	color: #111; text-decoration: none;
}
a.button:link, a.button:visited, a.button:active{
	color: #434068; text-decoration: none; background-color: #E8E5E5; padding:5px 4px 5px 4px; font-weight: bold;
}
a.button:hover{
	background-color: #d3cece;
}
h1{
	font: normal 22px "Palatino Linotype", Georgia, "Times New Roman", Helvetica;
	color: #434068; margin:0px; padding:0px;
}
h1.titHome{
	color: #666;
}
h2{
	font: normal 18px "Palatino Linotype", Georgia, "Times New Roman", Helvetica;
	color: #2C2A45; margin:0px; padding:0px; line-height: 14px;
}
h3{
	font-weight:bold; font-size: 13px;
	line-height: 10px; padding:0; margin:0 0 10px 0;
}
.data{
	color:#444; font-weight:bold;
}
p{
	margin:0px; padding:0px;
}
p.spacer{
	padding: 5px 0 15px 0; border-top: solid 1px #E8E5E5;
}
.materassi{
	float:left;
}

/* form + contatti page code /////////////////*/
form .formBloc{
	float: left;
	margin-right: 10px;
	font-size: 10px;
	margin-bottom:5px;
	width:130px;
}
form .formBloc2{
	float: left;
	font-size: 10px;
	margin-bottom:5px;
	width:465px;
}
form hr{
	background-color: #ccc;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #ccc;
}
.trattamento{
	font-size: 10px;
	color: #999999;
}
.input0{
	background-color: #FFFFFF;
	border: 1px solid #DBDBDB;
	font-size: 11px;
	color: #666666;
	margin-right: 2px;
	padding-left: 2px;
}
textarea{
	display: block;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #DBDBDB;
	margin-bottom: 10px;
	padding: 3px;
}

.invia{
background-color:#009900;
border: 0;
color:#FFFFFF;
font-weight:bold;
font-size:9px;
}
.annulla{
background-color:#666666;
border: 0;
color:#FFFFFF;
font-weight:bold;
font-size:9px;
}
/* fine contatti code /////////////////*/

/* EASY TABS CODE /////////////////////*/
.widget {
width: 310px;
margin: 20px;
padding: 10px;
background: #f3f1eb;
border: 1px solid #dedbd1;
margin-bottom: 15px;
}

	.widget a {
	color: #222;
	text-decoration: none;
	}
	
	.widget a:hover {
	color: #009;
	text-decoration: underline;
	}

	.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
	}
	
		.tabnav li a {
		text-decoration: none;
		text-transform: uppercase;
		color: #222;
		font-weight: bold;
		padding: 4px 6px;
		outline: none;
		}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		background: #dedbd1;
		color: #222;
		text-decoration: none;
		}
		
	.tabdiv {
	margin-top: 2px;
	background: #fff;
	border: 1px solid #dedbd1;
	padding: 5px;
	}
	
		.tabdiv li {
		list-style-image: url("star.png");
		margin-left: 20px;
		}

.ui-tabs-hide {
		display: none;
		}

		#featuredvid {
		text-align: center;
		}
		
			.fvid {
			margin-bottom: 5px;
			}
		
			.vidselector li {
			text-align: left;
			list-style: none;
			padding: 5px;
			background: #ffffff;
			border: 1px solid #dedbd1;
			text-transform: uppercase;
			margin-bottom: 5px;
			}
/* end easy tabs //////////////////*/




