﻿/* CSS Document */

#wrapper {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 20px 20px;
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
}



.container {
	width: 800px;
	padding: 0px;
	border: 0px solid #555;
	background: #fff;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* rounded */

#nav {
	margin: 0;
	border-bottom: 0px solid #555;
	float: none;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 250px;
	clear: none;
}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	text-align: center;
}

#nav a:link, #nav a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #999;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
        color: #000;
        background: url(../../img/rounded.gif) no-repeat bottom center;
}

#nav2 a.n:link, #nav2 a.n:visited, #nav2 a.n:hover{
	background: url(../../img/rounded.gif) no-repeat bottom center;
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #000;
}


div.line {
	height: 5px;
	background-image: url(../../img/form_divider.gif);
	background-position: left top;
	background-repeat: repeat-x;
	clear: both;
}



body {

	font-family: verdana, sans-serif;
	font-size: 10px;
	
	font-weight: normal;
	color: #555;
}

#content {
	width: 600px;
	float: right;
	text-align: justify;
	margin: 10px;
	padding-right: 0px;        

}
h1 {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	background: #FFFFFF;
}
#content_1 {
	width: 250px;
	float: right;
	text-align: justify;
	margin: 10px;
	padding-right: 0px;
	display: inline;
}
#content_2 {
	width: 250px;
	float: right;
	text-align: justify;
	margin: 10px 40px 10px 10px;
	padding-right: 0px;
	display: inline;
}



h2 {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #71726A;
}
h3 {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #A69A73;
}

#navigation {
	float: left;
	width: 180px;
	margin-top: 10px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	width: 180px;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
	font-size: 10px;
	vertical-align: bottom;
}
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #71726A;
	background-color: #B8AF8F;
	color: #333;
	text-decoration: none;
}
.form {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}


#navigation a:hover {
	background-color: #71726A;
	color: #FFFFFF;
	}
	
#footer {
	clear: both;
	padding: 5px 0 5px 0px;
	font-size: 10px;
	color: #555;
	background-color: transparent;
	height: 35px;
	text-align: center;
}

.piccolo_blu {

	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #6699CC;
}
a:link {
	font-size: 10px;
	font-weight: bold;
	color: #990000;
}
a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #990000;
}
a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
a:active {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

#navigation_s a.s:link, #navigation_s a.s:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #666666;
	background-color: #666666;
	color: #FFFFFF;
	text-decoration: none;
}
#content_3 {
	width: 500px;
	float: right;
	text-align: justify;
	padding-right: 0px;
	display: block;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 10px;
}


