body {
	color: white;
	background: #232323 url("./images/background.png") repeat-x top center;
	text-align: justify;
	font: 10pt Verdana, Arial, sans-serif;
}

body, div, h1, a, p, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

span {
	text-align: center;
	display:inline-block;
}

p {
	margin-bottom: 3pt;
}

form p {
	margin-top: 3pt;
	margin-bottom: 6pt;
}

a {
	color: orange;
	text-decoration: none;
}

a:hover {
	color: #FFDD33;
}

#page {
	margin-left: auto; margin-right: auto;
	width: 880px;
	height: 100%;
}

.red {
	color: #FF3300;
}

.orange {
	color: orange;
}

.barra {
	margin-left:-24px;
}
/*.barraReverse {
	position:relative;
	margin-top:16px;
	margin-bottom:8px;
	margin-right:-24px;
}*/

/*------------------------------------------------------------------- HEADER */
#header {
	position: relative;
	height: 81px;	width: 820px;
	margin-left: auto; margin-right: auto;
}

#welcomeBox {
	position: absolute;
	width: 500px;
	font-size: 14px;	/* absolute font size */
	text-align: right;
	padding-right: 10px;
	padding-top: 35px;
	padding-left: 50px;
	margin-left: 270px;
	z-index: 1;

}
#welcomeTag {
	font-size: 16px;	/* absolute font size */
	font-style: italic;
	color: white;
}
#welcomeName {
	font-size: 16px;	/* absolute font size */
	color: orange;
	margin-left: 4px;
}
#welcomeSlider {
	float: right;
	margin-top: -32px;
}

img.floatRight {
		width: 25px;
		height: 25px;
		margin-left: 2px;
		}

img.floatRight2 {
		width: 18px;
		height: 18px;
		margin-left: 2px;
}


.loginFailed {
	color: red;
}

img.logo {
	position: absolute;
	float: left;
	margin-top: 15px; margin-left: 0px;
}

/*------------------------------------------------------------------- MENU */
#menu {
	font-size: 14px;
	margin-top: 2px;
	height: 26px;
	width: 881px; margin-left: auto; margin-right: auto;
	background: url("./images/middle_bg.png") repeat-y top center;
	}

#flashMenu {
	
	width: 820px;
	margin-left: 31px;
}

#menu span {
	display: inline-block;
	line-height: 27px;
	margin: 0px;
	border: 0px;
}

.menu_item a {color: white; text-decoration: none;}
.menu_item:hover a	{color: orange;}

.menu_item_orange {
	text-align: center;
	color: white;
	font-weight: bold;
	width: 153px;
	height: 26px;
	background: url("./images/menu/orange.png") no-repeat top center;
}

.menu_item {
	text-align: center;
	width: 153px;
	height: 26px;
	background: url("./images/menu/gray.png") no-repeat top center;
}

.menu_item:hover {
	background: url("./images/menu/hover.png") no-repeat top center;
}

.menu_start_orange {
	width: 2px;
	height: 26px;
	background: url("./images/menu/start_orange.png") no-repeat top center;
}

.menu_start_gray {
	width: 1px;
	height: 26px;
	background: url("./images/menu/start_gray.png") no-repeat top center;
}

.menu_end_orange {
	width: 1px;
	height: 26px;
	background: url("./images/menu/end_orange.png") no-repeat top center;
}

.menu_end_gray {
	width: 1px;
	height: 26px;
	background: url("./images/menu/end_gray.png") no-repeat top center;
}

.menu_sep_gray2gray {
	width: 13px;
	height: 26px;
	background: url("./images/menu/gray2gray.png") no-repeat top center;
}

.menu_sep_orange2gray {
	width: 13px;
	height: 26px;
	background: url("./images/menu/orange2gray.png") no-repeat top center;
}

.menu_sep_gray2orange {
	width: 13px;
	height: 26px;
	background: url("./images/menu/gray2orange.png") no-repeat top center;
}

/*------------------------------------------------------------------- MIDDLE */
#middle {
	width: 880px;
	background: url("./images/middle_bg.png") repeat-y top center;
	margin-left: auto; margin-right: auto;
	}

#content {
	height: 100%; width: 816px;
	background: url("./images/content_bg.png") no-repeat top center;
	margin-left: auto; margin-right: auto;
}

