@charset "UTF-8";
/* RESET CSS ################################################## */

html, body, div, span, applet, object, iframe, input,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
dl, dt, dd, ol,
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
} 

.logger input {
	border:1px solid #cccccc;
}

a {
	color:#CC0000;
}

.arris {
	text-decoration:none;
	font-size:0.95em;
}

/* BODY CSS DEFINITION #################################################################### */
:focus { 
	outline: 0; 
} 

body {
	line-height: 1;
	color: #333333;
	background-color: #AFC9E3;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 11px;
} 
/* HEADER CSS DEFINITION #################################################################### */

#header {
	background-image: url(images/bg_header.gif);
	background-repeat: repeat-x;
	height: 135px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


#header #head_row2 {
	text-align: center;
	height: 45px;
	width: 950px;
}
#header .mainbox #head_row1 #logo {
	float: left;
	height: 90px;
}
#header .mainbox #head_row1 .righoflogo {
	margin-left: 760px;
	padding-top: 30px;
}

#searchbox #searchform {
	background-image: url(images/searchimage2.gif);
	margin: 0px;
	padding: 0px;
	height: 23px;
	width: 122px;
}

#header #head_row1 {
	height: 90px;
	width: 950px;
}
#header #head_row2 .mainmenu {
	vertical-align: middle;
	height: 45px;
	width: 830px;
	float: no;
	padding-left: 75px;
}

.mainmenu .menuOff {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	height: 25px;
	padding-top: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.mainmenu .menuOn {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	height: 25px;
	padding-top: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(images/bg_menuON.gif);
	background-repeat: repeat-x;
	background-position: left top;
}



.mainmenu a:hover {
	font-size: 1.2em;
	color: #CC0000;
	text-decoration: none;
}


/* FOOTER CSS DEFINITION #################################################################### */
#footer .mainbox #block1 {
	float: left;
	width: 260px;
	text-align: left;
	font-size: 0.8em;
	color: #666666;
	padding-top: 22px;
	margin-left: 40px;
	line-height: 13px;
}

#footer {
	background-image: url(images/bg_foot.gif);
	background-repeat: repeat-x;
	height: 170px;
}

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

#footer .mainbox #block2 {
	float: left;
	width: 350px;
	text-align: left;
	padding-left: 20px;
	font-size: 0.8em;
	color: #666666;
	padding-top: 22px;
	line-height: 13px;
}

#block2 a:hover {
	text-decoration:underline;
}

.footmenu {
	display:block;
	margin-top:5px;
}

#footer .mainbox #block3 {
	text-align: left;
	font-size: 0.8em;
	color: #666666;
	margin-left: 830px;
	padding-bottom: 10px;
	padding-top: 18px;
	line-height: 13px;
}

/* CONTENT CSS DEFINITION ################################################## */

#content {

	background-color: #FFFFFF;
}
.mainbox {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.spaziacarattere {
	line-height: 14px;
}
.mainmenu .menuOn a {
	font-size: 1.2em;
	color: #CC0000;
	text-decoration: none;
}
.mainmenu .menuOff a {
	font-size: 1.2em;
	color: #333333;
	text-decoration: none;
}