/* ############## Stili Generali ############## */

body, html {
	background-color:#333333;
	margin: 0;
	padding: 0;
	width: 100%;
	height:100%;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#CCCCCC;
	font-size: 12px;
}

img { border: 0; margin: 0; padding: 0;}

a:link, a:active, a:visited { color:#00FF99; text-decoration:none;}
a:hover { color:#00FF99; font-weight:bold; }

strong { color:#FFF; font-weight: bold; }

/* ############## Contenitore Generale ############## */

#contenitore {
	width: 733px;
	height: 560px;
	position:absolute;
	/*top:50%;*/
	left:50%;
	margin-left:-366px;
	/*margin-top: -320px;*/
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/* ############## Contenitore TESTATA ############## */

#boxtestata {
    margin-top: 17px;   
	width: 733px;
	height: 152px;	
}


/* ############## MENU ############## */

#boxmenu { width: 733px; height: 96px;	}
#boxmenu a {
	width: 30%;
	height: 90px;
	display: block;
	float: left;
	margin: 0 1.5%;
	/*background: #333;
	border: 1px solid white;*/
	
}

.menufoot { text-align:center; margin-bottom: 8px; color:#CCCCCC; }



/* ############## Box Contenuto ############## */
#boxcontent {
	height: 260px;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 25px;	
	}


	
#titolosezione { 
     width: 187px; 
	 font-size:20px; 
	 color:#999999;
	 text-align: center;
	 margin-left: 18px;
	 margin-top: 6px;
	 margin-bottom: 25px;	 
	  }
	  
#sxcontenuto { float:left; width: 400px; margin-left: 11px; margin-right:15px; /* Bug IE */ margin-bottom: -50px}
#dxcontenuto { float:left; border: 1px solid #999999; width: 243px; /* Bug IE */ margin-bottom: -50px }
#dxlogo { float:left; border: 0; width: 243px; /* Bug IE */ margin-bottom: -50px }

#dxcontenutoPRODOTTI { float:left; border: 1px solid #999999; padding:2px; width: 240px; /* Bug IE */ margin-bottom: -50px; cursor:pointer; }

#sxcontenutoCONTATTI { float:left; width: 220px; margin-left: 11px; margin-right:15px; /* Bug IE */ margin-bottom: -50px}
#dxcontenutoCONTATTI { float:left; /*border: dashed 1px #CCCCCC;*/ background-color:#333; width: 410px; padding:4px; /* Bug IE */ margin-bottom: -50px; margin-top:-40px;}

.vociform { width:80px; float:left; margin-bottom:0;}
.button { border: 1px solid #CCCCCC; background:#999999; color:#333; }
/* ############## Footer ############## */
#boxfooter {
    margin-top: 25px;
	width: 733px;		
	font-size:11px; 
	display:block;
	color:#999999;	
	}

.infofoot { text-align:center; margin-bottom: 8px; }

#boxfooter a { color:#00FF33; border:0;}

/* ############## W3C ############## */
#w3c {
	width: 733px;	
	display:block;
	text-align:center;
	margin-top:2px;	
	}
	
/* ############## PhpMyVisites ############## */
#phpmyvisites {
	width: 733px;
	display:block;
	visibility:hidden;	
	}
	
