/*  
Theme Name: Biscontri Mobili 
Version: 0.99
*/

/* Resetter */
*{
  margin : 0; padding : 0;
}
ul, ol {list-style : none;}
/* Gestione PNG in ie6 */
a, div {
 behavior: url(iepngfix.htc);
}

/* Inizio Tipografia e colori */
body, a, input {
	font-family: Arial, Helvetica, Verdana;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-size : 12px;
	color : rgb(104,103,108);
	line-height : 160%;
}
a{
  color : rgb(173,142,80);
  text-decoration : underline;
}
a:hover{
  color : rgb(173,142,80);
  text-decoration : none;
}

/* Inizio Struttura */
body{
  background : url('images/madeira.jpg') left top;
  height : 100%;
}
#top{
  height : 100px;
  width : 765px;
  float : left;
  background : #fff;
}
#contenitore{
  width : 960px;
  margin : 0px auto;
  margin-bottom : 15px; 
}
#header{
  width : 765px;
  height : 252px;
  background : url('images/header.jpg') no-repeat left top;
  float : left;
  margin-top : 5px;
  position: relative;
}
#header .header-img{
  position : absolute;
  background : url('images/biscontriboys.png') no-repeat left top;
  width : 185px;
  height : 266px;
  top : -2px;
  left : 636px;
}
.logo a{
  display : block;
  float : left;
  width : 500px;
  background : url('images/logo.gif') no-repeat left top;
  height : 60px;
  margin : 20px 0px;
  margin-left : 10px;
}
#navigazione{
  float : left;
  position : absolute;
  top : 222px;
  left : 0px;
  width : 400px;
  height : 30px;
  margin-left : 7px;
}
#navigazione li{
  float : left;
  height : 30px;
}
#navigazione li a{
  display : block;
  float : left;
  font-weight : bold;
  color : #fff;
  text-align : center;
  text-decoration : none;
  height : 15px;
  padding : 5px;
  padding-right : 15px;
}
#navigazione li a:hover{
  text-decoration : underline;
  color : rgb(173,142,80);
}
#contenuto{
  width : 960px;
  margin-left : 0 auto;
  height : auto;
  /* solo per ie6 bug */
  _display : inline;  
}

/* Colonna centrale ed elementi */
#colonna{
  margin-top : 5px;
  float : left;
  width : 760px;
  line-height : 140%;
}
.colonna-cx{
  float : left;
  margin-left : 195px;
  /* solo per ie6 bug */
  _margin-left : 97px;
  width : 570px;
  height : auto;
  background : #fff;
  padding-bottom : 20px;
}
.colonna-cx img{
  display : block;
  float : left;
  margin-right : 15px;
  margin-top : 20px;
  margin-left : 15px;
}

/* Vecchia Regola

.colonna-cx p{
  display : block;
  padding : 15px;
  padding-bottom : 15px;
  color : rgb(104,103,108);
  border : 0px;
  line-height : 140%;
} */

/* Aggiunta 11.11.2008 */

.colonna-cx p{
  display : block;
  padding : 0px 15px;
  padding-bottom : 5px;
  color : rgb(104,103,108);
  border : 0px;
  line-height : 130%;
}
.slideshow{
  margin-bottom : 15px !important
}

/* Colonna sinistra ed elementi interni */
.colonna-sx {
  display : inline;
  margin-left : -765px;
  _margin-left : -770px;
  border : 0px;
  width : 190px;
  float : left;
  background : #fff;
  height : 100%;
  margin-right : 5px;
  _padding-left : 5px;
}
.colonna-sx h1, .colonna-cx h1{
  font-size : 16px;
  height : 15px;
  color : rgb(173,142,80);
  padding : 10px 0px;
  padding-left : 10px;
  border-bottom : 1px solid rgb(237,227,201);
}
.colonna-sx li a{
  display : block;
  height : 15px;
  padding-left : 20px;
  margin : 3px 0px;
  margin-right : 20px;
  text-decoration : underline;
  background : url('images/a-bck.jpg') no-repeat left top;  
}
.colonna-sx li.livprinc{
  margin-bottom : 20px;
  background : #fff;
}
.colonna-sx ul ul{
  margin-top : 11px;
}
.colonna-sx ul ul li{
  display : block;
  padding-left : 10px;
  height : 20px;
}
.colonna-sx div{
  padding :15px;
  padding-left : 10px;
  color : rgb(104,103,108);
  line-height : 140%;
}
.colonna-sx p a:hover, .colonna-sx li a:hover{
  text-decoration : none;
  color : rgb(173,142,80);
}

/* Colonna destra ed elementi interni */
.colonna-dx{
  border : 0px;
  background : url('images/opaco.png') repeat-y left top;
  _background : none;
  width : 190px;
  float : right;
  margin-left : 5px;
  margin-top : 5px;
  height : 100%;
}
.colonna-dx h1 {
  font-size : 16px;
  height : 15px;
  color : #fff;
  padding : 10px 0px;
  padding-left : 9px;
  border-bottom : 1px solid #fff;
}
.colonna-dx img{
  display : block;
  float : none;
  margin-right : 0px;
  margin-top : 9px;
  margin-left : 9px;
  margin-bottom : 10px;
}
.colonna-dx p {
  padding-left : 9px;
  padding-right : 9px;
  color : #fff;
  line-height : 140%;
  padding-bottom : 10px;
  
}
.colonna-dx p a {
  text-decoration : underline;
  color : #fff;
}
.colonna-dx p a:hover {
  text-decoration : none;
}

/* Footer */
#footer{
  color : #fff;
  background : url('images/footer.gif') repeat-x left center;
  text-align : center;
  padding-top : 8px;
  height : 27px;
}

/* Regole Uso Generale */
.clearer {
  clear : both;
}
.leftflotter {
  float : left !important;
}
.rightflotter{
  float : right !important;
}





