.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

body {
	background: #D1D2C4;
	color: #333;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height: 16px;
}

.wrap {
	margin: 0 auto;
}

.text-small {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.infobar {
	background: #000;
	color: #fff;
	line-height: 20px;
}

.infobar a {
	color:#A39683;
	text-decoration: none;
}

.infobar .wrap {
	padding: 0 20px;
	width: 760px;
}

.wrap-page {
	box-sizing: border-box;

	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #999;
	width: 800px;
	background: #fff;

	-moz-border-radius   : 14px;
	-webkit-border-radius: 14px;
	border-radius        : 14px;
	overflow: hidden;
}

.header {
	border-bottom: 2px solid #A59683;
	margin: 20px;
}

.header h1 {
	float: left;
	width: 500px;
	height: 70px;
	text-indent: -9999px;
}

.logo-it h1 {
	background: url(/images/guidoconti_ita_09.jpg) no-repeat 0 0;
}

.logo-en h1 {
	background: url(/images/guido_conti_09.jpg) no-repeat 0 0;
}

.alternate {
	float: right;
}

.alternate a {
	margin-left: 15px;
	text-decoration: none;
	color: #666
}

.alternate a:hover {
	text-decoration: underline;
}

.alternate .icon {
	margin-right: 5px;
}

.icon {
	display: inline-block;
	*display: inline;
	height: 12px;
	line-height: 12px;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.icon-flag-it {
	width: 18px;
	background-image: url(/images/guido_conti_15.jpg);
}

.icon-flag-en {
	width: 18px;
	background-image: url(/images/guido_conti_15_eng.jpg);
}

.icon-email {
	width: 14px;
	background-image: url(/images/guido_conti_17.jpg);
}

.content {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 500px;
}

.content h1 {
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 16px;
	color: #782422;	
}

.content p {
	margin-bottom: 16px;
}

.aside {
	float: right;
	margin-bottom: 20px;
	width: 220px;
	margin-right: 20px;
}

.footer {
	clear: both;
	padding: 6px 0;
	border-top: 12px solid #A39683;
	background: #C3C3AB;
	font-size: 11px;
	text-align: center;
}

.footer a {
	color: #333
}

.footer a:hover {
	color: #A39683;
}

.press {
	margin-top: 32px;
}

.press li {
	float: left;
	margin-bottom: 18px;
	width: 33.2%;
	height: 174px;
	line-height: 16px;
	text-align: center;
	font-size: 11px;
	font-family: Tahoma;
}

.press .image {
	margin: 0 auto 10px;
	height: 120px;
	width: 120px;
	line-height: 120px;
}

.press img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.press a {
	text-decoration: none;
	color: #333;
}

.press a:hover {
	color: #666;
}

.press p {
	margin: 0;
}
.press .title {
	font-weight: bold;
}
.press .date {
	color: #666;
}

.aside {
	margin-top: 55px;
}

.aside .guidoconti {
	margin-bottom: 10px;
}

.btn {
	display: inline-block;
	border: 1px solid #A19684;
	padding: 4px 10px;
	text-decoration: none;
	font-size: 20px;
	text-align: center;

	line-height: 20px;
	font-weight: bold;
	background: #A39683;
	color: #3C3322;

	-moz-border-radius   : 8px;
	-webkit-border-radius: 8px;
	border-radius        : 8px;

}

a.btn:hover {
	background: #aea292;
}

.btn-block {
	display: block;
	margin: 0 auto;
	width: 150px;
}

.aside .btn {
	margin-top: 20px;
}

.aside .download-text {
	width: 180px;
	margin: 0 auto;
	margin-top: 5px;
	line-height: 13px;
	text-align: center;
}
.aside .download-text a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #333;
}

.aside .download-text a:hover {
	color: #666;
}