<?php
ob_start("ob_gzhandler");
header("Content-type: text/css; charset: UTF-8");
header("Cache-Control: must-revalidate");
$offset = 60 * 60 ;
$ExpStr = "Expires: " .
gmdate("D, d M Y H:i:s",
time() + $offset) . " GMT";
header($ExpStr);
?> 
/* Common Page Style Sheet */
a	{ 
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color:#FFFFFF;
	}
a:link, a:visited, a:hover	{ 
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	background-color:transparent;
	color:#FFFFFF;
}	
td	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	width: 800px;
	}
		
li, ul, ol, h4, h5, h6	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	}	
	
p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	color: #5A5A5A;
	text-align: justify;
	line-height: 1.5em;
	background-color: transparent;
	margin-left: 30px;
	margin-right: 30px;
	}
h1	{
	font-weight: normal;
	font-size: 10px;
	color: #5A5A5A;
	text-align: center;
	background-color:transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	}
h2	{
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	background-color:transparent;
	font-family:"Courier New", Courier, monospace;
	line-height: 1em;
	}
h3	{
	font-size: 12px;
	color: #5A5A5A;
	font-weight: bold;
	text-align: left;
	margin-left: 90px;
	background-color:transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 0.5em;
	}
	
.flextrasparente {
	background-color:#FFFFFF;
	width: 20%;
	}
/* Common BPD */
#main_table {
	table-layout: fixed;
	width: 100%;
	height: auto;
	margin: 0;
	right: 0px;
	bottom: 0;
	left: 0%;
	top: 0px;
	padding: 0;
	position: absolute;
	}
#form {
	height: auto;
	text-align: justify;
	color: #5D5E42;
	margin-right: 50px;
	vertical-align: top;
	margin-top: 12px;
	margin-left: 30px;
	}
/* Home Page Style Sheet */
.topbianco {
	width: 800px;
	font-weight: normal;
	font-size: 10px;
	color: #5A5A5A;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	}
.linkext p, .linkext a, .linkext td, .linkext border {
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	margin: 3px;
	line-height: 0.5em;
	text-align: center;
	}
.Stilelettone {
	background-color:#FF852F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2.5em;
	color: #FFFFFF;
	letter-spacing: 1px;
	}
.Stilebicchieri {
	background-color:#FF3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2.5em;
	color: #FFFFFF;
	letter-spacing: 1px;
	}
.celleverdi, .celleverdi a:link, .celleverdi a:visited	{
	color:#669900;
	background-color:#D8D996;
	margin: 0px;
	right: 0px;
	bottom: 0;
	left: 0%;
	}
.celleverdone, .celleverdone a:link, .celleverdone a:visited	{
	color:#CC3300;
	background-color: #999966;
	margin: 0px;
	right: 0px;
	bottom: 0;
	left: 0%;
	}
		
.flexrosso {
	background-color:#FF3300;
	width: 20%;
	}
.flexverdone	{
	background-color: #999966;
	width: 20%;
	}
.flexverdino	{
	background-color: #D8D996;
	width: 20%;
	}
/*Home BPD */
#bottombianco a	{
	font-weight: normal;
	font-size: 10px;
	color: #5A5A5A;
	margin: 0;
	padding: 0;
	text-align: center;
	}
#left_cell	{
	width: 400px;
	position: relative;
	line-height: 0;
	background-color: #999966;
	}
#right_cell	{
	width: 400px;
	position: relative;
	line-height: 0;
	background-color: #D8D996;
	}
#left_cell_1	{
	width: 400px;
	height: 30px;
	}
#right_cell_1	{
	width: 400px;
	height: 30px;
	}	
#DescrizioneVino p 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A5A5A;
	text-align: justify;
	margin: auto 20px 6px 0;
	vertical-align: bottom;
	}
	
#DescrizioneAgriturismo p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A5A5A;
	text-align: justify;
	margin: auto 0 6px 20px;
	vertical-align: bottom;
	}
	
/* Vino Page Style Sheet */
.topvino	{
	width: 800px;
	font-weight: normal;
	font-size: 10px;
	color: #5A5A5A;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #999966;
	}
.cellerosse, .cellerosse a:link, .cellerosse a:visited	{
	width:300px;
	color:#BCBC7F;
	background-color: #FF3300;
	margin: 0px;
	right: 20px;
	bottom: 0;
	left: 20px;
	font-weight: bold;
	vertical-align: top;
	}
