body {
	font-family: Tahoma, "Trebuchet MS", sans-serif;
}

#header {
	width: 100%;
	height: 80px;
	background: url(../img/header_bg.jpg) repeat-x 0 0;
	padding-bottom: 10px;
}

#header #logo {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	height: 54px;
	position: relative;
}

#header #logo ul#mainMenu {
	float: left;
	margin-top: 25px;
	margin-left: 10px;
	display: inline;
}

#header #logo ul#socials {
	float: right;
	margin-top: 25px;
	margin-left:10px;
	/*margin-right: 15px;*/
	display: inline-block;
}
#header #logo ul#socials li{
	display: inline;
}
#header #logo ul#mainMenu li, #header #logo ul#logMenu {
	float: left;
	color: #666;
	text-decoration: none;
	margin-left: 5px;
	display: inline;
	text-transform: lowercase;
	font-style: normal;
	font-size: 11px;
}

#header #logo ul#mainMenu li a, #header #logo ul#logMenu li a {
	color: #308bd0;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

#header #logo ul#mainMenu li a:hover, #header #logo ul#mainMenu li a#mainSelected, #header #logo ul#logMenu li a:hover {
	color: #3d5a8b;
}

#header #logo ul#language {
	position: absolute;
	right: 0;
	top: 8px;
}

#header #logo ul#language li {
	float: left;
	color: #9a9a9a;
	text-decoration: none;
	margin-left: 5px;
	display: inline;
	font-variant: normal;
	font-style: normal;
	font-size: 10px;
}

#header #logo ul#language li a {
	color: #9a9a9a;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	font-size: 10px;
}

#header #logo ul#language li a:hover, #header #logo ul#language li a#selected {
	color: #308bd0;
}

#header #logo ul#logMenu {
	float: right;
	margin-top: 25px;
	display: inline;
}

#header #logo ul#logMenu li a {
	font-size: 14px;
}

#header h1 a {
	background: url(../img/gpflogo.png) no-repeat 0 10px;
	width: 230px;
	/*width:335px;*/
	/*height: 53px;*/
	height:85px;
	text-indent: -900em;
	display: block;
	float: left;
}

#header #banner_interno {
	margin-top: 13px;
	border-bottom: 1px solid #fff;
}

#container {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 70px;
}

#container #main {
	width: 100%;
	margin-bottom: 20px;
	background-position: 0 0;
	background-repeat: repeat-y;
}

#container #main #colSx {
	width: 280px;
	float: left;
	position: relative;
}

#container #main #mainCol {
	float: left;
	width: 670px;
	padding: 0;
	position: relative;
	display: inline;
	margin-left: 10px;
}

#container #main #colSx h2, #container #main #mainCol h2 {
	color: #8f8f8f;
	text-decoration: none;
	position: absolute;
	top: -22px;
	left: 0;
	font-variant: normal;
	font-style: normal;
	font-size: 16px;
}

#container #main #colSx h2 strong, #container #main #mainCol h2 strong {
	font-weight: bold;
}




/* -- COL SX ----- */

#container #main #colSx #searchBox {
	width: 270px;
	background-color: #dddddd;
	padding: 5px;
	margin-bottom: 10px;
}

#container #main #colSx #searchBox h3 {
	color: #308bd0;
	text-decoration: none;
	margin-bottom: 5px;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	text-transform: lowercase;
}

#container #main #colSx #searchBox h3 strong {
	font-weight: bold;
}

#container #main #colSx #searchBox input {
	border-style: none;
	padding: 4px 20px 4px 4px;
	color: #999;
	text-decoration: none;
	width: 245px;
	float: left;
	background: #fff url(/common/img/arrow_barzon.gif) no-repeat right center;
	font-variant: normal;
	font-style: normal;
	font-size: 12px;
}
#container #main #colSx #searchBox a {
	color: #308bd0;
	text-decoration: none;	
}

#container #main #colSx #searchBox a:hover {
	text-decoration: none;	
}
#container #main #colSx #searchBox input#search {
	background-color: #999;
	color: #ccc;
	text-decoration: none;
	padding: 4px;
	width: 60px;
	float: right;
	height: 24px;
	font-weight: bold;
	font-size: 11px;
}

