/* CSS Document */

body { 	
	background-color: #FFEA8B;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 0px
}

a:link { 
	color: #5e0b07;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

a:visited { 
	color: #5e0b07;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

a:hover { 
	color: #5e0b07; 
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline; 
}

/* Contenitore principale di header, corpo e footer */

div#container {
	position: absolute;
	left: 50%;	
	width: 620px;
	height: 525px;
	max-height: 510px;
	margin-left: -304px;
	padding: 0px;
	text-align: left;
}

div#photoline {
	width: 100%;
	height: 50px;
	position: absolute;
	top: 175px;
	left: 0px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	background-image: url(images/photoline.jpg);
	background-repeat: repeat-x;
}

div#footerline {
	width: 100%;
	height: 50px;
	position: absolute;
	top: 360px;
	left: 0px;
	border-bottom: 5px solid #933;
}

/* Contenitore di header (logo e menu navigazione) */

div#header {
	position: absolute;
	text-align: left;
	width: 620px;
	height: 130px;
	text-align: center;
	padding: 10px 0px 20px;
	z-index: 10;
}

div#logo {
	position: absolute;
	top: 15px;
	left: 0;
	width: 161px;
	height: 108px;
	background-image: url(images/logo.jpg);
}

ul#navigation {
	position: absolute;
	top: 105px;
	width: 410px;
	left: 170px;
	list-style: none;
	margin: 0;
	padding: 7px 0;
    border-top: 1px solid #FFEA8B;
	font-weight: bold;
    text-align: center;
	white-space: nowrap;
	line-height: 1; !important
	z-index: 7
}

ul#navigation li {
	display: inline;
	margin: 0 3px;
}

ul#navigation a {
	text-decoration: none;
	padding: 3px 0 0 ;
    border-top: 4px solid #633;
	color: #5e0b07;
}

ul#navigation a#current{
	border-color: #FC3;
	color: #963;
}

ul#navigation a:hover{
	border-color: #FC3;
	color: #963;
}

/* Contenitore corpo pagina (textbox, titolo) */

div#content {
	position: absolute;
	top: 130px;
	background: url(images/etna.jpg) no-repeat bottom right;
	width: 614px;
	height: 340px;
	padding: 0 0 5px;
	background-color: #f4d238;
	border: 3px solid #5e0b07;
	overflow: hidden;
	z-index: 1;
}

div#titolo {
	position: absolute;
	/* left: 356px; */
	right: 0px;
	top: 0px;
	width: 250px;
	z-index: 3;
}

div#sottotitolo {
	position: absolute;
	right: 0px;
	bottom: 195px;
	width: 270px;
	font-style: oblique;
	letter-spacing: 1px;
	z-index: 4;
}

a#line {
	position: absolute;
	bottom: 15px;
	width: 100%;
	height: 20px;
	background-color: #660000;
	text-align: right;
	color: #f4d238;
	line-height: 18px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

a#line:hover {
	position: absolute;
	bottom: 15px;
	width: 100%;
	height: 20px;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	text-decoration: none; !important
}

/* Textbox Contenitore Cornice */

div#boxtext {
 	position: relative;
	top: 25px;
	left: 25px;
	width: 290px;
	height: 312px;
    background: url(images/textboxbg.gif) no-repeat top left;
    padding: 1px 0;
	font-size :10px;
	z-index: 5;
}

/* Textbox Contenitore Testo */

div#textbox {
	height: 264px;
	overflow: auto;
    margin: 25px 24px 0;
	padding-right: 8px;
	scrollbar-base-color: #F4D238;
	scrollbar-face-color: #F4D238;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-highlight-color: #fefefe;
	scrollbar-dark-shadow-color: #F4D238;
	scrollbar-3d-light-color: #FAE277;
	scrollbar-track-color: #FAE277;
	z-index: 6;	
} 

