/* CSS Document */

body {
	background:url(../../assets/layout/sfondo.gif);
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	}
	
#topshadow {
	background-image:url(../../assets/layout/topshadow.png);
	height:19px;
	background-repeat:no-repeat;
	width:850px;
	margin: 0 auto;
	}
*html #topshadow {
	background-image:none;
	}
#wrapper {
	background-image:url(../../assets/layout/bg_content.png);
	background-repeat:repeat-y;
	width:850px;
	margin: 0 auto;
	}
*html #wrapper {
	background-image:none;
	background-color:white;
	width:800px;
	margin: 0 auto;
	}
#content {
	width:770px;
	margin:0 auto;
	background-color:#FFFFFF;
	padding:44px 15px 35px 15px;
	}
/**********************************header*******************************/
#header {	
	height:154px;
	width:800px;
	margin:0 auto;	
	}
#header img {
	float:left;
	}
.languages {
	margin-right:15px;
	margin-top:10px;
	float:right;
	color:#053a65;
	font-size:10px;
	font-weight:bold;
	width:200px;
	}
*html .languages {
	margin-right:7px;
	}
.languages form {
	margin:0;
	padding:0;
	}

#italiano {
	padding: 0 5px;
	float: right;
	color:#829DB2;
	font-weight:bold;
	border-right:1px solid #053a65;
	display:block;
}
#italiano a{	
	color:#053a65;
}
#italiano a:hover {
	color:#996600;
}
#inglese {
	padding: 0 5px;
	float: right;
	color:#829DB2;
	font-weight:bold;
	border-right:1px solid #053a65;
	display:block;
}
#inglese a{
	color:#053a65;
}
#inglese a:hover {
	color:#996600;
}
#tedesco {
	padding: 0 5px;
	float: right;
	color:#829DB2;
	font-weight:bold;
	border-right:1px solid #053a65;
	display:block;
}
#tedesco a{
	color:#053a65;
}
#tedesco a:hover {
	color:#996600;
}
#spagnolo {
	padding: 0 5px;
	float: right;
	color:#829DB2;
	font-weight:bold;
	display:block;
}
#spagnolo a{
	color:#053a65;
}
#spagnolo a:hover {
	color:#996600;
}

/********************************************menu****************************************/
#menu {
	height:65px;
	background-color:#053A65;
	width:800px;
	margin:0 auto;	
	text-transform:uppercase;
	font-size:10px;
	font-weight:bolder;
	}
#mainmenu {
	height:33px;
	position:relative;
	}
#mainmenu ul {
	margin-left:20px;
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
	padding:0;
	}
#mainmenu li {
	list-style:none;	
	float:left;
	}
#mainmenu li a  {
	text-decoration:none;
	color:white;	
	display:block;
	padding:15px 80px 10px 10px;
	margin-left:0;
	border-left:1px solid white;
	height:8px;
	background-color:#053A65;
	}
*html #mainmenu li {
	list-style:none;	
	float:left;
	text-decoration:none;
	color:white;	
	display:block;
	padding:15px 0 10px 0;
	margin-left:0;
	height:8px;
	background-color:#053A65;
	}	
*html #mainmenu li a  {
	background-color:#053A65;
	display:inline;
	}	
#mainmenu li a:hover {
	background-color:#ABBED8;
	cursor:pointer;
	}
#mainmenu li a.current:hover {
	background-color:#ABBED8;
	cursor:pointer;
	color:white;
	}
#mainmenu li a.current {
	background-color:#053A65;
	color:#829DB2;
	}
#mainmenu li.submenu.sub a.current {
	background-color:#ABBED8;
	color:white;
	}
.tabcontainer{
	clear: left;
	background-color:#ABBED8;
	width:800px; /*width of 2nd level sub menus*/
	height:32px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}
.tabcontent {
	height:32px;
	color:white;
	clear:left;
	display:none;
	}
.tabcontent ul {
	margin-left:0;
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
	padding:0;
	}
#sc1, #sc5 {
	width:100%;
	background-color:#053A65;
	}
#sc2 {
	margin-left:20px;
	}
#sc3 {
	margin-left:130px;
	}
#sc4 {
	margin-left:360px;
	}
.tabcontent li {
	display:block;
	float:left;
	list-style:none;
	padding:10px 10px 10px 10px;
	border-left:none;
	margin-left:0;
	height:12px;
	background-color:#ABBED8;
	}
.tabcontent li.double {
	display:block;
	float:left;
	list-style:none;
	padding:5px 10px 10px 10px;
	border-left:none;
	margin-left:0;
	height:17px;
	background-color:#ABBED8;
	width:150px;
	line-height:12px;
	}
*html .tabcontent li.double {
	padding:4px 10px 0 10px;
	}
.tabcontent li a {
	margin-left:0;
	background-color:#ABBED8;
	text-decoration:none;
	color:#053a65;
	width:auto;
	}
.tabcontent li a.active {
	color:white;
	} 
.tabcontent li a:hover {
	color:#996600;
	}


/**********************************************footer********************************/

#footer {
	background-color:#abbed8;
	height:85px;
	width:770px;
	margin: 0 auto;
	padding:0 15px 0 15px;
	}
