* {	top: 0; left: 0; padding: 0; margin: 0; }


.clearer {
	clear: both;
}

.ajax-loading {
	background: url('../img/bg/spinner_bg.gif') center no-repeat;
	height: 250px;
}

#booking-container .error-message {
	display: block;
	clear: both;
	font-size: 0.9em;
	font-weight: bold;
	padding: 2px 0 2px 11px;
	margin: -10px 0 15px 0;
	color: red;
}

.shadow-left {
	float: left;
	width: 10px;
}

.shadow-right {
	float: right;
	width: 10px;
}

.wrapper-container {
	float: left;
	width: 95%;
}

/* GENERIC */
body {
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 12px;
	color: #333;
	background: #FFF url('../img/bg/body_bg.png') 50px 0px repeat-x;
}

/* LAYOUT */
#container {
	width: 978px;
	margin: 0 auto;
}

#header {
	position: relative;
	margin: 30px 0 0 0;
	height: 104px;
	background: url('../img/bg/header_bg.png') 0 0 repeat-x;
}


#menu {
	list-style-type: none;
	padding: 37px 0 0 135px;
}

#menu li {
	display: inline;
	margin: 0 60px 0 0;
}

#menu li a {
	color: #414141;
	text-decoration: none;
	font-weight: bold;
}

#menu li a:hover {
	text-decoration: underline;
}

#separator-pipe {
	margin: 0 20px 0 20px;
	color: #414141;
}

#logo {
	position: absolute;
	height: 106px;
	width: 395px;
	left: 518px;
	top: -19px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='http://www.pensionehotelsilvestri.com/img/bg/logo_bg.png');
}#logo[id]{ background: url('../img/bg/logo_bg.png') 0 0 no-repeat; }

#masthead {
	position: relative;
}

#navbar {
	position: absolute;
	width: 276px;
	left: 50px;
	top: -20px;
	list-style-type: none;
	padding: 70px 0 0 0;
}

#navbar li {
	height: 66px;
	margin: -19px 0 0 55px;
}

#navbar li:hover {
	color: #EE7117;
}

#navbar li a {
	margin: 0 0 0 5px;
	color: #414141;
	text-decoration: none;
	font-weight: bold;
}

#navbar li a:hover {
	color: #EE7117;
	list-style-type: square;
}

#masthead-image {
	height: 260px;
	background: url('../img/bg/masthead_bg.png') 0 0 no-repeat;
}

#content {
	padding: 0 0 30px 0;
	background: url('../img/bg/container_bg.png') 0 0 repeat-y;

}

#content h1 {
	font-size: 1.4em;
	padding: 20px 0 0 0;
	margin: 0px 0 10px 40px;
	color: #287A52;
}

#content h2 a.news {
	font-size: 0.7em;
	margin: 0 0 0 40px;
	border-bottom: 1px dashed #287A52;
	color: #287A52;
	text-decoration: none;
}

#content h2 a.news:hover {
	border-bottom: 1px solid #287A52;
	text-decoration: none;
}

#content p {
	font-size: 1.0em;
	margin: 0px 0 0px 40px;
	width: 90%;
	line-height: 22px;
	text-indent: 15px;
}

#content p a {
	text-decoration: none;
	color: #287A52;
	border-bottom: 1px dashed #287A52;
}

#content p a:hover {

	color: #287A52;
	border-bottom: 1px solid #287A52;
}

#content p img.floatLeft {
	float: left;
	margin: 4px;
}

#content p img.floatRight {
	float: right;
	margin: 4px;
}

#footer{
	height:50px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='http://www.pensionehotelsilvestri.com/img/bg/footer_bg.png');
}#footer[id]{ background: url('../img/bg/footer_bg.png') 0 0 no-repeat; }

#footer-bar {
	list-style-type: none;
	margin: 0 auto;
	display: block;
	text-align: center;
	margin: 5px 0 0 0;
}

#footer-bar li {
	display: inline;
	color: #BBB;
}

#footer-bar li a {
	margin: 0 10px 0 10px;
	color: #414141;
	text-decoration: none;
}

#footer-bar li a:hover {
	color: #EE7117;
	text-decoration: none;
}

