/************************************************************************************/
/* Created by Rossella Vitiello ~ info@rossellavitiello.it ~ Copy is forbidden.     */
/*  This site has been published under a Copyright License                          */
/************************************************************************************/

html, body { margin: 0; padding: 0; }

body { font-family: Verdana; font-size: 11px; color: #000;
	   background-color: #a94f95;
	   background-image:url(../images/layout/bg.jpg);
	   background-repeat:repeat; }
	   
/* Header */

#header{ margin:auto; height:257px; width:948px; 
	      background-image: url(../images/layout/header.jpg);
	      background-repeat: no-repeat; background-position: center; }

/* menu */

#menu{ height:52px; width:884px; /*border:1px #FF0000 solid;*/ 
       margin:auto; 
	   background-image:url(../images/layout/menu_bg.jpg); background-repeat:no-repeat}

/* Contenitori principali */

#sinistra { float:left; height:100%; width:400px; /*border:1px #FF0000 solid;*/ }
#destra { height:100%; width:430px; margin:auto; padding-left:145px;  /*border:1px solid #FF0000;*/ }


/* Content */

#content{
	margin:0px; 
	padding: 0;
	background-image: url(../images/layout/repeat01.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 100%;
}

#content2{
	width: 100%;
	margin:0;
	padding: 0;
	background-image: url(../images/layout/content.jpg);
	background-repeat: no-repeat;
	background-position: top;
}  			  		  	   
/*** Footer Styles ***/

#footer{   font-family: Verdana; font-size: 10px; color: #000;
          background-image: url(../images/layout/footer.jpg);
	      background-repeat: no-repeat; background-position: center; 
           width: 100%; background-position:center; text-align:center; color:#FFFFFF; margin:0px; height:80px;
		   }
#footer a:link { text-decoration: none; color: #FF99CC; font-weight: bold; }	
#footer a:visited { text-decoration: none; color: #FF99CC; font-weight: bold; }
#footer a:hover { background: url(../../images/gif/Utility/underline_pink.gif) repeat-x 100% 100%; font-weight: bold; color: #FF33CC; }
/*** Links ***/

a:link { text-decoration: none; color: #a94f95; font-weight: bold; }	
a:visited { text-decoration: none; color: #a94f95; font-weight: bold; }
a:hover { background: url(../../images/gif/Utility/underline_pink.gif) repeat-x 100% 100%; font-weight: bold; color: #FF33CC; }

/*** Links menu1 ***/

#menu1 a:link  { text-decoration: none; color: #87d300; font-weight: normal; }
#menu1 a:visited { text-decoration: none; color: #87d300; font-weight: normal; }
#menu1 a:hover { text-decoration: none; color: #fff; background-image:none; }
		
/*** Immagini ***/
#img { border: 0px; }
a:link img{border: 0px; text-decoration: none;} 
a:hover img{ border: 0px;text-decoration: none; }
a:visited img{border: 0px; text-decoration: none; } 

img#sx { float: left; margin: 5px; }
img#dx { float: right; margin: 10px 10px 10px 10px; }

/*** box ***/	
#box {width:830px; margin:auto; line-height: 18px;  /*border:#FF0000 1px solid;*/ }
#boxdx { width: 275px; float:right; line-height: 18px;}
	   
#boxsx { width: 545px; float:left; line-height: 18px;}
	   	
#fine { clear:both; }	      
	
/*** Altro ***/

p { align: center; text-align: justify; padding: 10px 10px 10px 10px;  }
ul { list-style-image: url(); }
.title { font-size:14px;font-weight: bold; }
.update { font-size:9px;font-weight: bold; color:#999999;}
h1 { font-size:14px; color:#FF99FF; font-weight:bold; }
li {list-style: none; list-style-position: outside;
 padding-top: 5px; padding-bottom: 5px; padding-left: 0px; margin: 0px;}

/*** Form ***/

.campo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
	height: 20px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFFFFF;
	border: 1px dotted #e92078;
}

.campo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
	height: 100px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFFFFF;
	border: 1px dotted #e92078;
	background-image: url(../images/form.png);
	background-repeat: no-repeat;
}

.bottoneTip {
	border: 1px dotted #FF66CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background-color: #000000;
}
.testoTip{
	Padding : 5px 5px 5px 5px;
	Color : #666666;
	font-family: Verdana;
	font-size: 9px;
	background-color: #000000;
}
#tipDiv{
	width: 300px;
	background-Color :#000000;
	padding : 0px;
	border: 1px dotted #FF66CC;
}
.tdDiv{
	background-Color : #F68C22;
}
#tipImg{
	background-image: url(images/LgInfoToolTip.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 16px;
	width: 16px;
}

/* Begin Sidebar */
#sidebar
{
	width: 830px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */
