﻿/* DEFAULTS
----------------------------------------------------------*/
html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	/*background:#ffffff;*/
	font-size: 14px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}
	
body   
{
	/*min-width: 900px;*/
    background: #000000;
    font-size: 14px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000000;
}

form
{
	margin: 0;
	padding: 0;
	border: 0;
}

a:link, a:visited
{
    color: #000000;
    text-decoration: none;
}

a:hover
{
    color: #000000;
    text-decoration: underline;
}

a:active
{
    color: #000000;
}

a img
{
	border: 0px;	
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000000;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    background: #ffffff url(image/bgTop.jpg) repeat-x top;
    margin: 0;
    border: 0;
    text-align: center;
}

.page img
{
    margin: 10px 0 0 0;
    border: 0;
}

.center
{
    position: relative;
    margin: 0;
    padding: 20px 0;
    background: #B3B3B3 url(image/bgCenter.jpg) repeat-x top;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 80px;
    font-weight: bold;
}

.contatti
{
    background: #E8E8E8;
    margin: 0;
    padding: 20px 0;
    width: 100%;
    color: #000000;
    text-align: center;
    font-size: 30px;
}
.footer
{
    background: #000000;
    margin: 0;
    padding: 20px 0;
    width: 100%;
    color: #ffffff;
    text-align: right;
    font-size: 10px;
}
span.codedirection { unicode-bidi:bidi-override; direction: rtl; }

