/* 
Last Update 14/07/07
Ciro Esposito

Playoff HOME

colori: #559ED4 + #222E36
*/



body {
	background: #fff url(../img-layout/corporate/sf-pagina.jpg) repeat-x 0 0;
}

a:link, a:visited {
	color:#559ed4;
}

a:hover {
	color:#222e36;
}

a:active {
	color:#559ed4;
}


/*---------------------
-- MENU ORIZZONTALE --
--------------------*/


#menu-h li a {
	color: #222E36;
}

#menu-h li a.attivo  {
	color: #559ED4;
}

/*---------------------
------ TESTATA -----
--------------------*/

#header {
	background: url(../img-layout/corporate/sf-header.jpg) no-repeat 0 0;
}


#header input {
	background: url(../img-layout/corporate/sf-input.jpg) repeat-x 0 0;
	border: 1px solid #222E36;
}


#header input.button {
	background: url(../img-layout/corporate/sf-button.jpg) repeat-x 0 0;
	border: 1px solid #222E36;
	color: #222E36;
}

#header input:hover.button, #header input:focus.button {
	background: #4f7288;
}

/*---------------------
-- NAVIGAZIONE --
--------------------*/

#navigazione {
	background: url(../img-layout/corporate/sf-navigazione.jpg) no-repeat 0 0;
}

#navigazione li a {
	width: 100px;
}


/*---------------------
------- CONTENT -------
--------------------*/

/*#content {
	background: url(../img-layout/corporate/sf-content.jpg) no-repeat 0 0;
}*/

.col-a {
	width: 315px;
	float: left;
	padding: 30px 0 0 0;
	margin: 0 5px 10px 0;
}

.col-b {
	width: 315px;
	float: left;
	padding: 30px 0 0 0;
	margin: 0 5px 10px 0;
	position: relative;
}

.col-b-video {
	padding: 0 0 0 0;
	margin: 0 5px 0 0;
}

.col-c {
	width: 320px;
	float: left;
	padding: 30px 0 0 0;
	margin: 0 0 10px 0;
	position: relative;
}

.col-a img, .col-b img, .col-c img {
	float: left;
	margin: -30px 0 0 0;
}

.col-b-video img {
	margin:0;
}

.col-e p {
	font-size: 1.2em;
	line-height: 1.5;
	padding: 10px 0;
}

.col-a p, .col-b p, .col-c p {
	font-size: 1.2em;
	line-height: 1.5;
	padding: 5px 0 5px 150px;
}

.col-a p span, .col-b p span, .col-c p span {
	font-weight: bold;
	line-height: 1.5;
}

/*---------------------
------- BOX -------
--------------------*/

#ristorante {
	background: url(../img-layout/corporate/img-ristorante.jpg) no-repeat 0 0;
}

#centro-benessere {
	background: url(../img-layout/corporate/img-centro-benessere.jpg) no-repeat 0 0;
}

#discoteca {
	background: url(../img-layout/corporate/img-sottovoce.jpg) no-repeat 0 0;
}

#eventi {
	background: url(../img-layout/corporate/img-eventi.jpg) no-repeat 0 0;
}

#box-video-mini {
	float:right;
}

#news {
	background: #eef4f9 url(../img-layout/corporate/sf-news.gif) no-repeat 0 0;
}

#blog {
	background: #eef4f9 url(../img-layout/corporate/img-blog.jpg) no-repeat 0 0;
}

#link {
	background: #eef4f9 url(../img-layout/corporate/img-link.gif) no-repeat 0 0;
}

#blog ul, #news ul {
	position: absolute;
	top:10px;
	left: 150px;
	width: 170px;
}

#link ul {
	position: absolute;
	top:10px;
	left: 50px;
	width: 230px;
}

#blog li span, #news li span {
	display: block;
	font-weight: bold;
	margin: 0 0 2px 0;
}

#blog li, #news li {
	border-bottom: 1px solid #222E36;
	margin: 0 0 5px 0;
	padding:0 10px 5px 0;
	
}

#blog li a, #news li a {
	color: #222E36;
	text-decoration: none;
	display: block;
	font-size: 0.7em;
	line-height: 1.3;

}

#blog li a:hover, #news li a:hover {
	color: #559ED4;
}

#newsletter {
	background: #eef4f9 /*url(../img-layout/corporate/sf-newsletter.gif) no-repeat 0 0*/;
	color: #222E36;
}

#newsletter form {
	padding: 10px 0 10px 150px;
	font-size: 1.2em;
}


#newsletter label {
	display: block;
	margin: 5px 0 0 0;
}

#newsletter input {
	background: url(../img-layout/corporate/sf-input.jpg) repeat-x 0 0;
	border: 1px solid #222E36;
	display: block;
	margin: 5px 0 0 0;
	padding: 3px;
	width:90%;
}

#newsletter .hidden_class {
	display: none!important;
}

#newsletter input:hover, #newsletter input:focus {
	background: #fff;
}

#newsletter input.button {
	background: url(../img-layout/corporate/sf-button.jpg) repeat-x 0 0;
	border: 1px solid #222E36;
	margin: 5px 0 0 0;
	padding: 3px;
	color: #222E36;
	width:auto;
}

#newsletter input:hover.button, #newsletter input:focus.button {
	background: #222E36;
	color: #fff;
	cursor::hand;
	cursor:pointer;
}


#link li a {
	display: block;
	padding: 5px 0;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.3;
}

#blog p.link_basso, #news p.link_basso {
	position: absolute;
	top:180px;
	left: 0px;
}

/*---------------------
------- FOOTER -------
--------------------*/

#footer {
	border-bottom:5px solid #222E36;
}