﻿/* 
	colori usati:
	menusx grigio: 			#666666
	footer grigio: 			#333333
	grigio chiaro date:		#B2B2B2
	arancio: 	   			#FF5900
	arancio scuro:			#722100
	sfondo grigio scuro: 	#191919
	
*/

/* RESET STYLE */
ol, ul {
    list-style: none outside none;
}


/* MENU PANO */

#menupano {
    float: left;
}

#menupano ul{
	padding:0px;
}

#menupano li {
    margin: 0px;
}
#menupano li a{
	padding-bottom:20px;
    display: block;
    font-family: 'Arimo', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
}
#menupano li a:hover, #menupano li a.sel {
    color: #FFF;
}


/* STILI GENERICI */

body{
	 background-color:black;
	 /*background-image:url('images/background_grigio_pieno.jpg');*/
	 background-repeat:repeat-y;
	 background-position:center;
	 margin:0px;
	 padding:0px;
	 font-family: 'Arimo', sans-serif;
	 /*font-family: 'Puritan', sans-serif;*/
}


#sito{
	width:820px;
	margin:auto;
	background-color:black;
}


a{
	font-size:12px;
	font-family: 'Arimo', sans-serif;
	color:white;
	text-decoration:none;
}

a.menuheader:link {color:white;text-decoration:none;}      /* unvisited link */
a.menuheader:visited {color:white;text-decoration:none;}  /* visited link */
a.menuheader:hover {color:#DDDDDD;text-decoration:none;}  /* mouse over link */
a.menuheader:active {color:white;text-decoration:none;}  /* selected link */

.hide {display: none;}

input, textarea, select{
	border:1px black dotted;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:12px;
}
img{
	border:0px white solid;
}
#clearboth{
	clear:both;
}
.clearboth{
	clear:both;
}


.button{
	background-color:#333333;
	border:0px;
	margin:0px;
	padding-left:7px;
	padding-right:7px;
	color:white;
	font-family: 'Arimo', sans-serif;
}

.campocontatti{
	background-color:#333333;
	border:0px;
	margin:0px;
	padding-left:7px;
	color:white;
	font-family: 'Arimo', sans-serif;
}


.select{
	background-color:#666666;
	border:0px;
	margin:0px;
	padding:0px;
	color:white;
	font-family: 'Arimo', sans-serif;
}


#bannerup{
	width:820px;
	height:113px;
	float:left;
}


.titoloarancione{
	color:#FF5900;
	font-size:12px;
	line-height:18px;
}

.data{
	color:white;
	font-size:12px;
	font-style:italic;
	line-height:18px;
}

.datagrigio{
	color:#666666;
	font-size:12px;
	font-style:italic;
	line-height:18px;
}


.titolo{
	color:white;
	font-size:12px;
	font-weight:700;
	line-height:18px;
}


.titologrigioprodotti{
	color:#666666;
	font-size:14px;
	font-weight:700;
	line-height:26px;
}



.testo{
	color:white;
	font-size:12px;
	line-height:14px;
}


#logo{
	padding-left:20px;
	padding-top:26px;
	width:143px;
	height:87px;
	float:left;
}


#contenuto{
	width:820px;
	float:left;
}

#contenuto_colonnadx{
	float:left;
	margin-left:12px;
	background-color:#191919;
	width:412px;
	/*height:531px;*/
}
#contenuto_colonnasx{
	/*height:470px;*/
}

.contenuto_colonnadx{
	float:left;
	margin-left:12px;
	background-color:#191919;
	width:412px;
	/*height:531px;*/
}
.contenuto_colonnasx{
	/*height:470px;*/
}


/* MENU SX */


#menusx{
	width:143px;
	padding-left:20px;
	float:left;
	font-size:14px;
	color:#666666;
	/*font-family: 'Puritan', sans-serif;	*/
	font-family: 'Arimo', sans-serif;
	font-weight:700;
	line-height:18px;
}


#menu {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	left: 20px;
	top: 20px;
}
#menu .mainmenu a {
	font-size:12px;
	color: #666666;
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 143px;
	position:relative;
}
#menu .mainmenu a:hover {
	/*background-color: #CC6699;*/
	color:white;
}

#menu #PRODOTTI  a {
	font-size:12px;
	color: #666666;
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 103px;
	left: 15px;
	position:relative;
}
#menu #PRODOTTI  a:hover {
	/*background-color: #CC6699;*/
	color:white;
}


#menu .submenu a {
	font-size:12px;
	color: #666666;
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 120px;
	left: 15px;
	position:relative;
}
#menu .submenu a:hover {
	/*background-color: #CC6699;*/
	color:white;
}

#menu .submenuprodotti a {
	font-size:12px;
	color: #666666;
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100px;
	left: 15px;
	position:relative;
}
#menu .submenuprodotti a:hover {
	/*background-color: #CC6699;*/
	color:white;
}


/*-----------*/
/* HOME PAGE*/


#homepage_sxblocco{
	width:396px;
	height:98px;
	background-color:#191919;
}

#homepage_sximg{
	width:147px;
	height:98px;
	float:left
}

#homepage_sxtext{
	width:229px;
	height:78px;
	padding:8px;
	float:left
}


.homepage_sxblocco{
	width:396px;
	height:98px;
	background-color:#191919;
}

.homepage_sximg{
	width:147px;
	height:98px;
	float:left
}

.homepage_sxtext{
	width:229px;
	height:78px;
	padding:8px;
	float:left
}


#homepage_appuntamenti{
	width:376px;
	height:47px;
	background-color:#191919;
	padding:8px;
}

#homepage_spazio18{
	height:18px;
}

.homepage_spazio18{
	height:18px;
}


#homepage_prodrandomimg{
	float:left;
	width:295px;
	height:195px;
}


#homepage_prodrandomtext{
	float:left;
	width:101px;
	height:195px;
	padding-left:11px;
	padding-right:5px;
}

#homepage_contractrandom{
	float:left;
	width:295px;
	height:161px;
}

#homepage_designerrandom{
	float:left;
	width:106px;
	height:161px;
	padding-left:11px;
}


#homepage_cataloghiimg{
	float:left;
	width:295px;
	height:148px;
}


#homepage_cataloghitext{
	float:left;
	width:106px;
	height:148px;
	padding-left:11px;
}


/*----------------*/

#appuntamenti_sx{
	width:150px;
	padding:8px;
	float:left;

}

#appuntamenti_dx{
	width:480px;
	padding:8px;
	float:left;
}


#appuntamenti_contenuto{
	padding-left:80px;
}

.appuntamenti_sx{
	width:150px;
	padding:8px;
	float:left;

}

.appuntamenti_dx{
	width:480px;
	padding:8px;
	float:left;
}


.appuntamenti_contenuto{
	padding-left:80px;
}



/*----------------*/

/* PRODOTTI */

.prodottotitolo{
	color:white;
	font-size:16px;
	line-height:18px;
	font-weight:700;
}

.prodottodesigner{
	color:white;
	font-size:10px;
	line-height:12px;
}

.prodottodesignernome{
	color:white;
	font-size:10px;
	line-height:12px;
}



.prodottotesto{
	color:white;
	font-size:12px;
	line-height:14px;
	text-align:justify;
}



.prodottiquadmin{
	width:28px;
	height:40px;
	/*display: block;*/
	border:0px white solid;
	/*background-repeat: no-repeat; */
	background-position: -60px -40px;
	border-right:#191919 solid 4px;
}




/* ----------------------   */
/* DESIGNER  */

.designer_sx{
	width:100px;
	padding:8px;
	float:left;
}























