/* ----------------------------------------------
	Copyright: Netelprom S.r.l. - www.netelprom.it
 ------------------------------------------------ */
 
body {
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #666666; 	
	margin: 0; 
	padding: 0; 
	background: #FFF url(../images/bg.gif) repeat-x;
	text-align: center;
}

/* Links */
a:link, a:visited { 
	text-decoration: none;
	color: #0788C3;	
}
a:hover {
	border-bottom: 1px dotted #0788C3;	
}
a:link.more-link, a:visited.more-link {
	padding-bottom: 2px;
	font-weight: bold;	
	color: #0788C3;
	border-bottom: 1px dotted #0788C3;
}
a:hover.more-link {
	text-decoration: none;
}

/* Headers */
h1, h2, h3, h4 {
	font: bold 1em/1.5em Georgia, 'Times New Roman', Times, serif;
	color: #555;
	margin: 10px 20px 7px 20px;	 
}
h1 { font-size: 3.7em; font-weight: normal; letter-spacing: -2px; }
h2 { font-size: 2.8em; font-weight: normal; }
h3 { font-size: 2.2em; font-weight: normal; letter-spacing: -0.5px; padding-top: 15px; }
h4 { font-size: 1.4em; }



/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	width: 920px;
	margin: 0 auto;
	text-align: left;	
}

/* Header */
#header {
	position: relative;
	margin: 0 auto;
	height: 245px;		
}
#header h1#logo-text { margin: 0; padding: 0; }
#header h1#logo-text a {
	position: absolute; 
	margin: 0; padding: 0 5px 0 0;
	font: bold 35px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;  
	color: #616265;	
	text-decoration: none;
		
	/* posizionamento logo*/
	top: 60px; left: 30px;	
}
#header h1#logo-text a:hover { border: none; }
#header p#slogan {
	position: absolute;
	margin: 0; padding:  0 5px 0 0;
	font-family: Georgia, 'Times New Roman', Times, serif;;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.8em;
	font-style: italic;
	letter-spacing: -.3px;
	color: #999;	
	
	/* posizionamento scritta */
	top: 102px; left: 32px;		
}

#header #header-image {
	position: absolute;
	top: 40px; right: 30px;
	width: 300px;
	height: 132px;	
	background: url(../images/netelprom.png) no-repeat; 
}

/*  navigation  */
#header #nav {
	position: absolute;
	left: 0px;	bottom: 20px;		
	margin: 0; padding: 0 0 0 20px;		
	width: 900px;		
	border-bottom: 1px solid #F2F2F2;	
	/* z-index: 99999; */
}
#header #nav ul {
	float: left;	
	list-style: none;	
	margin: 0;
	padding: 0;					
}
#header #nav ul li {
	float: left;
	margin: 0; padding: 0;			
}
#header #nav ul li a:link,
#header #nav ul li a:visited {
	float: left;
	margin: 0;
	padding: 5px 15px 10px 15px;
	color: #666666;
	font: bold 14px 'Trebuchet MS', Arial, Sans-Serif;	
	border-right: 1px solid #EEE;	
}
#header #nav ul li a:hover, 
#header #nav ul li a:active {
	border: none;
	color: #000;	
	border-right: 1px solid #EEE;
}
#header #nav ul li#current a {	
	background: transparent url(../images/current.gif) repeat-x left bottom;	
	color: #456999;	
}

#header #nav ul li.first a:link, 
#header #nav ul li.first a:visited {
	border-left: 1px solid #F1F1F1;	
	
}

/* Blocco */
#featured {
	clear: both;
	background: #F8FAFD; 
	border: 1px solid #DCF1FB;
	margin: 3px 0 15px 10px;
	padding-bottom: 20px;
	width: 900px;			
}
#featured h2 {
	font: normal 3em Georgia, 'Times New Roman', Times, Serif;
	color: #295177;
	letter-spacing: -2.0px;	
	margin-bottom: 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #EBEBEB;	
}
#featured h2 a {
	color: #295177;
	border: none;	
}
#featured .image-block {
	float: left;
	width: 330px;	
	margin: 20px 0 0 25px;
	padding: 10px 0 0 0;
	display: inline;
	border-right: 1px solid #DCF1FB;	
}
#featured .image-block img {
	background: #FFF;
   border: 1px solid #DFEAF0;
	padding: 12px;
}
#featured .text-block {
	float: right;
	width: 510px;
	text-align:justify;
	margin: 15px 25px 0 0;
	display: inline;
}
#featured a.more-link {
	background: #456999;
	padding: 5px 10px 5px 10px;
	margin-top: 25px;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #142e69;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;	
	float: left;
	display: block;
}
#featured a.more-link:hover {
	background: #4C8EC2;
	border-color: #007DE2;
}


/* footer */
#footer {
	float: left;
	clear: both;
	background: url(../images/dotted-lines.gif) repeat-x;
	width: 920px;
	margin: 30px auto 0 auto;	
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	font-size: .9em;		
	color: #777;
	border-bottom: 50px solid #FFF; 
}
#footer .left {
	float: left;
	padding-left: 5px;		
}



/* classi */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.no-border { border: none; }
.no-bg {	background: none; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}



