/** BASIC */






* {
	margin:0px;
	padding:0px;
}
body {
	background-color: #16536D;
}

.clear {
	clear:both;
}





/** HEADINGS */

h1, h2 {
	font-weight: normal;
	line-height:120%;
}

h1 {
	font-size: 24px;
	margin-bottom:25px;
}

h2 {
	margin-bottom: 15px;
	font-size: 18px;
}

h2.style1 {
	font-size: 16px;

}

/** TEXTS */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

p, ul, ol, dl, div {
	text-align: justify;
	line-height: 160%;
}

.alignleft {
	text-align:left;
}
.alignright {
	text-align:right;
}

/** LINKS */

h1 a, h2 a, h3 a {
	text-decoration:none;
}

a {
	text-decoration: none;
	color:#F0CD27;
}

a:hover {
	color: #fff;
	/*text-decoration:none;*/
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

a img { border: none; }

img.border {
	padding: 3px;
	border: 1px solid #E5D4C4;
	background: #FFF8F0;
}

img.left {
	float: left;
	margin: 5px 25px 0px 0px;
}

img.right {
	float: right;
	margin: 5px 0px 0px 25px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** MENU */



#menu li.background {
	background: url(/images/bg_menu_right.png) no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;

	
	
}
 
#menu .background .left {
	background: url(/images/bg_menu.png) no-repeat top left;
	height: 40px;
	padding:5px 0px 0px 0px;
	margin-right: 9px; /* 7px is the width of the rounded shape */

	
}
#menu li img {
	border:none;
}

#menu {
	background-image:url(images/edison2_03.jpg);
	height:47px;
	padding:0px 58px 0px 58px;
	text-align: center;
	clear: both;
	width:660px;
	overflow: hidden;
	position:relative;
}

#menu ul {
	margin: 0px;
	padding:10px 0px 0px 0px;
	display:block;
	list-style: none;
}

#menu li {
	float: left;
	height: 40px;
	padding:0px;
	margin:0px;
}

#menu li.current a {
	color:#F0CD27;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
	display:block;
	text-align:center;
	z-index: 10;
	padding: 6px 0px;
	height: 47px;
	overflow: hidden;
	position: relative;
	color:#FFFFFF;
}

#menu a:hover {
	color:#F0CD27;
}
	
/** PAGE */
#page {
	margin:0 auto;
	width:776px;
}
#content {
	background:url(images/edison2_04.jpg) repeat-y;
	min-height:218px;
	
	padding:0px 58px 0px 58px;
	
	width:660px;
	overflow: hidden;
	
}


#content ul {
padding:0px 0px 0px 30px;
}
/** HEADER */

#topsx {
	background-image:url(images/edison2_01.jpg);
	float:left;
	height:373px;
	width:400px;
}

#intestazione {
	
	text-indent:-9999px;
}

#topdx {
	background-image:url(images/edison2_02.jpg);
	float:right;
	height:373px;
	width:376px;
}
#topdx a {
	color:#FFF;
	text-decoration:none;
}
#topdx a:hover {
	text-decoration:underline;
}
#slogan {
	margin:230px 0px 0px 0px;
	font-size:16px;
	padding-left:28px;
}
#infos {
	margin:35px 30px 0px 30px;
	line-height:normal;
	font-size:12px;
}
/** FOOTER */

#footer {
	background-image:url(images/edison2_05.jpg);
	height:174px;
	padding:0px 58px 0px 58px;
}

#footer p {
	color:#F0CD27;
	text-transform: lowercase;
	padding:40px 0px 0px 300px;


}




/** MAPPE **/

#dira14, #dirss650, #dirvss, #gmap {
	height:400px;
	width:660px;
}
.dircontent {
	position:relative;
}
.headdir {
	color:#fff;
	margin:10px 0px 10px 0px;
	cursor:pointer;
}
a.dirlink {
	color: #FFFFFF;
}
#google_baloon_infos {
	color:#000;
}
/*IMMAGINI*/
.ViewTemplateImage {
	float:right;
	margin:6px 0px 0px 10px;
}

.ViewTemplateImageHor {	
	background:transparent url(/images/mask_h.png);
	display:block;
	border:none;
	width:320px;
	height:240px;
	padding:8px;
}
.ViewTemplateImageVer {
	background:transparent url(/images/mask_v.png);
	display:block;
	border:none;
	width:240px;
	height:320px;
	padding:8px;
}
.ViewTemplateImageHor:hover {
 background:transparent url(/images/mask_h.png) no-repeat scroll 0 -256px;

}

.ViewTemplateImageVer:hover {
 background:transparent url(/images/mask_v.png) no-repeat scroll 0 -336px;
}


.ElementigalleryImageHor {	
	background:transparent url(/images/mask_t_h.png);
	display:block;
	border:none;
	width:80px;
	height:60px;
	padding:8px;
	float:left;
}
.ElementigalleryImageVer {
	background:transparent url(/images/mask_t_v.png);
	display:block;
	border:none;
	width:60px;
	height:80px;
	padding:8px;
	float:left;
}



.ElementigalleryImageHor:hover {
 background:transparent url(/images/mask_t_h.png) no-repeat scroll 0 -77px;

}

.ElementigalleryImageVer:hover {
 background:transparent url(/images/mask_t_v.png) no-repeat scroll 0 -96px;
}

.ViewTemplate {
	margin:15px 0px 0px 0px;
	text-align:justify;
	font-size:14px;
}

#issuuboxcontent {
	margin:15px 0px 0px 0px;
}
.galleryelement {
	margin:20px 0px 0px 0px;
}
.galleryelement h2 {
	color:#F0CD27;
}