@charset "utf-8";
/* CSS Document */

body{
	background-color:#663333;
	margin:0px;
	padding:0px;
	font-family:Tahoma; 
	font-size:11px;

}

strong{ color:#f6f3a2;}


.home{
	background-image: url(images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0px;
	padding-top:0px;
	
}
.camere{
	background-image: url(images/bg_camere.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0px;
	padding-top:0px;
	
}
.ambientazione{
	background-image: url(images/bg_ambientazione.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0px;
	padding-top:0px;
	
}
.contatti{
	background-image: url(images/bg_contatti.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0px;
	padding-top:0px;
	
}
.ristorante{
	background-image: url(images/bg_ristorante.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0px;
	padding-top:0px;
	
}

.testocamere{font-size:10px; color:#333333; background-color:#FFCC66; text-transform:uppercase;}
.testocamere2{font-size:10px; color:#FFCC66; background-color:#333333;}


.bg{
	width: 100%; background-color:#1d0b0e; opacity:.70; filter: alpha(opacity=70); -moz-opacity: 0.7;
	border-bottom:2px solid #f6f3a2; border-top:2px solid #f6f3a2;
}

.mappa{
	background-image: url(images/mappa.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	opacity:.50; filter: alpha(opacity=50); -moz-opacity: 0.5;
}



.underlinemenu{
width: 100%;
font-size:11px;
text-transform:uppercase;
padding-top:50px;
}

.underlinemenu ul{
padding:0px; 
margin: 0;
text-align: right;
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #f6f3a2;
padding: 6px 3px 4px 3px; 
text-decoration: none;
border-bottom: 3px solid #f6f3a2; 
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #f9d901;
}


/*GALLERIA FOTO*/
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border:  2px solid #ffffff;

}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: black;
	
}
.highslide-wrapper, .glossy-dark {
	background: #111;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	color: white;
	background: #111;
}
.highslide-heading {
	display: none;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: black;
	/*
	padding-left: 22px;
	background-image: url(highslide/graphics/loader.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	*/
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move a {
	cursor: move;
}


.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background: url(highslide/graphics/controlbar-black-border.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	display: none;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}


/*SCROLL*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 450px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

margin: 0.3em auto;
padding: 15px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 340px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

margin: 0.3em auto;
padding: 15px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: white;
}
.vscrollerbar {
width: 10px;
background-color: black;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

/*CONTATTI*/
.cssform p{
width: 250px;
clear: left;
margin: 0;
padding: 2px 0 2px 0;
padding-left: 155px; 
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; 
width: 150px;
text-align:right;
padding-right:5px;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 50px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