#container #main #colSx #searchBox input#search:hover {
	background-color: #666;
	color: #fff;
}

/* -- */

#container #main #colSx #relatedProducts {
	width: 270px;
	padding: 5px;
	background-color: #dddddd;
}

#container #main #colSx #relatedProducts h3 {
	color: #308bd0;
	text-decoration: none;
	margin-bottom: 5px;
	text-transform: lowercase;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
}

#container #main #colSx #relatedProducts h3 strong {
	font-weight: bold;
}

#container #main #colSx #relatedProducts .relatedBox {
	background-color: #E1E1E1;
	width: 260px;
	padding: 5px;
	margin-bottom: 3px;
}

#container #main #colSx #relatedProducts .relatedBox a .relatedImg {
	width: 40px;
	height: 40px;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	display: block;
}

#container #main #colSx #relatedProducts .relatedBox h4, #container #main #colSx #relatedProducts .relatedBox h4 a {
	color: #666;
	text-decoration: none;
	margin-bottom: 2px;
	margin-top: 0;
	font-weight: bold;
	font-size: 11px;
}

#container #main #colSx #relatedProducts .relatedBox h4 a:hover {
	color: #308bd0;
}

#container #main #colSx #relatedProducts .relatedBox p {
	color: #666;
	line-height: 120%;
	font-size: 10px;
}

/* -- */

#container #main #colSx #targetBox {
	width: 280px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #999999;
}

#container #main #colSx #targetBox .targetItem {
	background-color: #E1E1E1;
	margin-bottom: 5px;
	padding: 5px;
}

#container #main #colSx #targetBox .targetItem a.imgLink {
	width: 65px;
	height: 65px;
	margin-right: 10px;
	display: block;
	float: left;
}

#container #main #colSx #targetBox .targetItem h3 {
	display: block;
	margin: 0 0 5px;
	padding: 0;
}

#container #main #colSx #targetBox .targetItem h3, #container #main #colSx #targetBox .targetItem h3 a {
	color: #333;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	font-size: 12px;
}

#container #main #colSx #targetBox .targetItem h3 a:hover {
	color: #308bd0;
}

#container #main #colSx #targetBox .targetItem h3 a strong {
	font-size: 18px;
	font-weight: bold;
}

#container #main #colSx #targetBox .targetItem p {
	color: #666;
	line-height: 130%;
	font-size: 12px;
}

/* -- */

#container #main #colSx #enjoyNetwork {
	width: 280px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#container #main #colSx #enjoyNetwork #bannerNetwork {
	position: relative;
	width: 280px;
	height: 70px;
	margin-bottom: 5px;
}

#container #main #colSx #enjoyNetwork #bannerNetwork .img {
	width: 280px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#container #main #colSx #enjoyNetwork #bannerNetwork h3 {
	z-index: 2;
	top: 10px;
	left: 20px;
	position: absolute;
	width: 240px;
	height: 60px;
	text-align: center;
	letter-spacing: 1px;
}

#container #main #colSx #enjoyNetwork #bannerNetwork h3 a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-variant: normal;
	font-style: normal;
	font-size: 18px;
}

#container #main #colSx #enjoyNetwork #bannerNetwork h3 a strong {
	font-weight: bold;
	font-size: 26px;
}

#container #main #colSx #enjoyNetwork #bannerNetwork h3 a:hover {
	color: #213533;
}

#container #main #colSx #enjoyNetwork p {
	color: #666;
	margin-bottom: 5px;
	line-height: 130%;
	font-size: 11px;
}

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

#footer {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	height: 54px;
	position: relative;
}

#footer #contenitore {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

#footer #contenitore #leftFooter {
	float: left;
	background: url(../img/collaboratorio_logo.gif) no-repeat 0 0;
	/*padding-left: 25px;*/
	padding-left: 40px;
	margin-left:-10px;
	height: 20px;
}