#booking {
	float: left;
	padding: 20px 0 0 65px;
}

#booking-container {
	width: 325px;
	padding: 0 0 10px 0;
	background: #ECF1F3;
}

#booking-container h1 {
	font-size: 1.1em;
	padding: 10px;
	margin: 0 0 0 9px;
	font-weight: normal;
	border-bottom: 1px solid #CCC;
	width: 86%;
}

#booking form {
	margin: 15px 0 0 0;
}

#booking .input, #guestbook-container .input {
	height: 30px;
}

#booking label, #guestbook-container label {
	display: block;
	float: left;
	width: 80px;
	margin: 0 0 0 10px;
	font-size: 0.9em;
	padding: 3px 0 0 0;
	font-weight: bold;
	color: #333;
}

#booking input, #guestbook-container input {
	display: block;
	float: left;
	width: 150px;
	border: 1px solid #B4BAC0;
	font-size: 0.9em;
	padding: 3px 2px 2px 2px;
}

#booking input:focus, #guestbook-container input:focus {
	border: 1px solid #287A52;
}

#booking select, #guestbook-container select {
	display: block;
	float: left;
	width: 150px;
	border: 1px solid #B4BAC0;
	font-size: 0.9em;
	padding: 2px 1px 1px 1px;
}

#booking .submit {
	display: block;
	text-align: center;
}

#booking .submit input, #guestbook-container .submit input {
	float: none;
	margin: 0 auto;
	background: url('../img/bg/bg_button.gif') 0 0 repeat-x;
	font-weight: bold;
}

#guestbook-container .submit input {
	margin: 10px 0 5px 90px;
}

#guestbook-container .error-message{
	font-weight: bold;
	color: #FF0000;
	margin-left: 90px;
}

#booking .terms  {
	font-size: 0.8em;
	width: 90%;
	margin: 5px 0 10px 10px;
}

#booking .terms a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dashed #B4BAC0;
}

#booking .terms a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #B4BAC0;
}

#middle-content {
	float: left;
	width: 50%	;
	padding: 20px 0 0 20px;
}

#middle-content h1 {
	padding: 0;
	margin: 0 0 10px 0;
}

#middle-content p {
	padding: 0;
	margin: 0;
	width: 100%;
}

#side-news {
	width: 100%;
	margin: 10px 0 0 10px;
	background: #F8F8F8;
	padding: 2px 10px 5px 10px;
}


#side-news h2 {
	font-size: 0.9em;
	margin: 5px 0 0 0;

}

#side-news h2 a {
	color: #EE7117;
	text-decoration: none;
	border-bottom: 1px dashed #EE7117;
}

#side-news h2 a:hover {
	color: #EE7117;
	text-decoration: none;
	border-bottom: 1px solid #EE7117;
}

#side-news p {
	font-size: 0.9em;
	width: 100%;
}

#side-news-title {
	display: block;
	font-size: 1.0em;
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: bold;
	color: #287A52;
}

.news-box {
	padding: 15px 0 0 0;
	font-size: 0.9em;
}


#guestbook-container {

	width: 80%;
	margin: 10px 0 0 40px;
	background: #F7F7F7;
	padding: 2px 10px 5px 10px;
}


#guestbook-box {
	width: 80%;
	margin: 10px 0 0 40px;
	background: #F7F7F7;
	padding: 2px 10px 5px 10px;
}

#guestbook-box ul {
	padding: 5px 0 5px 60px;
}
#guestbook-title {
	display: block;
	font-size: 1.0em;
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: bold;
	color: #287A52;
}

.pagination {
	text-align: center;
	margin: 20px 0 0 0;
}

.pagination a {
	text-align: center;
	margin: 20px 0 0 0;
	color: #EE7117;
	text-decoration: none;
	border-bottom: 1px dashed #EE7117;
}

.pagination a:hover {
	color: #EE7117;
	text-decoration: none;
	border-bottom: 1px solid #EE7117;
}
/* TOOLTIP */


.tool-tip {
	color: #fff;
	width: 220px;
	z-index: 13000;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url('../img/bg/bubble_bg.png') top left;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url('../img/bg/bubble_bg.png') bottom right;
}

