/* Modello BLUE */

/* Settaggi generali: Suddivisione pagina --------------------------------------------------- */

html,body {
	margin: 0;
	padding:0;
	height:100%;
}
body {
	text-align: center;
	background-color: #363636;
	background-image: url(../img/sfondo_body.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size:76%;	
}

html, body, td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #555;
}

div#container {
	position: relative;
	width: 765px;
	height: 100%;
	margin: 0 auto; /*centra il DIV su Firefox */
    text-align: left;	
	background-color: #363636;
	background-image:url(../img/sfondo_container.gif);
	background-repeat:no-repeat;
}

body>div#container{
	height: auto;
	min-height: 100%;
}

div#header {
	width: 100%;
	color: #ddd;
	background-color:transparent;
	padding-top:25px;
	padding-left:17px;
	height:120px;
}

div#contenuti {
	/* padding: 64px; */
	width:100%;
	padding-bottom: 84px; /* necessario - altezza del footer */
	background-color:transparent;	
	/* display:inline-block; peekaboo bug*/
	zoom:1; /*peekaboo bug*/
	
}

div#colonnasx  {

	float:left;
	width:256px;
	margin-top:20px;
	margin-left:16px;
	/*margin-right:;a seconda della larghezza della colonna dx + il suo bordo*/
}



div#colonnadx  {
	float:left;
	width:148px;
	
}




div#footer{ 
	position: absolute;
	bottom: 30px;
	width: 100%;
	font-size: 0.8em;
	color: #aaa;
	text-align: right;
	margin-right: 32px;	
	color:#b3b3b3;
}


/* Settaggi generali: RESET TAG ---------------------------------------------- */

p { 
	margin: 0;
	color:#fff;
	line-height:1.4em;
	font-size:1em;
	margin-bottom:15px;
}

h1 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 1.6em;
	color: #009580;
	font-weight: normal;
	margin-bottom:15px;	
}
h2 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 1.6em;
	color: #a6ada6;
	font-weight: normal;	
}

/* Settaggi generali: Stili Blue --------------------------------------------------- */

.piccolo { font-size: 0.8em; }
.clear { clear: both; }
.fleft {float:left; }
.fright {float:right; }
.alignright {text-align:right;}
.aligncenter {text-align:center;}
.uppercase {text-transform:uppercase;}

/* Settaggi specifici: Nome Sito ----------------------------------------------------- */

a, a:link, a:active, a:visited {
	color: #009580;
	text-decoration: none;
}
a:hover { color: #fff; }

#footer a, #footer a:link, #footer a:active, #footer a:visited { color: #888; }
#footer a:hover { color: #000; }


/* Stili Header --------------------------------------------------- */

.logo  {
	background-image:url(../img/logo_phonoflex.png);
	background-repeat:no-repeat;
	background-position:left top;
	height:120px;	
	width:600px;
	margin-left:25px;
}

#header a, #header a:link, #header a:active, #header a:visited {
margin-top:40px;
margin-right:35px;
color:#fff;
}

#header a:hover {
color:#009580;
}


/*stili footer ------------------------------------------ */

#footer p {
	color:#b3b3b3;
	padding-right:10px;
}

/* stili index ---------------------------------------------- */

.flash {	
	width:716px;
	height:300px;
	margin-left:17px;
	background-color:#fff;
}

.separatore {
	border-bottom:1px solid #009580;
	margin-bottom:15px;
}

.corpo {
	width:765px;
	background-image:url(../img/sfondo_contenuti.png);
	background-position:right bottom;
	background-repeat:no-repeat; 
}


.imgmiddle {
vertical-align:middle;
}


