

  *
    Document   : style
    Created on : 23-feb-2010, 12.33.46
    Author     : themauri
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.body {
 leftmargin="0";
 topmargin="0";
 marginwidth="0";
 marginheight="0";
text-align: center;
}


/* ----- Tbelle e div -------------------------------------------------------------- */

.bottone{
    background:url(immagini/bottone.jpg); 
	width:172px;
	height:52px;
    padding-top:0px;
border:0px solid #666666;
    text-align:center;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
}



#bigDiv{
    background:url(../img/sfondo_head.png); 
    background-repeat:repeat-x;
    width:100%;
    height:100%;
    margin-left:auto;
    margin-right:auto;
    padding-top:0px;
    text-align:center;
    align:center;
}

#content{
	overflow:hidden;
	width:900px;
	align:center;
}


#menuDentro{
	width:900px;
	height:40px;
	padding-left:20px;
	text-align:left;
}

#testoDentro{
	overflow:hidden;
	float:left;
	width:430px;
	
	padding-left:20px;
	text-align:left;
	
	font-family:Arial;
	font-size:12px;
	color:#898989;
}

#testoNews{
	overflow:hidden;
	padding-left:20px;
	padding-right:20px;
	text-align:left;
	font-family:Arial;
	font-size:12px;
	color:#898989;
}

#testoForm{
	width:430px;
	padding-left:20px;
	text-align:left;
	font-family:Arial;
	font-size:12px;
	color:#898989;
}

#formDiv{
	width:400px;
	height:345px;
	padding-left:20px;
	text-align:left;
	font-family:Arial;
	font-size:12px;
	color:#898989;
}



#contDentro{
	overflow:hidden;
	width:900px;
	height:200px;
	font-family:Arial;
	font-size:12px;
	color:#898989;
}

#contNews{
	overflow:hidden;
	width:900px;
	font-family:Arial;
	font-size:12px;
	color:#898989;
}

#contDentroForm{
	overflow:hidden;
	width:900px;
	height:400px;
	font-family:Arial;
	font-size:12px;
	color:#898989;
}

#contDentroPortfolio{
	overflow:hidden;
	width:900px;
	height:700px;
	font-family:Arial;
	font-size:12px;
	color:#898989;
}


#footer{
	width:430px;
	padding-left:20px;
	margin-left:450px;
	text-align:left;
	padding-top:50px;
	font-family:Arial;
	font-size:12px;
	color:#898989;
}




#logo{
    	width:255px;
	height:100px;
     	font-family:Arial;
	font-size:12px;
	color:#898989;
	
}

#imgHome{
	background:url(immagini/fondoImgHome.jpg);
    	width:900px;
	height:432px;
	
}

#imgDentro{
	background:url(immagini/flashDentro.jpg);
    	width:900px;
	height:263px;
	
}

#flashHome{
	
    	width:877px;
	height:412px;
	border:1px solid #ffffff;
	padding-top:19px;	
	padding-left:0px;
}

#flashDentro{
	
    	width:850px;
	height:215px;
	border:1px solid #ffffff;
	padding-top:22px;	
}


#flashWeb{
    	width:850px;
	height:215px;
}

#icoWeb{
	float:left;
	margin-right:550px;
	
}

/* ----- Caratteri -------------------------------------------------------------- */
.loginText  {font-family: Arial, Times New Roman; font-size: 10px; font-weight: bold; color: #494949; text-decoration: none; background-color: transparent;}

.novitaHome {font-family: Arial, Times New Roman; font-size: 14px; font-weight: bold; color: #bebebe; text-decoration: none;
        background-color: transparent;}


/* ----- Links -------------------------------------------------------------- */
a{font-family: Arial, Times New Roman; color: #555555; font-size: 12px; text-decoration: none; font-weight: normal; background-color: transparent;}
a.active {font-family: Arial, Times New Roman; color: #555555; font-size: 12px; text-decoration: none; font-weight: normal; background-color: transparent;}
a.hover {font-family: Arial, Times New Roman; color: #00ff00; font-size: 12px; text-decoration: underline; font-weight: normal; background-color: transparent;}

a.linkMail {font-family: Arial, Times New Roman; color: #ff0000; font-size: 12px; text-decoration: none; font-weight: normal; background-color: transparent;}
a:active.linkMail {font-family: Arial, Times New Roman; color: #ff0000; font-size: 12px; text-decoration: none; font-weight: normal; background-color: transparent;}
a:hover.linkMail{font-family: Arial, Times New Roman; color: #ff000; font-size: 12px; text-decoration: underline; font-weight: normal; background-color: transparent;}

a.linkBM {font-family: Arial, Times New Roman; color: #898989; font-size: 14px; text-decoration: none; font-weight: bold; background-color: transparent;}
a:active.linkBM {font-family: Arial, Times New Roman; color: #898989; font-size: 14px; text-decoration: none; font-weight: bold; background-color: transparent;}
a:hover.linkBM{font-family: Arial, Times New Roman; color: #ff0000; font-size: 14px; text-decoration: none; font-weight: bold; background-color: transparent;}