#footer #contenitore #leftFooter ul {
	margin-top: 2px;
}

#footer #contenitore #leftFooter ul li {
	float: left;
	font-size: 11px;
	padding-right: 3px;
}

#footer #contenitore #leftFooter ul li a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
}

#footer #contenitore #leftFooter ul li a:hover {
	color: #308bd0;
}

#footer #contenitore #leftFooter h4 {
	color: #888;
	text-decoration: none;
	font-style: normal;
	line-height: 160%;
	font-size: 10px;
}

#footer #contenitore #leftFooter h4 strong {
	font-weight: bold;
	color: #888;
}

#footer #contenitore #centerFooter {
	text-align:center;
margin-left:250px;
vertical-align:text-bottom;}

#footer #contenitore #centerFooter ul {
	margin-top: 2px;
}
#footer #contenitore #centerFooter img {
	height:20px;
}

#footer #contenitore #centerFooter ul li {
	float: left;
	font-size: 11px;
	padding-right: 3px;
}

#footer #contenitore #centerFooter ul li p {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	vertical-align:text-bottom;
}

#footer #contenitore #rightFooter {
	float: right;
}

#footer #contenitore #rightFooter ul#termini {
	float: right;
	margin-top: 2px;
}

#footer #contenitore #rightFooter ul#termini li, #footer #contenitore #rightFooter ul#subMenu li {
	color: #888;
	text-decoration: none;
	float: left;
	margin-left: 5px;
	display: inline;
	font-style: normal;
	line-height: 140%;
	font-size: 10px;
}

#footer #contenitore #rightFooter ul#termini li a, #footer #contenitore #rightFooter ul#subMenu li a {
	color: #888;
	text-decoration: none;
	font-style: normal;
	line-height: 140%;
	font-size: 10px;
}

#footer #contenitore #rightFooter ul#termini li a:hover, #footer #contenitore #rightFooter ul#subMenu li a:hover {
	color: #308bd0;
}

#page{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#left {
	width: 520px;
	float: left;
	margin: 20px 0 0;
	padding: 0;
}

#left h2 {
	color: #0084d0;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0 0 20px;
}

#left p {
	color: #333;
	text-decoration: none;
	font: normal normal 12px Tahoma;
	margin-bottom: 10px;
}

#left p strong {
	color: #0084d0;
}



#left p a {
	color: #0084d0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#left p.small {
	color: #333;
	font: 10px Tahoma;
	margin-bottom: 5px;
}

#left p.small strong {
	color: #0084d0;
}

#left p#slogan {
	color: #ccc;
	font-size: 24px;
	margin-top: 30px;
}

/* ========================== Header Profile Section Styles ========================== */
#head_profile{
	margin-right:10px;}
	
#header #logo ul#logMenu li  #head_profile a{
	text-decoration:none;}

#head_profile #profile{
	margin-top:-10px;
	width:235px;
	height:53px;
	font-size:11px;
	color:#808285;
	background: #FFF;
	text-align: left;
	border: 1px solid #D7D7D7;}

#head_profile #profile p{
	float: left;
	padding-top:10px;
	line-height: normal;
	width:115px;
	}
#header #logo ul#logMenu li #head_profile #profile a{
	text-decoration:none;}

#header #logo ul#logMenu li #head_profile p a{
	text-decoration: none;
	text-transform: capitalize;
	color:#2E93E1;
	font-weight: bold;
	font-size:11px;
	}
#head_profile #profile span{
	float:left;
	position:relative;
	margin-top:36px;
	
	}
#head_profile #profile span img{
	width:13px;
	height:10px;
	padding-top:0px;
	vertical-align: bottom;
}

#header #logo ul#logMenu li #head_profile span a{
	text-decoration: none;
	color:#808285;
	font-weight:100;
	font-size:11px;
	}
	
#head_profile #profile img {
	height:53px;
	overflow:hidden;
}
	
#head_profile #profile .image {
	text-align:left;
	height:53px;
	width:53px;
	margin-right:10px;
	overflow:hidden;
	float:left;
	position:relative;
	vertical-align: middle;
}


