/*
13/03/2009
BHR - screen stylesheet
author: Alessandro Chinazzo
*/

/* Reset style - Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* -------------------- */

html, body {
    height: 100%;
}

body {
	margin: 0; padding: 0;
	font-family: "Helvetica (TT)", Arial, Verdana, sans-serif;
	font-size: 62.5%;
	background: #18000d url('/images/bg.jpg') 0 0 no-repeat;
	text-align: center;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

img {
	border: 0;
}

/* ------ Layout ------ */

#main {
	width: 984px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px;
}

#header {
	position: relative;
	height: 95px;
}

#content {
	height: 200px;
	color: #a8a8a8;
}

#footer {
	height: 90px;
	text-align: center;
	font-size: 1.1em;
	color: #fff;
	background: transparent url('/images/bg-footer.png') 0 0;
}

/* -------------------- */

/* ------ Header ------ */

#header #logo {
	position: absolute;
	top: 20px;
	left: 8px;
}

#header #corporate-nav ul {
	position: absolute;
	top: 20px;
	left: 253px;
	font-size: 1.2em;
}

#header #corporate-nav ul li {
	float: left;
	width: 110px;
	margin-right: 12px;
	padding: 5px 0 0;
	text-align: right;
	border-top: 1px solid #b1005d;
}

#header #corporate-nav ul a {
	text-decoration: none;
	color: #b1005d;
}

#header #lang-nav {
	position: absolute;
	top: 20px;
	right: 0;
	width: 110px;
	margin-right: 8px;
	padding: 0;
	font-size: 1.2em;
	color: #8d8d8d;
	text-align: right;
}

#header #lang-nav a {
	text-decoration: none;
	color: #8d8d8d;
}

#header #lang-nav li {display:inline;margin-left:5px}

/* ------ Content ------ */

#content #area-selection {
	width: 984px;
	height: 246px;
}

#content .box {
	position: relative;
	display: none;
	float: left;
	width: 229px;
	height: 229px;
	padding: 6px 9px 11px 8px;
	background: transparent url('/images/bg-box-home.png') 0 0 no-repeat;
}

#content .box-container {
	position: absolute;
	top: 6px; left: 8px;
	width: 229px;
	height: 229px;
}

#content .box-container a {
	position: absolute;
	bottom: 15px; left: 15px;
	font-size: 1.8em;
	color: #fff;
	text-decoration: none;
}

#content #hotel .box-container {
	background-color: #e30069;
}

#content #meeting .box-container {
	background-color: #ff3000;
}

#content #divino .box-container {
	background-color: #9f0049;
}

#content #gioja .box-container {
	background-color: #960099;
}

.section-title {
	font-weight: normal;
}

/* -------------------- */

/* ------ Footer ------ */

#footer #info-section {
	width: 960px;
	padding: 16px 0;
	margin: 0 auto;
	text-align: left;
	line-height: 1.4545em;
}

#footer #info-section .bhr {
	color: #b1005d;
}

#footer #info-section a {
	color: #fff;
}

#footer #address,
#footer #contacts,
#footer #service {
	float: left;
}

#footer #credits {
	float: right;
}

#footer #address {
	width: 228px;
}

#footer #contacts {
	width: 250px;
}

/* -------------------- */

/* ------ Utils ------ */

.push {
	height: 90px;
}

#loader {
	position: absolute;
	background: #fff url('/images/ajax-loader.gif') no-repeat 50% 50%;
}

.clearfix:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* ------- */


