@import url("typography.css");

/* BODY ***********************************************************************/
body{
	font-family: Trebuchet MS,Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #FF5200 url(../images/header.gif) no-repeat center 15px;
	font-size: 12px;
}
/* CONTAINER ******************************************************************/
#container{	
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 700px;
	color: #993100;
	overflow: hidden;
}
/* BANNER *********************************************************************/
#banner{
	height: 250px;
	margin-bottom: 20px;
}
/* FOOTERER *******************************************************************/
#footer{
	background: url("../images/footer.gif") no-repeat;
	height: 80px;
	clear: both;
}




/* CONTENT ********************************************************************/
#content{	
	float: left; 
	margin-bottom: 10px;
	background-color: #FFEEE6;
	background-image: url("../images/bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 460px;
	overflow: hidden;
}
/* CONTENUTO ******************************************************************/
#contenuto {
	/height: 200px; /* funziona solo con explorer perche ho inserito lo / */
	min-height: 200px; /* non funziona con explorer */
	background-image: url("../images/top.gif");
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}


/* UNICO_EXT ********************************************************************/
#unico_ext{	
	float: left; 
	margin-bottom: 10px;
	background-color: #FFEEE6;
	background-image: url("../images/box_big_bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 700px;
}
/* UNICO_INT ******************************************************************/
#unico_int {
	padding: 20px 20px 40px;
	background-image: url("../images/box_big_top.gif");
	background-repeat: no-repeat;
}


/* MOTORE_EXT ********************************************************************/
#motore_ext {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: #FF9766;
	background-image: url("../images/boxbottom.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 220px;
}
/* MOTORE_INT ******************************************************************/
#motore_int {
	padding: 20px 20px 40px;
	background-image: url("../images/boxtop.gif");
	background-repeat: no-repeat;
}


/* ELENCO_EXT ********************************************************************/
#elenco_ext {
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	background-color: #FF9766;
	background-image: url("../images/boxbottom.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 220px;
}
/* ELENCO_INT ******************************************************************/
#elenco_int {
	padding: 20px 20px 40px;
	background-image: url("../images/boxtop.gif");
	background-repeat: no-repeat;
}


/* HOMEBOX_EXT ********************************************************************/
#homebox_ext {
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	background-color: #FF9766;
	background-image: url("../images/boxbottom.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 220px;
}
/* HOMEBOX_INT ******************************************************************/
#homebox_int {
	padding: 20px 20px 40px;
	background-image: url("../images/boxtop.gif");
	background-repeat: no-repeat;
}


/* FORM_EXT ********************************************************************/	
#form_ext{
	float: left; 
	margin-bottom: 10px;
	background-color: #FFEEE6;
	background-image: url("../images/bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 460px;
}
/* FORM_INT ******************************************************************/
#form_int {
	padding: 20px 20px 40px;
	background-image: url("../images/top.gif");
	background-repeat: no-repeat;
}


/* LOGIN_EXT ********************************************************************/
#login_ext{	
	float: left; 
	margin-bottom: 10px;
	margin-right: 20px;
	background-color: #FFEEE6;
	background-image: url("../images/box_340_bianco_bottom.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 340px;
}
/* LOGIN_INT ******************************************************************/
#login_int {
	padding: 20px 20px 40px;
	background-image: url("../images/box_340_bianco_top.gif");
	background-repeat: no-repeat;
}


/* REGISTR_EXT ********************************************************************/
#registr_ext{	
	float: left; 
	margin-bottom: 10px;
	background-color: #FF9766;
	background-image: url("../images/box_340_rosa_bottom.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 340px;
}
/* REGISTR_INT ******************************************************************/
#registr_int {
	padding: 20px 20px 40px;
	background-image: url("../images/box_340_rosa_top.gif");
	background-repeat: no-repeat;
}