*{
	margin: 0;
	border: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
html{
	
}
/*********************layout*************************/
body{
	text-align: center;
	background-attachment: fixed;
	background-color: #fdfdfd;
	background-repeat: no-repeat;
	background-position: top;
}
div#contenitore{
	width: 800px;
	margin: 0px auto 0px auto;
	;
	background-color: #1A1A1A;
	height: 1200px;
	/*border: 1px solid #ccc;*/
}
div#colonna{
	width: 180px;
	float: left;
	background-color: #1A1A1A;
}
div#main{
	width: 615px;
	float: left;
	background-color: #1A1A1A;
	padding-top: 20px;
	/*border: 1px solid #ccc;*/
}
div#footer{
	clear: both;
}
div#slidebox{
	width: 560px;
	height: 375px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 5px;
	background-color: #E81574;
}

div.colonna{
	float: left;
	width: 255px;
	margin-left: 40px;
	/*border: 1px solid #ccc;*/
}
div#banners{
	line-height: 16px;
	font-size: 11px;
}
div.bannerblock{
	width: 170px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
img#skype{
vertical-align: middle;
}
/************************menu******************************/
ul#menu{
	margin-top: 40px;
	list-style-type: none;
	font-size: 18px;
}
ul#menu a{
	color: #c41264;
	text-decoration: none;
}
ul#menu a:hover, ul#menu a.selected{
	color: #c41264;
	text-decoration: none;
}
ul#menu li{
	margin-bottom: 12px;
}
/************************typo*****************************/
a{
	color: #999;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
div#main h1, div#main h2{
	width: 550px;
	margin: 0 auto 14px auto;
	padding-bottom: 10px;
}
div#main h2{
	font-size: 20px;
	font-weight: normal;
}
div#main h2:first-letter{
	font-size: 35px;
	line-height: 150%;
}
body{
	font: 13px/150% Georgia, "Times New Roman", Times, serif;
	color: #999;
}
div.hr {
	height: 10px;
	text-align: center;
	width: 100%;
	/*background: transparent url(../images/hr.gif) no-repeat center;*/
	margin-top: 10px;
	margin-bottom: 10px;
}
div.hr hr {
  display: none;
}
div#main p{
	width: 550px;
	text-align: left;
	margin: 0 auto 20px auto;
	
}
p:first-letter {
/*color: #316e64;*/
font-size:22px;
}
div#footer p{
	width: 550px;
	text-align: center;
	margin: 20px auto 20px auto;
	font-size: 11px;
	color: #CCC;
}
.green{
	color: #c41264;
}

/**********************liste******************************/
div#main ul{
	width: 560px;
	text-align: left;
	margin: 0 px;
	list-style-position: inside;
	font-size: 11px;
	list-style-image: none;
	list-style-type: none;
}
div#main ul li{
	/*background: transparent url(../images/list.gif) no-repeat left top;*/
	padding-left: 15px;
	margin-bottom: 5px;
}
div#main div.colonna ul{
	width: 100%;
	margin-left: -15px;
}
/**********************classi*****************************/
.clearboth{
	clear: both;
}
/*********************form*********************************/
form{
	margin-top: 20px;
	width: 550px;
	text-align: left;
	margin: 0 auto 20px auto;
}
div#main form p{
	float: left;
	width: 250px;
	margin-top: 20px;
	line-height: 190%;
	margin-right: 25px;
}
input, textarea{
	background-color: #fff;
	border: 1px solid #ccc;
	font: 12px/150% Georgia, "Times New Roman", Times, serif;
	width: 220px;
	padding: 2px;
}
input.pulsante{
	background-color: #c41264;
	color: #fff;
	border-color: #9F0F50;
}

.flag{
	padding-top: 20px;
	
}
.logo{
	margin-bottom: 10px;
	
}
#slider {
	width: 560px; /* important to be same as image width */
	height: 375px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	float:left;
	margin: 0px;
	background-color: #1a1a1a;
}
#sliderContent {
	width: 560px; /* important to be same as image width or wider */
	position: absolute;
	/*top: 2px;*/
	margin-left: 0;
	left: -15px;
	top: 1px;
	/*top: 2px;*/
	/*left: 3px;*/
}
.sliderImage {
    /*float: left;*/
    position: relative;
	display: none;
	
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 0px;
    width: 560px;
    background-color: #fffff;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.sliderImage span strong {
    font-size: 14px;
	
}
ul#sliderContent li { list-style-type: none;}
ol {
	text-decoration: none;
	text-align: left;
	padding: 20px;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	
}
h6 li{
	list-style-position: inside;
	list-style-type: disc;
	padding-bottom: 10px;
}

