/*

Author: Fabio Lombardo
Copyrights: © 2008 birradelsole.it

*/

/*  
======================================================
			 elementi generali del sito
======================================================
*/

BODY {
	background-image: url(../images/sfbodypage.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	background-color: #d8172a;
}

#intro{	
	width: 980px;
	height: 600px;
}

#container{
	width: 980px;
	margin-left: -490px;
	display:inline;
	left: 50%;
	position: absolute;	
	height:100%;
}

#testa{	
	width: 980px;
	height: 413px;
}

#corpo{
	width: 980px;
	background-color: #ffcc66;
	background-image: url(../images/sfgiallo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
}



#sxcol{
	float:left;
	width: 580px;
	display:inline;
	padding-left:30px;
	padding-top:30px;
}

#dxcol{
	float:right;
	width: 340px;
	display:inline;
	padding-top:30px;
	padding-left:30px;
}

.boxlarge{
	float:left;
	width: 520px;
	display:inline;
	background-image: url(../images/boxlarge.jpg);
	padding:30px;
	font-size: 14px;
	line-height:22px;
}

.boxlarge a {
color:#FFFFFF;
text-decoration:none;
}

.dwboxlarge{
	float:left;
	width: 580px;
	height:20px;
	display:inline;	
	background-image: url(../images/dwboxlarge.jpg);
	background-repeat: no-repeat;	
}

.boxsmall{
	float:left;
	width: 250px;
	display:inline;
	background-image: url(../images/boxsmall.jpg);
	padding:30px;
}

.dwboxsmall{
	float:left;
	width: 310px;
	height:20px;
	display:inline;
	background-image: url(../images/dwboxsmall.jpg);
	background-repeat: no-repeat;
}

#footer{
	background-image: url(../images/sffooter.jpg);
	background-position: center top;	
	background-repeat: no-repeat;
	float: left;
	width: 980px;
	height: 102px;
}

#logotriscele{
	float:left;
}


#changelang{
	height: 30px;
	text-align: right;
	margin-top: 60px;
	margin-right:30px;
	float:right;
}

#changelang ul {
	margin: 1px;
	padding: 1px;
	}

#changelang li{
	list-style-image: none;
	display: inline;	
	
}


#copy{
	float: left;
	color:#FFFFFF;
	width: 980px;
	height: 40px;
	margin-top:30px;
	text-align:center
}

#copy a {
color:#FFFFFF;
text-decoration:none;
}

/*  
======================================================
Sub menu laterale - usato in rassegna e comunicati stampa
======================================================
*/

#submenu{
	width: 250px;
	float:right;
	margin-left:10px;
	display: inline;
}

#submenu ul {
	width: 250px;
	padding:0px;		
	margin:0px;
	float:left;
	text-align: left;
	text-indent: 0px;
	display: inline;
}

#submenu li{
	width: 250px;
	height:40px;
	float:left;
	list-style:none;
	margin-bottom:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF66;
}

.submenuno{
	font-size: 12px;
	line-height:40px;
	width:100%;
	font-weight: bold;
	margin-left:0px;
}

.submenuno a:link{
	padding-left:10px;
	padding-right:10px;
	display:block;
	padding:0;
	height:40px;
	width: 230px;
	color: #FFFFFF;
	text-decoration: none;
}

.submenuno a:visited{
	padding-left:10px;
	padding-right:10px;
	display:block;
	padding:0;
	height:40px;
	width: 230px;
	color: #FFFFFF;
	text-decoration: none;
}

.submenuno a:hover{
	padding-left:10px;
	padding-right:10px;
	display:block;
	padding:0;
	height:40px;
	width: 230px;
	color: #FFFF66;
	text-decoration: none;
}

.submenusi{
	font-size: 12px;
	line-height:40px;
	width:100%;
	font-weight: bold;
	margin-left:0px;
}

.submenusi a:link{
	padding-left:10px;
	padding-right:10px;
	display:block;
	padding:0;
	height:40px;
	width: 230px;
	color: #FFFFFF;
	text-decoration: none;
}

.submenusi a:visited{
	padding-left:10px;
	padding-right:10px;
	display:block;
	padding:0;
	height:40px;
	width: 230px;
	color: #FFFFFF;
	text-decoration: none;
}

.submenusi a:hover{
	padding-left:10px;
	padding-right:10px;
	display:block;
	padding:0;
	height:40px;
	width: 230px;
	color: #FFFFFF;
	text-decoration: none;
}


/*  
======================================================
			 solo elenco
======================================================
*/

.elenco{
	float:left;
	width: 520px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC66;
}

.elenco_small{
	float:left;
	width: 250px;
	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC66;
}

/*  
======================================================
			 solo contatti
======================================================
*/


#contactform {
	width:500px;
	float:left;
	overflow:visible;
}


#contactform b{
	color:#990000;
	font-size:12px;
}

fieldset {
	float:left;
	width:500px;
	border:0;
}

label {
	float:left;
	width:150px;
	display: inline;
	margin-right: 10px;
	line-height:20px;
	font-size: 11px;
	text-align:right;

}
.input {
	border: 1px solid #CC0000;
	width:320px;
	color:#000000;
	margin-bottom:3px;
	background-color: #ffcc66;
}

.input_small {
	border: 1px solid #CC0000;
	width:150px;
	color:#000000;
	margin-bottom:3px;
	background-color: #ffcc66;
}


.notaform {
	width:500px;
	font-size: 10px;
}
.inviomodulo {
	width:500px;
	text-align:center;
}

/*
======================================================
				Solo per foto page
======================================================
*/


.pageimg {
	display:inline;
	margin:0;
	padding-left:4px;
	padding-bottom:4px;
	float:left;
}

/*
======================================================
				Solo per popup
======================================================
*/

.popup{
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#FFFFFF;
}

#corpopoup{
	margin: 0;
	width:100%;
	height:100%;
	background-color:#FFFFFF;
}

#testatapopup{
	width:100%;
	background-color:#003366;
	margin: 0;
	float:left;
}

#paragrafopopup{
	width:480px;
	margin: 0;
	padding:10px;
	text-align: justify;
	float:left;
}

#no{
	width:780px;
	height:400px;
	padding:100px;
	text-align: center;
	float:left;
}

/*  
======================================================
				solo per rassegna stampa
======================================================
*/

	
	.dhtmlgoodies_tree{
		margin:0px;
		padding:0px;
	}
	.dhtmlgoodies_tree ul{	/* Sub menu groups */
		margin-left:20px;	/* Left spacing */
		padding-left:0px;
		display:none;	/* Initially hide sub nodes */
	}
	.dhtmlgoodies_tree li{	/* Nodes */
	list-style-type:none;
	vertical-align:middle;
	}
	.dhtmlgoodies_tree li a{	/* Node links */
		color:#000;
		text-decoration:none;
		font-family:arial;
		font-size:0.8em;
		padding-left:2px;
	}
	.linea
	{
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}