body{
	background-color:#323232;
	background-image:url(../images/bgrd/body.gif);
	margin:0px;
	padding:0px;
	font-family:'Tahoma';
	font-size:11px;
	color:#FFFFFF;
}
a{
	font-family:'Tahoma';
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
form{
	margin:0px;
	padding:0px;
}
ul{
	margin:0px;
	padding:0px;
}


.Header{
	height:119px;
	background-image:url(../images/bgrd/top.gif);
	background-repeat:repeat-x;
}
.MainContainer{
	width:770px;
	margin:auto;
	border-left:1px solid #4e4e4e;
	border-right:1px solid #4e4e4e;
	border-bottom:1px solid #4e4e4e;
	background-color:#383838;
	margin-top:-10px;
	margin-bottom:10px;
}





/* ************************************************************************************************************** */
/* menu */
.Div-Menu{
	margin:0px;
	clear:both;
}
.Div-UnderMenu{
	clear:both;
	height:20px;
	background-image:url(../images/bgrd/under_flash.gif);
	background-repeat:repeat-x;
}
.Div-Menu img{
	margin:0px;
	float:left;
}
.Menuitem-1{
	display:block;
	width:191px;
	height:41px;
	background-image:url(../images/menu/01.gif);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
}
.Menuitem-1:hover{
	display:block;
	width:191px;
	height:41px;
	background-image:url(../images/menu/01.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.Menuitem-2{
	display:block;
	width:191px;
	height:41px;
	background-image:url(../images/menu/02.gif);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
}
.Menuitem-2:hover{
	display:block;
	width:191px;
	height:41px;
	background-image:url(../images/menu/02.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.Menuitem-3{
	display:block;
	width:191px;
	height:41px;
	background-image:url(../images/menu/03.gif);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
}
.Menuitem-3:hover{
	display:block;
	width:191px;
	height:41px;
	background-image:url(../images/menu/03.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.Menuitem-4{
	display:block;
	width:191px;
	height:41px;
	background-image:url(../images/menu/04.gif);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
}
.Menuitem-4:hover{
	display:block;
	width:191px;
	height:41px;
	background-image:url(../images/menu/04.gif);
	background-repeat:no-repeat;
	background-position:right;
}


/* ************************************************************************************************************** */
/* left content */
.MainLeft{
	width:168px;
}
.L-Title_bec{
	background-image:url(../images/bgrd/left-title-bec.gif);
	background-repeat:repeat-x;
	background-color:#383838;
	margin:0px 10px 0px 10px;
	border-bottom:1px solid #2a2a2a;
	border-left:1px solid #2a2a2a;
	border-right:1px solid #2a2a2a;
	padding:15px 0px 15px 0px;
}
.L-Title_content{
	background-image:url(../images/bgrd/left-title.gif);
	background-repeat:repeat-x;
	background-color:#1a1a1a;
	margin:10px 10px 0px 10px;
	border:1px solid #2a2a2a;
	padding:15px 0px 15px 0px;
}
.Left-Main-content{
	background-color:#404040;
	border-bottom:1px solid #2a2a2a;
	border-left:1px solid #2a2a2a;
	border-right:1px solid #2a2a2a;
	background-image:url(../images/bgrd/left_content_bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin:0px 10px 10px 10px;
	padding:10px 2px 10px 2px;
}
.L-title-commnets{
	background-image:url(../images/bgrd/title-commnets.gif);
	background-repeat:no-repeat;
	width:148px;
	height:30px;
	padding:10px 0px 15px 0px;
	margin:10px;
	line-height:16px;
}

/* ************************************************************************************************************** */
/* right content */
.MainRight{
	width:602px;
}
.R-Content{
	padding:15px 15px 10px 15px;
}
.R-Line-Shadow{
	background-image:url(../images/common/line-shadow.gif);
	background-repeat:repeat-x;
	height:20px;
	margin-right:10px;
	display:block;
}
.R-Line-Shadow-2{
	background-image:url(../images/common/line-shadow.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:5px;
	margin-right:10px;
	display:block;
}
.R-TD_linie{
	background-image:url(../images/common/linie_right.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:10px 0px 10px 0px;
}
.R-YouTube_div{
	background-image:url(../images/bgrd/movies.gif);
	background-repeat:repeat-x;
	height:185px;
	padding:5px 0px 10px 5px;
	width:576px;
	margin:auto;
}

.R-YouTube_div img{
	margin-bottom:3px;
	cursor:pointer;
}


/* **************************************************************************************************************** */
/* footer */
.Footer{
	padding-top:10px;
	height:35px;
	background-image:url(../images/bgrd/container_bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}


/* **************************************************************************************************************** */
/* clase generale */
.Green-Title{
	text-transform:uppercase;
	font-weight:bold;
	color:#b5e319;
}
.Red-Title{
	text-transform:uppercase;
	font-weight:bold;
	color:#FF0000;
}

.Green-Link{
	font-weight:bold;
	color:#b5e319;
	text-decoration:none;
}
.Green-Link:hover{
	font-weight:bold;
	color:#b5e319;
	text-decoration:underline;
}

.Red-Link{
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
}
.Red-Link:hover{
	font-weight:bold;
	color:#FF0000;
	text-decoration:underline;
}
.Green{
	color:#b5e319;
}
.Red{
	color:#FF0000;
}


.line{
	background-image:url(../images/common/linie.gif);
	background-repeat:repeat-x;
	height:2px;
	display:block;
	margin:4px 0px 7px 0px;
}
.TextArea{
	width:570px;
	height:200px;
	overflow:auto;
	font-family:'Tahoma';
	font-size:11px;
	color:#FFFFFF;
	background-color:#313131;
	border:1px solid #4e4e4e;
	margin-bottom:5px;
	background-image:url(../images/bgrd/textarea.gif);
	background-repeat:repeat-x;
}
.Input{
	width:200px;
	font-family:'Tahoma';
	font-size:11px;
	color:#FFFFFF;
	background-color:#313131;
	border:1px solid #4e4e4e;
	background-image:url(../images/bgrd/textarea.gif);
	background-repeat:repeat-x;
	padding:3px 0px 3px 1px;
}
.Button{
	background-image:url(../images/bgrd/button.gif);
	background-repeat:repeat-x;
	font-family:'Tahoma';
	font-size:11px;
	color:#FFFFFF;
	border:1px solid #4e4e4e;
	cursor:pointer;
	padding:2px 5px 2px 5px;
}
.Button:hover{
	background-image:url(../images/bgrd/button-h.gif);
	background-repeat:repeat-x;
	font-family:'Tahoma';
	font-size:11px;
	color:#CCCCCC;
	border:1px solid #4e4e4e;
	cursor:pointer;
	padding:3px 4px 1px 6px;
}



/* **************************************************************************************************************** */
/* movies classes */
.MainMovie-Div{
	position:absolute;
	left:50%;
	top:350px;
	margin-left:-215px;
	width:425px;
	@width:430px;
	display:none;
	background-image:url(../images/bgrd/body.gif);
	border:1px solid #FFFFFF;
	padding:5px;
}
.Iframe{
	width:430px;
	height:365px;
	overflow:hidden;
	border:none;
}
.Banda-Iframe{
	background-image:url(../images/bgrd/banda-iframe.gif);
	background-repeat:repeat-x;
	background-color:#222222;
	border:1px solid #4e4e4e;
	padding:1px;
	margin-bottom:1px;
}
.Iframe-x{
	width:19px;
	height:19px;
	display:block;
	background-image:url(../images/common/x.gif);
	background-repeat:no-repeat;
}
.Iframe-x:hover{
	width:19px;
	height:19px;
	display:block;
	background-image:url(../images/common/x-h.gif);
	background-repeat:no-repeat;
}
.Font-Mic{
	font-family:'Tahoma';
	font-size:9px;
	color:#CCCCCC;
}






















