/* Cossa Laccatura Lucidatura Screen Styles - Author: Fabrizio Ravasi - Date: February 2009 */

* {
	margin: 0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image: url(../images/body-bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
img {
	border: 0;
}
#container {
	margin: 0 auto;
	line-height: 1.4em;
	font-size: 90%;
	width: 980px;
	color: #333;
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	position: relative;
}
#nav {
	background-image: url(../images/nav-bg.jpg);
	background-position: center bottom;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
#nav ul {
	list-style: none;
	padding: 0 0 0 40px;
}
#nav li {
	float: left;
}
#nav a, #nav a:visited {
	color: #666;
	padding: 18px 20px 8px 20px;
	text-decoration: none;
	display: block;
	font-size: 1.8em;
}
#nav a:hover {
	color: #FFFFFF;
	background-image: url(../images/nav-bg-h.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
}
#middle {
	border-bottom: 10px solid #369;
}
#middle img {
	padding: 4px;
	border: 1px solid #ccc;
}
.selected {
	color: #FFFFFF !important;
	background-color: #3D93CB !important;
}
#left-col {
	width: 300px;
	float: left;
	padding: 15px;
}
#left-col h3 {
	color: #666;
	padding: 20px 0 0 0;
}
#left-col ul {
	list-style: none;
	margin: 20px 10px 30px 68px;
}
#right-col {
	width: 640px;
	float: left;
	padding: 15px 5px 15px 5px;
}
#right-col img {
	margin: 0 0 15px 16px;
}
.mappa {
	padding: 2px;
	border: 1px solid #ccc;
	width: 598px;
	margin: 0 0 20px 0;
}
#content {
	padding: 10px 20px 10px 20px;
}
#content img {
	margin: 20px 0 20px 20px;
	padding: 2px;
	float: right;
	border: 1px solid #ccc;
}
#content h1 {
	padding: 4px 0 10px 0;
	font-size: 1.8em;
	color: #d60;
}
#content h1 span {
	color: #CC0000;
}
#content h1 span span {
	color: #003366;
}
#content h2 {
	padding: 4px 0 10px 10px;
	font-size: 1.4em;
	color: #666666;
}
#content h3 {
	padding: 4px 0 10px 10px;
	font-size: 1.4em;
	color: #d60;
	font-style: italic;
}
#content p {
	padding: 10px 0 4px 4px;
}
#content ul {
	list-style: none;
	margin: 20px 20px 20px 30px;
}
#content li {
	padding: 0 0 20px 32px;
	background-image: url(../images/list.jpg);
	background-repeat: no-repeat;
	background-position: 0 2px;
	font-size: 1.2em;
}
#content strong {
	color: #666666;
}
#content a, #content a:visited {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
#content a:hover {
	color: #FFCC00;
}
#cont-sx {
	float: left;
}
#cont-dx {
	float: left;
}
#dynloadarea {
	width: 546px;
	height: 366px;
}
#dynloadarea img {
}
#gallery {
	margin: 70px 0 0 0;
}
#gallery img {
	cursor: hand;
	cursor: pointer;
	margin: 0 10px 10px 0;
}
#footer {
	background-color: #F18918;
	background-image: url(../images/footer-bg.jpg);
	text-align: right;
	background-repeat: repeat-y;
	color: #FFFFFF;
	padding: 0 0 20px 0;
	border-top: 6px solid #fff;
}
#footer p {
	padding: 14px 60px 4px 60px;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #990000;
}
#footer a:hover {
	color: #FFCC00;
}
.clear {
	clear: both;
}
#logomilubredesign {
	position: absolute;
	bottom: 20px;
	left: 30px;
}

/* form */

form {
	padding: 10px;
	margin: 20px 0;
	text-align: right;
}
form p {
	padding: 10px;
	font-size: 0.8em;
	color: #DD6600;
}
fieldset {
	padding: 4px;
	border: 2px solid #eee;
}
input, textarea, select {
	border: 1px solid #ccc;
	margin: 5px 0;
	padding: 2px;
}
input {
	width: 160px;
}
.d {
	width: 80px;
}
textarea {
	width: 160px;
}
select {
	border: 1px solid #ccc;
	width: 200px;
}

/* End styles */
