
/*** varios ***/

html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-color: #3f3f3f;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
	margin: 0 0 0px 0;
	padding:0 0 0px 0;
	text-align:left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

p{
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
	line-height: 17px;
}

a{
	text-decoration: none;
	color: #cc0066;
}

a:hover{
	color: #333;
}

/***** structure ******/

#main{
	width: 750px;
	margin: 40px 0 0px 100px!important;
	margin: /**/40px 0 0px 50px;
	background-color: #fff;
	border: 2px solid #000;
	float: left;
	clear: both;
	text-align: center;
}

#back_g{
	width: 730px;
	background-color: #c2c2c2;
	background-image: url(../images/bg_g.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
	margin: 10px!important;
	margin: /**/10px 5px;
	float: left;
}

/** sx **/
#c_sx{
	width: 190px;
	float: left;
	background-color: transparent;
}

/* logo */

h1{
	width: 100%;
	height: 200px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0;
	padding: 0;
	text-indent: -3000px;
}

#print{
	display: none;
}

#info,
#partner{
	width: 100%;
	margin: 10px 0 50px 0;
}

#info p{
	color: #333;
	line-height: 20px;
	margin: 0;
	padding: 0 0 0 10px; 
}

#info a{
	color: #333;
}

#info a:hover{
	color: #cc0066;
}

#partner{
	text-align: center;
}

#partner img{
	border: 1px solid #000;
}

/* * */

/** * **/

/** dx **/
#c_dx{
	width: 540px;
	float: left;
	background-color: transparent;
}

/* menu */

#mainmenu ul,
#mainmenu ul li{
	width: 30px!important;
	background-image: none!important;
	margin: 0;
	padding: 0;
	float: left;
}

#mainmenu ul li a{
	width: 30px!important;
	height: 90px;
	display: block;
	background-image: url(../images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: 0 0!important;
}

#mainmenu ul li a:hover{
	background-position: 0 0!important;
}

#menu{
	width: 100%;
	height: 90px;
	background-color: #474747;
	background-image: url(../images/bg_div_menu.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#menu .moduletable{
	float: right;
	margin: 0 20px 0 0!important;
	margin: /**/ 0 10px 0 0;
}

#menu ul{
	width: 401px;
	/*border: 1px solid blue;*/
	float: right;
	background-image: url(../images/line_menu.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#menu ul li{
	width: 100px;
	float: left;
	background-image: url(../images/line_menu.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#menu ul li a{
	width: 100px;
	height: 90px;
	display: block;
	color: #cc0066;
	text-align: center;	
	background-repeat: no-repeat;
	background-position: 1px 0;
	font-size: 0px!important;
	text-decoration: none;
}

#menu ul li a:hover, 
#menu ul li.current a{
	background-position: 1px -90px;
}

.level0_ilsalone{
	background-image: url(../images/bg_menu1.jpg);
}

.level0_collezioni{
	background-image: url(../images/bg_menu2.jpg);
}

.level0_contatti{
	background-image: url(../images/bg_menu3.jpg);
}

.level0_eventi{
	background-image: url(../images/bg_menu4.jpg);
}

/* * */

/* head */

#head{
	width: 100%;
	height: 360px;
	background-image: url(../images/head1.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#content{
	width: 490px!important;
	width: /**/510px;
	float: right;
	background-color: transparent;
	margin: 0;
	padding: 0 20px 20px 0;
	text-align: left;
}

.contentpaneopen, 
.contentpane{
	width: 100%;
	margin: 0;
	padding: 0;
}

.contentpaneopen td, 
.contentpane td{
	padding: 0;
	font-size: 11px;
	line-height: 17px;
}

h2{
	width: 100%;
	font-size: 25px;
	font-weight: normal;
	color: #333;
	margin: 20px 0 20px 0;
	padding: 0;
	line-height: 35px;
}

/* * */

/** * **/

/** footer **/

#footer{
	width: 100%;
	height: 50px;
	/*border: 1px solid red;*/
	clear: both;
	margin: 20px 0 0 0;
	padding: 0;
}

#concept{
	float: left;
	width: 190px;
	height: 50px;
	background-color: #9B9B9B;
	margin: 0;
	padding: 0;
	
}

#concept p{
	text-align: center!important;
	color: #fff;
	padding: 15px 0 0 0;
	margin: 0;
}

#concept a{
	color: #fff;
}

#concept a:hover{
	text-decoration: underline;
}

#credits{
	width: 540px;
	height: 50px;
	float: left;
	background-color: #bebebe;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0;
	padding: 0;
}

/** * **/

#bottom{
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	height: 40px;
}

/*** p_gallery ***/

.p_gallery td{
	font-size: 11px;
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #999;
}

h3{
	width: 90%!important;
	width: /**/ 100%;
	font-size: 15px;
	margin: 0 0 10px 0;
	padding: 0 0 0 50px;
	/*float: left;*/
	/*clear: both;*/
/*	text-indent: 50px;*/
	letter-spacing: 1px;
	font-weight: normal;
	background-image: url(../images/bg_p_gall.jpg);
	background-repeat: no-repeat;
	background-position: 0 2px;
	/*border: 1px solid red!important;*/
}

.p_gallery p{
	width: 90%!important;
	width: /**/98%;
	padding: 0 0 0 50px;
}

.p_gallery img,
#ZoomCat img{
	border: 4px solid #fff!important;
	margin: 0 0 0 10px;
}

.sectiontableheader{
	font-size: 11px;
	padding: 5px 0 5px 5px;
	border-bottom: none!important;
}

.numbers{
	font-size: 10px;
	color: #666;
	border-bottom: none!important;
}

#ZoomCat h2{
	display: none;
	text-align: left;
}

#ZoomCat{
	text-align: left!important;
	padding-left: 0!important;
}

.ZMThumbRow{
	width: 95%!important;
	width: /**/100%;
	border-bottom: 1px dotted #999;
	margin: 0!important;
	padding: 0;
	text-align: left;
}

.ZMThumb{
	margin: 10px 0 0 0!important;
	padding: 0!important;
	text-align: left!important;
}

.ZMThumb a,
.ZMThumb img{
	margin: 0!important;
	padding: 0!important;
}

/**** contatti ****/
.contentpane h3{
	color: #CC0066;
}

.dati td{
	padding: 5px 0 5px 0!important;
}

.dati_imm{
	text-align: center!important;
}

.dati_imm img{
	margin: 0 auto 20px auto!important; 
}

.contact_email input{
	border: 1px solid #999;
	margin-bottom: 10px!important;
}

.inputbox{
	width: 300px;
}


/**** submenu ****/

#submenu ul{
	width: 190px;
}

#submenu ul li{
	text-align: left;
	padding: 5px 0 5px 0;
	margin: 0 0 3px 0;
	background-color: #9B9B9B;
}

#submenu ul li a{
	width: 90%;
	display: block;
	padding: 0 0 0 10px;
	color: #eee;
	font-weight: bolder;
	font-size: 12px;
}

#submenu ul li.current{
	/*background-color: #868686;*/
	background-color: #474747;
}

#submenu ul li.current a,
#submenu ul li a:hover{
	/*color: #BFEE90;*/
	color: #fff;
	
}
