/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("/images/head_back3.gif");
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0;
	padding: 0;
	font-size:12px;
	text-align: center;
}

img{
	border: 0px solid #FFF;
}

.clr,
.clr_line{
	clear: both;
	font-size: 1px;
	height: 1px;
}

.clr_line{
	border-bottom: 1px solid #AAA;
	margin-bottom: 5px;
}

a{
	text-decoration: none;
	color: #45757A;
}

a:hover{
	text-decoration: underline;
}

/* STRUTTURA DEL SITO */

#mainbox{
	width: 740px;
	display: block;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	text-align: left;
	margin: 0 auto;
}

#head{
	width: 100%;
	display: block;
	height: 125px;
	/*background-image: url(../images/head.gif);
	background-repeat: no-repeat;
	background-position: top left;*/
	position: relative;
	z-index: 5;
}

#head h1{
	display: none;
	margin: 0;
	padding: 0;
}

#corpo{
	width: 100%;
	display: block;
	padding: 5px;
}

#footer{
	width: 100%;
	display: block;
	color: #48797e;
	font-size: 10px;
	margin-top: 10px;
	background-color: #FFF;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	border-top: 1px solid #48797e;
}

/* HEADER */
#head .logo{
	width:258px; 
	height:61px; 
	display: block; 
	background: transparent	url("/images/logo_ru.png") no-repeat center top;
}



#head .logo_en{
	width:258px; 
	height:61px; 
	display: block; 
	background: transparent	url("/images/logo_en.png") no-repeat center top;
}



#head .langs{
	display: block;
	position: absolute;
	z-index: 100;
	float: left;
	left: 580px;
	top: 0;
	height: 20px;
	width: 170px;
	/*background: transparent	url("../images/langback.png") repeat-x center top;*/
}
/*
* html #head .langs{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/langback.png",sizingMethod="scale");
}
*/

#head .langs ul{
	padding: 0;
}

#head .langs ul,
#head .langs li{
	margin: 0;
	
}

#head .langs li{
	float: left;
	list-style-type: none;
	padding: 4px;
}

#head .langs li a{
	float: left;
	/*width: 100%;*/
	height: 20px;
}

/* SUBSTRUTTURE */

.cleft{
	float: left;
	width: 490px;
}

.cright{
	float: right;
	width: 239px;
}

.cmono{
	display: block;
}

.cleft p{
	text-align: justify;
}

/* MENU */

#mainmenu{
	display: block;
	position: absolute;
	top: 103px;
	z-index: 10;
	height: 22px;
	width: 600px;
}

#mainmenu ul,
#mainmenu li{
	padding: 0;
	margin: 0;		
}

#mainmenu li{
	float: left;
	height: 22px;	
	margin: 0;
	padding: 0;
	margin-right: 4px;
	list-style-type: none;
}

#mainmenu li a{
	float:left;
	height: 19px;
	text-decoration: none;
	background-color: #00666A;
	color: #FFF;
	padding: 0px 15px;
	padding-top: 3px;
	font-size:12px;
	font-weight: bold;
	cursor: pointer;
}

#mainmenu li a:hover,
#mainmenu li a.sel{
	background-color: #86CCCB;
	text-decoration: none;
}

#mainmenu li.secret a,
#mainmenu li.secret a:hover{
	background-color: #CC6602;
}

