body{
  background-color: #f0f0f0;
  font-family: 	​Verdana,​ Arial,​ Helvetica, sans-serif;
}

p{
  font-size: 0.875em
}

h2{
  font-size: 20px;
}

h3{
  font-size: 1.125em;
  color: #347EA7;
}

.panel.callout h4{
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.5em;
}

div.main_container{
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  background-color: #ffffff;
/*  width: 802px;
  margin: 0px auto;*/
}

div.head_bar{
  position: absolute;
  z-index: 100;
  width: 800px;
  height: 38px;
  background-color: #347ea7;
  background-image: url("http://www.studio-duranti.it/images/social/header_social_icon.png");
  border-bottom: 1px solid #ffffff;
}

div.head_bar span{
  color:#ffffff;
  line-height:45px;
  font-size: 0.750em;
  display:block;
  float: left;
  width: 80px;
  font-weight:bold;
  padding-left:5px;
}

div.flash_banner{
  margin-bottom:10px;
}

div.head_bar a.head_bar_home_link{
  display: block;
  float: right;
  width: 600px;
  height: 38px;
  background-color: transparent;
}

div.left_menu_block{
  background-color: #f0f0f0;
  margin-bottom: 10px;
}

div.left_menu_block h3{
  font-size: 0.813em;
  font-weight: bold;
  color: #ffffff;
  background-color: #347ea7;
  border-bottom: 1px solid #ffffff;
  padding: 4px 4px 4px 8px;
  margin-top: 0px;
}

div.left_menu_block ul{
  font-size: 0.750em;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

div.left_menu_block ul li{
  list-style-type: square;
}

div.left_menu_block ul li a{
  color: #000000;
}

div.left_menu_block ul li a:hover{
  color: #ff0000;
  text-decoration: underline;
}

ul.pricing-table li.image{
  text-align: center;
  border-bottom: 1px solid #ffffff;
}

div.footer{
  margin-top: 10px;
  background-color: #347ea7;
  border-top: 1px solid #666666;
}

div.footer h3{
  text-align: center;
  font-size: 0.813em;
  margin: 8px 0px 8px 0px;
}

div.footer h3 a{
  color: #ffffff;
}

div.credits{
  margin-top: 5px;
}

div.credits p{
  text-align: center;
  font-size: 0.750em;
  color: #505050;
}

.cta-empty{
  min-height: 89px;
}


/* MEDIA QUERY */
/* Define mobile styles */
@media only screen { } 

/* Medium screens */
/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) { } 

/* Large screens */
/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) { } 


/* XLarge screens */
/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) {
  div.main_container{
    width: 802px;
    margin: 0px auto;
  }
} 
