@charset "utf-8";
/* CSS Document */

* {
	border:0;
	padding:0;
}

html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
}

html {
	background-image:url(../img/struttura/bg_site.gif);
	background-repeat:repeat-x;
	background-color:#f8f8f8;
}

a {
	color:#E31E24;
}
		
div#container {
	position:relative;
	width:950px;
	left:50%;
	margin-left:-475px;
}

div#top {
	height:118px;
	background-image:url(../img/struttura/draw.png);
	background-repeat:no-repeat;
	background-position: 255px 0;
	padding-top:20px;
}

div#top_content {
	width:960px;
	position:absolute;
	margin-left:50%;
	left:-480px;
}

img#logo_top {
	margin-left:20px;
}

div#languages {
	position:absolute;
	width:950px;
	text-align:right;
	margin-top:-7px;
}

div#menu {
	position:absolute;
	width:960px;
	height:39px;
	margin-top:87px;
	background-image:url(../img/struttura/menu_bg.png);
}

div#menu p {
	padding:0;
	margin:0;
	float:left;
	background-image:url(../img/struttura/riga.gif);
	background-repeat:no-repeat;
	background-position:right;
	margin-top:2px;
	padding-top:10px;
	padding-left:18px;
	padding-right:18px;
	height: 25px;
}

div#menu a{
	text-decoration:none;
	color:#898989;
	font-size:15px;
	font-weight:bold;
}

div#menu div#you_link{
	float:right;
	margin-top:13px;
	margin-right:13px;
}

div#bg_image {
	height:315px;
}

div#box_foto {
	position:absolute;
	width:960px;
	height:315px;
	left:50%;
	margin-left:-480px;
	margin-top:16px;
	z-index:0;
}

img#foto_pag {
	z-index:5;
}

img#foto_pag_txt {
	float:right;
	margin-left:10px;
}

div#change_foto {
	position:absolute;
	margin-left:0px;
	margin-top:305px;
}

div#col_dx {
	float:right;
	width:246px;
	background-color:#ededed;
	margin-top:35px;
	margin-bottom:20px;
	background-image:url(../img/struttura/bg_boxer.gif);
	background-repeat:repeat-x;
	border:2px solid #e7e7e7;
}

div#col_dx h2{
	margin:0;
	margin-left:5px;
	color:#666666;
}

div#col_dx .news{
	clear:both;
	margin-top:10px;
	color:#666666;
	font-size:11px;
}

div#col_dx .news h3 {
	margin:0;
	font-size:13px;
	color:#666666;
}

div#col_dx .news p {
	margin:0
}

div#col_dx p#link_news {
	text-align:right;
	font-style:italic;
	margin-top:-5px;
	font-size:11px;
}

div#search {
	width:230px;
	margin-left:8px;
	margin-top:15px;
	font-size:11px;
	margin-bottom:25px;
}

div#search input#key {
	margin:0;
	width:180px;
	height:18px;
	padding:3px;
	border: 1px solid #898989;
	color:#898989;
	font-style:italic;
	font-size:12px;
}

div#search input#invia {
	float:right;
	width:34px;
	height:31px;
	margin-top:-5px;
	background: url(../img/struttura/search_icon.png) no-repeat;
	border:0;
	cursor:pointer;
}

div#news_boxer {
	width:225px;
	margin-left:12px
}

img#news_baloon {
	float:left;
	margin-right:8px;
	margin-top:5px;
}

img#downloads_icon {
	float:left;
	margin-right:8px;
	margin-top:0px;
}

img#banner {
	margin-top:8px;
}

div#content {
	padding-top:5px;
}

div#text {
	color:#898989;
	width:665px;
	line-height:17px;
	padding-bottom:15px;
	min-height: 300px;
	height:auto !important;
	height: 300px;
}

div#text h1{
	margin:0;
	margin-top:35px;
	margin-bottom:20px;
	color:#E31E24;
	font-size:26px;
}

div#text p{
	padding-left:3px;
}

div#bottom {
	clear:both; 
	position:absolute; 
	width:100%;
	background-image:url(../img/struttura/bottom_bg.gif);
	background-repeat:repeat-x;
	height:201px;
}

div#bottom_content {
	position:relative;
	width:960px;
	margin-left:50%;
	left:-480px;
}

div#bottom .col {
	width:234px;
	float:left;
	border-right: 2px solid #ededed;
	height:201px;
	font-size:11px;
	color:#6f6f6f;
}

div#bottom .col p{
	padding-left:10px;
	padding-right:20px;
}

div#bottom .copy {
	margin-top:10px;
	width:252px;
	float:left;
	text-align:right;
	font-size:10px;
}

.clear {
	clear:both;
}

div#browse {
	position:absolute;
	width:665px;
	text-align:right;
	margin-top:-17px;
	font-size:11px;
	font-style:italic;
	color:BBBBBB;
}

div#browse a{
	color:#BBBBBB;
}

div#back {
	position:absolute;
	width:665px;
	text-align:right;
	margin-top:-35px;
}

