﻿
/* ---------------- STILE GENERALE ------------------ */

body {
  margin: 0px;
  background-color: #CCCCCC;
  font-family: Verdana;
  font-size:x-small;
  color: #333333;
}

h1 {
  font-family: Verdana;
  font-size: medium;
  font-variant: small-caps;
  color: #043867;
}

h2 {
  font-family: Verdana;
  font-size: small;
  font-variant: small-caps;
  color: #043867;
}

h3 {
  font-family: Verdana;
  font-size: x-small;
  font-variant: small-caps;
  color: #043867;
}

a:link 
{
    color: #626262;
}

a:hover 
{
    color:#066bb1;
    text-decoration: underline;
}

a:visited 
{
    color: #626262;
}

.prezzo_listini 
{    
    font-family: Verdana;
    font-size : medium;
    font-variant: small-caps;          
    color : #000000;
  
}


/* ---------------- LAYOUT ------------------ */

.sfondo_sito 
{
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 563px;
    background-image:url('img/motivo_in_sfondo.jpg');
    background-repeat:no-repeat;    
}

.sfumatura_sfondo 
{
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 547px;
    background-image:url('img/sfumatura_sfondo.gif');
    background-repeat: repeat-x;        
}

.tabella_intera {
    left: 50%;
	margin-left: -404px;
    top: 0px;
    position: absolute;
	width: 808px;		
}

/* ---------------- HEAD ------------------ */


.head {
	top: 0px;
	left: 10px;
	position: absolute;
	width: 788px;
	height: 142px;
	background-image:url('img/sfondo_head.jpg');	
}

.head_ecommerce {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 788px;
	height: 142px;
	background-image:url('img/sfondo_head.jpg');	
}

.chat
{
    top: 30px;
    left: 400px;
    position: absolute;
    width: 149px;
    height: 142px;
}

.motore_ricerca 
{
    bottom: 20px;
    right: 5px;
    position:absolute;
    width: 225px;
    height: 80px;
    border: 0px solid red;
}
    

/* ---------------- MENU ------------------ */


.menu
{
    top: 142px;
    left: 10px;
    position: absolute;
    width: 778px;
    height: 20px;
    padding-left: 10px;
    background-color: #EFEFEF;    
    text-align: left;    
}

.menu_ecommerce
{
    top: 142px;
    left: 0px;
    position: absolute;
    width: 778px;
    height: 20px;
    padding-left: 10px;
    background-color: #EFEFEF;    
    text-align: left;    
}

.stile_menu {
	font: normal 9pt Verdana;
	font-variant:small-caps;	
	background-color:#EFEFEF;	
	z-index: 100;
}

.stile_menu_help {
	font: normal 9pt Verdana;
	font-variant:small-caps;	
	background-color:#FFFFFF;	
}

/* ---------------- STILE NEWSLETTER ------------------ */

.stile_newsletter {
	font: normal 7pt verdana;
	color: #333333;
	float: left;	
}

.newsletter_pulsanti {
	border: 0px;
	background-color: transparent;
	font: normal 7pt verdana;
	color: #066bb1;
	text-decoration: underline;
	float: left;	 
}



/* ---------------- CONTENT ------------------ */

.contenttot
{    
    top: 0px;	
	left: 0px;
	position:absolute;
	width: 750px;	
	min-height: 720px;	
	padding: 10px;
	background-image:url('img/fondo_sito.png');
	background-repeat:repeat-y;
	padding-top: 200px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
	text-align:justify;		
}

.content 
{
        
	padding-left: 190px;
	padding-right: 190px;	
}



.colonna_sx {
	top: 161px;
	left: 10px;
	position:absolute;
	width: 200px;
	border: 1px;
	border-top-color: #EFEFEF;
	border-bottom-color: white;
	border-left-color: #EFEFEF;
	border-right-color: #EFEFEF;
	border-style:solid;
}

.colonna_dx {
	top: 162px;
	right: 12px;
	position:absolute;
	width: 200px;
	border: 1px;
	border-top-color: white;
	border-bottom-color: white;
	border-left-color: #EFEFEF;
	border-right-color: #EFEFEF;
	border-style:solid;
}

.indentazione_nw_news {
	padding-left: 10px;
	padding-right: 10px;
}

.bordo0_img {
	border: 0px;
}

/* ---------------- FOOTER ------------------ */


.footer 
{
    bottom: 0px;
	left: 10px;	
	position: absolute;
    width: 788px;
    height: 41px;
    background-image:url('img/sfondo_footer.jpg');    
    text-align:center;
    vertical-align:middle;
    font-family: Verdana;
    font-size:small;
    color: White;
}    
    
.gridwhois
{
 vertical-align:top;
}    

/* ---------------- CLASSI PER RICEZIONE MODULI PREVENTIVI VIA MAIL ------------------ */

.modulo_preventivo 
{
 top: 30px;
 left: 50%;
 margin-left: -250px; 
 position: absolute;
 width: 500px;
 background-color:White;
 border: 1px dotted #bab6b6;
 padding: 10px;
    
}
