﻿/* CSS Reset Start*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-family:Arial;
}

img, a img { 
	border:0;
}

fieldset {
	margin-top:16px;
}

textarea {
	font-size:13px;
}

legend {
	color:#000;
	padding:0px 6px;
	font-size:13px;
	font-family:Arial;
}

ul, ol, li {
	list-style-type:none;
}
/* CSS Reset End*/

body {font-family:Arial; font-size:12px; color:#000; line-height:17px; }

a {text-decoration:none; color:#740402; outline:0; }

a:hover {text-decoration:underline;}

p {
	padding-bottom:12px;	
}

h1, h2, h3 {
	color:#786211;
	font-weight:bold;
	font-family:"Myriad Pro", Georgia, serif;	
}

body.site  {
	background:url(../images/bg.jpg) repeat-x #FFF 0 0;
}

#top {
	background:url(../images/top.jpg) no-repeat 0 0;
	width:900px;
	height:350px;
	margin: 0 auto;
	position:relative;
}

#main {
	width:800px;
	margin:80px auto;
	overflow:hidden;
}

#mainfp {
	width:800px;
	height:668px;
	margin:80px auto;
	overflow:hidden;
	background:url(../images/bghome.jpg) no-repeat 0 50%;
}

#mainfp table {
	display:block;
	float:left;
}

#modules {
	width:201px;
	float:left;
	background:url(../images/modulestop.jpg) no-repeat 0 0;
	padding-top:8px;
	height:100%;	
}

#modulesinner {		
	background:url(../images/modulesbot.jpg) no-repeat #FAC991 0 100%;
	padding-bottom:8px;
	height:100%;	
}

#content {
	width:531px;
	float:right;
	background:url(../images/contenttop.jpg) no-repeat 0 0;
	padding-top:8px;
	height:100%;
}

#contentinner {		
	background:url(../images/contentbot.jpg) no-repeat #EAEAEC 0 100%;
	padding:22px 30px 30px;
	height:100%;
}

#bgfooter {
	background:url(../images/bgfooter.jpg) repeat-x bottom left;
	width:100%;
	height:107px;
	margin: 0 auto;
}

#footer {
	background:url(../images/footer.jpg) no-repeat 0% 100%;
	width:900px;
	height:107px;
	margin: 0 auto;
	position:relative;
}

#content ul {
	margin-left:20px;
}

#content li {
	list-style-type:square;
	margin-left:10px;
}

div.module-ris {
	background:url(../images/areariservata.jpg) no-repeat 0 0;
	margin-top:-8px;
	position:relative;
	padding:0px 12px;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	height:191px;
	margin-bottom:12px;	
}

div.module-ris h3 {
	color:#FFF;
	text-transform:uppercase;
	height:42px;
	line-height:42px;
	font-weight:normal;
	font-size:16px;
}

div.module-ris form {
	padding: 10px 0px;
}

div.module-ris a {
	color:#DEDEDE;
}

div.module-ris label {
	float:left;
	margin-bottom:10px;
}

div.module-ris .inputbox {
	float:right;
	margin-bottom:10px;
	border:1px solid #FFF;
	background:#FFF;
	font-size:11px;
	padding:0px 3px;
}

div.module-ris .button {
	clear:both;
	float:right;
	border:none;
	background:url(../images/login.jpg) no-repeat 0 0;
	width:43px;
	height:13px;
	line-height:13px;
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	margin-top:10px;
	cursor:pointer;
}

div.module-menu {
	position: absolute;
        /*left:150px; inutile*/
	height:27px;
	bottom:0px;
	left:9%; /* qui si cambia la posizione relativa del menu principale*/
}

div.module-langs {
	position: absolute;
	right:50px;
	bottom:70px;	
}

div.module-langs img {
	border:1px solid #FFF;
	float:left;
	margin-right:6px;
}

#modules div.module {
	padding:0px 12px;
	margin-bottom:20px;
	overflow:hidden;
}

#modules div.module h3 {
	color:#841319;
	text-transform:uppercase;
	font-weight:normal;
	font-size:16px;
	padding-bottom:4px;
}

a.readon {
	float:right;
	width:77px;
	height:14px;
	line-height:14px;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	font-family:Arial;
	background:url(../images/readon.jpg) no-repeat 0 0;
}

a.readon:hover {
	background:url(../images/readon.jpg) no-repeat 0 -14px;
	text-decoration:none;
}

#modules div.module table.contentpaneopen {
	margin-top:12px;
}

ul.mainlevel li {
	float:left;
	height:27px;
	line-height:27px;
	position:relative;
}

