/*********************/
/* 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:tahoma;
	color: #666;
	cursor:  default;
	text-align:left;
	background-position: top;
	background-color: #000;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	font-size: 11px;
	word-spacing: 2px;
	line-height: 15px;
	letter-spacing: 0.2px;
}

/* header */

#header {
    text-align:left;
	height:182px;
	margin:0 auto;
	background-image: url(../images/header.png);
	background-repeat: repeat-x;
	background-position: center;
}


/* Content */

#home01{
background-image:url(../images/bg1_home.png);
background-position:center;
background-repeat:no-repeat;
	height:202px;	
	margin:0;
	padding:0px;
	width:748px;


	
}

#home02{
background-image:url(../images/bg2_home.png);
background-position:center;
background-repeat:repeat-x;
	height:345px;	
	margin:0;
	padding-top:50px;


	
}


.box {
width:748px;
/*border:1px #FF0000 solid;*/
}

.boxSx{
/*border: 1px solid #FF0000;*/
text-align:left;
width:242px;
float:left;
height:331px;
margin-left:7px;
margin-right:7px;
}

.boxDx{
/*border:1px #FF0000 solid;*/
	text-align: left;
	width:480px;
	float:right;
	height:362px;
	margin-right:10px;
}
.stop{
clear:both;

}

/* menu */

.menu { width:748px; padding-top:29px; padding-left:73px;   }

/*** Footer Styles ***/

.footer{ text-align:right; font-size:10px; width:748px;}

/*** Altro ***/

a:link { text-decoration: none; color: #87d300; font-weight: bold; }	
a:visited { text-decoration: none; color: #87d300; font-weight: bold; }
a:hover { background: url('http://www.yumekimino.com/images/gif/Utility/underline_pink.gif') repeat-x 100% 100%; font-weight: bold; color: #e92078; }
.titolo1 { color:#87d300; text-transform: uppercase; }
.titolo2 { color:#e92078; text-transform: uppercase; }
.date { font-size:10px; }
p { text-align: left; padding:10px;}
ul { text-align: left; }


/*** Effetto Immagini ***/
.sx { float: left; 
	 margin: 5px; }

.dx { float: right;
         margin: 10px 10px 10px 10px; }
	
.mini { border: 1px dotted #660099; 
		margin: 2px; }

a img#border {
border: 2px solid #FF66CC; 
		}

a:hover img#border {
border:2px solid #fff;
}

/*** Form ***/

.campo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
	height: 20px;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	background-color: #333333;
	border: 1px dotted #e92078;
}

.campo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
	height: 100px;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	background-color: #333333;
	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;
}

