* {
	margin: 0;
	padding: 0;
}

body {
	background: #F6F6F6 url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6B6B;
}

/*      Se serve replicare qualche colore gia impostato per la pagina   */
.sfondopagina {
    background-color: #fff;
}

.testopagina {
    color: #6B6B6B;
}
.colorh1 {
    color: #fff;
}
.colorh2 {
    color: #FFFFFF;
}
.colorh3 {
    color: #FFFFFF;
}
.colormenu { 
    color: #FFFFFF;
}
.colormenu_i { 
    color: #0a88f6;
}
.sfondomenu { 
    background: #0a88f6;
    text-align:center;
    font-weight: bold;
}
.sfondomenu_i { 
    background: #FFFFFF;
    text-align:center;
    font-weight: bold;
}



/* ***************************************************************** Wrapper */

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-y;
}

#wrapper2 {
	background: url(images/img10.jpg) no-repeat left bottom;
}

/* ***************************************************************** Header */

#header {
	height: 140px;
	background-color: #087FE7;
	background: url(images/standard/img03.jpg) no-repeat;
	/*background: url(/images/shim.gif) no-repeat;*/
	background-position: center;
}

/* ***************************************************************** Logo */

#logoimg {
    position: absolute;
    margin-left: 50px;
    margin-top:  10px;
}

#logotxt {
    position: relative;
    float: right;
    top: 20px;
    right: 60px;
    margin: 0px;
    padding: 0px;
    text-align: right;
    margin-top: 1px;
}

#logotxt h1 {
    margin: 0;
    letter-spacing: -1px;
    font-size: 36px;
    color: #FFFFFF;
}

#logotxt h2 {
    margin: 0;
    font-size: 24px;
    color: #FFFFFF;
    border: none;
}

#logotxt a {
    text-decoration: none;
    color: #FFFFFF;
}

/* ***************************************************************** Menu */

#menuwrap {
    padding: 112px 0px 0px 65px;
}

		/* all lists */
#menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu ul { 
    padding: 5px;
    margin: 0;
    list-style: none;
    line-height: 1;
}

		/* The border for the menus (eventually) */
#menu ul {
    border: none;
}

		/* Each link in the 1st level */
#menu a {
    padding-left: 5px;
    padding-right: 20px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
}

		/* Each link under the 1st level */
#menu ul a,
#menu ul ul a,
#menu ul ul ul a {
    font-weight: normal;
    min-width: 100px;
    display: block;
    /*padding: 5px 25px 5px 1px;*/
    padding: 4px 12px 2px 2px;
    min-height: 14px;			/* using height with IE6 is broken. This has the same behaviour with all the other browsers */
    max-height: 14px;
    line-height: 14px;
    border-color: #FFFFFF;
    border-style: dashed;
    border-width: 0 0 0 0;
}

		/* all list items */
#menu li { 
    float: left;
    /* min-width: 100px; /* width needed or else Opera goes nuts */
}

		/* second-level lists */
#menu li ul { 
    margin-top: -5px;
    min-width: 100px;
    position: absolute;
    background: #0a88f6;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

		/* clearing the menus on both sides */
#menu li ul li,
#menu li ul li ul li,
#menu li ul li ul li ul li
{ 
    clear: both;
}

		/* third-and-above-level lists */
#menu li ul ul,  
#menu li ul ul ul,
#menu li ul ul ul ul { 
    margin: -2em 0 0 130px;
}

#menu li:hover ul ul, 
#menu li:hover ul ul ul, 
#menu li.sfhover ul ul, 
#menu li.sfhover ul ul ul {
    left: -999em;
}

		/* lists nested under hovered list items */
#menu li:hover ul, 
#menu li li:hover ul, 
#menu li li li:hover ul, 
#menu li.sfhover ul, 
#menu li li.sfhover ul, 
#menu li li li.sfhover ul { 
    left: auto;
}

.notseen {
    display: none;
}

li.menu_important_info {
    color: #000000;
    display: none;
}


/* ***************************************************************** Page */

#page {
	background: url(images/img04.jpg) no-repeat;
}

/* ***************************************************************** Content */

#content {
	float: left;
	width: 555px;
	padding: 0 0 0 76px;
}

.categoria {
	padding-top: 25px;
	text-align: right;
	border-bottom: 1px dashed #F2F2F2;
	font-style: italic;
	font-size: 20px;
	color: #ADADAD;
}

.post {
	padding-top: 25px;
}

.post .title {
}

.post .title a {
	text-decoration: none;
	color: #37404C;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .entry {
}

.post .meta {
	height: 16px;
	margin: 0;
	padding: 10px;
	background: url(images/img07.jpg) repeat-x left bottom;
	line-height: normal;
	clear: both;
}

.post .meta .posted {
	display: block;
	float: left;
	padding-right: 15px;
}