#inside{
	margin-left: 24px; 
	margin-right: 24px; 
	padding-top: 24px;
	padding-bottom: 16px;
}

.introBox {
	padding: 16px;
	border:5px solid #F15A24;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background: url("./images/pixel_alpha_light.png");
	-moz-border-radius: 8px; -webkit-border-radius: 8px;
}

#contatti {
		height: 440px; width: 816px;
	    background: url("./images/cornice.png") no-repeat  20% 20%;
	    padding-left:90px;
	    white-space:pre;
		margin-top:16px;
	    font: 8pt Verdana, Arial, sans-serif;
}

.errorBox {
	text-align: center;
	color: white;
	margin: 0px 0px 10px 0px;
	border-top: 3px dashed red; border-bottom: 3px dashed red;
	padding: 10px;
	background: url("./images/pixel_alpha_dark.png");
}

.messageBox {
	text-align: center;
	color: white;
	margin: 0px 0px 10px 0px;
	border-top: 3px dashed green; border-bottom: 3px dashed red;
	padding: 10px;
	background: url("./images/pixel_alpha_light.png");
}

.arancione {
	font: 19pt Verdana, Arial, sans-serif;
	font-weight: 600;
	color: #F15A24;
	margin: 0px;
}

.rulesBox {
	width: 90%;
	height: 150px;
	overflow: auto;
	background-color: #333333;
	color: #CCCCCC;
	font-size: 80%;
	border: 1px solid #666666;
	padding: 5px;
	margin: 0px auto;
}

#inputForm {
	margin-left: 200px;
}

div.slider  { clear:both;position:relative;margin:0 0 10px; }

input[type="text"]         { padding:3px; border:0px solid; -moz-border-radius:3px; -webkit-border-radius: 3px;}
input[type="text"]:focus   { border:0px solid; border-color:#F15A24; -moz-border-radius:3px; -webkit-border-radius: 3px;}
input[name="zip"]          { width:150px; }

.Gmaps{
	padding: 3px;
	border: 4px solid #F15A24;

}

.carrello  { 
	text-align: right;
	width: 30px;
	height: 30px;
}

#select {
	padding-left: 40px;
	padding-right: 40px;
	text-align: right;
	color: #F15A24;
}

/*------------------------------------------------------------------- RESERVATION */
#datePickers {
	width: 90%;
	height: 260px;
	margin-left: auto;
	margin-right: auto;
}
.column1of2 {
	text-align: center;
	width: 50%;
	float: left;
}
.column2of2 {
	text-align: center;
	width: 50%;
	float: right;
}
div.ui-datepicker {
	border: 1px solid #F15A24;
	margin-left: auto;
	margin-right: auto;
}
#numberPersons {
	text-align: center;
	clear: both;
	padding-top: 10px;
}

.place {
	text-align: center;
	padding: 4px;
	border: 4px solid #91462B;
	padding: 10px 10px 3px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url("./images/pixel_alpha_dark.png");
	-moz-border-radius: 8px; -webkit-border-radius: 8px;
}

.chooseRoom {
	min-width: 720px;
	padding-top: 8px; padding-bottom: 8px;
	border: 2px solid #F15A24;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url("./images/pixel_alpha_light.png");
	-moz-border-radius: 8px; -webkit-border-radius: 8px;
}

.confirmRoom {
	padding-top: 8px; padding-bottom: 8px;;
	border:3px solid #F15A24;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url("./images/pixel_alpha_light.png");
	-moz-border-radius: 8px; -webkit-border-radius: 8px;
}

.stayLeft {
	font: 20pt Verdana, Arial, sans-serif;
	color: #F25B25;
}
.stayRight {
	font: 9pt Verdana, Arial, sans-serif;
	margin-top: 3px;
	margin-right: 8px; 
	text-align: right;
	float: right;
}

.placeTag {
	font: 23pt Verdana, Arial, sans-serif;
	font-weight: 600;
	color: white;
}
.priceTag {
	font: 11pt Verdana, Arial, sans-serif;
	color: orange;
	text-decoration: none;
}


/*------------------------------------------------------------------- FOOTER */
#footer {
	margin-left: auto; margin-right: auto;
	height: 40px;
	background: url("./images/footer_bg.png") no-repeat top center;
}

#signature {
	float: right;
	font-size: 80%;
	text-align: right;
	padding: 15px 30px 0px 0px;
}