#mainmenu li a.sel{
	padding-left: 20px;
	background-image:url("/images/arrow_white.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}

.submenu{
	display: block;
	color: #FFF;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	width: 100%;
	margin: 0;
}

.submenu ul,
.submenu li{
	padding: 0;
	margin: 0;	
}

.submenu li{
	list-style-type: none;
	display: block;
	min-height: 20px;
	height: auto !important;
	height: 20px;
}

.submenu li a{
	display: block;
	padding: 2px 0;
	color: #48797e;
	font-size:11px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	border-bottom: 1px solid #a7c9cc;
}


.submenu li a.sel{
	background-image: url("/images/arrow.gif");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 16px;
}

.submenu .subsubmenu ul,
.submenu .subsubmenu li{
	padding: 0;
	margin: 0;
}

.submenu .subsubmenu li a{
	padding: 3px;
	margin: 0;
	display: block;
	border-bottom: 0px solid #a7c9cc;
	min-height: 16px;
	height: auto !important;
	height: 16px;
}

.submenu .subsubmenu li a:hover,
.submenu .subsubmenu li a.sel{
	background-color: #48797e;
	color: #FFF;
	background-image: none;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
}


/* PER HOME PAGE */

.theb{
	border-left: 1px solid #AAA;
	display: block;
	height: 196px;
	padding: 0 5px;
}

.theb h3.orange{
	color: #cc6602;
	padding: 0;
	margin: 0 0 10px 0;
	font-size:12px;
}

.theb .webmail{
	background-image: url("/images/webmail.gif");
	height: 16px;
	background-repeat: no-repeat;
	background-position: center left;
	padding: 3px 0 3px 20px;
	display: block;
	font-weight: bold;
	line-height: 1.5em;
	margin: 18px 0 0px 0;	
	/*border-bottom: 1px solid #AAA;*/
	/*border-top: 1px solid #AAA;*/
}
.ico_find{
	background-image: url("/images/find.gif");
	height: 16px;
	width: 14px;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 3px 0 3px 16px;
	padding-top:5px;
	font-weight: bold;
	line-height: 1.5em;
	margin-left: 10px;	
	margin-top: 18px;	
	float:left;
	/*border-bottom: 1px solid #AAA;*/
	/*border-top: 1px solid #AAA;*/
}

.find{
	height: 16px;
	padding: 3px 0 3px 0px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 18px 0 0 0px;	
	float:left;
	/*border-bottom: 1px solid #AAA;*/
	/*border-top: 1px solid #AAA;*/
}

.newsline{
	display: block;
	border-bottom: 1px solid #AAA;
	border-top: 1px solid #AAA;
	padding: 3px;
	margin: 0px;
	min-height: 16px;
	height: auto !important;
	height: 16px;
	line-height: 1em;
}

.newsline h3.yellow{
	padding: 0 5px 0 0;
	margin: 0;
	float: left;
	font-size:12px;
	color: #8f9720;
}
.newsline h3.blue{
	padding: 0 5px 0 0;
	margin: 0;
	float: left;
	font-size:12px;
	color: #058dcc;
}

.home_box,
.home_box_quality,
.home_box_sport{
	float: left;
	width: 235px;
	min-height: 90px;
	height: auto !important;
	height: 90px;
	margin-top: 15px;	
	
}

.home_box a,
.home_box_quality a,
.home_box_sport a{
	display: block;
	width: 235px;
	/*min-height: 100px;
	height: auto !important;
	height: 100px;*/
}

.home_box_quality{
	margin-right: 15px;
}


.home_box .content,
.home_box_quality .content,
.home_box_sport .content{
	padding: 5px;
	font-size:11px;
	min-height: 35px;
	height: auto !important;
	height: 35px;
	display: block;
	background-image:url("/images/back_homebox.gif");
	background-position: top;
	background-repeat: no-repeat;
}

.home_box .content strong,
.home_box_quality .content strong,
.home_box_sport .content strong{
	font-size: 12px;
}

.quality_head,
.sport_head,
.info_head{
	background-image: url("/images/quality.gif");
	background-position: top right;
	background-repeat: no-repeat;
	height: 49px;
	width: 100%;
	margin: 0;
	padding: 0;
}
.sport_head{
	background-image: url("/images/sponsor.gif");
}

.info_head{
	background-image: url("/images/group.gif");
}

.quality_head a,
.sport_head a,
.info_head a{
	display: block;
	height: 50px;
	text-decoration: none;
}

.quality_head a:hover,
.sport_head a:hover,
.info_head a:hover{
	text-decoration: none;
}


/* CONTENUTI GENERICI */
.content_page{
	display: block;
	padding: 5px;
}

.content_page{
	margin-top: 10px;
}

.pdflist,
.pdflist li{
	margin: 0;
	padding: 0;
}

.pdflist li{
	background-image: url("/images/page_white_acrobat.gif");
	background-repeat: no-repeat;
	background-position: center left;
	padding: 3px 0;
	padding-left: 20px;
	list-style-type: none;
}

.linkext{
	float: left;
	background-image: url("/images/arrow.gif");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 16px;
}

/* STILI PER IL CORPO */
#corpo h2{
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #3A686D;
	margin-bottom: 5px;
}

.logorv{
	float: left;
	padding: 0 5px 5px 0;
}
.boxnation { 
	width:113px;
	font-size:10px;
	float:left;
	height:18px;
	min-height:18px;
	padding-left:4px;
	padding-top:4px;
	background-color:#dbdbdb;
	border:1px solid #FFFFFF;
}

/* FOOTER */
.allleft{
	text-align: left;
}

.allright{
	text-align: right;
}
* html #head .logo_en{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/logo_en.png",sizingMethod="scale");
}

* html #head .logo{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/logo.png",sizingMethod="scale");
}
.linksCollection{
    background-color:#EFF5F5;
}
#reCapcha{
margin-left: 75px;
}
#hideblock{
color: red;
}
