body {
    padding: 0px;
    margin:0px;
    border-width:0px;
    background : url('../images/containerBgRpt.jpg') center;
    text-align:center;
}

h2 {
    display:block;
    font : bold 16px 'Verdana';
    color : #515151;
    margin-top:20px;
}

#preHeader {
    background : url('../images/preHeader.jpg') no-repeat top center;
    height : 98px;
    padding-top: 15px;
}


#header {
	margin-left : auto;
    margin-right:auto;
    width : 762px;
    border-left-style:solid;
    border-left-color:transparent;
    border-left-width:2px;
    padding-top:314px;
}

* html #preHeader {
    margin-left: -1px;
  }

* html #header {
    width: 762px;
    border-left-style:none;
    margin-left: 3px;
  }

#header #logo {
    position:absolute;
    top: 30px;
  }


#header #logo a img {
    border: none;
    margin-left: 16px;
  }

#menu {
    background : url('../images/headerMenu.jpg') repeat-x;
    height : 37px;
    text-align: center;
    padding-top:10px;
  }

#menu .menuItem {
    font : 12px Verdana;
    text-transform : uppercase;
    margin-right: 60px;
    padding-bottom:6px;
  }

#menu .menuItem:hover {
    border-bottom-style:solid;
    border-bottom-color:#1b7004;
  }


#menu .last {
    margin-right:0px;
  }


#menu a {
    text-decoration:none;
    color : #454647;
  }


#content {
    margin:auto;
    margin-top: 320px;
    width:700px;
    border-left-width:50px;
    text-align:left;
  }

* html #content {
    margin-top:40px;
  }

#contentLeft {
    float:left;
    width: 150px;
  }


#contentLeft #flashMap {
    margin-top: 10px;
  }


#contentLeft .title {
    font : 18px 'Verdana';
    color : #4E4E4E;
  }


#contactInfo {
    margin-top: 30px;
  }


#contactInfo .name {
    display: block;
    font : 15px Verdana;
  }


#contactInfo .address {
    display: block;
    font : 14px Verdana;
    margin-left: 20px;
    color: #242424;
  }


#contactInfo .subTitle {
    font : italic 15px Verdana;
    display : block;
    margin-top: 10px;
  }


#contactInfo .bo {
    font : 14px Verdana;
    display : block;
    color: #242424;
    margin-left: 20px;
  }


#contactInfo .bo a {
    text-decoration: none;
    color: #242424;
  }


#contactInfo .bo a:hover {
    color:#1D702F;
  }


#contentRight {
    width: 450px;
	margin-left: 220px;
  }


#contentRight .title {
    font : bold 20px 'Trebuchet MS';
    color : #1b7004;
  }


#contentRight .subtitle {
    font : italic 14px Verdana;
    margin : 20px 0 0;
    color : #747474;
  }


#contentRight .text {
    font : 14px Verdana;
    margin : 30px 0 0;
    text-align : justify;
  }


#footer {
    background: url('../images/footer.jpg') top no-repeat center;
    height: 43px;
    padding-left: 150px;
    padding-top: 60px;
	font: 13px Verdana;
    color:  #777777;
}

#footer img {
    border: none;
    margin-left: 50px;
	vertical-align: middle;
}

#postFooter {
    background-image : url('../images/postfooter.jpg');
    background-repeat : repeat;
    height : 100%;
  }


.album {
    width:465px;
    float:left;
  }


.album .imageSingle {
    float: left;
    margin: 5px;
    text-align:center;
    border:solid 1px #1C531E;
  }


.album .imageSingle .image {
    width:100px;
    height:70px;
  }


.album .imageSingle .image:hover {
    filter:alpha(opacity=70);
    -moz-opacity:.70;
    opacity: .70;
  }


.album .imageSingle .image img {
    border-style:none;
  }


.album .imageSingle a {
    text-decoration:none;
  }


.album .footer {
    text-align:center;
    border-top:solid 1px #333;
    color:#999;
    padding-top: 2px;
    padding-bottom:2px;
  }


.album .imageSingle .footer:hover {
    color: #333333;
  }


ul.disp {
    list-style : circle;
  }


ul.ingredienti {
    list-style : circle;
  }


ul.preparazione {
    list-style : decimal;
  }


ul.ricette {
    list-style : circle;
  }


ul.ricette a {
    text-decoration: none;
    color: #242424;
  }


ul.ricette a:hover {
    color: #1D702F;
  }
