/* defaults ***************************************************************** */
* { 
	font-family:sans-serif;
	font-size:10pt; 
	}
html {
	background:url("../images/html_background.gif") no-repeat top center;
	}
body { 
	margin:0px;
	padding:0px; 
	background:url("../images/body_background.gif") repeat-y top center;
/*	overflow-x:hidden;  */
	}
span, div, a, h1, h2, h3, h4, div, dl, ul, li, dt, dd, img {
	margin:0px;
	padding:0px;
	border:0px;
	text-decoration:none;
	list-style-type:none;
	}
	
/* links ******************************************************************* */
a:link, a:visited { 
	color:#339966;
	text-decoration:none;
}
a:hover {    
	color:#339966;
	text-decoration:none;
	text-decoration:underline;
	}
a:active { 
	color:#339966;
	text-decoration:none;
	} 
	
/* heading ******************************************************************* */
h1, h1:first-letter, 
h2, h2:first-letter, 
h3, h3:first-letter,
h4, h4:first-letter,
h5, h5:first-letter{
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h1{
	color:#339966;
	font-size:14pt; 
	font-weight:normal;
	margin: 0px 0px 0px 0px;
	}
h1:first-letter{
	font-size:32pt; 
	}
h2{
	color:#339966;
	font-size:12pt; 
	font-weight:normal;
	margin: 50px 0px 20px 0px;
	}
h2:first-letter{
	font-size:16pt; 
	}
h3{
	color:#226F48;
	font-size:12pt; 
	font-weight:normal;
	text-decoration:underline;
	margin: 20px 0px 10px 0px;
	}
h4{
	color:#226F48;
	font-size:10pt; 
	font-weight:normal;
	font-style:oblique;
	margin: 20px 0px 10px 0px;
	}
h5{
	color:#226F48;
	font-size:12pt; 
	font-weight:normal;
	text-align:right;
	text-decoration:underline;
	margin: 0px 0px 0px 0px;
	}
	
/* header ******************************************************************* */
#header {
	background:url("../images/header_background.gif") bottom center no-repeat;
	height:195px;
	width:700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 1px;
	}
	
/* menu ********************************************************************* */
#menu {
	background:url("../images/menu_background.gif") no-repeat bottom center;
	width:800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	}
#menu *{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
	}
#menu ul {
	padding:10px 0px 10px 60px;	
	}
#menu li {
	display:inline;
	list-style-type:none;
	}  
#menu a:link,#menu a:visited {
	padding:2px 10px 2px 10px; 
	color:#339966;
	text-decoration:none;
	}
#menu a:hover {    
	color:#339966;
	text-decoration:none;
	border-top:#339966 solid 5px;
	}
#menu a:active, #menu a.active {    
	color:#C1E0D1;
	text-decoration:none;
	border-top:#C1E0D1 solid 10px;
	}

/* content ****************************************************************** */
div.content {
	width:600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 160px;
	padding-bottom: 50px;
	padding-left: 100px;
	background-repeat: no-repeat;
	background-position: center top;
	height: inherit;
	}
div.content#content{
	background-image: url(../images/content_background.gif);
	}
div.content#content_plus{
	background-image: url(../images/content_plus_background.gif);
	}
div.content span.top{
	margin:40px -55px 0 0;
	padding:0px 0px 2px 0px;
	background:url(../images/link_background.gif) no-repeat bottom left;
	display:block;
	text-align:right;
	}
div.content span.top *{
	font-family: Georgia, "Times New Roman", Times, serif;
	}
div.content ul,
div.content li {
	margin:0px 30px;
	padding:0px;
	list-style-type:lower-roman;
	}

/* portfolio  ********************************************************************* */
div.content img.portfolio {
	margin-right:30px;
	border:solid 1px #226F48;
}
/* ChiSono ********************************************************************* */
#ChiSono {
	margin:0px auto 0px auto;  
	padding:50px 160px 50px 100px;
	background:url("../images/content_chisono_background.gif") no-repeat top center;
	width:600px;
	}

/* Servizi ********************************************************************* */
#Servizi {
	margin:0px auto 0px auto;  
	padding:50px 160px 50px 100px;
	background:url("../images/content_servizi_background.gif") no-repeat top center;
	width:600px;
	}
	
/* preventivo ********************************************************************* */
#preventivo{
	text-align:right;
	width:140px;
	float:right;
	margin-top: -25px;
	margin-right: -48px;
	}
#preventivo a:link, 
#preventivo a:visited,
#preventivo a:hover,
#preventivo a:active {
	font-family: Georgia, "Times New Roman", Times, serif;	
	color:#ffffff;
	}

/* DuePi ********************************************************************* */
#DuePi{
	margin:0px auto 0px auto;  
	padding:50px 100px 50px 100px;
	background:url("../images/content_duepi_background.gif") no-repeat top center;
	width:600px;
	}	

/* news / contatti ********************************************************************* */
#news h1, #news h2, #news h3,
#contatti h1, #contatti h2, #contatti h3  {
	background:url(../images/link_background.gif) no-repeat bottom left;
	}
#news, #contatti {
	font-family: Verdana, Tahoma;
	font-size:8pt;
	}
#news {
	float:left;
	width:56%;	
	}
#news span {
	font-family: Verdana, Tahoma;
	font-size:8pt;
	color:#226F48;
	text-decoration:underline;
	}	
#news a:link, 
#news a:visited,
#news a:hover,
#news a:active {
	font-family: Verdana, Tahoma;
	font-size:8pt;
	color:#226F48;
}
#contatti {
	float:right;
	width:35%;	
	}
#contatti span {
	font-family: Verdana, Tahoma;
	font-size:8pt;
	color:#000000;
	text-decoration:underline;
	}
#contatti a:link, 
#contatti a:visited,
#contatti a:hover,
#contatti a:active {
	font-family: Verdana, Tahoma;
	font-size:8pt;
	color:#226F48;
}
#contatti a:hover {
	text-decoration:underline;}

div.clear {
	clear:both;
	}
	
/* spacer ****************************************************************** */
div.spacer {
	margin:0px auto 0px auto;  
	padding:0px 0px 0px 0px;
	background:url("../images/spacer_background.gif") no-repeat top center;
	height: 10px;
	width:800px;
	}
	
/* footer ******************************************************************* */
#footer {
	background:url("../images/footer_background.gif") no-repeat top center;
	height:60px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#AFAFAF;
	padding-top: 90px;
	padding-bottom: 0px;
	}
#footer *{
	font-family: Georgia, "Times New Roman", Times, serif;
	}
