*
{
  font-family: tahoma;
  font-size: 12px;
  color: #2B292E;
  margin: 0;
  padding: 0;
}

.clearer
{
  clear: both;
}

body
{
  background-color: #3FAEB5;
}

a
{
  text-decoration: none;
}

img
{
  border: 0;
}

#container
{
  width: 963px;
  margin: 0 auto;
  background-color: white; 
  margin-top: 30px;
  margin-bottom: 30px;
}

#header
{
  height: 130px;
  background: url('../images/header.jpg') no-repeat;
  padding-left: 10px;
  padding-right: 10px;
}

#reserved
{
  float: right;
}

#reserved a
{
  font-size: 10px;
  color: #0C686D;
}

#logo
{
  float: left;
  margin-top: 18px;
  margin-left: 18px;
}

#title
{
  float: left;
  font-size: 22px;
  color: #71BEC0;
  margin-top: 53px;
  margin-left: 57px;
}

#menu
{
  position: relative;
  float:left;
  width: 923px;
  top: 8px;
  left: 20px;
}

*:first-child+html #menu
{
  position: relative;
  float:left;
  width: 923px;
  top: 10px;
  left: 20px;
}

#menu ul
{
  float: left;
  margin-bottom: 3px;
  margin-right: 20px;
  list-style: none;
}

*:first-child+html #menu ul
{
  float: left;
  position: relative;
  margin-bottom: 3px;
  margin-right: 20px;
  list-style: none;
}

* html #menu ul
{
  float: left;
  position: relative;
  margin-bottom: 3px;
  margin-right: 20px;
  list-style: none;
}

#menu ul .top
{
  float: left;
  padding: 5px 5px;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  height: 15px;
}

* html #menu ul .top
{
  float: left;
  border: none;
  padding: 5px 5px;
  height: 15px;
}

#menu ul .top_single
{
  float: left;
  padding: 5px 5px;
  list-style: none;
  margin-left: 25px;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  height: 15px;
}

#menu ul .top .menu_arrow
{
  background: url('../images/arrow_menu.gif') no-repeat 5px 0px;
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
}

#menu ul:hover .top .menu_arrow
{
  background: #ED56C3;
  height: 22px;
}

#menu ul:hover .top:hover .menu_arrow
{
  background: #ED56C3 url('../images/wht_arrow_menu.png') no-repeat 5px 5px;
  height: 22px;
}


#menu ul:hover li ul .item .menu_arrow_item
{
  background-color: #ED56C3;
  cursor: pointer;
  display: block;
  width: 20px;
  height: 23px;
  float: left;
  margin-right: 5px;
}

#menu ul:hover li ul .item:hover .menu_arrow_item
{
  background: #ED56C3 url('../images/arrow_menu_item.png') no-repeat 7px 3px;
}

#menu ul:hover li ul .item_first .menu_arrow_item
{
  background-color: #ED56C3;
  cursor: pointer;
  display: block;
  width: 20px;
  padding-top: 5px;
  height: 23px;
  float: left;
  margin-right: 5px;
}

#menu ul:hover li ul .item_first:hover .menu_arrow_item
{
  background: #ED56C3 url('../images/arrow_menu_item.png') no-repeat 7px 8px;
}

#menu ul:hover li ul .item:hover a
{
  color: #ED56C3;
}

#menu ul:hover li ul .item_first:hover a
{
  color: #ED56C3;
}

#menu ul:hover .top
{
  border-top: 1px solid #CED9DA;
  border-left: 1px solid #CED9DA;
  border-right: 1px solid #CED9DA;
  border-bottom: 1px solid #FFFFFF;
}

#menu ul:hover .top_single
{
  border-top: 1px solid #CED9DA;
  border-left: 1px solid #CED9DA;
  border-right: 1px solid #CED9DA;
  border-bottom: 1px solid #FFFFFF;
}

#menu ul li a
{
  text-decoration: none;
  color: #434A4B;
}

#menu ul ul
{
  position: absolute; 
  top: 27px;
  display: none;
  min-width: 153px;
  border-bottom: 1px solid #CED9DA;
  border-left: 1px solid #CED9DA;
  border-right: 1px solid #CED9DA;
  background-color: #FFFFFF;
  padding-bottom: 5px;
  list-style: none;
}

*:first-child+html #menu ul ul
{
  position: absolute; 
  top: 27px;
  left: 0px;
  display: none;
  width: 250px;
  border-bottom: 1px solid #CED9DA;
  border-left: 1px solid #CED9DA;
  border-right: 1px solid #CED9DA;
  background-color: #FFFFFF;
  padding-bottom: 5px;
  list-style: none;
}

* html #menu ul ul
{
  position: absolute; 
  top: 27px;
  left: 0px;
  display: none;
  width: 250px;
  border-bottom: 1px solid #CED9DA;
  border-left: 1px solid #CED9DA;
  border-right: 1px solid #CED9DA;
  background-color: #FFFFFF;
  padding-bottom: 5px;
  list-style: none;
}

#menu ul:hover li ul, #menu ul li .ul_over_li_ul
{
  display: block;
}

#menu ul li ul .item
{
  padding-left: 5px;
  padding-right: 5px;
  height: 23px;  
}

#menu ul li ul .item_first
{
  padding-left: 5px;
  padding-right: 5px;
  height: 28px;  
}

#menu ul li ul .item_first a
{
  position: relative;
  top: 5px;
}

#content
{
  background: url('../images/body_line.jpg') repeat-y;
  padding-left: 10px;
  padding-right: 10px;
}

#present
{
  height: 342px;
  border-top: 1px solid #CED9DA;
  background: url('../images/photo_home.jpg') no-repeat top left;
}

#present_links
{
  padding-top: 105px;
  padding-left: 20px;
}

