/*
-----------------------------------------------
Words & Bonds Styles
Author:     Vito Tardia
Version:    26 Maggio 2005
Target:     default
----------------------------------------------- */

/* Notes
-----------------------------------------------
   page structure
   links
   header
   footer
   lists
   other...
   
   Background
   Position or float
   Width/Height
   Margin/Padding/Border
   Text formatting and color
----------------------------------------------- */


/* Base Style
----------------------------------------------- */
body {
    background-color: #FFFFFF;

    margin: 0;
    padding: 0 0 10px 0;

    font: 10pt/18pt "Lucida Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
    color: #000000;
}

div#accessibility, ul#mainNav, ul#aboutNav {
    display: none;
}

hr.hide {
    /*display:none;*/
    height: 0px; 
/*border-bottom: 1px solid #666; */
}

h1, h2, h3, h4, dt {
    font-family: Georgia, Times, serif;
    font-weight: normal;
    color: #600708;
}

h1 {
    font-size: 230%;
}

h2 {
    font-size: 150%;
    margin: .5em 0em .5em 0em;
}

h3 {
    margin: .5em 0em 0em 0em;
    font-size: 125%;
    font-style: italic;
}

h4 {
    margin: 0;
    padding:0;
    font-family: "Lucida Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 100%;
    font-weight:bold;
}

ul {
    margin-top: .5em;
    margin-bottom: .5em;
}

p {
    margin: .5em 0em .5em 0em;
}

a:link, a:visited, a:active {
	color: #583e24;
	font-weight: bold;
	text-decoration: underline;
}

a.download:link:after, a.download:visited:after {
    content: " (" attr(href) ") ";
    text-decoration: none;
}
/* Page Structure
----------------------------------------------- */
div#pageContainer {
	background: transparent;
	float: none !important;

    width: auto;
    
    padding: 0;
    margin: 0 5%;
    
    text-align: left;
}

div#mainContent{
    margin: 20pt 0;
}

body.chisiamo div#sideCol h2, body.giulia div#sideCol h2, body.clienti div#sideCol h2, body.tariffe div#sideCol h2, body.about div#sideCol h2, body.clients div#sideCol h2, body.rates div#sideCol h2 {
    display: none;
}

body.chisiamo .hrside, body.giulia .hrside, body.clienti .hrside, body.tariffe .hrside, body.about .hrside, body.clients .hrside, body.rates .hrside  {
    display: none !important;
}


/* Header
----------------------------------------------- */
div#header {

    margin: 0;
    padding: 0;
}

div#header h1 {
    font-size: 300%;
    font-weight: normal;
    color: #600708;
    margin: 10pt 0;
}
div#header h1 a:link, div#header h1 a:visited	{
	background: transparent;
	display: block;	

	border: 0;

    /*font-size: 180%;*/
    font-weight: normal;
    color: #600708;
	text-decoration: none;
}

/* Footer
----------------------------------------------- */
div#footer {
/*   clear: both;*/

   margin: 0;
   padding: 0;

   font-size: .8em;
   line-height: 1.6em;
   
}