ul.mainlevel li a {
	float:left;
	height:27px;
	line-height:27px;	
	background:url(../images/menusprite.jpg) no-repeat 0 0;	
	padding-left:12px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	text-transform:lowercase;
}

ul.mainlevel li a span {		
	float:left;
	cursor:pointer;
	height:27px;
	line-height:27px;
	background:url(../images/menusprite.jpg) no-repeat 100% 0;	
	padding-right:12px;
}

ul.mainlevel li a:hover {
	background:url(../images/menusprite.jpg) no-repeat 0 100%;
	color:#821417;
	text-decoration:none;
}

ul.mainlevel li a:hover span {			
	background:url(../images/menusprite.jpg) no-repeat 100% 100%;
}

ul.sublevel {
	position:absolute;
	top:27px;
	left:1px;
	background-color:#E5DAC8;
	width:120px;
}

ul.sublevel li {
	clear:both;
	width:100%;
	height:22px;
	line-height:22px;
}

ul.sublevel li a, ul.sublevel li a span {
	background:none;
	height:22px;
	line-height:22px;
	color:#821417;
	display:block;
	float:none;
}

ul.sublevel li a:hover, ul.sublevel li a:hover span  {
	background:none;
	height:22px;
	line-height:22px;
	color:#000;
 }
 
div.componentheading, td.contentheading {
	color:#811417;
	font-weight:bold;
	font-size:22px;
	padding-bottom:12px;
 }
	
table.moduletable-copy {
	margin: 0 auto;
	color:#EBC236;
	font-size:12px;
	line-height:14px;
	text-align:center;	
}

table.moduletable-copy a {
	color:#EBC236;
}

table.moduletable-linkarearis {
	margin: 0 auto;
	color:#EBC236;
	font-size:12px;
	line-height:14px;
	text-align:center;	
	position:absolute;
	top:0px;
	right: 158px;
}

table.moduletable-linkarearis a {
	color:#FFF;
	font-weight:bold;
	background:url(../images/linkarearis.jpg) no-repeat 0 0;
	width:115px;
	height:36px;
	line-height:36px;
	display:block;
	font-size:13px;
}

table.moduletable-linkarearis a:hover {
	background:url(../images/linkarearis.jpg) no-repeat 0 -36px;
	text-decoration:none;	
}

table.blog div {
	margin-bottom:26px;
}

table.blog div div{
	margin-bottom:0px;
}

div.module-textscroller {
	position:absolute;
	top:295px;
	left:50px;	
	width:800px;
	color:#ECC137;
	font-size:14px;
	font-weight:bold;
}

.inputbox {
	padding:0px 3px;
	margin-bottom:5px;	
}

/* mediaboxAdvanced - black theme */

#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#mbOverlay.mbOverlayFF {
	background: transparent url(../../../images/stories/js/images/80.png) repeat;
}

#mbOverlay.mbOverlayIE {
	position: absolute;
}

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
	-webkit-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
}

#mbCenter.mbLoading {
	background: #000 url(../../../images/stories/js/images/minimalloading.gif) no-repeat center;

/*	This style is applied only during animation.	*/
/*	For example, the following turns off shadows,	*/
/*	helping browser performance on slow systems.	*/
/*	To leave shadows on, just remove these lines:	*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#mbImage {
	position: relative;
	left: 0;
	top: 0;

/*	Begin styles for inline content, if no style is given	*/
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;
}

#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #ddd;
}

#mbImage a:hover, #mbImage a:active {
	color: #fff;
}

/*	End inline content styles	*/

#mbBottom {
	min-height: 20px;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	text-align: left;
	padding: 0 10px 10px;
}

#mbTitle {
	display: inline;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}

#mbNumber {
	display: inline;
	color: #999;
	line-height: 14px;
	font-size: 10px;
	margin: auto 10px;
}

#mbCaption {
	display: block;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 20px;
	margin: 0;
	outline: none;
}

#mbPrevLink {
	width: 20px;
	background: transparent url(../../../images/stories/js/images/minimalprevious.png) no-repeat center;
}

#mbNextLink {
	width: 20px;
	background: transparent url(../../../images/stories/js/images/minimalnext.png) no-repeat center;
}

#mbCloseLink {
	width: 20px;
	background: transparent url(../../../images/stories/js/images/minimalclose.png) no-repeat center;
}

/*	Styles for flash version alert	*/

#mbError {
	position: relative;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
	color: #d00;
	font-weight: bold;
	text-decoration: underline;
}