/* social sites */
/*#linkedin > span
{
	height: auto !important;
}

#tweet > iframe
{
	height: auto !important;
}

#facebook iframe
{
	height: auto !important;
}
*/

/* general */
body
{
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
	min-width: 1080px;
	background-image: url(imgs/sfondo.png);
	background-repeat: repeat;
}

a, a:visited, a:hover, a:active
{
	color: #222;
}

.menuLink, .menuLink:visited, .menuLink:hover, .menuLink:active
{
	color: white;
}

a:hover, .menuLink:hover
{
	color: #ca181f;
}

ul
{
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-left: 8px;
	padding-top: 14px;
	padding-bottom: 14px;
}

li
{
	padding-bottom: 14px;
	font-variant: normal;
	/* border: green 1px solid; */
}

p
{
	line-height: 18px;
	padding-bottom: 18px;
}

.pmedium
{
	line-height: 18px;
	padding-bottom: 4px;
}

caption
{
	font-weight: bold;
	font-size: 16px;
}

.enfasi
{
	
	text-decoration: underline;
	
}
/* testata */
#testata
{
	background-image: url(imgs/sfondo_grigio.gif);
	background-repeat: repeat;
	white-space: nowrap;
	font-size: 28px;
	height: 106px;
	border-bottom: solid 1px #111;
}

#titolo
{
	color: white;
	padding-top: 20px;
	padding-bottom: 36px;
	padding-left: 22px;
}

#titolo img
{
	border: none;
}

#topBar
{
	height: 49px;
	background-image: url(imgs/sfondoTopBar.png);
	background-repeat: repeat-x;
}
/* top bar */
#top
{
	height: 94px;
	background-color: black;
	border-bottom: solid 1px #111;
	/* border: green 1px solid; */
}

.topButton
{
	width: 140px;
	height: 87px;
	float: left;
	cursor: pointer;
	background-color: black;
	font-size: 14px;
	background-repeat: no-repeat;
	/* border: green 1px solid; */
}

.topButton a
{
	font-variant: small-caps;
	color: white;
	position: absolute;
	margin-top: -22px;
	margin-left: 6px;
}
.topButton a:hover
{
	color: #ca181f;
}

.topImgBox
{
	padding-top: 8px;
}

.topImg
{
	border: none;
}


/* top buttons */
.topLink
{
	width: 150px;
	border-right: solid 1px #333;
	float: left;
	text-align: center;
	height: 30px;
	padding-top: 16px;
}

.topLink a, .topLink a:hover, .topLink a:visited, .topLink a:active
{
	color: white;
	text-decoration: none;
}

.topLink a:hover
{
	color: #ca181f;
}


/* content */ 
#content
{
	/* height: 200px; */
	margin-left: 200px;
	/* margin-top: -1000px; */
	text-align: center;
	/* border: solid 1px red; */
	 /*background-color: red; */
	padding: 38px;
	padding-top: 26px;
	text-align: justify;
}

/* left column */
#left
{
	border-right: solid black 1px;
	width: 200px;
	text-align: left;
	float: left;
	height: 6000px;
	background-image: url(imgs/sfondo_grigio.gif);
	background-repeat: repeat;
}


.leftBtn
{
	line-height: 32px;
}

.leftTitle
{
	
	font-size: 12px;
	/* font-variant: small-caps */
}

/* content */
.titoloHP
{
	font-size: 24px;
	color: #333333;
	text-shadow: #666 4px 4px 4px;
	font-weight: bold;
	padding-bottom: 12px;
	/* border: solid 1px red; */
}

/*.imgHP
{
	border: solid black 1px;
	-webkit-box-shadow: #666 5px 5px 5px;
	-moz-box-shadow: #666 5px 5px 5px;
	margin-bottom: 14px;
}*/

.textHP
{
	color: #222;
	text-align: justify;
	vertical-align: top;
}

.contatti, .contattiLabel
{
	font-size: 12px;
	vertical-align: top;
	padding-bottom: 12px;
}

.contattiLabel
{
	white-space: nowrap;
	text-align: right;
}

/* biferno */
.testonormale
{
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	line-height: 16px;
}

a.menu
{
	color: white;
}

.homeB
{
	line-height: 24px;
}


