/* Luce Magica Screen Styles - Author: Fabrizio Ravasi - Date: February 2010 */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	text-align: center;
	font: 80%/1.6 Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #000;
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.intro1 {
	padding: 400px 0 0 0;
	filter: alpha(opacity=60) !important;
	-moz-opacity: 0.6 !important;
	-khtml-opacity: 0.6 !important;
	opacity: 0.6 !important;
}
.intro2 {
	padding: 0 0 10px 0;
}
h1, h2, h3 {
	font-weight: normal;
}
#container {
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 1200px;
}
#nav {
	height: 80px;
	margin: 50px 0 50px 0;
	background-color: #222;
	width: 100%;

	filter: alpha(opacity=60) !important;
	-moz-opacity: 0.6 !important;
	-khtml-opacity: 0.6 !important;
	opacity: 0.6 !important;
}
#nav li {
	float: left;
	list-style: none;
}
#nav a, #nav a:visited {
	color:#999999;
	padding: 30px 24px 0 24px;
	text-decoration:none;
	float: left;
	font-size: 1.1em;
	text-transform: uppercase;
	height: 50px;
}
#nav a:hover {
	color:#c93;
	background-color: #111;

	filter: alpha(opacity=80) !important;
	-moz-opacity: 0.8 !important;
	-khtml-opacity: 0.8 !important;
	opacity: 0.8 !important;
}
#nav .current a, #nav .current a:visited, #nav .current a:hover {
	color: #f90;
	background-color: #111;

	filter: alpha(opacity=80) !important;
	-moz-opacity: 0.8 !important;
	-khtml-opacity: 0.8 !important;
	opacity: 0.8 !important;
}
#content {
}
#content h1 {
	font-size: 1em;
	text-indent: -9999px;
}
#content a, #content a:visited {
	color: #c93;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #f90;
	text-decoration: underline;
}
.intro2 a, .intro2 a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
.intro2 a:hover {
	color: #FF9900;
	text-decoration: underline;
}
#left-col {
	float: left;
	width: 120px;
	margin: 0 0 20px 0;
}
#l-c-bottom {
	height: 40px;
	background-image: url(../images/bottom-left.jpg);
	background-repeat: repeat-x;
}

#gallery {
	position: relative;
	margin: 0 65px;
}
#gallery p {
	padding: 14px 0 0 0;
}

#photo-hover {
	width: 1070px;
	height: 420px;
	position: absolute;
	z-index: 100;
}
#photo {
	height: 420px;
	position: absolute;
	z-index: 10;
	width: 1070px;
}
.no-brd {
	border: 0 !important;
}

#footer {
	padding: 30px 10px 10px 10px;
	text-align: center;
	margin: 90px 0 0 0;
}
#footer p {
	color: #999999;
	letter-spacing: 12px;
}
#footer p span {
	letter-spacing: 1px;
	font-size: 0.7em;
	color: #444;
}
.first {
	padding-left: 70px;
}
.clear {
	clear: both;
}
#logomilubredesign {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#pennellificio {
	position: absolute;
	bottom: 10px;
	right: 90px;
}
#pennellificio a, #pennellificio a:visited {
	color: #999999;
	text-decoration: none;
}
#pennellificio a:hover {
	color: #CCCCCC;
}
/* Form */


#modulo {
	color: #999999;
	margin: 30px 0 0 0;
	width: 360px;
}
fieldset {
	border: 0;
}
legend {
	font-size: 1.2em;
	color: #666666;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 1em;
}
.campoform {
	font-size: 1.2em;
	margin: 6px 8px 2px 0;
	text-align: left;
}
label {
	font-size: 0.9em;
	display: block;
	width: 8em;
	text-align: right;
	float: left;
	margin-right: 1em;
}
input {
	border: 1px solid #999;
	font-size: 1.1em;
	color: #999999;
	background-color: #333333;
	width: 200px;
}
textarea {
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #999999;
	width: 200px;
	background-color: #333333;
}
#button {
	text-align: center;
	padding: 2px;
}
.button {
	color: #FF9900;
	background-color: #666666;
	font-weight: bold;
	border: 2px solid #999;
	width: 70px;
	margin: 10px 0 0 0;
}

/* End styles */

