/* CSS2 Style powerd by That's Web, Biancucci Roberto, 
2007 Tutti i diritti riservati */

html, body {
	margin: 0px; 
	padding: 0px; 
	height: 100%;
	background: #002B56 url('../images/texture/body.gif') repeat-x top;
}
body {
	font-family: arial, "@Arial Unicode MS", sans-serif; 
	font-size: 76%;
	color: #333333;
	text-align: center;
}
div#container {
	position: relative;
	width: 840px;
	padding: 10px;
	margin: 0px auto;
	border: 1px solid #000000;
	background: #E2E2E2 url('../images/texture/container.png') repeat-x top;
	text-align: left;
}
div#header	{
	position: relative;
	width: 100%;
	background: transparent;
}
div#header_top	{
	position: relative;
	width: 100%;
	height: 100px;
	background: url('../images/texture/header_top.png') no-repeat top left;
	font-size: 8pt;
	text-align: right;
	color: #999999;
}
div#header_top a {
	padding: 0px 7px 0px 7px;
	background: transparent url('../images/texture/header_menu_a.png') repeat-y left;
	text-decoration: none;
	color: #607F9E;
}
div#header_top a:hover {
	padding: 0px 7px 0px 7px;
	background: transparent url('../images/texture/header_menu_a.png') repeat-y left;
	text-decoration: none;
	color: #C80000;
}
div#header_menu	{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 750px;
	height: 20px;
	padding: 5px 0px 0px 0px;
	background: transparent url('../images/texture/header_menu.png') repeat-x top;
	text-align: left;
	font-size: 9pt;
}
div#header_menu a {
	padding: 0px 15px 0px 15px;
	background: transparent url('../images/texture/header_menu_a.png') repeat-y right;
	text-decoration: none;
	font-variant: small-caps;
	color: #666666;
}
div#header_menu a:hover {
	padding: 0px 15px 0px 15px;
	background: transparent url('../images/texture/header_menu_a.png') repeat-y right;
	text-decoration: none;
	color: #C80000;
}
div#header_menu a.selected {
	padding: 0px 15px 0px 15px;
	background: transparent url('../images/texture/header_menu_a.png') repeat-y right;
	text-decoration: none;
	font-variant: small-caps;
	color: #999999;
}
div#header_bottom	{
	position: relative;
	width: 100%;
	height: 250px;
	background: transparent;
}
div#header_left	{
	position: absolute;
	left: 20px;
	bottom: 0px;
	width: 590px;
	height: 12px;
	padding: 8px 0px 0px 10px;
	background: url('../images/texture/header_left.gif');
	font-size: 8pt;
	color: #999999;
}
div#header_right	{
	position: absolute;
	right: 20px;
	bottom: 0px;
	width: 200px;
	height: 40px;
	background: url('../images/texture/header_right.gif');
}


div#content	{
	position: relative;
	width: 100%;
	background: url('../images/texture/content.png');
}
div#content_left	{
	position: relative;
	top: 0px;
	left: 20px;
	width: 600px;
	background: transparent;
}
div#content_text	{
	position: relative;
	padding: 20px;
	background: transparent;
	text-align: justify;
}
div#content_text a img { 
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px #FFFFFF solid;
	background: transparent;
}
div#content_text a:hover img { 
	border: 1px #C80000 solid;
	background: transparent;
}
div#content_text_gal	{
	float: left;
	clear: right;
	width: 150px;
	margin: 0px 20px 0px 0px;
	background: transparent;
}
div#content_sep1,
div#content_sep2,
div#content_sep3,
div#content_sep4,
div#content_sep5  {
	position: relative;
	width: 100%;
	height: 41px;
	background: url('../images/texture/content_sep.png') repeat-x center;
}

