html {
	background: url('../images/marble2.jpg');	
}

img {
	border: none;
}

body {
	border: 0;
	font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
	position: relative;
	border: solid 2px black;
	max-width: 70em;
	margin: auto;
	margin-top: 20px;
}

#page {
	margin: 0;
	border: 0;
	padding: 0;		
	min-width: 700px;
	overflow: hidden;
	height: 100%;
}

#header {
	height: 125px;
	position: relative;
}

#bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

#bg img {
	width: 100%;
	height: 100%;	
}

#logo {
	float: left;
	text-align: center;
	width: 150px;	
	margin-top: 10px;
	margin-left: 50px;
}

#logo img {
	width: 111px;
}

#slogan {
	float: right;
	margin-right: 3em;
	text-align: center;	
	color: #f8bd01;
	font-family: sans-serif;
	text-shadow: 4px -3px 1px #00089A;
}

#first {
	font-size: 50pt;
	line-height: 60px;
	height: 60px;
	margin-top: 30px;	
	font-weight: bold;
	
}

#second {
	font-size: 35px;
	line-height: 45px;
	vertical-align: bottom;
	height: 45px;
	margin-top: 10px;
}

#main {
	background-color: #02489D;
	background-repeat: repeat;
	background-size: 100% 100%;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

#left {
	float: left;
	margin-left: 40px;
        position: absolute;
}

#logotitle {
	font-size: 22pt;
	color: #00089A;
	text-shadow: 4px -3px 2px white;
	font-family: sans-serif;
	font-weight: bold;
/*	text-align: center;*/
	height: 73px;
	margin-left: 19px;
}

#menu {
	list-style-type: none;	
	padding: 15px;
	background-color: #0502A2;
	text-align: center;
	border-radius: 30px;
B	margin-left: 12px;
	box-shadow: 0 0 3px 3px #0502A2;
	margin-left: 25px;
}

#menu li {
	/* TODO: fix rendering in ie6 and ie 7 */
	display: table;
	width: 91px;
	height: 44px;
	background-image: url('../images/button.png');
	margin: 10px 0 0 10px;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	text-align: center;
}

#menu li a {
	display: table-cell;
	vertical-align: middle;	
	text-decoration: none;
	color: black;
}

#separator {
	background-color: #00089A;
	height: 30px;
	margin-left: 250px;
}

#titlebar {
	color: #00089A;
	background: url('../images/marble.jpg');	
	background-repeat: repeat;
	height: 45px;
	line-height: 1em;
	font-size: 20pt;
	padding: 5px;
	font-family:  Didot,"Bodoni MT", "Century Schoolbook", "Niagara Solid", Utopia, Georgia, Times, "Times New Roman", serif;
	font-size: 45px;
	line-height: 45px;
	margin-left: 250px;
}

#titlebar a {
         text-decoration: none;
         color: #00089A;
         vertical-align: top;
}


#content {
	font-family:  Corbel, Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", sans-serif;
	background-color: #f8bd01;
	padding: 10px 50px 80px 50px;
	min-height: 280px;
	margin-left: 250px;
	font-size: 16px;
}
#content:after {
   content: ""; 
   display: block; 
   height: 0; 
   clear: both;
}

#content p {
	text-align: justify;	
	width: 21em;
}

#content div.full {
	width: 100%;
        clear: both;
        -moz-column-width: 40%;
}

#col1, #col2 {
        width: 50%;
        float: left;
}

#col1 dt, #col2 dt {
        font-weight: bold;
}

#home_picture {
        float: right;
	list-style-type: none;
/*	margin: 4em 3em 0 0;*/
}


#products {
        float: right;
	list-style-type: none;
	margin: 0 8em 0 0;
}

#products li {
	text-align: center;
	color: white;
	font-size: 12px;
	margin-top: 4px;
}


#products li a {
	text-decoration: none;
}

#products li a span {
	color: white;
	text-decoration: underline;
	font-size: 16px;	
}

#footer {
	font-family: "DejaVu Serif", "Bitstream Vera Serif", "Vera Serif", serif;
	background-color: #f8bd01;
	height: 10pt;
	line-height: 10pt;
	font-size: 10pt;
	padding: 7px;
	text-align: right;
	margin-left: 250px;
}


/* contact form page */

#contatti dt {
   font-weight: bold;
   float: left;
   width: 4.5em;
}

#content.contact-form #sx, #content.contact-form #dx  {
	width: 40%; 
	float: left;
}

#content.contact-form .large {
	margin: 0;
	padding: 0;	
	width: 100%;
}


#content.contact-form .error {
	color: red;	
}

#content.contact-form .success {
	color: #00089A;
	text-align: center;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

#content.contact-form .failure {
	color: red;
	text-align: center;
	font-weight: bold;
	margin: 5px 0 5px 0;
}