/*
Author: Fabio Lombardo
Copyrights: © 2007 TbDesign - Tina Berenato
*/

/*  
======================================================
			 elementi generali del sito
======================================================
*/

BODY {
	background-image: url(images/sfbody.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 17px;
}

#contenitore{
	background-image: url(images/sfcontainer.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 642px;
	padding-top: 0px;
	position: relative;	
}

#sinistra{
	width: 500px;
	float: left;
	position: absolute;
	height: 460px;
}

#centro{
	width: 400px;
	float: left;
	position: absolute;
	left: 500px;
	text-align: right;
	height: 60px;
}

#destra{
	width: 98px;
	float: left;
	position: absolute;
	left: 900px;
	top: 0px;
}

#menu{
	float: left;
	width: 850px;
	height: 20px;
	clear: both;
	position: absolute;
	top: 575px;
	left: 30px;	
}

#menu2{
	float: left;
	width: 100px;
	height: 20px;
	clear: both;
	position: absolute;
	top: 575px;
	left: 910px;	
}

#autore{
	width: 100%;
	height: 100px;
	margin: 0px;
	padding: 0px;
	clear: both;
	background-color: #000000;
	text-align: center;
}

/*  
======================================================
				solo per honepage
======================================================
*/


#contenitorehome{
	background-image: url(images/sfportcontainer.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 642px;
	padding-top: 0px;
	position: relative;
	
}

#homepage{
	width: 998px;
	float: left;
}


/*  
======================================================
				solo per page
======================================================
*/
#contenutotesto{
	width: 348px;
	height: 418px;
	float: left;
	position: absolute;
	left: 550px;
	top: 120px;
	text-align: right;
	color: #FFFFFF;
	word-spacing: 0.1ex;
	letter-spacing: 0.1ex;
	
}

/*  
======================================================
				solo per premi
======================================================
*/
.white{

	text-align: right;
	color: #FFFFFF;
	word-spacing: 0.1ex;
	letter-spacing: 0.1ex;
	
}	
/*  
======================================================
            solo per portfolio / clienti
======================================================
*/

#contenitoreportfolio{
	background-image: url(images/sfportcontainer.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 642px;
	padding-top: 0px;
	position: relative;
	
}


#sinistraportfolio{
	position: absolute;
	float: left;
	width: 450px;
	text-align: center;
	top: 110px;
	left: 65px;
	height: 450px;
}

#img{
	border: 4px solid #000000;
	position: relative;
}

.didascalia {
	font-size: 10px;
	margin: 1px;
	padding: 1px;	
}
.menuportfolio ul, li {
	list-style-type: none;
	text-transform: uppercase;
	font-size: 10px;	
}


.linkportfolio:link {
	color: #000000;
	text-decoration: none;	
}
.linkportfolio:visited {
	color: #000000;
	text-decoration: none;	
}
.linkportfolio:hover{
	color: #ffffff;
	text-decoration: none;

}

.linkportfolio2:link {
	color: #ffffff;
	text-decoration: none;	
}
.linkportfolio2:visited {
	color: #ffffff;
	text-decoration: none;	
}
.linkportfolio2:hover{
	color: #ffffff;
	text-decoration: none;

}


.goto:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}
.goto:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}
.goto:hover{
	color: #990000;
	text-decoration: none;
	background-color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}

.here:link {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}
.here:visited {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}
.here:hover{
	color: #990000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}

/*  
======================================================
				solo per spot
======================================================
*/

#sinistraspot{
	position: absolute;
	float: left;
	width: 450px;
	text-align: center;
	top: 130px;
	left: 65px;
	height: 450px;
}

/*  
======================================================
				solo per contatti
======================================================
*/
#contenutoform{
	width: 348px;
	height: 418px;
	float: left;
	position: absolute;
	left: 550px;
	top: 60px;
	text-align: right;
}

form {
	width:320px;
	padding-right: 2em;
	padding-left: 2em;
}

form div{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


form b {
	color:#FFFFFF;
	font-weight: bold;
}

form p {
	margin:0.5em 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}


fieldset {
	float:left;
	width:300px;
	height: 25px;
}
.input {
	border: 1px solid #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	width: 300px;
	background-color: #bb2025;
}

.select {
	border: 1px solid #000000;
	color:#FFFFFF;
	margin-bottom:3px;
	background-color: #bb2025;
}

label {
	float:left;
	width:300px;
	display: inline;
	margin-left: 10px;
	line-height:20px;
	font-size: 11px;
}
.indirizzo {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #000066;
	border-left-color: #000066;
}


/*  
======================================================
		solo per partita iva 
======================================================
*/

#partitaiva{
	padding-top: 30px;
	position: relative;
	color: #FFFFFF;
	text-align: center;	
}


/*  
======================================================
		solo per pagina in costruzione 
======================================================
*/
#incostruzione{
	background-image: url(images/sfinc.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 642px;
	padding-top: 0px;
	position: relative;
	
}
#incfooter{
	width: 100%;
	clear: both;
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
}

.inclink:link {
	color: #990000;
	text-decoration: none;
}
.inclink:visited{
	color: #990000;
	text-decoration: none;
}
.inclink:hover{
	color: #ffffff;
	text-decoration: none;
}
