/* 
    Document   : index1024.css
    Created on : 29-giu-2008, 10.13.48
    Author     : main
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}


html {   
  margin:           0px;  
  padding:          0px;
 
  
  
  background-color: #d9ede1;
  /*background-color: #ddffcc;*/
}

body {
  margin:     0px;
  padding:    0px;
  width:      100%;
  font:       76% arial,sans-serif;
  
  text-align: center;
}

p {
  margin: 0 10px 10px
}


a {
  color:    #981793;
 
}

div#header {   
    background-image: url(../css/imgs/1024/newLogo2.png);
    width:  900px;
    height: 336px;
    margin-bottom: 15px;
    margin-top:32px;
}


div#links {
  width: 900px;
  height: 85px;
  margin: 0 auto;
}



div#container {
  width:900px;
  margin:0;
  margin-left: auto;
  margin-right: auto;
}

div#footer {
    width: 900px;
    height: 100px;
}

p#p_contacts {
    margin-top: 50px;
    padding-top: 5px;
    border-top: 3px solid #224e39;
    text-align: center;
}

div.nav{    
  width: 186px;
  height: 43px;
  margin-left: 30px;
  margin-right: px;
  margin-top: 40px;
  margin-bottom: 10px;
  background-image: url(../css/imgs/1024/pulsantone.png);
  z-index: 0;
  font: bold 12px/40px "Trebuchet MS",Arial,sans-serif;
  text-align: center;
  float: left;
}


div.nav a {
	text-decoration: none;
	color: white;
        
}

div.nav a:visited{
  text-decoration: none;
  color: white;
}

.hideme {
    visibility: hidden;
}

.next {
    opacity: 0.5;
}

