/****stili struttura principale****/
body
{
	margin: 0px;
	font-size: 12px;
	font-family: Arial;
	background-color: white;
}

h1, h2, h3
{
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a, a:hover
{
	color: #333333;
	text-decoration: none;
}

a:hover
{
	color: #000000;
}

#container
{
	width: 100%;
	height: 100%;
}

#mainContent
{
	margin: 0px auto;
	width: 100%;
	height: auto;
	background-color: #CCCCCC;
	overflow: hidden;
}

#body
{
	overflow: hidden;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	background-image: url('../immagini/grafica/fondo.jpg');
	background-position: top;
	background-repeat: repeat-x;
	background-color: white;
}

#left
{
	float: left;
	width: 250px;
	background-color: red;
}
/****fine struttura principale****/

/****testata*****/
#header
{
	width: 93%;
	height: 107px;
	overflow: hidden;
	background-image: url('../immagini/grafica/testata/testata.jpg');
	background-position: top;
	background-repeat: repeat-x;
	position: relative;
	padding-left: 4%;
	padding-right: 3%;
}

#header_titolo
{
	width: 344px;
	height: 44px;
	margin-top: 50px;
	float: left;
}

#nav_menu
{
	float: right;
	width: 350px;
	margin-top: 70px;
}


.nav_item, .nav_item.sel
{
	float: left;
	margin-left: 15px;
	color: #999999;
	font-family: Trebuchet MS;
	font-size: 20px;
}

.nav_item:hover, .nav_item.sel
{
	color: #333333;
	border-bottom: 2px solid #DEDA00;
}

.nav_item a
{
	color: #999999;
}

.nav_item a:hover, .nav_item.sel a
{
	color: #333333;
}
/*****fine testata*****/


/*****content*****/
#content
{
	margin: 0 auto;
	width: 93%;
	min-height: 600px;
	height: auto !important;
	overflow: hidden;
}
/*****fine content*****/


/****piede****/
#footer
{
	width: 100%;
	height: 443px;
}

#footer_link
{
	width: 100%;
	height: 307px;
	color: #333333;
	border-top: 6px solid #DEDA00;
	background-image: url('../immagini/grafica/piede/piede_link.jpg');
	background-position: top;
	background-repeat: repeat-x;
}

#footer_link_container
{
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#footer_tag
{
	width: 93%;
	padding-left: 4%;
	padding-right: 3%;
	height: 127px;
	color: #666666;
	border-top: 3px solid #DEDA00;
	background-image: url('../immagini/grafica/piede/piede_tag.jpg');
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 10px;
}

#footer_tag .titolo
{
	float:left;
}

#footer_tag .testo
{
	margin-left: 180px;
	font-size: 10px;
}

#footer_creative, #footer_internet, #footer_contatti
{
	margin-top: 15px;
	float: left;
	margin-right: 50px;
}

#footer_creative h2, #footer_internet h2, #footer_contatti h2
{
	font-size: 20px;
	font-family: Trebuchet MS;
	color: #333333;
}

#footer_contatti
{
	*line-height: 1.2;
	margin-right: 0px;
	width: 220px;
}

#footer_icone
{
	color: #333333;
	float: left;
	margin-right: 50px;
	width: 258px;
}

.footer_list_element
{
	background-image: url("../immagini/grafica/piede/list.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	font-size: 12px;
	margin-top: 10px;
	font-weight: normal;
}

.footer_list_element a:hover
{
	border-bottom: 2px solid #DEDA00;
}

div.footer_contatti_testo
{
	margin-top: 15px;
	font-size: 12px;
	line-height: 1.25;
}

div.iphone
{
	background-image: url("../immagini/grafica/piede/busta_mailing.png");
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 20px;
	width: 258px;
	height: 89px;
}

#footer_icone div.icone
{
	overflow: hidden;
	width: 190px;
	margin: 0 auto;
}

#footer_icone div.icone div.icona
{
	float:left;
	margin-bottom: 20px;
	margin-right: 10px;
}

div.copyright
{
	font-size: 12px;
	margin-top: 10px;
	text-align: center;
}
/****fine piede****/

/****stili generici****/
.warning
{
	font-size: 14px;
	font-weight: bold;
	background-color: #ff9999;
	text-align: center;
}

.errors
{
	font-size: 10px;
	font-weight: bold;
	background-color: #ff9999;
	text-align: center;
}

.titoloSezione
{
	font-size: 16px;
	color: #999999;
	text-align: center;
	margin-bottom: 10px;
}

.puntatore
{
	cursor: pointer;
}

.StickyWinInstance
{
	overflow: visible;
}	
/****fine stili generici****/


/****input generici****/
input, textarea
{
	font-size: 12px;
}

input[type=text], input[type=password], textarea
{
	border: 1px solid #999;
}

input[type=image]{border: 0px;}

input[type=checkbox]{border: 0px;}

input:focus, textarea:focus
{
	background-color: #fffbbd;
}
/****fine input generici****/

/*************stili popup**********/
div.closePopup
{
	position:absolute;
	top: -10px;
	left: -10px;
	cursor: pointer;
}

div.contPopup
{
	background-color: black;
	border: 1px solid #999999;
	padding: 5px;
	padding-top: 10px;
	padding-left: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	overflow: visible;
}

div.popup_titolo
{
	color: #666666;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	text-align: center;
}

div.popup_sottotitolo
{
	color: #666666;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
	text-align: center;
}

div.popup_testo
{
	color: #333333;
	font-size: 16px;
}

div.popup_input
{
	margin-bottom: 10px;
	overflow: hidden;
}

div.popup_input .label
{
	width: 90px;
	clear: left;
	float: left;
	font-weight: bold;
	color: #666666;
}
/***********fine stili popup***********/