﻿@import url("layout.css");
body {
	font: 12px/25px Verdana, Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	background-color: #f2f2f7;
	background-image: url("../images/bacardi_sfondo.gif");
	background-repeat: repeat;
	background-attachment: fixed;
	font-weight: normal;
}
#container {
	width: 980px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 978px;
	height:430px;	
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color:  white;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#content {
	float: left;
	width: 798px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#content ul{
	width:460px; 
	display:block; 
	position: inherit; 
	right:100px; 
	top:460px; 
	list-style-type: none; 
}
#content ul li{
	font: 12px/25px Verdana, Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	background:url("../images/symbol2.gif") 0 8px no-repeat; 
	padding:0 0 0 30px;
}
#content ul span{ 
	background:url("../images/dot-line.gif") repeat-x 0 100%; 
	height:25px; 
	display:block;
}

#footer {
	text-align: center;
	clear: both;
	width: 980px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color:  navy
}
/* Stili titolo */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Stili struttura */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #808080;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color:  red;
}
/* Stili contenuto */
h6 {
	background: #C0C0C0;
	color: #666666;
}
h5 {
	background: #C0C0C0;
	color: #666666;
}
h4 {
	background: #C0C0C0;
	color: #666666;
}
h3 {
	background: #DCDCDC;
	color: #CC0033;
}
h2 {
	background: #C0C0C0;
	color: #118;
}
#content h1 {
	background: #C0C0C0;
	color: #666666;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Stili piè di pagina */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #808080;
	text-decoration: underline;
}
#footer a:hover {
	color: #808080;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}