/* CSS per sito elisagabriel.com.it dicembre 09 - Elisa Pasceri */


/* border: 1px #000 solid; */
* {
margin: 0;
padding: 0;
}

img  {
	border: none;
	}


ul {
	list-style-type:  none;
}

a {
	text-decoration: none;
	}

a:link, a:active, a:visited  {
color: #666;
}

a:hover  {
color: #333;
}
body {
	color: #666; 
	background: #ece6e6 url('img/sfondo_muro.jpg');
	font-family: Georgia, Helvetica, tahoma, arial, verdana, sans-serif;
    font-size: 72%;
    line-height: 2.0em;
    text-align: center;	
 }
 

h1 {
  font-size: 1.9em;

 }

h2 {
 font-size: 1.7em;

 text-align: center;

 } 

h3 {
    font-size: 1.4em;
    font-weight: bold;
}




#wrapper {
	width: 980px;
	margin: 0 auto;	
	text-align: left;
    background: #ece6e6 url('img/sfondo_wrapper.jpg') repeat-y;
 
	}
    
    
#home, #print, #contact {
height: 600px;
 }



#home {
width: 100%;
background:url('img/scala.png') no-repeat top right;
margin-bottom: 200px;
 }
 
#menu {
position: fixed;
width: 200px;
top: 5%;
left: 3%;
}

#menu li {
margin: 0 0 5px auto;
 }
 

li#menu_home a {
display: block;
width: 100px;
height: 39px;
padding: 39px 0 0 0;
 background: transparent url('img/menu_home.png') 0 0 no-repeat;
height: 0px !important; 
overflow: hidden;
margin: 0 0 0 100px;
 } 
 

li#menu_home a:hover {
background: transparent url('img/menu_home.png') 0 -39px no-repeat;
 } 
 
 
li#menu_web a {
display: block;
width: 187px;
height: 44px;
padding: 44px 0 0 0;
 background: transparent url('img/menu_web.png') 0 0 no-repeat;
height: 0px !important; 
overflow: hidden;
margin: -13px 0 0 13px;

 } 
 

li#menu_web a:hover {
background: transparent url('img/menu_web.png') 0 -45px no-repeat;
 }  

 
li#menu_print a {
display: block;
width: 197px;
height: 41px;
padding: 41px 0 0 0;
 background: transparent url('img/menu_print.png') 0 0 no-repeat;
height: 0px !important; 
overflow: hidden;
margin: -15px 0 0 3px;

 } 
 

li#menu_print a:hover {
background: transparent url('img/menu_print.png') 0 -42px no-repeat;
 }  
 
li#menu_contact a {
display: block;
width: 136px;
height: 44px;
padding: 44px 0 0 0;
 background: transparent url('img/menu_contact.png') 0 0 no-repeat;
height: 0px !important; 
overflow: hidden;
margin: -14px 0 0 64px;
 } 
 

li#menu_contact a:hover {
background: transparent url('img/menu_contact.png') 0 -46px no-repeat;
 } 
 


#intestazioni {
width: 620px;
padding: 220px 0 0 110px;
 }
 
#intestazioni h1 {
background:url('img/elisa_pasceri_head.jpg') no-repeat;
width: 620px;
height: 45px;
display: block;
padding: 45px 0 0 0 ;
height: 0px !important; 
overflow: hidden;
 }
 

#intestazioni h2 {
margin: 20px 0;
}

#intestazioni p {
width: 520px;
margin: 5px auto 0;
line-height: 2em;
text-align: center;

 }

#web, #print, #contact {
width: 920px;
margin: 0 10px 100px 70px ;
  }
  
#web {
height: 900px;
 }


#web h1 {
background:url('img/web_head.jpg') no-repeat;
width: 354px;
height: 60px;
display: block;
padding: 60px 0 0 0 ;
height: 0px !important; 
overflow: hidden;
margin: 50px auto;
clear: both;
 }
 

#web h2 {

margin: 0 0 40px -50px;
 }
 
 
#print h1 {
background:url('img/print_head.jpg') no-repeat;
width: 383px;
height: 61px;
display: block;
padding: 61px 0 0 0 ;
height: 0px !important; 
overflow: hidden;
margin: 50px auto;
clear: both;
 }
 
#contact_txt {
width: 425px;
margin: 0 auto;
} 

#contact_txt p {
padding: 0 0 10px 90px;
 }
 
#contact_txt iframe {
margin-top: 15px ;
border: 3px solid #ccc;
 }
 
 
 
#contact h1 {
background:url('img/contatti.jpg') no-repeat;
width: 245px;
height: 61px;
display: block;
padding: 61px 0 0 0 ;
height: 0px !important; 
overflow: hidden;
margin: 50px 0 20px 330px;
clear: both;
 }
 
 
.anteprima {
width: 230px;
margin: 0 10px 40px 40px;
float: left;
 }
 
.anteprima_txt {
width: 225px;
padding:0 0 10px 5px ;
 }
 