.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}

.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}

.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

/*DataPicker*/
input.DatePicker{
	display: block;
	width: 150px;
	padding: 3px 3px 3px 24px;
	border: 1px solid #0070bf;
	font-size: 13px;
	background: #fff url(date.gif) no-repeat top left;
	cursor: pointer;
}
input:focus.DatePicker{
	background: #fffce9 url(datefocus.gif) no-repeat top left;
}

.dp_container{
	position: relative;
	padding: 0;
	z-index: 400;
}
.dp_cal{
	background-color: #fff;
	border: 1px solid #0070bf;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0px 0px 3px 0px;
	z-index: 500;
}
.dp_cal table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.dp_cal select{
	margin: 2px 3px;
	font-size: 11px;
}
.dp_cal select option{
	padding: 1px 3px;
}
.dp_cal th,
.dp_cal td{
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
}
.dp_cal th{
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #797774;
	background: #daf2e6;
	font-weight: bold;
}
.dp_cal td{
	cursor: pointer;
}
.dp_cal thead th{
	background: #d9eefc;
}
.dp_cal td.dp_roll{
	color: #000;
	background: #fff6bf;
}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}
.dp_empty{
	background: #eee;
}
.dp_today{
	background: #daf2e6;
}
.dp_selected{
	color: #fff;
	background: #328dcf;
}

/* IFrame */
iframe {
	float: left;
	margin:  0 20px 20px 20px;
}

/*Contacts*/
#contacts {
	width: 300px;
	margin: 10px auto;
	background: #eee;
	border: 1px dotted #bbb;
	padding: 0 0 10px 0;
}

.contacts-title {
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	margin: 10px 0 10px 0;
}

.contacts-info {
	font-weight: bold;
	font-size: 1.0em;
	margin: 5px 0 0 10px;
	color: #909090;
}

.info {
	color: #333;
}

/* Rooms-box */
.iconLeft{
	float: left;
	margin: 0 0 10px 0;
}

.rooms-box {
	width: 550px;
	margin: 5px;
}

.rooms-box .block-left {
	float: left;
	width: 150px;
	margin: 15px 0 0 0;
	padding: 0 0 10px 0;
}

.rooms-box .block-right {
	float: left;
	/*width: 350px;*/
	margin: 15px 0 0 0px;
	padding: 0 0 10px 0;
}

.rooms-box .view-block-left {
	float: left;
	margin: 15px 0 0 0;
	padding: 0 0 10px 0;
}

.rooms-box .view-block-right {
	float: left;
	margin: 15px 0 0 0;
	padding: 0 0 10px 0;
}

.rooms-box .view-block-top {
	width: 150px;
	margin: 15px 0 0 40px;
	padding: 0 0 10px 0;
}

.rooms-box .view-block-bottom {
	margin: 15px 0 0 0px;
	padding: 0 0 10px 0;
}

.rooms-box h2 {
	float: left;
	font-size: 1.0em;
	margin: 0 0 0 10px;
}

.rooms-box h2 a {
	color: #287A52;
	text-decoration: none;
	border-bottom: 1px dashed #287A52;
}

.rooms-box h2 a:hover {
	text-decoration: none;
	border-bottom: 1px solid #287A52;
}

.rooms-box .description {
	font-size: 0.9em;
	float: left;
	margin: 0 0 0 10px;
	line-height: 18px;
	width: 320px;
}

.rooms-box .kind {
	float: left;
	font-weight: bold;
	font-size: 0.9em;
	margin: 2px 0 0 10px;
}

.rooms-box .price {
	float: left;
	font-size: 0.9em;
	margin: 2px 0 0 10px;
}

.rooms-box .FLeft {
	float: left;
	margin: 0 0 10px 0;
}


.rooms-box 	.block-left img {
	padding: 4px;
	border:solid;F
	border-color: #eee;
	border-width: 1px;
}

.booking-confirm {
	font-size: 1.0em;
	margin: 0;
	padding: 0;
	width: 90%;
	line-height: 20px;
	text-indent: 0px;
}

.services {
	padding: 20px 0 0 100px;
}

.services li {
	height: 20px;
}