#present_links a
{
  display: block;
  background: white url('../images/arrow_button_step.jpg') no-repeat top left;
  border-right: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  text-align: center;
  vertical-align: center;
  padding-left: 21px;
  padding-top: 8px;
  height: 51px;
  width: 285px;
}

#present_links a:hover
{
  background-color: #ED56C3;
  color: white;
}

.small
{
  color: #DF32AF;
  font-size: 12px;
}

.big
{
  color: #DF32AF;
  font-size: 19px;
  margin-top: 3px;
}

#present_links a:hover .small, #present_links a:hover .big
{
  color: white;
}

#medium
{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 30px;
}

#content_text
{
  float: left;
  border-top: 1px solid #E2AEC8;
  border-left: 1px solid #E2AEC8;
  border-right: 2px solid #E2AEC8;
  border-bottom: 3px solid #E2AEC8;
  padding-left: 25px;
  padding-right: 15px;
  padding-bottom: 7px;
  padding-top: 7px;
  width: 545px;
  height: 290px;
}



.title_block
{
  padding-top: 7px;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: normal;
  color: #DF32AF;
}

.first_block
{
  float: left;
  width: 345px;
  height: 275px;
  margin-right: 18px;
  line-height: 20px;
  padding-bottom: 15px;
  background: url('../images/signature.jpg') no-repeat bottom right;
}

.first_block p
{
  text-align: justify;
}

#content_text img
{
  float: left;
  width: 182px;
}

#options
{
  float: left;
  margin-left: 10px;
  width: 301px;
}

#contact
{
  display: block;
  color: white;
  font-size: 18px;
  padding-left: 40px;
  padding-top: 10px;
  height: 57px;
  background: #DF32AF url('../images/arrow_button_final_step.gif') no-repeat 270px 33px;
  border-right: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  margin-bottom: 12px;
}

#contact:hover
{
  background: #21979C url('../images/arrow_button_final_step.gif') no-repeat 270px 33px;
}

#news
{
  border-top: 1px solid #E2AEC8;
  border-left: 1px solid #E2AEC8;
  border-right: 1px solid #E2AEC8;
  border-bottom: 2px solid #E2AEC8;
  background: url('../images/testimonianze_line.jpg') no-repeat;
  height: 91px;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 5px;
  padding-bottom: 10px;
  margin-bottom: 9px;
}

#news .title
{
  float: left;
  color: #DF32AF;
  font-size: 17px;
}

#news .text
{
  float: left;
  width: 274px;
  text-align: justify;
}

#news .text p em
{
  font-size: 11px;
}

#news a
{
  float: right;
  display: block;
  width: 64px;
  height: 17px;
  color: white;
  font-family: arial;
  text-align: center;
  padding-top: 1px;
  background-image: url('../images/button.jpg');
}

#news a:hover
{
  background-image: url('../images/button_over.jpg');
}

#newsletter
{
  border-top: 1px solid #E2AEC8;
  border-left: 1px solid #E2AEC8;
  border-right: 1px solid #E2AEC8;
  border-bottom: 2px solid #E2AEC8;
  background: url('../images/logo_news.jpg') no-repeat;
  height: 77px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 5px;
  padding-bottom: 10px;
}

#newsletter .title
{
  float: left;
  color: #DF32AF;
  font-size: 17px;
}

#newsletter .text
{
  float: left;
  margin-top: 6px;
  margin-bottom: 5px;
  width: 274px;
}

#newsletter input
{
  float:left;
  width: 200px;
  border-top: 1px solid #AAAAAA;
  border-left: 1px solid #AAAAAA;
}

#newsletter button
{
  float: right;
  border: 0 none;
  height: 18px;
  width: 64px;
  cursor: pointer;
  background-image: url('../images/button.jpg');
}

#newsletter button:hover
{
  background-image: url('../images/button_over.jpg');
}

#newsletter button span
{
  color: #FFFFFF;
  font-family: arial;
}

.sparisce
{
  color: #C5C5C5;
}

#down
{
  padding-left: 30px;
  padding-bottom: 20px;
  background: url('../images/linea_menu_footer.jpg') repeat-x 0px 29px;
}

#down ul
{
  float: left;
  margin-right: 55px;
  list-style: none;
  line-height: 17px;
}

#down ul .top
{
  line-height: 30px;
}

#down ul .top a
{
  font-size: 11px;
  color: #434A4B;
  font-weight: bold;
}

#down ul .top a:hover
{
  text-decoration: underline;
}

#down ul .item a
{
  font-size: 10px;
  color: #434A4B;
}

#down ul .item a:hover
{
  text-decoration: underline;
}

#footer
{
  height: 61px;
  background: url('../images/footer.jpg') repeat-y;
  padding-left: 10px;
  padding-right: 10px;
}

#info
{
  width: 923px;
  height: 23px;
  padding-top: 9px;
  padding-right: 10px;
  padding-left: 10px;
}

#info span
{
  color: white;
  font-size: 10px;
  float: left;
}

#info .left
{
  color: white;
  font-size: 10px;
  float: right;
}

#info .left a
{
  color: white;
  font-size: 10px;
}

#info a:hover
{
  text-decoration: underline;
}

#manifatturaweb
{
  float: right;
}

#manifatturaweb a
{
  color: #21969C;
  font-size: 12px;
  font-family: arial;
  text-decoration: none;
  margin-left: 2px;
  margin-right: 2px;
}

#manifatturaweb a img
{
  border: 0;
  position: relative;
  top: 4px;
}

#manifatturaweb a:hover
{
  text-decoration: underline;
}

#validator
{
  float: left;
  margin-top: 3px;
}

#validator img
{
  border: 0;
  width: 57px;
  height: 20px;
}