/* Luce Magica Screen Styles - Author: Fabrizio Ravasi - Date: April 2007 */


* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	text-align: center;
	font: 76%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #000;
}
.intro1 {
	padding: 10px 0 0 0;
}
.intro2 {
	padding: 0 0 10px 0;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#nav {
	float: left;
	width: 100%;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#nav li {
	float: left;
	list-style: none;
}
#nav a, #nav a:visited {
	color:#CCCCCC;
	padding: 4px 12px;
	text-decoration:none;
	border-bottom: 4px solid #666;
	float: left;
	font-size: 1.1em;
}
#nav a:hover {
	color:#c93;
	border-bottom: 4px solid #c93;
}
#nav .current a, #nav .current a:visited, #nav .current a:hover {
	color: #f90;
	border-bottom: 4px solid #f90;
}
#content {
	background-color: #434343;
	margin: 15px 0 0 0;
	padding: 2px 15px;
	color: #d9d9d9;
}
#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;
}
#right-col {
	float: right;
	width: 580px;
	margin: 0 30px 60px 30px;
}
#gallery {
	padding: 40px 10px 0 20px;
	border-bottom: 9px solid #434343;
	position: relative;
	height: 440px;
}
#gallery h2 {
	font-size: 1.6em;
	font-weight: normal;
	padding: 0 0 20px 0;
}
#gallery p {
	padding: 8px 0;
	text-align: justify;
}
.no-brd {
	border: 0 !important;
}
#gallery a, #gallery a:visited {
	color: #c93;
	text-decoration: none;
	font-weight: bold;
}
#gallery a:hover {
	color: #f90;
	text-decoration: underline;
}
#photo-over {
	width: 362px;
	height: 362px;
	position: absolute;
	top: 60px;
	left: 20px;
	z-index: 100;
}
#photo {
	width: 362px;
	height: 362px;
	position: absolute;
	top: 60px;
	left: 20px;
	z-index: 10;
}
#mini-photo {
	display: block;
	width: 150px;
	float: right;
	margin: 85px 0 0 38px;
}
#mini-photo img {
	background-color: #666;
	border-right: 8px solid #000;
	border-bottom: 8px solid #000;
}
#mini-photo a {
	cursor: pointer;
}
#top-footer {
	width: 100%;
	clear: both;
	color: #907A51;
}
#top-footer ul{
	list-style-type: none;
	padding: 0 0 4px 120px;
	text-align: center;
}
#top-footer li{
	display: inline;
}
#top-footer a, top-footer a:visited {
	color: #907A51;
	text-decoration: none;
	text-transform: lowercase;
	margin: 0 8px;
	}
#top-footer a:hover {
	color: #f90;
}
#footer {
	border-top: 1px solid #907A51;
	padding: 30px 10px 10px 10px;
}
#footer p {
	color: #999999;
	letter-spacing: 2px;
}
.first {
	padding-left: 120px;
}
.clear {
	clear: both;
}
#logomilubredesign {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/* 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 */
