﻿@import url("layout.css");
body {
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #f0f0f0;
    /*background-image: url("../../images/bg.jpg");*/
	background-repeat: repeat-x;
	background-attachment: scroll;
}
#container {
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	border-right: 1px solid #354662;
	border-bottom: 1px solid #354662;
	border-left: 1px solid #354662;
	background-color: #ffffff;
	display: table;
}
#masthead {
	width: 900px;
	height: 97px;
	padding: 0px;
	margin: 0px;
}
#masthead img {
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    float: left;
}
#masthead a {
    margin: 0px;
    padding: 0px;
}
.topNavigation {
    padding: 5px 10px; 
    width: 880px;
    border-bottom: 1px solid #f0f0f0;
    display: inline-block;
    height: 14px;
    text-transform: uppercase;
    font-family: Arial, Sans-Serif;
    letter-spacing: 1px;
}
.topNavigation a{
    color: #007DA2;
    text-decoration: none;
}
.topNavigation a:hover{
    color: #007DA2;
    text-decoration: underline;
}
#navigation {
	position: relative;
	float: right;
	width: 140px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#underNav{
	font-size: 10px;
}
#underNav img{
    border-width: 0px;
}
#content {
	float: left;
	width: 860px;
	margin: 20px;
	color: #666666;
}
#footer {
    width: 900px;
    margin: 0px auto;
	color: #007DA2;
	clear: both;
	padding: 10px 0px;
}
/* Masthead Styles */
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	display: block;
	margin: 0px;
	padding: 0px;
}
#navigation a {
	color: #BBDBE1;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-top: 1px solid #354662;
	border-bottom: 1px solid #6599AF;
	background-color: #354662;
}
#navigation a:hover {
	color: Black;
	text-decoration: none;
	background-color: #39C4E1; /*#6599AF;*/
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #6599AF;
}
.sectionTitle {
    padding: 5px 5px 5px 0px;
    color: #354662;
    font-weight: bold;
}
/* Content Styles */
#content p {
    text-align: justify;
}
#content img {
	border-width: 0px;
}
.imgLeft{
	float: left;
	margin: 3px 10px 15px 0px;
}
.imgRight{
	float: right;
	margin: 3px 0px 15px 10px;
}
#content a {
	color: #336666;
	text-decoration: none;
	border-bottom: 1px solid Silver;
}
#content a:hover {
	color: #336666;
	text-decoration: none;
	background-color: #BBDBE1;
}
hr{
	border: 1px solid #e0eaeb;
	width: 100%;
}
h1 {
	color: #3A4E6A;
	font-size: 20px;
	margin-top: 0px;
	font-family: Arial, Verdana, Geneva;
}
h2{
	color: #0099cc;
	font-size: 16px;
	font-weight: lighter;
}
h3 {
	color: #0099cc;
	font-size: 14px;
	font-weight: lighter;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.sede {
    text-align: center;
    clear: both;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 24px;
    font-weight: bold; 
    color: Black;
}
.sede a {
    color: Black !important;
    text-decoration: none;
    border: 0px !important;
}
.sede a:hover {
    color: #336666 !important;
    text-decoration: none;
    background-color: Transparent !important;
}
.indirizzo {
    text-align: center;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    color: Black;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #336666;
	text-decoration: none;
}
#footer a:hover {
	color: #336666;
	text-decoration: none;
}
.footerAddress {
    float: left;
    margin-right: 30px;
}
.footerAddress img {
    border-width: 0px;
}
/* FORM ELEMENTS */

.formTable {
	padding-left: 8px;
	padding-right: 8px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
}
.ptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #7F8789;
	font-weight: normal;
}
.txtBox {
    border: 1px solid #e0dfe3;
    padding: 3px 3px;
    display: block;
    margin-bottom: 3px;
    font-size: 11px;    
    width: 190px;
	font-family: Arial, Helvetica, sans-serif;
    color: #7f8789;
}
textarea {
    border: 1px solid #e0dfe3;
    padding: 0px 3px;
    display: block;
    margin-bottom: 3px;
    font-size: 11px;    
    width: 190px;
	font-family: Arial, Helvetica, sans-serif;
    color: #7f8789;
}
.ddlSelect {
    border: 1px solid #e0dfe3;
    padding: 3px 0px;
    display: block;
    margin-bottom: 3px;
    font-size: 11px;
    width: 200px;
    color: #7f8789;
}
.radioBtn {
    margin: 4px 0px 0px -5px;
}
.radioBtn input{
    border-width: 0px;
    background-color: Transparent;
    width: auto;
    display: inline;
    padding: 0px;
    margin: 0px 5px;
}
.btn {
	border-top: 2px solid Silver;
	border-right: 2px solid Gray;
	border-bottom: 2px solid Gray;
	border-left: 2px solid Silver;
	background-image: url(../images/SestoAutoveicoli03_06.jpg);
	background-repeat: repeat-x;
	background-color: #e0dfe3;
    color: Gray;
    width: auto;
    padding: 3px;
    text-transform: uppercase;
    font-size: 11px;
}

/* GALLERY */
.thumbs {
    float: right; 
    width: 280px;
    height: 500px;
    overflow-y: scroll;
    scrollbar-face-color: #0099cc;
    scrollbar-shadow-color: white;
    scrollbar-highlight-color: white;
    scrollbar-3dlight-color: white;
    scrollbar-darkshadow-color: white;
    scrollbar-track-color: white;
    scrollbar-arrow-color: #3a4e6a;
}
.thumbs img {
    border-width: 0px;
    padding: 4px !important;
}
.thumbs a {
    border-width: 0px !important;
}
#desc {
    font-style: italic;
    text-align: right !important;
}
/* PRIVACY POPUP */
.privacy {
    background-color: #f3f3f3;
    border: 1px solid Silver;
    width: 500px;
    padding: 30px;
    margin: 0px;
    display: none;
    visibility: hidden;
    position: absolute;
}

.privacy li {
    margin-left: -25px;
    padding-bottom: 5px;
}
/* Mailing List */
.mailingList {
    float: right;
    width: 550px;
    text-align: right;
}
.mailingList img {
    float: right;
    margin-left: 20px;
}