@CHARSET "ISO-8859-1";

html
{
	background: #b3cddc url(image/bg.png) repeat-y scroll center center;
	font-family: Calibri,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12pt;
	margin: 0;
	line-height: 150%;
}

/*
 * Layout e dimensioni 
 */
div#container
{
	width: 742px;
	height: 100%;
	margin: auto;
	position:relative;
	margin-top: -8px;
	text-align: left;
}

div#header
{
	height: 126px;
	display: block;
	background: #ffffff url(image/header_bg.png) no-repeat;
	
}
div#navigation
{
	height: 37px;
	display: block;
	background: #ffffff url(image/nav_bg.png) no-repeat;
}

div#menu
{
	width: 445px;
	display: block;
	float:left;
	background: #ffffff url(image/menu_home.png) no-repeat;
	height: 32px;
}

div#bigImage
{
	display: block;
	background: #ffffff;
	height: 270px;
	width: 100%;
	border-bottom: 5px solid #2a68bd;
}

div#left_content
{
	float: left;
	padding-left:13px;
	width:456px;
}

div#right_content
{
	display: block;

	background-image:url(image/bg_content_right.jpg);
	background-position:5px 0;
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:200px;
	padding-left:15px;
	padding-top:95px;
	width:250px;
}

div.menuItem
{
	display: block;
	/*background-color:green;*/
	/*border: 1px solid black;*/
	height: 32px;
	width: 50px;
	cursor: pointer;
	float: left;
	opacity: 0.2;
}
div.menuItem.home{width: 104px;}
div.menuItem.charter{width: 75px;}
div.menuItem.menuItem.teamBuilding{width: 130px;}
div.menuItem.menuItem.event{width: 103px;}

div.h1
{
	background-image:url(image/h1_bg.png);
	background-repeat:no-repeat;
	color:white;
	display:block;
	font-size:14pt;
	font-weight:bold;
	height:29px;
	margin-left:10px;
	margin-top:10px;
	padding-left:15px;
	padding-top:3px;
	width:445px;
}


div.h2
{
	background-image:url(image/h2_bg.png);
	background-repeat:no-repeat;
	color:white;
	display:block;
	/*font-size:10pt;*/
	font-weight:bold;
	height:29px;
	margin-top:10px;
	padding-left:15px;
	/*padding-top:5px;*/
	width:240px;
}


/*
 * Liste nel BigImage
 */
ul.BigImageList
{
	font-size:14pt;
	font-weight:bold;
	margin:0;
	padding-left:80px;
	padding-top:8px;
}

ul.BigImageList li 
{
	color:#2A68BD;
	list-style-image:url(image/rudder.jpg);
	margin-top:15px;
	width: 350px;	
}

div.clear
{
	clear: both;
	display: blcok;
	width: 10px;
	height: 10px;
}

A:link {text-decoration: none;color: #2A68BD;}
A:visited {text-decoration: none;color: #2A68BD;}
A:active {text-decoration: none;color: #2A68BD;}
A:hover {text-decoration: underline;;color: #2A68BD;}