/*------------------------------------------------------------------------
# JoomlAxe CSS
# ------------------------------------------------------------------------
# Copyright (C) 2008 JoomlAxe. 
# @license - GPU/GPL
# Author: Spy2furious@gmail.com
# Websites:  http://www.joomlaxe.com
# This file may be redistributed or editted in whole or significant part.
-------------------------------------------------------------------------*/
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	/* color: #888; */
	color: #002c4a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

/* Normal link */
a:link, a:visited {
	/* color: #006699; */
	color: #004477;
	font-size: 11px;
	/* text-decoration: underline; */
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Heading */
h1 {
	font-size: 110%;
	color: #002c4a;
}
h2 {font-size: 140%;}
h3 {
	font-size: 130%;
	color: #FFF;
}
h4 {font-size: 120%;}
/*
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}
*/

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 5px 0;
	padding: 0;
}

ul {
	list-style: none; 
}


/* questo DOVREBBE servire per indentare i sottomenu' */
/* tutti i tag li che sono nidificati sotto ul indentazione di 15 */
/*
ul.menu li,
ul.checklist li {
	list-style: disc; 
	list-style-position: outside;
}

ul.menu ul li {
	padding-left: 15px;
	list-style: disc; 
	list-style-position: inside;
}
*/
ul {
	padding-left: 15px;
	list-style-type: none; 
	list-style-position: outside;
	list-style-image: none;
}

ul li {
	list-style: disc; 
	list-style-position: outside;
}

ol li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	padding: 5px 5px;
	border: none;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

textarea{
	width: 700px;
	border: none;
	background-color: #EEE;
	padding: 5px;

}
hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #EEEEEE;
	height: 1px;
}
/*
br {
	height: 1px;
	font-size: 1px;
}
*/
td, th, div {
	font-size: 100%;
	text-align: left;
}

.containerheader{
	width: 950px;
	position:relative;
	height: 180px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../images/sf_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.container{
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}

/*================================ HEADER ============================*/
.headerbg{
	width: 100%;
}

.headerbg1{
	width: 170px;
	float: left;
}

.headerbg2{
	width : 300px;
	height: 165px;
	
}

.headerbg21{
	width: 300px;
	float: left;
	height: 93px;
}

.headerbg22{
	width: 150px;
	float: right;

}
/*============================ ROUNDED SEPARATOR =======================*/
.roundedmodulebg{
	width: 100%;
	overflow: hidden;
	height:10px;
}

.roundedmodule1{
	width: 950px;
	background-color: #002c4a;
	height:10px;
}

.roundedmodule2{
	width: 100%;
	height:10px;
}

.roundedmodule3{
	width: 100%;
	height:10px;
}

.roundedmodule4{
	width: 100%;
	padding: 5px;
	height:10px;
}


/*================================ MAINBODY ============================*/
.mainbodybg{
/*	margin-top: 20px; */
	margin:0px auto;
	text-align:center;
	width:100%;	
}
/*Left*/
.columnkiri{
	margin-top: 6px;
	width: 200px;
	float: left;
	
}
/*Center*/
.columntengah{
	width: 510px;
	float: left;
	margin-left: 20px;
}

#pathway{
}

/*Right*/
.columnkanan{
	width: 200px;
	float: left;
	margin-left: 20px;
	
}
/*================================ FOOTER ============================*/
.footerbg1{
	width: 100%;
	color: #888;
	border-top: 10px solid #002c4a;
}
/*============================== COPYRIGHT ============================*/
.copyrightbg{
	width: 100%;
	padding: 0px 0px 10px 0px;
}

.copyright{
	text-align: left
}

.copyright span{
	color: #7cb905;
}


/* personalizzazioni */

table.contentpaneopen {
	width:100%
/*	padding-top: 0px; */
}

div.headerbg222 {
/*
  position:absolute;
  left:310px;
  top:30px;
 */
}

div.blog_more ul li {
	float:left;
	list-style-type: none;
	padding: 9px;

}

div.container_menu-seo {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
}

div.container_menu-seo  td{
	text-align: right;
}

div.container_menu-seo  a{
	color:#DADADA;
}

img#logo {
	margin-top: 60px;
}

ul.menu {
    padding-left: 0px;
	list-style-type: none; 
	list-style-position: outside;
	list-style-image: none;
}

ul.menu li {
    background-image:url(../images/pallino.png);
    background-repeat:no-repeat;
	background-position: 3px 6px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding-left:13px;
	
	
}

div.footerbg {
margin: 0px auto;
text-align:center;
width:100%;
}
.copyright {
margin: 0px auto;
width:100%;

}

/*  stile del button per invita un amico*/
input.button {
	background-color:white;
	border:thin solid #D7D7D7;
	font-size:100%;
	font-weight:normal;
	height:22px;
	line-height:10px;
}
