/* Css originally by mejobloggs  Design by Aran @ stuio7designs.com  Please email me if you use this, as I would love to see how it is being used, also you can join my linkshare to help you with your google ranking */


* html #Contenitore,* html #Contenuti{
height:0;
}

body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	color: #888;
	background-color: white;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Set the page width */
#wrapper-menu-top, #header, #wrapper-content, #wrapper-footer {
	width: 80%;
	min-width:700px;	
	margin: 0 auto;
	text-align: left;
}

#wrapper-menu-top {
	background: white url('../../img/01style/bg02-white-left.png') no-repeat left top;
}

#menu-top {
	background: transparent url('../../img/01style/bg02-white-right.png') no-repeat right top;
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}

#menu-top ul {
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background:url('../../img/01style/menuleft.png') no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url('../../img/01style/menuright.png') no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#5b8fbe;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

 #menu-top a:hover { background-position:0% -42px; }
 #menu-top a:hover span { background-position:100% -42px; }

#wrapper-header {
	background: transparent url('../../img/01style/bg.png') top center repeat-x;
}

#header {
	background: #eee url('../../img/01style/header.jpg') no-repeat left top;
}

#wrapper-header2 {
	background: transparent url('../../img/01style/bg02-blue-left.png') top left no-repeat;
}

#wrapper-header3 {
	background: transparent url('../../img/01style/bg02-blue-right.png') top right no-repeat;
}

#header h1 {
	margin: 0 20px;
	padding: 0;
	height: 180px;
	line-height: 3em;
	color: #FFF;
	font-size: 130%;
}

#subheader {
	min-height:20px;
	height: auto !important;
	height: 20px;
	margin:0px 10px 0px 10px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

#bread {
	float:left;
	text-align:left;
	padding-left:23px;
	font-size: 85%;
}

#search {
	text-align:right;
	padding-right:20px;
	font-size: 85%;
}

#search input {
	margin-top:2px;
	font:"trebuchet ms";
	font-size: 90%;
}

#clear {
	clear:both;
}

#wrapper-content {
	background: white url('../../img/01style/bg02-white-left.png') no-repeat left top;
}

#wrapper-content2 {
	background: transparent url('../../img/01style/bg02-white-right.png') no-repeat right top;
}

* html #wrapper-content { height: 1%; }

#content {
 	padding: 0px 30px 5px 30px;
	text-align:justify;
}

.centro {
	text-align:center;
}

#wrapper-menu-page {
	float:left;
	width:210px;
	margin: 15px 20px 3em 15px;
	background: transparent url('../../img/01style/menu.png') no-repeat;
	text-align: left;
	line-height: 140%;
	min-height:108px;
	height: auto !important;
	height: 108px;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}

* html #wrapper-menu-page { margin-right: 15px; }

#menupagina { padding-top: 5px; padding-left: 7px; }

#wrapper-menu-page ul {
	margin: 0;
	padding: 0;
	list-style:none;
	font-size: 90%;
}

#menupagina a:link, #menupagina a:visited { color: #888; }
#menupagina a:hover { color: #5b8fbe; text-decoration:underline; }

#bread a:link, #bread a:visited { color: #5b8fbe; }
#bread a:hover { color: #5b8fbe; text-decoration:underline; }

.articleSummary img  { 
	border:1px solid #333;
	margin:8px;
	}

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin: 0 20px;
	background-color: #e5f0fc;
	border: 1px solid #ccc;
	border-bottom: 0;
	clear: both;
}

h1 { font-size: 150%; }
h2 { font-size: 100%; }
h3 { font-size: 90%; }
.titolo { font-size: 100%; }
.titolo_lista { font-weight:bold; }

a:link, a:visited { color: #5b8fbe; text-decoration: none; }
a:hover{ color: #666; text-decoration: none; }

.listEntry {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}

.listEntry h1 {
	font-size: 100%;
}

.listEntry p {
	font-size: 75%;
}


#scheda {
	width: 80%;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 80%;	 
	font: italic 11px;
	text-align: right;
}

#scheda th {
	font: bold 12px;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA;
}

#scheda th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#scheda td  {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

#scheda td.alt  {
	background: #F5FAFA;
	color: #797268;
}

#scheda td.alto  {
	background: #F5FAFA;
	color: #797268;
	font: 14px;	
}

#scheda td.speco  {
	font: 14px;	
}


#scheda th.spec  {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
	font: bold 12px;
}

#scheda th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa;
	font: bold 12px;
	color: #797268;
}

img.bordo {
	border:1px solid #333;
	}
	
img.nobordo {
	border:none;
	}
	
p.centro {
	text-align: center;
}

#teaserPageNav {
	position: absolute;
	top: -80000px;
	width: 1px;
	display: block;
}

#zone1 {
	width: 100%;
	min-height: 180px;
	height: auto !important;
	height: 180px;
}

.nascosto {
	position: absolute;
	left: -999em;
}