/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins/tabs.css";


/* Site
-------------------------------------------------------------- */

/* @group redefinitions */

body {
	margin: 0;
	padding: 0;
	color:  #fff;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Georgia, Times, serif;
}

a:Link, a:Hover, a:Focus, a:Visited, abbr, acronym, .accesskey {
	text-decoration: none;
}

a {
	color: #fff;
	padding-right: 1px;
	padding-left: 1px;
	border-bottom: 1px solid #91062a;
}

/* @end */

/* @group tags */

body {
	background-color: #3a3c2b;
}

/* @end */

/* @group container */

#container {
	margin: 0 auto;
	width: 900px;
	height: 569px;
}

/* @end */

/* @group header */

#header {
	background: transparent url(../images/miramontilaltro.png) no-repeat center 5px;
	width: 100%;
	height: 150px;
}

#header h1, #header h1 a {
	color: #3a3c2b;
	font-size: 0;
	line-height: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-transform: lowercase;
	vertical-align: bottom;
	width: 100%;
	height: 123px;
	margin: 0;
	padding: 0;

}
#header h1 {
	margin-bottom: 4px;
}
#header h1 a {
	display: block;
	border: none;
}

/* @group navbar */

#navbar h3, #content h2, #subheader h3 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -1000px;
	left: -1000px;
}

#navbar ul.tabs {
	width: 525px;
	height: 21px;
	background: transparent url(../images/navbar_bg.png) no-repeat right top;
	float: right;
	padding-left: 20px;
}
#navbar ul.tabs li {
	margin: 0 15px;
}
#navbar ul.tabs li.first {
	margin-left: 10px;
}
#navbar ul.tabs li.last {
	margin-right: 0;
}
#navbar ul.tabs li a {
	color: #fff;
	font-size: 116%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: lowercase;
	line-height: 20px;
	padding: 0;
	border: none;
}
#navbar ul.tabs li a.selected {
	color: #91062a;
}


/* @end */

/* @end */

/* @group content */

#content {
	height: 355px;
	background: transparent url(../images/content_bg.png) no-repeat center top;
	border-bottom: 1px solid #808078;
	padding-top: 15px;
	padding-bottom: 0;
}

/* @group overlay */

#image {
	position: relative;
	width: 900px;
	height: 340px;
	color: #3c3d2c;
	font-size: 0;
	line-height: 0;
}
#overlay {
	background: transparent url(../images/home_overlay.png) no-repeat center top;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 340px;
}

#flash {
	line-height: 15px;
	height: 15px;
	vertical-align: middle;
	margin: 0;
	padding: 0 10px 0 13px;
	text-align: left;
	background: transparent url(../images/right_arrow.gif) no-repeat 1px center;
}
#flash p {
	margin: 0;
	padding: 0;
}
#flash p a {
	color: #fff;
}

/* @end */

/* @end */

/* @group footer */

/* @group languageselection */

form#languageselection {
	padding: 10px 0 0 10px;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	cursor: pointer;
}
form#languageselection fieldset {
	margin: 0;
	padding: 0;
	border: none;	
}
form#languageselection fieldset legend, form#languageselection fieldset label {
	margin: 0;
	padding: 0;
	font-size: 0;
	display: none;
}
/*form#languageselection fieldset label {
	float: left;
	font-weight: normal;
	margin-right: 10px;
}*/
form#languageselection fieldset div.title, form#languageselection fieldset ul.selection li {
	font-size: 91%;
	width: 16px;
	line-height: 16px;
	margin: 0;
	padding: 2px;
	text-align: center;
	background-color: #737474;
	border: 1px solid #808078;
	vertical-align: middle;
}
form#languageselection fieldset div.title {
	width: 18px;
	background-color: #5f6059;
}
form#languageselection fieldset ul.selection {
	margin: 0;
	padding: 0;
	cursor: pointer;
}
form#languageselection fieldset ul.selection li {
	margin-top: 1px;
}
form#languageselection fieldset ul.selection .hover {
	color: #91062a;
}

/* @end */

#footer {
	background: transparent url(../images/footer_bg.png) no-repeat center top;
	width: 100%;
	height: 53px;
	position: relative;
}

#footer address {
	margin: 0;
	padding: 0 10px 10px 0;
	text-align: right;
	color: #a0a0a0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	position: absolute;
	right: 0;
	bottom: 0;
}
#footer address a {
	color: #a0a0a0;
	padding: 0;
	border: none;
}



/* @end */

/* @group growl */

#growlDock {
	margin-left: -200px;
	position: fixed;
    top: 458px;
    left: 50%;
    width: 400px;
  	z-index: 50000;
}

.notice {
	background: transparent url(../images/growl/notice.png) no-repeat center center;
	display: block;
	float: right;
	width: 400px;
	height: 50px;
	padding: 10px 0 0;
    color: #fff;
}
.notice .message h3 {
	margin: 0 15px;
	padding: 0 0 4px 0;
	font-size: 116%;
}
.notice .message p {
	margin: 0 15px;
	line-height: 116%;
}
.notice .message a {
	color: #fff;
	padding: 0;
	border: none;
}

/* @end */

/* @group warweus */

.warweus, .warweus a {
	color: #6d6f5e;
	text-align: left;
	text-transform: lowercase;
	text-decoration: none;
	padding: 0;
	margin: 4px auto 0;
	font: normal 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	vertical-align: text-bottom;
	width: 900px;
	border: none;
}

/* @end */