/*
	Autore: Danilo Cicognani
	Script: main.css
	Applicazione: Stella Cadente Vacanze
	Versione: 2.00
	Data: 08/03/2011
	Scopo: CSS generico con tutti gli stili del sito
	Copyright (c) 2008-2011 CicoNET di Danilo Cicognani
*/
body {
	margin: 40px 0px 40px 0px;
	background-color: #000080;
	background: url("img/sfondo.gif");
	color: #e9e9ff;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	text-align: center;
}
div#header {
	width: 900px;
	height: 180px;
	margin: 0px auto 5px auto;
}
div#logo {
	float: left;
}
div#fiavet {
	float: left;
	margin-left: 40px;
}
div#bus {
	border: 5px solid #65cafe;
	float: right;
}
div#menu {
	clear: both;
	width: 900px;
	height: 80px;
	margin: 0px auto 5px auto;
}
div#menu1 {
	margin-left: 20px;
}
div#menu2 {
	clear: left;
	margin-left: 95px;
}
div.menu {
	background-color: #000080;
	width: 150px;
	height: 40px;
	font-size: 12px;
	color: #000080;
	text-align: left;
	float: left;
	margin-right: 10px;
}
div#home {
	background: url("img/home.png") no-repeat center;
}
div#chisiamo {
	background: url("img/chisiamo.png") no-repeat center;
}
div#privacy {
	background: url("img/privacy.png") no-repeat center;
}
div#link {
	background: url("img/link.png") no-repeat center;
}
div#contatti {
	background: url("img/contatti.png") no-repeat center;
}
div#tour {
	background: url("img/tour.png") no-repeat center;
}
div#weekend {
	background: url("img/weekend.png") no-repeat center;
}
div#gite {
	background: url("img/gite.png") no-repeat center;
}
div#escursioni {
	background: url("img/escursioni.png") no-repeat center;
}
div#incoming {
	background: url("img/incoming.png") no-repeat center;
}
span.menu {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	padding: 16px 0px 10px 50px;
	color: #3030b0;
}
a.menu, a:link.menu, a:active.menu {
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 16px 0px 10px 50px;
	color: #000080;
}
a:visited.menu {
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 16px 0px 10px 50px;
	color: #3030b0;
}
a:hover.menu {
	display: block;
	font-weight: bold;
	text-decoration: underline;
	padding: 16px 0px 10px 50px;
	color: #3030b0;
	text-transform: uppercase;
}
div#container {
	border: 5px solid #65cafe;
	width: 900px;
	margin: 0px auto 5px auto;
	background-color: #ffffff;
	color: #000080;
	text-align: left;
}
img.right {
	float: right;
	margin: 5px;
}
h1 {
	margin: 0px 0px 10px 0px;
	display: block;
	height: 20px;
	padding: 5px;
	color: #000080;
	background-color: #f4e93b;
	font-size: 16px;
}
h2 {
	clear: left;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	font-size: 14px;
}
cite {
	float: left;
	display: block;
	width: 315px;
	height: 65px;
	margin: 0px 25px 0px 25px;
	text-align: center;
	padding: 40px 25px 15px 60px;
	background: url("img/cite.png");
	font-size: 14px;
}
cite.mid {
	margin: 0px 250px 0px 250px
}
cite.right {
	float: right;
}
p {
	margin: 0px 0px 10px 0px;
	text-align: justify;
	padding: 0px 5px 0px 5px;
}
em {
	font-size: 13px;
	font-weight: bold;
}
ul {
	margin-top: 5px;
	margin-bottom: 15px;
}
li {
	margin-left: -15px;
}
ol.alpha {
	list-style-type: upper-alpha;
}
ol.roman {
	list-style-type: upper-roman;
}
a, a:link, a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #000080;
}
a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #3030b0;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #3030b0;
}
.center {
	text-align: center;
}
div#map {
	float: right;
	width: 600px;
	height: 500px;
	margin-right: 10px;
}
p.small {
	margin-top: 270px;
	margin-bottom: 0px;
	font-size: 9px;
	text-align: left;
}
hr.clear {
	clear: both;
	visibility: hidden;
}
div.volantino {
	text-align: center;
}
div.volantino a img, div.volantino a:link img, div.volantino a:visited img {
	border: 5px solid #65cafe;
}
div.volantino a:active img, div.volantino a:hover img {
	border: 5px solid #3030b0;
}
div.offerta0 {
	clear: left;
}
div.offerta0 a, div.offerta0 a:link, div.offerta0 a:active {
	display: block;
	height: 60px;
	margin: 5px;
	background-color: #ffff99;
	text-decoration: none;
	font-weight: normal;
}
div.offerta0 a:hover {
	display: block;
	height: 60px;
	margin: 5px;
	background-color: #f4e93b;
	text-decoration: none;
	font-weight: normal;
}
div.offerta1 {
	clear: left;
}
div.offerta1 a, div.offerta1 a:link, div.offerta1 a:active {
	display: block;
	height: 60px;
	margin: 5px;
	background-color: #65cafe;
	text-decoration: none;
	font-weight: normal;
}
div.offerta1 a:hover {
	display: block;
	height: 60px;
	margin: 5px;
	background-color: #f4e93b;
	text-decoration: none;
	font-weight: normal;
}
div.offerta-img {
	float: left;
	width: 60px;
	height: 60px;
	text-align: center;
}
div.offerta-img img {
	border: 0px;
	text-align: center;
}
div.offerta-text {
	float: left;
	width: 830px;
	height: 60px;
	overflow: hidden;
}
p.offerta-text {
	margin: 0px;
	padding: 5px;
	border: 0px;
}
form {
	margin: 5px;
}
input {
	color: #000080;
	font-family: Arial, Sans-serif;
	font-size: 12px;
}
input.placeHolder {
	color: #a9a9bf;
}
input.obbl {
	width: 150px;
	background-color: #ffbb99;
	vertical-align: middle;
}
input.obbl2 {
	width: 150px;
	background-color: #ffbb99;
	vertical-align: middle;
}
input.text {
	width: 150px;
	vertical-align: middle;
}
input.small {
	width: 50px;
	vertical-align: middle;
}
span.obbl {
	color: #cc2222;
}
span.obbl2 {
	color: #cc2222;
}
div#footer {
}
div#footer a {
	color: #65cafe;
}
div.testo-offerta {
	margin: 5px 0px;
	padding: 5px;
}
