* {
	padding: 0;
	margin: 0;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html #content {
	position: relative;  /*** IE needs this  ***/
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #585858;
	text-align: left;
}

/*** STRUTTURA FISSA  ***/

#wrapper { 
	width: 1280px;
	margin: 10px auto;
	padding: 20px;
}

#columnleft {
	float: left;
	width: 220px;
}

#columnright { 
	margin: 0;
	float: left;
	width: 960px;
}

#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	height: auto;
	padding: 20px;
	color: #848484;
	width: 920px;
	float: right;
}

#logo {
	width: 182px;
	height: 42px;
}

/*** STRUTTURA INTERNA  ***/

/*** box homepage ***/

#hometop {
	width: 957px;
	height: 430px;
	margin-bottom: 3px;
	background-color: #000000;
}

.home {
	float: left;
	width: 320px;
	height: 216px;
}

.homeimg {
	float: left;
	clear: both;
	width: 317px;
	height: 180px;
	background-color: #000000;
}

.hometext {
	float: left;
	clear: both;
	padding: 6px;
	width: 302px;
	height: 18px;
	line-height: 18px;
	font-size: 15px;
}

/*** box interni ***/

.press {
	float: left;
	width: 237px;
	height: 355px;
	margin-bottom: 3px;
	background-color: #f2f2f2;
	position: relative;
	margin-right: 3px;
	z-index: 1;
}

.pressimg {
	float: right;
	margin-left: 180px;
	width: 50px;
	height: auto;
	z-index: 2;
	position: absolute;
}

#containerleft {
	float: left;
	width: 479px;
	height: auto;
	overflow: hidden;
}

#containerright {
	float: right;
	margin-right: 3px;
	width: 478px;
	height: auto;
	overflow: hidden;
}

.box {
	width: 476px;
	height: 355px;
	margin-bottom: 3px;
	background-color: #f2f2f2;
	position: relative;
}

.boxsingle {
	width: 376px;
	padding: 50px;
	height: 255px;
	margin-bottom: 3px;
	background-color:#f2f2f2;
	position: relative;
	z-index: 1;
}

.boxsingleimg {
	width: 476px;
	height: 355px;
	margin-bottom: 3px;
	background-color:#000000;
	position: relative;
}

.boxdouble {
	width: 376px;
	padding: 50px;
	height: 613px;
	margin-bottom: 3px;
	background-color: #f2f2f2;
	position: relative;
	z-index: 1;
}

.img {
	width: 100%;
	height: 270px;
	background-color: #e8e7e7;
	text-align: center;
}

.text {
	width: 462px;
	padding: 6px;
	color: #4d4d4d;
}

.sectionimg {
	float: right;
	margin-left: 168px;
	margin-top: -45px;
	width: 250px;
	height: auto;
	z-index: 2;
	position: absolute;
}

/*** LINKS  ***/

a:link, a:visited, a:active { 
	color: #666464;
	font-weight: normal;
	text-decoration: none;
	}

a:hover {  
	color: #d97e0a;
	font-weight: normal;
	text-decoration: none;
	}

a.current {  
	color: #d97e0a;
	font-weight: bold;
	text-decoration: none;
	}

.text a:link, .text a:visited, .text a:active {
	font-family: 'Crimson Text', serif;
	font-size: 17px;
}

.text a:hover {
	font-family: 'Crimson Text', serif;
	font-size: 17px;
	color: #d97e0a;
}


/*** FORMATTAZIONE ELEMENTI  ***/

h2 {  
	font-weight: bold;
	font-size: 22px;
}

h3 {  
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
}

ul {
	padding: 0;
	list-style: none;
}

li p {
	font-size: 12px;
	line-height: 18px;
}

.boxdouble a:link, .boxdouble a:visited, .boxdouble a:active {
	font-size: 12px;
	line-height: 18px;
	color: #d97e0a;
}

.boxdouble a:hover {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

.boxsingle a:link, .boxsingle a:visited, .boxsingle a:active {
	font-size: 12px;
	line-height: 18px;
	color: #d97e0a;
}

.boxsingle a:hover {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

img {
	border: 0;
}


.boxsingle h1 {  
	font-weight: bold;
	font-size: 22px;
	padding-bottom: 36px;
}

.boxdouble h1 {  
	font-weight: bold;
	font-size: 22px;
	padding-bottom: 120px;
}

.boxsingle p {  
	padding-bottom: 20px;
	text-align: justify;
}

.boxdouble p {  
	padding-bottom: 20px;
	text-align: justify;
}

.text h1 { 
	font-family: 'Crimson Text', serif;
	font-size: 17px;
}

.firstbig {  
	font-weight: bold;
	font-size: 20px;
}