@CHARSET "ISO-8859-1";


/**************Standart****************/
html
{
	overflow-x:hidden;
}

img {
	border: 0px;
}

/*
	sciolto debug

div {

	border: 1px solid black;
}
*/



.services_list ul {

	line-height: 1.2em;
}

.clear {

	clear: both;
}

h4 {
	
	color:#3F4B57;
	font-weight:normal;
	font-size:18px; 
}

a:link, a:hover, a:visited, a:focus, a:active
{
	color:#718699;
	background-image:none;
	padding: 0px;
}

.square  {
	display: inline;
	float: left;
	margin-left:27px;

}
body
{
	font-size: 85%;
	font-family:  'Trebuchet MS', Georgia, Helvetica, Verdana, Arial, Sans-Serif;
	text-align: center;
	margin:0px;
	padding:0px;
	background-color:#718699;
}

#wrapper
{
	margin: 0px auto 0px auto;
	width:1024px;
}


/****************HEADER****************/
#header
{
	background-color: white;
	float:none;
	width:1024px;
	height:196px;
	text-align:left;
	padding-top:20px;
	padding-bottom:11px;
}

#header img
{
	float:right;
	padding-top:30px;
	padding-right:50px;
}

#underheader
{
	float:right;
	width:828px;
	height:195px;
	background:url("../images/header/header1.png") no-repeat;
	padding-left:50px;
}


#language
{
	width:70px;
	height:38px;
	float:left;
	margin-left:55px;
	margin-top:23px;
}

#lang_up
{
	width:55px;
	height:14px;
	color:#718699;
	border-top-style:dotted;
	border-bottom-style:dotted;
	border-color:#718699;
	margin-bottom:1px;
	border-width:1px;
	padding:4px 0px 0px 15px;
}

#lang_down
{
	width:80px;
	height:18px;
	background:url("../images/header/language.png") no-repeat;
	padding:4px 4px 0px 15px;

}

#lang_down a {
	text-decoration: none;
	font-size: 13px;
	color: #FFFFFF;
	font-style:italic;
}

#lang_up a {
	text-decoration:none;
	color: #66798B;
}

/***************NAVIGATION***************/

#navigation
{
	padding-left: 220px;
	text-align:left;
	background-color:white;
	height:23px;
	padding-top: 6px;
	padding-bottom: 3px;	
}


#navi_hori div
{	
	display:inline;
	border-left:1px solid;
	border-left-color:grey;
	border-left-style:dotted;
	
}

#navi_hori a
{
	
	margin-left:4px;
	color:#5B6D7C;
	text-decoration:none;
	padding:13px 20px 22px 20px;
	font-size: 16px;
}

#navi_hori a:hover, a:active, a:focus
{	
	
	color:white;
	text-decoration:none;
	padding:13px 20px 22px 20px; 
	background:url("../images/navigation/navi.png") no-repeat;
	background-position:center;
}

#menu_down {
	color:white;
	text-decoration:none;
	padding:13px 20px 22px 20px; 
	background:url("../images/navigation/navi.png") no-repeat;
	background-position:center;
}

.last
{
	margin-right:50px;
}

/*******************SUB MENU**********************/

#subnavigation {
	text-align:left;
	margin-top: -180px;
	padding-left: 170px;

}

#submenu div {
	display:inline;
	border-left:1px solid;
	border-left-color:grey;
	border-left-style:dotted;

}
#submenu a {
	margin-left:4px;
	color:#4F5E6C;
	text-decoration:none;
	font-size: 16px;
	padding: 3px 10px 3px 10px; 
}

#submenu a:hover, a:active, a:focus {
	color:#4F5E6C;
	text-decoration:none;
	background-color:white;
	padding: 3px 10px 3px 10px; 
}

#submenu_down {
	
	color:#4F5E6C;
	text-decoration:none;
	background-color:white;
	padding: 3px 10px 3px 10px; 
}

/*******************SLIDER**********************/

	
	.stepcarousel{
		position: relative; /*leave this value alone*/
		overflow: scroll; /*leave this value alone*/
		width: 582px;
		height: 213px; /*Height should enough to fit largest content's height*/
		background:url('../images/slider/background.gif') no-repeat;
		
	}

	.stepcarousel .belt{
		position: absolute; /*leave this value alone*/
		left: 0;
		top: 0;
		padding: 15px;	
		}

	.stepcarousel .panel{
		float: left; /*leave this value alone*/
		overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
		padding: 2px;/*margin around each panel*/
		width: 190px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	}


/*******************CONTENT*********************/

#content
{
	background-color:white;
	float:none;
	width:1024px;
	height:523px;

}
#undercontent
{
 	float:right;
 	display:block;
	width:907px;
	height:509px;
	background-color:white;
 	background:url("../images/content/content_back.png") no-repeat;
 	padding-right:50px;
 	margin-top:5px;
}
#content_part1
{
	width:190px;
	height:375px;
	margin-top:0px;
	margin-left:30px;
	text-align:left;
	float:left;
}

#animation
{
	width:635px;
	height:219px;
	float:right;
	margin-right:15px;
	margin-top:-180px;
}
#content_part2
{
	width:590px;
	height:205px;
	float:right;
	margin-top:20px;
	margin-right:20px;
}

#minicontent
{
	width:220px;
	height:205px;
	border-left:1px solid;
	border-left-color:grey;
	border-left-style:dotted;
	float:left;
	text-align:left;
}
#minicontent2
{
	width:200px;
	height:205px;
	border-left:1px solid;
	border-left-color:grey;
	border-left-style:dotted;
	float:left;
	text-align:left;
}

#lastminicontent
{
	width:165px;
	height:205px;
	float:left;
}

p#testo
{
	/*	padding-right:90px; */
}

p#minitesto
{
	padding-left:20px;
	padding-right:40px;
}

p#minitesto2
{
	padding-left:20px;
	padding-right:0px;
}

.guestbookcomment
{
	background-color:#FFF;
	padding:20px;
	margin-top:20px;
	width:350px;
	text-align:left;
	font-size:14px;
	border:3px solid #718699;
}




#quote {
	width:550px;
	text-align:left;
	 font-style:italic; 
	 margin-top:15px; 
	 margin-left:250px; 
	 padding:20px; 
	 background-color:white;
	 color:#666666;

}


#rates_table {

	background-color:#F2F4F8;
	padding:7px;
	text-align:left;
	color:#4F5E6C;
	width: 470px;

}


#table_row {
	display:block;
	padding:10px;
	height: 1em;
	text-align:left;

}

#table_row div {
	padding:0px;
	float: left;
	width: 115px;
	height:auto;
}

/*******************FOOTER***********************/
#footer
{
	width:1024px;
	height:40px;
	background-color:white;
	float:none;
}


#adress
{
	text-align:center;
	padding-top:8px;
	color:#9A9B9D;
}
#adress a:link, a:hover, a:visited, a:focus, a:active
{
	color:#718699;
	background-image:none;
	padding: 0px;
}



#content_bottom
{
	float:none;
	width:1024px;
	height:50px;
	background:url("../images/footer/bottom.png") no-repeat;
	margin-bottom:10px;
}

#ticklist {
	list-style: none;
	
}

#ticklist li {
	min-height: 30px;
	padding-left: 35px;
	background-image:  url("../images/content/tick.png");
	background-repeat:no-repeat;
	margin-bottom: 10px;
	line-height:30px;
}

/********************PICAREA*********************/
#leftpicture
{
	width:205px;
	height:359px;
	background-image:url("../images/content/entrata.png");
	margin-top:-160px;
	margin-left:-47px;
}