@charset "utf-8";
/* CSS Document */

body {
	margin: auto;
	padding: 30px 0;
	background: #eee;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif; 	
	font-size: 11px;
	line-height: 1.4em;
	text-align:center;
}
#page{
	margin: auto;
	padding: 0;
	width: 700px;
	text-align:left;

}
#header{
	margin: 0;
	padding: 0;
	border: 1px solid #000;
	width: 698px !important;
	width: 700px;
	height: 180px !important;
	height: 182px;
	background: #104F82;
}
	#logo{
	margin: 0;
	padding: 0;
	width: 185px;
	height: 129px;

	}
#bar{
	margin: 0;
	padding: 0;
	width: 700px;
	height: 7px;
	background-image: url(../images/layout/bar-orange.png);
	clear: both;
}
#breadcrumbs{
	margin: 0;
	padding: 6px 0 0 10px;
	width: 690px !important;
	width: 700px;
	height: 21px !important;
	height: 27px;
	background-image: url(../images/layout/breadcrumbs.png);
	clear:both;
	font-weight:bold;
}
#menu{
	margin: 0;
	padding: 3px 0 0 10px;
	width: 690px !important;
	width: 700px;
	height: 32px !important;
	height: 35px;
	background: #333;
	font-size: 1em;
	font-weight:normal;
	background:url(../images/layout/menu.png) repeat-x;
}

#content{
	margin: 0;
	padding: 0;
	width: 698px !important;
	width: 700px;
	height: 370px;
	overflow:hidden;
	clear:both;
	background: #fff;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	
	
}
#footer{
	padding: 0;
	width: 700px;
	height: 26px !important;
	height: 30px;
	padding: 4px 0 0 0;
	background: #333;
	color: #eee;
	text-align:center;
	font-size: 0.8em;
	background:url(../images/layout/footer.png) repeat-x;

}
p{
	margin: 0;
	padding: 0;
	}

a{
	color:#104F82;
	}
a:link{
	color:#104F82;
	text-decoration:none;
	}
a:hover{
	color:#369;
	text-decoration:underline;
	}
a:visited{
	color:#333;
	text-decoration:none;
	}
h1{
	margin: 0 0 0.4em 0;
	padding: 0;
	font-size: 2.4em;
	font-weight:normal;
	color:#104F82;
	text-decoration:none;
	}
h2{
	margin: 0 0 1.3em 0;
	padding: 0;
	font-size: 1.2em;
	color:#333;
	text-decoration:none;
	position:absolute;
	top: 20px;
	right: 20px;
	}
h4{
	margin:0.5em 0 0 0;
	padding: 0;
	font-size: 1.4em;
	font-weight:normal;
	color:#333;
	text-decoration:none;
	}
h5{
	margin: 0 0 1.5em 0;
	padding: 0;
	font-size: 1em;
	font-weight:normal;
	color:#333;
	text-decoration:none;
	text-transform: uppercase;
	}
#products-page h5{
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 1em;
	font-weight:normal;
	color:#333;
	text-decoration:none;
	text-transform: uppercase;
	}
img{
	border: 0;
}

.goleft{
		display:block;
		float: left;
		margin: 0 10px 10px 0;
	}
/* classe creata da Paolo per la pagina Global Delivery*/	
.gotop{
		display:block;
		float: center;
		margin: 0 70px 0 70px;
	}

.sub img.goleft {
		border: 1px #CCC solid;
		margin-bottom: 50px;
	}
.sub1 img.goleft, .sub2 img.goleft, .sub3 img.goleft, .sub4 img.goleft {
		margin-bottom: 40px;
	}
.clear{
	clear:both;
}
.hidden{
	display:none;
	width:0;
	height:0;
	color:#FFF;
}