@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #605b61;
	text-align:center;
	background-image: url(../img/bgpage.gif);
	background-position: top left;
	background-repeat:repeat-x;
}

img {
	border:none;
}

p, p.bodytext{
	margin:0;
	padding:0;
}

h1 {
	margin:0px;
	padding:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #605b61;
	font-weight:normal;
}


/*===================================== COMUNI ================================================*/
#bgredtop {
	position:absolute;
	top: 140px;
	left:50%;
	width: 963px;
	height:172px;
	margin: 0px 0px 0px -481px;
	background-image: url(../img/bgredtop.gif);
	background-position:top left;
	background-repeat:repeat-y;
}


#containerindex {
	position: absolute;
	top:0;
	left:50%;
	width: 963px;
	margin: 0px 0px 0px -481px;
	text-align:left;
	background-image: url(../img/bgindex.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

.important {
	color: #b82e22;
}

.titred {
	color: #b82e22;
	font-weight:bold;
	font-size:13px;
	margin-bottom:15px;
}

.txtbox {
	margin-top:15px;
	margin-bottom:15px;
}
/*===================================== HEADER ================================================*/

#header {
	background-image: url(../img/bgheader.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	width:963px;
	height:88px;
	margin:0px;
	padding:0px;
}

#logo{
	float:left;
}

#logo img {
	margin: 22px 0px 0px 34px;
}

/*______MAIN MENU______*/
#mainmenu {
	width:692px;
	height:27px;
	float:right;
	margin-top:61px;
	text-align:center;
}

#mainmenulist{
	list-style-type:none;
	margin:7px 0px 0px 0px;
	padding:0px;
}
#mainmenulist li{
	margin:0px 0px 0px 10px;
	padding:0px;
	float:left;
}
#mainmenulist li a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #605b61;
}

#mainmenulist li a:hover, #mainmenulist li a.vocemenusel{
	color: #ffffff;
}
#mainmenulist li a {
	color: #333;
	text-decoration:none;
	text-transform:uppercase;
}

#flashindex {
	height:224px;
	margin:0px;
	padding:0px;
}

/*===================================== CONTENT ================================================*/
#contentindex{
	width:947px;
	padding:0px;
	margin:0px 0px 0px 8px;
}

#box1 {
	float:left;
	width: 272px;
}
#box1 .posbox1{
	margin: 20px 0px 0px 20px;
	display:block;
}
.box1content {
	margin-top:15px;
}
.box1content a{
	text-decoration:none;
}
.box1content a:hover{
	text-decoration:none;
	color:#605b61;
}

#box2 {
	float:left;
	width: 331px;
}
#box2 .posbox2{
	margin: 20px 20px 0px 20px;
	display:block;
}

#videoindex{
	float:left;
	width:343px;
	height:241px;
	background-image: url(../img/bgvideoindex.jpg);
	position:top left;
	background-repeat: no-repeat;
	text-align:center;
}



/*===================================== CLOSER ================================================*/
#closer {
	clear:both;
	width:946px;
	margin:0px 0px 0px 8px;
	height:28px;
	background-color:#ffffff;
	border:1px solid #d3d4d5;
	border-bottom:none;
	border-right:none;
}

#utilsmenu {
	float:left;
	width:255px;
	background-color:#ffffff;
	
}
#utilsmenulist {
	list-style-type:none;
	margin:7px 0px 0px 20px;;
	padding:0px;
}

#utilsmenulist li{
	float:left;
}

#utilsmenulist li a{
	color: #4e4e4e;
	text-decoration:none;
}
#utilsmenulist li a:hover{
	color: #b82e22;
}