#footer p {
	color:#053a65;
	font-size:10px;
	margin:0;
	padding:10px 0 10px 0;
	line-height:12px;
	}
#footer a {
	color:#053a65;
	text-decoration:none;
	}
#footer a:hover {
	color:#996600;
	}
#bottomshadow {
	background-image:url(../../assets/layout/bottomshadow.png);
	height:19px;
	background-repeat:no-repeat;
	width:850px;
	margin: 0 auto;
	}
*html #bottomshadow {
	background-image:none;
	}
/******************************************** homepage ****************************************/
#pic {
	background-color:#ffffff;
	width:800px;
	height:320px;
	margin: 0 auto;
	}
#content.home {
	padding:30px 15px 35px 15px;
	}
h1.home {
	margin:0 0 20px;
	}
.leftcol {
	width:357px;
	float:left;
	border-right: 1px solid #C7C0BA;
	padding-right:25px;
	}
.rightcol {
	float:right;
	width:357px;
	padding:0 0 0 25px;
	}
	
#newsletter  {
	background-image:url(../../assets/images/home_banner.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:96px;
	}
#newsletter:hover {
	background-image:url(../../assets/images/home_banner_over.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:96px;
	}
#newsletter p {
	padding-top:23px;
	font-size:12px;
	line-height:15px;
	padding-left:50px;
	padding-right: 15px;
	}
#newsletter a {
	font-weight:normal;
	color:#333333;
	text-decoration:none;
	}
.newsdate, .newstext   {
	padding:0;
	margin:0;
	}
h4.news  {
	color:#053A65;
	font-weight:bold;
	padding:0;
	margin:0;
	font-size:12px;
	background-color: #FFFFFF;
	}
.more {
	padding-top:5px;
	padding-bottom:0;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	line-height:10px;
	vertical-align:middle;
	margin:0;
	}
.more a {
	background-image:url(../../assets/images/freccia_news.gif);
	color:#053A65;
	text-decoration:none;
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:15px;
	}
.more a:hover {
	background-image:url(../../assets/images/freccia_news_hover.gif);
	color:#996600;
	text-decoration:none;
	}
.newsimg {
	float:right;
	margin-left:20px;
	border: 1px solid #D5D4D3;
	}
.google_map {
	float:right;
	margin-left:20px;
	}
#corporatefolder {
	border-right:none;
	text-align:left;
	position:relative;
	}
#corporatefolder img{
	float:left;
	margin-right:15px;
	width:160px;
	}
#corporatefolder h1{
	
	margin:25px 0 0px;
	padding-bottom:0;
	font-size:12px;
	}
#corporatefolder a.pdf {
	font-weight:bold;
	color:#333333;
	padding-right:30px;
	background-image:url(../../assets/images/pdf_icon.gif);
	background-repeat:no-repeat;
	background-position:right center;
	text-decoration:none;
	padding-top:2px;
	padding-bottom:2px;
	vertical-align:middle;
	line-height:25px;
	padding-left:0;
	
	}
#corporatefolder a:hover.pdf {
	color:#996600;
	text-decoration:none;
	}	
#catalogue_preview {
	background-color:#e5e5e5;
	height:127px;
	width:770px;
	margin: 0 auto;
	padding:15px 15px 38px 15px;
	}
#bannerimages {
	width:770px;
	height:80px;
	}
#bannerimages img {
	float:left
	}	
img.banner  {
	border:none;
	}
/******************************************** address ****************************************/
.morelink {
	margin-top:221px;
	margin-bottom: 4px;
	margin-left:125px;
	text-align:right;
	}

/******************************************** contact ****************************************/
.contact {
	margin-top:30px;
	width:580px;
	margin-left:130px;
	}
form.cmxform {
	width: 500px;
	font-size:12px;
	margin:0;
	}
	
form.cmxform label { 
	padding-right:10px;
	text-align:right;
	}
	
form.cmxform fieldset {
	border:none;
	float:left;
	}
	
form.cmxform fieldset li {
	padding-left:10px; 
	padding-right:10px; 
	padding-top:5px; 
	padding-bottom:5px;
	}

form.cmxform label {
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
  text-transform:uppercase;
  font-weight:bold;
  font-size:11px;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 10px;
  margin: 0;
}
form.cmxform label {
  width: 80px; 
}
form.cmxform input {
  width: 230px; 
  border: 1px solid #D5D4D3;
  padding:2px;
  font-family:Arial, Helvetica, sans-serif;
  color:#333333;
  font-size:12px; 
}
form.cmxform textarea {
  width: 230px;
  height: 150px;
  border: 1px solid #D5D4D3;
  padding:2px;
  font-family:Arial, Helvetica, sans-serif;
  color:#333333;
  font-size:12px;   
}
.button {
	float:right;
	width:120px;
	margin-top:276px;
	margin-bottom: 4px;
	}
.button input.textbutton, .newsletterbutton input.textbutton {
	background-color:white;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	cursor:pointer;
	text-transform:uppercase;
	line-height:10px;
	vertical-align:middle;
	background-image:url(../../assets/images/freccia_news.gif);
	color:#053A65;
	text-decoration:none;
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:15px;
	font-size:11px;
	font-weight:bold;
	width:120px;
	text-align:left;
	}
