 


/* /////////////////////////////////////////////////////////////////////////////
                        HTML ELEMENTS
//////////////////////////////////////////////////////////////////////////////*/
/* reset white space */
html, body {
margin: 0;
padding: 0
}

h1, h2, h3, h4, h5, h6 {
margin-top: 15px;
margin-bottom: 7px;
}

address, blockquote, dl, form,
fieldset, ol, table, p, pre, ul {
margin-top: 6px;
margin-bottom: 5px;
}

a img {
border: 0;
}

* {
font-family: Tahoma;
font-size: 12px;
color: #444;
}

div#right * {
text-align: left;
}

body {
margin: 0;
background-image: url(../../images/public/shared/layout/BODY-BACKGROUND.jpg);
background-position:  50% 120px;
background-repeat: no-repeat;
background-color: #FFF;
}

h1 {
font-family: Tahoma;
font-size: 20px;
color: #0a86aa;
font-weight: normal;
margin-top: 0;
}

h2 {
font-family: Tahoma;
font-size: 18px;
color: #666;
font-weight: normal;
line-height: 18px;
}

h3 {
display: block;
font-family: Tahoma;
font-size: 16px;
color: #444;
padding: 0;
font-weight: normal;
}

ul {
padding-left: 0;
margin-left: 0;
margin-top: 13px;
list-style-position: inside;
list-style-image: url(../../images/public/list-check-trans.png);
}

ul li {
margin-bottom: 7px;
padding-bottom: 2px;
}

p {
text-align: justify;
}

* a, a, a:visited, a:hover, a * {
color: #0a86aa;
}

a img {
border: 0;
}

small {
font-size: 11px;
color: #888;
}

small * {
font-size: 11px;
}

div#footer * {
color: #fff;
}

div#footer p {
margin: 8px;
}

/* /////////////////////////////////////////////////////////////////////////////
                         LAYOUT ELEMENTS
//////////////////////////////////////////////////////////////////////////////*/


div#container {
position: relative;
width: 730px;
left: 50%;
margin-left: -365px;
border: 0px solid red;
} 

div#header_wrapper {
background-image: url(../../images/public/shared/layout/header_background.jpg);
background-position: top left;
background-repeat: repeat-x;
}

div#header {
width: 730px;
height: 100px;
position: relative;
left: 50%;
margin-left: -365px;
border: 0px solid red;
}

/* LOGIN PANEL STUFF */

div#login_panel {
width: 319px;
height: 82px;
position: absolute;
top: 0;
right: 0;
background-image: url(../../images/public/shared/layout/LOGIN-PANEL.jpg);
background-position: top left;
background-repeat: no-repeat;
}

div#login_panel table {
margin-top: 16px;
margin-left: 9px;
}

div#login_panel input {
padding: 4px;
font-size: 16px;
width: 115px;
}

div#login_panel #login_button {
width: 40px;
margin-top: 1em;
}

div#nav_wrapper {
background-image: none;
background-position: top center;
background-repeat: repeat-x;
background-color: #1283a5;
border-bottom: 0px solid #f6f6f6;
margin-bottom: 9px;
}

div#nav {
position: relative;
width: 750px;
height: 35px;
position: relative;
left: 50%;
margin: 0;
margin-left: -375px;
border: 0px solid #fff;
}

div#left {
position: relative;
float: left;
margin-left: 2px;
width: 730px;
border: 0px solid #333;
padding-bottom: 40px;
}

div.left_column {
width: 355px;
margin-right: 15px;
float: left;
}

div.right_column {
width: 360px;
float: right;
}

/*
div#right {
width: 250px;
float: right;
margin-right: 2px;
padding-bottom: 300px;
}
*/

div#right div.block {
padding: 12px;
}

div#footer_wrapper {
position: relative;
height: 216px;
background-color: #55565a;
background-image: none;
background-position: top center;
background-repeat: repeat-x;
border-top: 1px solid #26282c;
border: 0px solid red;
clear: both;
} 

div#footer {
position: absolute;
width: 995px;
padding-top: 10px;
right: 50%;
margin-right: -495px;
}

div.footer_column {
width: 310px;
float: left;
padding-right: 4px;
border-right: 1px dotted #999;
}

div#footer_column_last {
border: 0; 
padding: 0;
}

/* /////////////////////////////////////////////////////////////////////////////
                         NAVIGAZIONE
//////////////////////////////////////////////////////////////////////////////*/

div#nav * {
font-family: Tahoma;
font-size: 13px;
font-weight: normal;
color: #fff;
text-transform: uppercase;
}

div.nav p {
padding: 0;
margin: 0;
}

div#nav a {
text-decoration: none;
display: block;
float: left;
width: 60px;
height:26px;
text-align: center;
padding: 0;
margin: 0;
margin-right: 7px;
padding-top: 13px;
margin-top: -4px;
border: 0px solid red;
}

div#nav a#selected {
background-image: url(../../images/public/shared/layout/selected-tab-background.gif);
background-position: top center;
background-repeat: no-repeat;
color: #555;
}

div#nav a:hover {
text-decoration: underline;
}

div#nav p {
margin: 0;
padding: 0;
}

/* SUB NAV */

div#nav div#subnav {
clear: both;
background-color: #f5f4f4;
border-top: 0px solid #a5a1a1;
padding: 6px 2px;
}

div#nav div#subnav * {
font-size: 14px;
color: #333;
text-decoration: none;
}

div#nav div#subnav a {
display: inline;
float: none;
font-size: 12px;
font-weight: normal;
color: #aaa;
text-decoration: none;
}

div#nav div#subnav a#sub_selected {
color: #333;
font-weight: bold;
}

div#nav div#subnav a:hover {
text-decoration: underline;
}
