html, body{
background:#333 url(../images/bg-body.jpg) top left repeat-x; 
padding:0; 
margin:0;
text-align:center;
}
#lang{
  margin:10px auto 5px auto;
	width:820px;
	color:#ccc;
	font-style:normal; 
  font-variant:normal; 
  font-weight:normal; 
  font-size:11px; 
  font-family:Tahoma, serif;
  text-align:right;
  line-height:15px;
  height:15px;
}
#lang a{
color:#bbb;
text-decoration: none;
}

#lang a:hover{
color:#db042e;
text-decoration: underline;
}
#header{
position:relative;
margin:auto;
margin-top:5px;
text-align:center;
width:840px;
height:155px;
padding:0;
background:url(../images/header.jpg) top center no-repeat;
}

ul#menu {
position:absolute;
left:0;
bottom:0;
width:840px;
height:30px;
text-align:right;
padding:0;
margin:0;
list-style:none;
background:#333;
border-top:1px solid #fcfcfc;
border-bottom:1px solid #fcfcfc;
}

ul#menu li{
float:left;
font:11px Arial,Tahoma,Serif;
color:#ccc;
text-align:center;
font-weight:bold;
}

ul#menu li a{
width:168px;
display:block;
float:left;
text-decoration:none;
color:#ccc;
line-height:32px;
height:32px;
padding:0; 
}

*|html ul#menu li a{line-height:32px; height:32px;}
*:first-child+html ul#menu li a{line-height:32px; height:32px;} /*per IE7 */

ul#menu li a:hover{
text-decoration:none;
color:#fff;
background:#666;
line-height:32px;
height:30px;
padding:0; 
}
/*
*|html ul#menu li a:hover{line-height:28px; height:30px;}*/
*:first-child+html ul#menu li a:hover{line-height:32px; height:30px;} /*per IE7 */


ul#menu li a.curr_page{
text-decoration:none;
color:#db042e;
background:#aaa;
line-height:32px;
height:32px;
padding:0; 
}

*|html ul#menu li a.curr_page{line-height:30px; height:30px;}* /*per IE6 */
*:first-child+html ul#menu li a.curr_page{line-height:28px; height:28px;} /*per IE7 */
*:first-child+html ul#menu li a.curr_page{line-height:30px; height:30px;} /*per IE7 */

#cont{
  position:relative;
  margin:0 auto;
  background:#ccc; 
  width:820px;
  padding:10px; 
  /*border:1px solid #666;*/
  /*border-top:2px solid #666;*/
  border-bottom:3px solid #333;  
  font:11px Tahoma, serif;
  color:#333;
  text-align:left;
  min-height:360px;
  clear:both;
 }

*|html #cont{ min-height:360px; height:auto;  }
* html #cont{min-height:360px; height:360px;  } 

#footer{
	margin:0 auto;
	width:820px;
	color:#ccc;
	font-style:normal; 
  font-variant:normal; 
  font-weight:normal; 
  font-size:11px; 
  font-family:Tahoma, serif;
  padding:15px 10px 0 10px;
  background:url(../images/reflex-footer.jpg) top center no-repeat;
  height:80px;
}

#footer a{
color:#bbb;
text-decoration: none;
}

#footer a:hover{
color:#fff;
text-decoration: underline;
}



#sub_menu{
background:#222222;
height:30px;
padding:0;
margin:0;
}

#sub_menu ul{
height:30px;
margin:0;
padding:0;
font:10px Arial,Verdana,San-Serif;
color:#333;
border-top:none;
}

#sub_menu ul li{
margin:0;
float:left;
text-align:left;
line-height:30px;
height:30px;
}

#sub_menu ul li a{
float:left;
padding:0 20px;
text-align:center;
color:#666;
text-decoration:none;
font-weight:bold;
height:30px;
}

#dettaglio_prodotto{
background:#ccc;
width:840px;
height:auto;
margin:auto;
clear:both;
text-align:left;
font:11px Tahoma, serif;
color:#333;
border-bottom:3px solid #333; 
}


*|html #dettaglio_prodotto{width:840px;}
*:first-child+html #dettaglio_prodotto{width:840px;} /*per IE7 */

.submenu_selected{
background:#ccc url(../images/angolo_submenu.jpg) top right no-repeat;
/*background:#ccc; border-bottom:1px solid #0f1d26;*/
}

.submenu_off{
/*background:url(../images/angolo_submenu_off.jpg) top right no-repeat;*/
/*border-left:1px solid #666;*/
border-right:1px solid #333;
/*border-bottom:1px solid #253f4e;*/
}



#layer_popup{
position: absolute;
padding:5px 5px 30px 5px;
background:#fff url(../images/closelayer.gif) bottom right no-repeat;
top:50px;
left:25%;
z-index:2;
cursor:hand;
text-align:center;
display:none;
}
