@charset "utf-8";
/* CSS Document Tampax Love */

body {
	margin:0;
	padding:0;
	background:url(images/bg_texture.gif) repeat 0 0;
}
p {
	text-align:left;
}
#header1 {
	height:148px;
	background:url(images/bg_viola.gif) repeat-x 0 0;
	text-align:center;
}
#header2 {
	height:148px;
	background:url(images/bg_verde.gif) repeat-x 0 0;
	text-align:center;
}
#header3 {
	height:148px;
	background:url(images/bg_rosso.gif) repeat-x 0 0;
	text-align:center;
}
#header4 {
	height:148px;
	background:url(images/bg_celeste.gif) repeat-x 0 0;
	text-align:center;
}
#header5 {
	height:148px;
	background:url(images/bg_giallo.gif) repeat-x 0 0;
	text-align:center;
}
.logo {
	margin-top:19px;
}
#menuContainer {
	height:33px;
}
#menu {
	width:652px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}
#galContainer {
	height:403px;
}
#gallery {
	width:656px;
	height:358px;
	margin-left:auto;
	margin-right:auto;
}
#gallery img {
	margin:0 3px 6px 3px;
}
#footer {
	/*position:absolute;
	height:24px;
	bottom:5px;*/
	left:0;
	width:100%;
	background:#000000;
	text-align:center;
	/*clear:both;*/
	-moz-opacity:0.4;
	opacity:0.4;
	filter:alpha(opacity=40);
	padding:5px 0 5px 0;	
	}
#copy {
	moz-opacity:1;
	opacity:1;
	filter(alpha=100); 
	color:#FFFFFF;
	font-family:Tahoma, Verdana, Arial;
	font-size:9px;
	text-transform: uppercase;
	/*margin-top:5px;*/
}
#numerazione {
	float:left;
}
#numerazione img {
	margin-left:1px;
}
.gradualshine{
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	margin-bottom:7px;
}
form, label {
	padding:0;
	margin:0;
}
input {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	border:1px solid #72BDDA;
	line-height:15px;
	color:#FFFFFF;
	font-family:Tahoma, Verdana, Arial;
	font-size:9px;
	background:none;
}
textarea {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	height:50px;
	border:1px solid #72BDDA;
	line-height:15px;
	color:#FFFFFF;
	font-family:Tahoma, Verdana, Arial;
	font-size:9px;
	background:none;
}