/* Sirne Screen Styles - Author: Fabrizio Ravasi - Date: March 2008 */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
body {
	text-align: center;
	font: 90%/1.4 Arial, Helvetica, sans-serif;
	color: #333333;
}
h2 {
	color: #CC0000;
	font-weight: normal;
	font-size: 2.2em;
	border-bottom: 4px solid #c00;
	text-indent: 20px;
	margin: 0 0 20px 0;
}
h3 {
	color: #06c;
	padding: 20px 0 10px 0;
	font-size: 1.4em;
}
h4 {
	color: #CC0000;
	font-weight: normal;
	font-size: 1.4em;
	border-bottom: 2px solid #c00;
	text-indent: 20px;
	margin: 20px 0 0 0;
}
h5 {
	color: #666666;
	font-size: 1.2em;
	text-indent: 20px;
	margin: 20px 0 10px 0;
}
#top-intro {
	background-color: #CC0000;
	border-top: 2px solid #999;
	padding: 6px;
}
#intro {
	background-color: #FFFFFF;
	text-align: center;
	position: relative;
}
#container2 {
	background-image: url(../images/container-bg.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	border-top: 2px solid #999;
}
#header {
	border-bottom: 1px solid #fff;
}
#nav {
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #999;
	border-bottom: 4px solid #c00;
	float: left;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	background-color: #000000;
}
#nav ul{
	list-style-type: none;
	float: left;
	margin: 0 8px;
	border-left: 1px solid #999;
}
#nav li{
	float: left;
	border-right: 1px solid #999;
}
#nav a, #nav a:visited {
	display: block;
	padding: 8px 12px 6px 12px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	white-space: nowrap;
	font-size: 1.2em;
	font-weight: bold;
}
#nav a:hover {
	background-image: url(../images/nav-bg-h.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-color: #000000;
}
#content {
	clear: left;
	padding: 20px 0 14px 0;
}
#left-col {
	float: left;
	width: 620px;
	margin: 0 20px 0 20px;
	display: inline;
	padding: 20px;
	background-image: url(../images/left-col-bg.jpg);
	background-repeat: no-repeat;
}
#left-col ul {
	list-style-type: none;
	padding-left: 30px;
	margin: 40px 0;
}
#left-col ul li {
	padding: 0 0 8px 12px;
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
}
#left-col a, left-col a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	}
#left-col a:hover {
	text-decoration: underline;
	color: #999999;
}
#left-col p {
	padding: 4px 0;
}
#left-col p.a {
	background-color: #eee;
	padding: 12px 8px;
	border: 2px solid #ccc;
	margin: 10px 0;
}
#gallery a, gallery a:visited {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
#gallery a:hover {
	color: #0099FF;
}
#gallery img {
	padding: 4px;
	border: 1px solid #ccc;
	float: left;
	margin: 10px 30px 10px 0;
}
.int {
	margin: 0 0 30px 120px;
	border-bottom: 1px solid #eee;
}
.int p {
	padding: 0 40px 0 0 !important;
}
.int img {
	float: left;
	border: 1px solid #666;
	padding: 2px;
	margin: 20px 0 0 -90px;
}
#right-col {
	float: left;
	width: 260px;
	background-image: url(../images/right-col-bg.jpg);
	background-repeat: no-repeat;
	padding: 20px 0;
	text-align: center;
}
#right-col img {
	border: 1px solid #ccc;
	padding: 1px;
	margin: 10px 0 20px 0;
}
#right-col p {
	padding: 10px;
}
#content h3 a, content h3 a:visited {
	color: #FF9900;
	text-decoration: none;
}
#content h3 a:hover {
	color: #0099FF;
}
#content-nav {
	clear: both;
	color: #907A51;
}
#content-nav ul{
	list-style-type: none;
	text-align: center;
	padding: 30px 0 0 0;
}
#content-nav li{
	display: inline;
	padding: 0 4px;
}
#content-nav a, content-nav a:visited {
	color: #990000;
	text-decoration: none;
	text-transform: lowercase;
}
#content-nav a:hover {
	text-decoration: underline;
	color: #999999;
}
#footer {
	background-color: #CC0000;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
}
#footer p {
	padding: 20px 0 6px 0;
	color: #FFFFFF;
	text-align: center;
}
#footer a, footer a:visited {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFCC33;
}
#footer span {
	color: #990000;
}
.clear {
	clear: both;
	text-align: right;
	position: relative;
	top: -30px;
	right: 20px;
}
#dettagli {
	text-align: center;
}
#dettagli img {
	float: none !important;
}
table {
	width: 600px;
	margin: 10px 0 20px 0;
}
tr {
	text-align: left;
}
td {
	padding: 4px;
}
td.b {
	width: 220px;
	font-weight: bold;
}
td.c{
	color: #CC0000;
	width: 220px;
}
td.d{
	padding: 20px 0 0 20px;
	vertical-align: top;
	width: 140px;
}
.e img {
	border: 1px solid #ccc;
	padding: 1px;
	margin: 20px 0 10px 16px;
}
.f {
	border: 0!important;
}
#logomilubredesign {
	position: absolute;
	bottom: 24px;
	right: 40px;
}

/* End Styles */