.boxvino	{
	color:#5A5A5A;
	width: 500px;
	background-image: url(images/orologio-vino.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}	
.boxschedavino	{
	color:#5A5A5A;
	line-height: 0.2em;
	text-align: left;
	width: 500px;
	vertical-align: top;
	}	
/*Vino BPD */		
#logoVino	{
	background-color:#FF3300;
	background-image: url(images/logo-caorologio-web.jpg);
	width: 300px;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center top;
	}
#TestoVino a {
	color:#FF3300;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
	}

/* Agriturismo Style Sheet */
.top	{
	width: 800px;
	font-weight: normal;
	font-size: 10px;
	color: #5A5A5A;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #C1C184;
	line-height: 0%;
	}
.flex {
	background-color:#C1C184;
	width: 50%;
	}
.flexarancio {
	background-color:#FF852F;
	width: 50%;
	}
.flexverde {
	background-color:#A0A26F;
	width: 50%;
	}
.sfondomalva {
	background-color:#C1C184;
	}
.menuvert a:link, .menuvert a:visited, .menuvert a:hover	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1.5em;
	text-align: center;	
	}
.Costa {
	height:100px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-color:#E35527;
	background-position: center;
	vertical-align: top;
	background-image: url(images/costa%20marrone.jpg);
	border: 0;
	}
.costaaccessorie	{
	background-color:#E05B29;
	height: 25px;
	}
.camereappartamenti	{
	text-align: center;
	height: 25px;
	font-size: 10px;
	height:25px;
	color:#5A5A5A;
	}
.menutop a, .menutop a:link, menutop a:visited, menutop a:hover	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 2em;
	text-align: center;	
	}
.colonnadue	p {
	width: 300px;
	text-align: justify;
	vertical-align: top;
	margin-left: 50px;
	}
.colonnaduetre	p {
	width: 500px;
	text-align: justify;
	vertical-align: top;
	margin-left: 50px;
	}	
.colonnatre p	{
	padding:0 20px 0 20px;
	text-align: justify;
	vertical-align: top;
	}
/*Agriturismo BPD */		
#pageHeader {
	background-color: #C1C184;
	line-height: 0;
	width: 800px;
	}
#colonnadue	a {
	color: #E05B29;	
	}
#colonnatre	a {
	color: #999900;	
	}

	
#linkhome {
	border-top: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 0px;
	border-color: #CCCC66;
	border-style: solid;
	background-color:#5D5E42;
	height:25px;
	}
#linkcomeraggiungerci, #linkgalleriafoto, #linkvino {
	border-top: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 0px;
	border-color: #CCCC66;
	border-style: solid;
	background-color:#E05B29;
	height:25px;
	}
#linkitinerari, #linkstoria, #linkparco, #linkbook, #linkinfotur, #linkdicono {
	border-top: 0px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-color: #CCCC66;
	border-style: solid;
	background-color:#9C8A54;
	height:25px;
	}

#linkmelagrane, #linkgiuggiola, #linkmora, #linkmarzemina, #linknespole, #linkmoscatella, #linksambuco  {
	border-top: 1px;
	border-top-color:#CCCC66;
	border-bottom: 0px;
	border-bottom-color: #CCCC66;
	border-left: 1px;
	border-left-color: #CCCC66;
	border-right: 1px;
	border-right-color: #CCCC66;
	border-style: solid;
	background-color: #FD954E;
	height:25px;
	}
#linktariffe {
	border-top: 1px;
	border-top-color:#CCCC66;
	border-bottom: 0px;
	border-bottom-color: #C1C184;
	border-left: 1px;
	border-left-color: #CCCC66;
	border-right: 1px;
	border-right-color: #CCCC66;
	border-style: solid;
	background-color: #C1C184;
	height:25px;
	}
#linkprenota {
	border-top: 1px;
	border-top-color:#CCCC66;
	border-bottom: 0px;
	border-bottom-color: #CCCC66;
	border-left: 1px;
	border-left-color: #CCCC66;
	border-right: 1px;
	border-right-color: #CCCC66;
	border-style: solid;
	background-color: #C1C184;
	height:25px;
	}
#topdue {
	width: 153px;
	}	
