/* Foglio di Stile per il Layout */
*{
margin:0;
padding:0;
}
body	{
	font: 62.5% Verdana, Arial, Tahoma,  Helvetica;
	margin: 0;
	padding:0;
	background: #dedede url(../images/sfondo_sito_temp.jpg) repeat-x 0 0;
	color: #808080;
	text-align: center;
	}

form	{
	margin: 0;
	padding:0;
	}

img, fieldset	{
	border: 0;
	}

#wrap {
	width: 760px;
	margin: 0 auto;
	}
#main-content {
	width: 760px;
	padding: 0;
	text-align: left;
	}

#content{
	text-align: left;
	margin:0;
	padding:0 0px 20px 0;
	float:left;
	width:527px;
	}
.box_logo {
	text-align: left;
	float: left;
	padding: 0;
	width: 380px;
	}
.box_logo p {
	font-size: 1.1em;
	margin: 20px 0 0 0;
	}
.box_logo img {
	margin-bottom: 1.5em;
	}
#home_temp {
	margin: 140px 0 0 60px;
	width: 700px;
	}
.box_brochure {
	float: left;
	width: 300px;
	}
#intestazione {
	margin: 0 0 0 60px;
	width: 700px;
	}

#ftr 	{
	clear:both;
	color: #aaa;
	margin:0px;
	padding: 0;
	font-size: 10px;
	height:54px;
	border: 0;
	line-height: 55px;
	}

#ftr a	{
	color: #aaa;
    text-decoration: none;
	}

#ftr a:hover	{
    text-decoration: underline;
	}

/* Foglio di stile presentazione */

.clear {
	clear: both;
	}

p 	{
	clear: left;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 0.9em;
	color: #808080;
	}

table 	{
	font-size: 1em;
	border-collapse: collapse;
	margin-top: 0;
	margin-bottom: 0.9em;
	color: #555;
	}


a	{
	color: #6CBCCD;
	text-decoration: none;
	}

a:hover	{
	text-decoration: underline;
	}

hr 	{
	color: #ddd;
	width: 100%;
	height: 1px;
	border: solid;
	margin: 0;
	}

h1  {
	font:22px/22px Arial, Helvetica, sans-serif;
	color: #951A18;
	margin: 10px 0 -13px 0;
	}

h2  {
	font:18px/18px Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
	color: #65AAB5;
	margin: 0px 0 10px 0;
	}

h2 a {
	text-align: left;
	color: #65AAB5;
	text-decoration: none;
	}

h2 a:hover {
	color: #65AAB5;
	text-decoration: underline;
	}

h3  {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #C2233B;
	margin-bottom: 0.9em;
	}

h3 a {
	text-align: left;
	color: #666;
	text-decoration: none;
	}

h3 a:hover {
	text-decoration: underline;
	}


img {
	border-color: #666;
	}

/* box per news e servizi */


.box_news  {
	clear: both;
	width: auto;
	margin: 0;
	border: 0;
	background-position: left top;
	background-repeat: repeat-y;
	background-image: url(../images/back_news_temp_02.gif);
	}
.box_news h2  {
	color: #5D5D5D;
	position: relative;
	padding: 15px 15px 10px 15px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/back_news_temp_01.gif);
	}
.box_news_bottom  {
	position: relative;
	padding: 0 15px 10px 15px;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(../images/back_news_temp_03.gif);
	}
.box_news_bottom img {
	float: right;
	padding: 0 0 1.5em 1.5em;
	}
.box_news h3  {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	margin: 0px 0 2px 0;
	padding: 0px 0 0 18px;
	background: url(/icone/icona_foglio_02.gif) no-repeat 0 1px;
	}

.box_news h3 a {
	text-align: left;
	color: #666;
	text-decoration: none;
	}

.box_news h3 a:hover {
	text-decoration: underline;
	}

/*Box newsletter*/
.box_newsletter {
	clear: both;
	position: relative;
	width: auto;
	margin: 15px 0 0px 0;
	border: 0;
	background: url(../images/back_newsletter_temp.gif);
	}
.box_newsletter_bottom  {
	padding: 0 15px 15px 15px;
	background: url(../images/back_newsletter_temp.gif)  0 100%;
	}
.box_newsletter h2 {
	color: #fff;
	padding: 15px 15px 0 15px;
	position:relative;
	}
.box_newsletter p {
	color: #F0CBCD;
	}

/* style per form modulo contatti */

#newsletter label  {
	padding: 0 10px 0 0;
	color: #F7E4E5;
	}
#email  {
	border: 1px solid #910005;
	padding: 3px;
	color: #666;
	font-size: 1em;
	width: 180px;
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url(../images/back_form.gif);
	}
#newsletter button  {
	margin-left: 20px;
	padding: 2px 3px;
	border: 1px solid #DEEB8B;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	background: #006F3D;
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url(../images/back_button.gif);
	width: 50px
	}

legend  {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 0;
	}

.addcomment  {
	border: 1px solid #ddd;
	text-align: center;
	background-position: left bottom;
	background-repeat: repeat-x;
	background-image: url(../images/akuatech_sfondo_form.gif);
	}

#form_contatti  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 320px;
	margin: 10px auto;
	text-align: left;
	}

#form_contatti label  {
	clear: both;
	position: relative;
    float: left;
	margin: 5px 0;
	}
.obbligatorio {  
	color: #e20000;
	}
.input_contatti {  
	color: #575757;
	font-size: 10px;
	width: 200px;
	border: 1px solid #999;
	padding: 2px 3px 3px 3px;
	}
.input_contatti2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
	width: 300px;
	border: 1px solid #999;
	padding: 2px 3px 3px 3px;
	}
.input_invia { 
	background: #6CBCCD;
	clear: both;
	color: #fff;
	width: 50px;
	border: 1px solid #6BB7C3;
	padding: 2px 3px 3px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
/*********************************
/** Box messaggi di avviso
/*********************************/

.box_ok	{
	clear: both;
	width: auto;
	color: #333;
	font-size: 1em;
	border: 1px solid #B4DA31;
	background: #EEF5D7 url(/icone/icona_ok_04.gif) no-repeat 10px 8px;
	margin: 15px 0;
	padding: 10px 10px 10px 40px;
	}
.box_info	{
	clear: both;
	color: #333;
	width: auto;
	font-size: 1em;
	border: 1px solid #FFE066;
	background: #FFF4C7 url(/icone/icona_info_gialla.gif) no-repeat 10px 8px;
	margin: 15px 0;
	padding: 10px 10px 10px 40px;
	}
.box_errore	{
	clear: both;
	width: auto;
	font-weight: bold;
	color: #333;
	font-size: 1em;
	border: 1px solid #E84646;
	background: #FFE3E3 url(/icone/icona_errore_03.gif) no-repeat 10px 6px;
	margin: 15px 0;
	padding: 10px 10px 10px 40px;
	}
a.link_icona {
	float: left;
	vertical-align: middle;
	line-height: 20px;
	font-size: 1em;
	font-weight: bold;
	margin: 0px 1em 2px 0;
	padding: 0px;
	}

.link_icona img {
	float: left;
	vertical-align: middle;
	margin: 0;
	padding: 0 0.5em 0 0;
	}
