body{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #757575;
	line-height: 18px;
}

hr{	
	margin: -7px;
}

body>hr{
	margin: 0;
}

a{
	color: #E5A917;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h2{
	font-size: 30px;
	color: #FEBB19;
}

h3{
	font-size: 22px;
	color: #666666;
	margin-bottom: 16px;
}

h4{
	font-size: 16px;
	color: #757575;
	margin: 10px 0 10px 0;
}

h5{
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}

strong, strong *{
	font-weight: bold !important;
}

p.last{
	margin-bottom: 20px;
}

.clear{
	clear: both;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.orange{
	color: #FECA4C;
}

.hidden{
	display: block;
  text-indent: -999999px;
  overflow: hidden;
  outline: none;
}

.invisible{
  display: none;
}

.small{
	font-size: 12px;
}

.smaller{
	font-size: 10px;
}

.light{
	color: #999;
}

.nuvo-web-pro{
	font-family: "ff-nuvo-web-pro-1", "ff-nuvo-web-pro-2", Tahoma, Verdana, Arial, sans-serif;
}

hr#top-bar{
	height: 10px;
	background: #666666;
}

div#container{
	width: 768px;
	padding: 0 10px;
	margin: -5px auto 0 auto;
}

body>div#container{
	margin: 0 auto;
}

ul#top-menu{
	width: 448px;
	margin-left: auto;
}

ul#top-menu li{
	float: left;
}

ul#top-menu a{
	display: block;
	width: 64px;
	height: 20px;
	padding-top: 12px;
	font-size: 10px;
	color: #666666;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
}

ul#top-menu a:hover, ul#top-menu a.active{
	background: #ECECEA;
}

ul#top-menu a.current, ul#top-menu a.current:hover{
	background: #FECA4C;
}

ul#lang-flags{
	width: 60px;
	margin: 20px 0 20px auto;
}

ul#lang-flags li{
	float: left;
}

ul#lang-flags a{
	display: block;
	width: 24px;
	height: 16px;
	float: left;
	background-repeat: no-repeat;
}

ul#lang-flags a.eng{
	background-image: url('../images/flag-eng.jpg');
}

ul#lang-flags a.ita{
	margin-left: 6px;
	background-image: url('../images/flag-ita.jpg');
}

div#logo{
	width: 240px;
	height: 71px;
	float: left;
	margin-bottom: 20px;
}

div#logo a{
	display: block;
	width: 240px;
	height: 71px;
	background: url('../images/logo.gif') no-repeat;
}

div#quick-contact{
	margin-top: 10px;
	float: right;
	font-size: 13px;
	line-height: 20px;
	color: #858585;
	text-align: right;
	text-transform: lowercase;
	letter-spacing: 2.24px;
}

div#quick-contact h4.orange{
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}

div#quick-contact a{
	color: #858585;
}

div#quick-contact a:hover{
	color: #FECA4C;
	text-decoration: none;
}

/* TEASERS */

div.teaser{
	padding-left: 321px;
	margin-bottom: 40px;
}

div.teaser h2{
	padding-top: 82px;
	margin-bottom: 16px;
	color: #666666;
	font-family: "ff-nuvo-web-pro-1", "ff-nuvo-web-pro-2", Tahoma, Verdana, Arial, sans-serif;
}

div.teaser p{
	width: 439px;
	font-size: 13px;
	line-height: 16px;
	color: #666;
}

/* FOOTER */

div#follow-us{
	padding: 80px 0 22px 0;
}

div#follow-us h4{
	float: right;
	width: 140px;
	height: 14px;
	margin-bottom: 14px;
	background: url('../images/follow-us.gif') no-repeat;
}

div#follow-us li{
	float: right;
}

div#follow-us a{
	display: block;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#follow-us a:hover{
	background-position: 0 -32px;
}

div#follow-us a.twitter{
	background-image: url('../images/twitter.gif');
}

div#follow-us a.facebook{
	background-image: url('../images/facebook.gif');
	margin-left: 22px;
}

div#follow-us a.linked-in{
	background-image: url('../images/linked-in.gif');
	margin-left: 22px;
}

div#footer{
	margin-bottom: 16px;
}

div#footer hr{
	margin: 0;
	height: 10px;
	background: #878787;
	margin-bottom: 8px;
}

a#webpainted{
	display: block;
	width: 130px;
	height: 44px;
	background: url('../images/webpainted.gif') no-repeat;
}

div#footer ul.menu li{
	float: left;
	margin-left: 8px;
}

div#footer ul.menu a{
	color: #AAAAAA;
	text-decoration: none;
}

div#footer ul.menu a.active, div#footer ul.menu a:hover{
	color: #878787;
}

div#footer p#copyright{
	margin-top: 30px;
	font-size: 10px;
	text-align: right;
}


/* PAGINATION */


div.paginator{
	border-top: 1px #B7B7B7 solid;
	margin-top: 40px;
	padding-top: 10px;
	color: #666;
	font-size: 14px;
}

div.pagination_desc{
	float: left; 
	color: #BABABA;
	font-size: 12px;
}

div.pagination{ float: right; }

div.pagination a{
	color: #BABABA;
	font-size: 12px;
}

div.pagination a:hover{
	color: #666;
	text-decoration: none;
}

div.pagination a.first, div.pagination a.prev, div.pagination a.next, div.pagination a.last{
	display: block;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	float: left;
	margin: 2px 5px;
}

div.pagination a.first { background-image: url('../images/first.png'); }
div.pagination a.prev { background-image: url('../images/prev.png'); }
div.pagination a.next { background-image: url('../images/next.png'); }
div.pagination a.last { background-image: url('../images/last.png'); }

div.pages{
	float: left;
	margin: 0 5px;
}

/* RICH TEXT */

div.rich-text *{
	font-size: 14px !important;
}

div.rich-text p, div.rich-text ul, div.rich-text ol{
	line-height: 20px !important;
	margin-bottom: 12px;
}

div.rich-text ul li{
	list-style: disc inside none !important;
	margin-bottom: 9px;
}

div.rich-text ol li{
	list-style: decimal outside none !important;
	margin-left: 20px;
}

div.rich-text div{
	line-height: 20px !important;
	padding-bottom: 12px !important;
}

/* SHOW DETAILS */
a.buttoned{
	display: block;
  float: left;
  font-size: 11px;
	margin-top: 8px;
	text-align: center;
	color: #666;
	padding: 2px 5px;
	background: #ECECEC url('../images/opacity.png') repeat-x;
	border: 1px #DDD solid;
	text-shadow: #FFF 0px 1px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.buttoned:hover{
	color: #454545;
	background: #DDD url('../images/opacity.png') repeat-x;
	border: 1px #CCC solid;
	text-decoration: none;
}