.post .meta .permalink {
	display: block;
	float: right;
	padding-left: 17px;
	background: url(images/img09.gif) no-repeat left center;
}

.post .meta .comments {
	display: block;
	float: right;
	padding: 0 30px 0 19px;
	background: url(images/img08.gif) no-repeat left center;
}



/* ***************************************************************** Sidebar */

#sidebar {
	float: right;
	width: 186px;
	padding: 40px 76px 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul ul,
#sidebar ul ul ul,
#sidebar ul ul ul ul
{
	margin-left: 10px;
}

#sidebar li {
	margin-bottom: 2px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar h3 {
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #F2F2F2;
	font-weight: normal;
	color: #37404C;
	font-size: 13px;
}

#sidebar h4 {
	padding-left: 15px;
	padding-bottom: 2px;
	border-bottom: 1px solid #F2F2F2;
	font-weight: normal;
	color: #37404C;
	font-size: 12px;
}

#sidebar a {
	text-decoration: none;
	color: #37404C;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #37404C;
}

/* ***************************************************************** Widebar */

#widebar {
	margin: 0 50px;
	padding: 25px 10px 0 28px;
	background: #F2F2F2 url(images/img11.gif) repeat-x;
}

#widebar #colA {
	float: left;
	width: 562px;
}

#widebar #colC {
	float: right;
	width: 210px;
}


/* ***************************************************************** Footer */


#footer {
        width: 960px;
        margin: 0 auto;
	background: url(images/img05.jpg) no-repeat;
	padding: 15px 0px 18px 0px;
	text-align: center;
	color: #8E8E8E;
	font-size: 95%;
}
#footerowner,
#footerlegal{
	width: 880px;
	margin: 0 auto;
}

#footerlegal{
    margin-top: 10px;
    text-align: right;
    color: #999;
    font-size: 85%;
}

#footerlegal a {
	color: #8E8E8E;
}

#footerowner, #footerowner a, #footerowner a:hover{
    color: #666;
}

/* **************************************************************** DROPDOWN */

.dropdown {
    position: absolute;
    display: none;
    margin-left: 20px;
    margin-top: 8px;
    padding: 0px;
    border: none;
    background-color: #EEE;
    border: 1px #4444FF solid;
}

.dropdown ul {
    list-style: none;
}

.dropdown li {
    margin-left: -30px;
    margin-right: 10px;
    padding: 0px;
}

.dropdown a {
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    color: #000;
}

.dropdown a:hover {
    text-decoration: underline;
}

/* **************************************************************** LANGUAGE */

#language {
    padding-top: 5px;
    float: right;
}

#language img {
    background-color: #FFFFFF;
    border: 1px solid blue;
    margin: 0px;
    padding: 1px;
}


/* ************************************************************************ */
/* ************************************************************************ */
/* ************************************************************************ */
/* ************************************************************************ */

form {
}

input, textarea {
	padding: 2px 5px;
	border: 1px solid #EBEBEB;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

h1, h2, h3, h4 {
	margin: 0;
}

h2, h3, h4 {
	margin-bottom: 20px;
	padding-bottom: 9px;
	border-bottom: 1px solid #F2F2F2;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #37404C;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

p, ul, ol {
	line-height: 170%;

}

ul, ol {
	margin-left: 3em;
	text-align: justify;
}

dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.list1 dt {
	float: left;
	width: 70px;
}

dl.list1 dd {
	margin-bottom: 10px;
}

dl.list1 a {
	color: #666666;
}



ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}

ul.list2 li.nopad {
	margin-right: 0;
}


a {
	color: #FF5A00;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

.imgleft{
        float: left;
        margin: 5px 20px 0 0;
}


.imgright{
        float: right;
        margin: 5px 0px 0 20px;
}



img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

.left {
	float: left;
	margin: 5px 20px 0 0;
}

.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* ************************************************************************ */
/* ************************************************************************ */
/* ************************************************************************ */
/* ************************************************************************ */

.back {
    text-align: right;
    margin-top: 10px;
}

.nolist {
	list-style: none;
}

.bolded {
	font-weight: bold;
}

.cleared {
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.alcenter {
	text-align: center;
}

.alright {
	text-align: right;
}

.noborder {
	border: none;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

.noborders {
	border: none;
	padding: 0px;
	border: none;
}

.box {
    border: 1px dotted #F2F2F2;
    padding: 5px;
    margin-top: 0px;
    margin-right: 10px;
}


.overbg {
    background-color: #FFF;
}

.overbg:hover {
    background-color: #F2F2F2;
}

.borderdown {
	border-bottom: 1px solid #F2F2F2;
}

.txtredB_sel {
    background-color: #EDEDED;
}

.googlemap {
    text-align: center;
}

#banner {
    position: absolute;
}

.content {
        line-height: 170%;
        text-align: justify;

}