.button input.textbutton:hover, .newsletterbutton input.textbutton:hover {
	background-image:url(../../assets/images/freccia_news_hover.gif);
	color:#996600;
	text-decoration:none;
	font-weight:bold;
	}

/******************************************** catalogue ****************************************/
.light {
	color:#ABBED8;
	}
.technical_table {
	float:right;
	margin-top:10px;
	width:180px;
	text-align: right;
	}
.technical_table img {
	margin-left:8px;
	float:right;
	border:none;
	}
.productcol {
	float:left;
	text-align:center;
	padding-right:40px;
	padding-bottom:20px;
	width:230px;
	}
.productcol.last{
	padding-right:0;	
	}
.productcol img {
	margin:0 auto;
	border: 1px solid #D5D4D3;	
	}
.productcol h1{
	margin-top:6px;
	margin-bottom:2px;
	padding: 0;
	text-transform:none;
	font-size:13px;
	}
.productcol h2{
	margin-top:0;
	margin-bottom:5px;
	padding:0;
	text-transform:uppercase;
	color:#82A4C4;
	font-size:11px;
	}
.productcol p {
	font-style:italic;
	line-height:13px;
	font-size:11px;
	}
.productcol p strong {
	font-style:normal;
	}
.productcol p.sinistra {
	float:left;
	text-align:right;
	padding-right:6px;
	width:112px;
	}
.productcol p.destra {
	float:left;
	text-align:left;
	width:112px;
	}
/******************************************** newsdetails ***************************************/
.newsdetails {
	}
#content.newsdetails p.newsdate, #content.newsdetails p.newstext   {
	padding:0 0 12px 0;
	margin:0;
	}
#content.newsdetails h4.news  {
	color:#053A65;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 0 12px 0;
	margin:0;
	font-size:14px;
	}
#content.newsdetails p.more {
	padding-top:50px;
	}
p.newsdate {
	color: #666666;
	}
p.newstext {
	line-height: 1.2em;
	}
/******************************************** press archive ***************************************/
.pressarchive {
	}
#content.pressarchive p.newsdate, #content.pressarchive p.newstext   {
	padding:0;
	margin:0;
	line-height:13px;
	}
.download {	
	font-size:11px;
	padding-top:10px;
	}
.pdf {
	background-image:url(../../assets/images/pdf_icon.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:30px;
	line-height:25px;
	padding-top:2px;
	padding-bottom:2px;
	}
/******************************************** newsletter ***************************************/
form.newsletterform label {
  	display: inline-block;
  	line-height: 20px;
  	vertical-align: top;
  	text-transform:uppercase;
  	font-weight:bold;
  	font-size:11px;
	float:left;
	width:320px;
	margin-right:20px;
	}
form.newsletterform input {
  width: 200px; 
  border: 1px solid #D5D4D3;
  padding:2px;
  font-family:Arial, Helvetica, sans-serif;
  color:#333333;
  font-size:12px; 
  font-weight:normal;
  margin-left:10px;
}
.newsletterbutton {
	padding-top:2px;
	float:left;
	}
/********************************************photogallery***************************************/
.photogallery {
	}
.item {
	float:left;
	width:160px;
	padding-right:43px;
	padding-bottom:40px;
	}
.item.last {
	padding-right:0;
	clear:right;
	}
.item img {
	margin:0 auto;
	border: 1px solid #D5D4D3;
	}
.item p {
	padding:0;
	margin:0;
	}
.item p.date {
	font-style:italic;
	}
.item p.title {
	font-size:13px;
	color:#053a65;
	}
	




/******************************************** typography ***************************************/
h1 {
	font-size:13px;
	padding:0;
	margin:0 0 40px 0;
	text-transform:uppercase;
	color:#053a65;
	font-weight:bold;
	}
h4 {
	font-size:11px;
	padding:3px;
	margin:30 0 15px;
	text-transform:uppercase;
	color:#053a65;
	font-weight:bold;
	background-color: #ABBED8;
	}
h5 {
	font-size:11px;
	padding:3px;
	margin:30 0 15px;
	text-transform:uppercase;
	color:#464637;
	font-weight:bold;
	background-color: #C7C0BA;
	}
p {
	line-height:20px;
	padding-top:0;
	margin-top:0;
	}
a {
	font-weight:bold;
	text-decoration:none;
	color:#053a65;
	}
a:hover {
	color:#996600;
	}
	
.clear {
	font-size: 1px; 
	height: 1px;
	clear:both;
	}
.clear_25 {
	height: 25px;
	clear:both;
	}
.clear_50 {
	height: 50px;
	clear:both;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}
.bluebold {
	color:#053A65;
	font-weight:bold;
	}
.pages {
	padding-top:20px;
	font-size:12px;
	color:#053A65;
	font-weight:normal;
	}
.pages a {
	font-weight:normal;
	}
.pages a:hover {
	color:#996600;
	}
.pages a.active {
	color:#ABBED8;
	}
