
/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #CC3;}
a:hover {color: #FF3;}

body { 
	
	font-family: times new roman;
	color: #303030;
	background: #000;
}

body.intro { 
	background: none;
	font-family: times new roman;
	color: #fff;
	background: url(../images/sf-body-dd.jpg) no-repeat top left #fff;
}

.clearer {
	clear: both;
	font-size: 0;
}

/*pagina intro*/

#contenitore{
text-align:center;
width:100%;
}


#contenitore-new{
width: 494px;
margin:0 auto;
}

#logo-new{
width: 494px;
height: 201px;
margin-top:150px;
}


/*fine pagina intro*/

#main {
	width: 400px;
	border: 1px solid #d500cd;
	background-color: #ffffff;
	float: left;
	margin-top: 20px;
	padding: 10px;
	font-size: 0.8em;
	margin-bottom: 20px;
}

#logo {
	background-color: white;
	border: 1px solid #d500cd;
	width: 140px;
	padding: 30px 0px 30px 0px;
	margin: 20px;
	color: #000000;
	font-size: 2em;
	text-align: center;
	float: left;
}

h1 {
	color: #000000;
	margin: 0px;
	font-size: 1.3em;
	border-bottom: 3px solid #d500cd;
	text-transform: uppercase;
}

#navigation {
	text-align: center;
	padding-top: 10px;
}

#navigation ul{
	list-style:none;
	float: right; 
}

#navigation ul li{
	float: left; 
	padding-right:5px;
}

#navigation ul li a:link,
#navigation ul li  a:visited,
#navigation ul li  a:active,
#navigation ul li  a:hover {
	color: #000000;
	text-decoration: none;
}

#navigation ul li a:hover {
	text-decoration: underline;
}

#navigation ul li.last span {
	display:none;
}

#footer {
	color: #909090;
	margin: 0px;
	font-size: 0.8em;
	text-align: right;
	font-weight: normal;
	border-top: 3px solid #d500cd;
}

#footer p{
	margin-top: 5px;
	font-size: 0.8em;
	text-align: right;
}

.slogan {
	font-style: italic;
	font-size: 1.4em;
	color: #000000;
	font-weight: bold;
	text-align: center;
}


/*  //////////////////   CONTACT FORM /////////////// */

#EmailForm{
	border: 1px solid #d500cd; height:476px;
}

#EmailForm fieldset{
	border: none; 
}

#EmailForm input{
	border: none; 
	display:block;
	height:15px;
}
#EmailForm textarea{
	border: none; 
	display:block;
	height:15px;
}

/*  //////////////////  FINE CONTACT FORM /////////////// */


#MyGallery ul li{
float:left;
margin-left:10px;
}