div#content_right	{
	position: absolute;
	top: 0px;
	right: 20px;
	width: 180px;
	height: 300px;
	padding: 10px;
	background: url('../images/texture/content_right.png') repeat-x top;
	font-size: 8pt;
	color: #FFFFFF;
}
div#content_right a {
	text-decoration: none;
	color: #9FB2C4;
}
div#content_right a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
div#search	{
	position: relative;
	width: 180px;
	background: transparent;
	font-size: 8pt;
	color: #FFFFFF;
}
form#searchform {
	position: relative;
	padding: 0px;
	margin: 0px;
}
form#searchform label {
	clear: left;
	float: left;
	width: 70px;
	height: 18px;
	background: url('../images/texture/search_label.gif') no-repeat bottom left;
	text-align: left;
	font-size: 8pt;
	color: #9FB2C4;
	cursor: pointer;
}
form#searchform input, select {
	float: left;
	margin-bottom: 5px;
	font-size: 8pt;
	color: #666666;
}
form#searchform input.submit {
	float: right;
	width: 26px;
	height: 22px;
	margin: 5px 0px 5px 0px;
	border: none;
	background: url('../images/texture/search_submit.png') no-repeat;
	font-size: 8pt;
	color: #666666;
	cursor: pointer;
}
div#searchform a.adv	{
	padding: 0px 0px 0px 10px;
	background: url('../images/texture/search_a_adv1.gif') no-repeat left;
	text-decoration: none;
	font-size: 8pt;
	color: #9FB2C4;
}
div#searchform a:hover.adv	{
	background: url('../images/texture/search_a_adv2.gif') no-repeat left;
	text-decoration: none;
	font-size: 8pt;
	color: #FFFFFF;
}
div#content_right_menu	{
	position: relative;
	padding: 10px;
	border: 1px solid #40658b;
	background: #40658b;
	font-size: 8pt;
	color: #FFFFFF;
}
div#content_right_menu a {
	padding: 0px 0px 0px 10px;
	background: url('../images/texture/content_right_menu_a1.gif') no-repeat left;
	text-decoration: none;
	font-size: 9pt;
	color: #9FB2C4;
}
div#content_right_menu a:hover {
	background: url('../images/texture/content_right_menu_a2.gif') no-repeat left;
	text-decoration: none;
	font-size: 9pt;
	color: #FFFFFF;
}
div#content_right_menu a.selected {
	background: url('../images/texture/content_right_menu_a3.gif') no-repeat left;
	text-decoration: none;
	font-size: 9pt;
	color: #8197AE;
}
div#footer	{
	position: relative;
	width: 800px;
	padding: 40px 0px 20px 40px;
	background: #303030 url('../images/texture/footer.png') repeat-x top;
	font-size: 8pt;
	color: #C6C6C6;
}
div#footer a {
	color: #607F9E;
	text-decoration: none;
	background: transparent;
}
div#footer a:hover {
	color: #FF6400;
	text-decoration: underline;
	background: transparent;
}
div#footer small {
	color: #919191;
	background: transparent;
}
div#footer_left	{
	position: absolute;
	left: 20px;
	top: 0px;
	width: 600px;
	height: 20px;
	background: url('../images/texture/footer_left.gif');
	text-align: center;
}
div#footer_left a {
	padding: 0px 7px 0px 7px;
	background: transparent url('../images/texture/header_menu_a.png') repeat-y right;
	color: #607F9E;
	text-decoration: none;
}
div#footer_left a:hover {
	padding: 0px 7px 0px 7px;
	background: transparent url('../images/texture/header_menu_a.png') repeat-y right;
	text-decoration: none;
	color: #C80000;
}
div#footer_right	{
	position: absolute;
	right: 20px;
	top: 0px;
	width: 200px;
	height: 40px;
	background: url('../images/texture/footer_right.gif');
}

a {
	text-decoration: underline;
	color: #204c77;
}
a:hover {
	text-decoration: underline;
	color: #C80000;
}
h1	{
	margin: 0px 0px 10px 0px;
	font-size: 12pt;
	color: #204c77;
}
h2	{
	margin: 0px 0px 10px 0px;
	font-size: 11pt;
	color: #C80000;
}

/* Paginazione */

div#pages {
	position: relative;
	clear: left;
	height: 25px;
	padding: 5px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	background: url('../images/texture/pages.png') repeat-x top;
	font-size: 8pt;
	color: #999999;
}
div#pages a {
	background: transparent;
	font-size: 8pt;
	text-decoration: none;
	color: #607F9E;
}
div#pages a:hover {
	background: transparent;
	font-size: 8pt;
	text-decoration: none;
	color: #C80000;
}
div#pages .selected {
	padding: 0px 4px 0px 4px;
	background: #999999;
	font-size: 8pt;
	color: #FFFFFF;
}
div#image {
	padding: 10px;
	background: #FFFFFF;
}