/* CSS Document */

html, body {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 19px;
	color: #000;
	background-color: #310E04;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

body {background:url(images/bg.jpg) top repeat-x;}
		
/* general type styles */

a {
	color: #C61F1D;
	text-decoration: none;
	background-color: transparent;
}

a:link	{
	color: #C61F1D;
	text-decoration: none;
	background-color: transparent;
} 

a:visited	{
	color: #C61F1D;
	text-decoration: none;
	background-color: transparent;
} 

a:active { 
	color: #F60;  
	text-decoration:underline;
	background-color: transparent;
} 

a:hover { 
	color: #F60; 
	text-decoration:underline; 
	background-color: transparent;
} 		

img	{
	padding: 0px;
	border: 0px;
	margin: 0px;
}
		
h1	{
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	line-height: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h2	{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	background-color: #D68E0E;
	text-align:center;
}		

h3	{
	font-size: 14px;
	font-family: Georgia, Times New Roman, Times, serif;
	line-height: 16px;
	padding: 0px 0px 10px 0px;
	border: 0px;
	margin: 29px 0px 0px 0px;
	color: #182F62;
	font-weight: normal;
}
		
h4	{
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	line-height: 13px;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	border: 0px;
	margin: 0px 0px 0px 0px;
}

p	{
	padding: 0px 0px 25px 0px;
}
	
ul{
	list-style-type: none;
	padding: 0px;
	margin-top: 27px;
}

#galleria {
	width: 850px;
	float: left;
	margin-bottom:10px;
}

#galleria h2{margin:0px;}

li{
	display: block;
	float: left;
	
}

img	{
	margin: 0px;
	padding: 0px;
}
		
#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
	background-color: #DDDDDD;
	height: 290px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}

.banner { background-image: url(images/banner.jpg);}
.banner_camere { background-image: url(images/banner_camere.jpg);}
.banner_servizi { background-image: url(images/banner_servizi.jpg);}
.banner_prenota { background-image: url(images/banner_prenota.jpg);}
.banner_prezzi { background-image: url(images/banner_prezzi.jpg);}
.banner_mappa { background-image: url(images/banner_mappa.jpg);}

#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-repeat: no-repeat;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
}

#info {
	position: relative;
	z-index: 99;
	float: right;
	padding: 0px 0 0 10px;
	margin: 10px 0px 0 0;
	border-left: 1px solid #ccc;
	height: 45px;
}

 #info p {
	font-size:9px;
	border:none;
	margin:0px;
	padding:0px;
}

#info a {margin:0px; padding:0px;}

.mainContent {
	width: 410px;
	float: left;
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
}

#footer {
	padding: 0 10px 0 20px;
	background-color: #D68E0E;
} 

#footer p {
	border:none;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 9px;
	background-position: center;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#header ul {
	margin:0px;
	padding: 0px 0 0 0;
	list-style-type:none;
}
#header li {
	display:block;
	float:left;
	width: 60px;
}

#header a {
	color: #C61F1D;
	display: block;
	text-decoration: none;
	padding-top: 40px;
	text-align: center;
	font-weight: bold;
}

#header a:link a:visited {
	color: #C61F1D;
	display: block;
	text-decoration: none;
	padding-top: 40px;
	text-align: center;
}

#header a:hover {
	color: #2D9DCF;
}

.current {}

.home {
	background: url(images/home.png) no-repeat;
}

.camere {
	background: url(images/camere.png) no-repeat;
}
.servizi {
	background: url(images/servizi.png) no-repeat;
}
.prezzi {
	background: url(images/prezzi.png) no-repeat;
}
.prenota {
	background: url(images/prenota.png) no-repeat;
}
.mappa {
	background: url(images/mappa.png) no-repeat;
}
#mainContent a, #sidebar1 a, #sidebar2 a {
	color:#FF0000;
	text-decoration: underline;
}

#map { width:410px; height:340px;}

.istru{
	background-color: #B0B2B5;
	color: #FFFFFF;
	padding: 10px;
	margin:0 0 10px 0;
}

/* form styles */

form {
	width: 390px;
	text-align: left;
	margin-bottom:10px;
	background-color:#CF3323;
	padding:10px;
	height:340px;
	margin:0 0 10px 0;
}
form p {
	color:#FFFFFF; 
	margin:0px; 
	padding:0px;
}

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

legend {
	display: none;
}

form h3 {
	clear: both;
	padding: 5px 0px 10px 0px;
}

form label {
	display: block;
	color:#FFFFFF;
	line-height: 14px;
	padding: 0px 0px 0px 0px;
}

form input {
	display: block;
	margin-top: 3px;
}

form select {
	float: left;
	display: block;
}
.bord {border: 1px solid #CC9900;}
#info a:link {margin-top:2px; padding:0px 5px 0 0;width:20px; float:left; display:block;}

tr, td {
	background-color:#B0B2B5;
	color:#FFFFFF;
	font-weight:bold;
}