img.opacity { 
	margin: 8px 12px 15px 12px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

a.opacity:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

/* Footer */
div#footer {
	position: absolute;
	top: 486px;
	font-size: 9px;
	width: 626px;
	height: 40px;
	text-align: center;
	line-height: 1.5;
	left: -3px;
}

/* Font Specifici (Titoli, Testo con spaziatura) */
p { margin: 6px 0; }

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 12px;
	border-bottom: 2px solid #f4d238;
}

h1.first {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 12px;
	border-bottom: 2px solid #f4d238;
}

h2 {
	font-size: 14px;
	border-bottom: 2px solid #f4d238;
	letter-spacing: 2px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom:5px;
}

h2.first {
	font-size: 14px;
	border-bottom: 2px solid #f4d238;
	letter-spacing: 2px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px
}

.text_special {
	font-size: 10px;
	line-height: 1.8;
	letter-spacing: 1px;
}

/* Lista per pagina Contattaci */

ul#contact {
	line-height: 2;
	list-style: none;
	/* border-bottom: 2px solid #f4d238; */
	margin-top: 5px;
	margin-bottom: 5px;
}

li#mail {
	font-size: 12px;
	background: url(images/email.gif) no-repeat 0px 5px;
	margin-left: -40px;
	padding: 0 0 2px 25px;
}

li#phone {
	font-size: 14px;
	background: url(images/phone.gif) no-repeat -2px 6px;
	margin-left: -40px;
	padding: 0 0 2px 25px;
}

li#cell {
	font-size: 12px;
	background: url(images/cell.gif) no-repeat 0px 5px;
	margin-left: -40px;
	padding: 0 0 2px 25px;
}

li#closed {
	font-size: 12px;
	background: url(images/closed.gif) no-repeat 0px 4px;
	margin-left: -40px;
	padding: 0 0 2px 25px;
}

form#contactform {
	background-color: #f4d238;
	padding: 1px 6px;
}

/* Pagina Downloads */

ul#downloads {
	line-height: 2;
	list-style: none;
	margin-top: 5px;
	margin-bottom: 5px
}

ul#downloads a:link {
	font-weight: bold;
	font-size: 14px
}

ul#downloads a:visited {
	font-weight: bold;
	font-size: 14px
}

ul#downloads a:hover {
	background-color: #FC3;
	text-decoration: none;
	font-size: 14px
}

ul#downloads li {
	font-size: 14px;
	background: url(images/pdf.gif) no-repeat 0px 7px;
	margin-left: -40px;
	padding: 0 0 2px 25px
}

/* Pagina HOME */

ul#home {
	list-style: disc;
	line-height: 2;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #f4d238;
}



ul#home li {
	font-size: 12px;
	margin-left: -25px;
}



ul#prod {
	list-style: circle;
	line-height: 2;
	margin-top: 10px;
	margin-bottom: 5px;
	border-top: 2px solid #f4d238;
}

ul#prod li {
	font-size: 12px;
	font-weight: bold;
	margin-left: -25px;
}

/* TITOLI */

.li\r {
	display: list-item;
    list-style-position: inside;
    letter-spacing: -1000em;
    font-size: 1pt;
    color: #FFEA8B
}

h1#home { list-style-image:url(images/titolo_home.gif) }
h1#dovesiamo { list-style-image:url(images/titolo_dovesiamo.gif) }
h1#downloads { list-style-image:url(images/titolo_downloads.gif) }
h1#fotogallery { list-style-image:url(images/titolo_fotogallery.gif) }
h1#produzioni { list-style-image:url(images/titolo_produzioni.gif) }
h1#contattaci { list-style-image:url(images/titolo_contattaci.gif) }

dl{
	width:160px;
}

dt {
	font-size: 120%;
	margin: 10px 0 0; 
	font-weight: bold
}

dd {
	margin: 0;
	padding-left:14px;
	line-height: 1.4;
}

p.separator {
	border-top: 2px solid #f4d238;
	padding-top: 5px
}