/* Typography */
* {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 14px;
}

#navbar ul li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#navbar ul li a span {
	font-size: 14px;
}

#navbar ul li a:hover {
	text-transform: uppercase;
	text-decoration: none;
	color: #FECB65;
}

#navbar ul li a.active {
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	color: #FECB65;
}

#navbar ul li.home a.active {
	text-transform: uppercase;
	text-decoration: none;
	color: #FECB65;
}

#navbar ul li.home a:hover {
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	color: #FECB65;
}

p {
	font-size: 10px;
	line-height: 14px;
	padding: 10px;
}

p a {
	color: #D48300;
	font-size: 12px;
}

a {
	color: #D48300;
}
/* Classes */
.clearer {
	clear: both;	
}

/* Layout */
* {
	top: 0; left: 0; padding: 0; margin: 0;
}

body {
	background: #562606;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#container {
	background: #f4cbaa;
}

#wrapper-header {
}
#header {
	margin: 0 auto;
	height: 124px;
	width: 733px;
	background: url('../img/header.gif') 0 0 no-repeat;
	padding-bottom: 10px;
}

#wrapper-navbar {
	background: url('../img/bg_navbar.gif') 0 0 repeat-x;
}

#navbar {
	margin: 0 auto;
	width: 766px;	
	height: 74px;
	clear: both;
}

#navbar ul {
	clear: both;
}

#navbar ul li {
	display: inline;
	height: 74px;
}

#navbar ul li a {
	display: block;
	float: left;
	height: 74px;
	padding: 14px;
}

#navbar ul li a span {
	display: block;
	margin: 15px 0 0 0;
}

#navbar ul li a:hover {
	display: block;
	float: left;
	color: #FECB65;
}

#navbar ul li a.active {
	display: block;
	float: left;
	color: #fff;
	height: 74px;
}

#wrapper-content {
	padding: 10px 0 20px 0;
	border-right: 1px solid #E5E5E5;	
	border-left: 1px solid #E5E5E5;		
	width: 766px;
	margin: 0 auto;
	background: #FFF;
}

#wrapper-content.home {
	padding: 10px 0 20px 0;
	border: 0;
	width: 766px;
	background: transparent;
	margin: 0 auto;
}

#content {
	margin: 0 auto;
	width: 766px;
}	

#footer-wrapper {
	height: 79px;
	background: url('../img/bg_footer.gif') 0 0 repeat-x;	
}

#footer {
	width: 766px;
	height: 120px;
	margin: 0 auto;
	text-align: center;
}

#footer img{
	padding: 20px 0;
}

#footer a:link, a:visited{
	font-size: 12px;
	text-decoration: none;
}

#footer a:hover{
	font-size: 12px;
	text-decoration: underline;
}

#footer p{
	color:#B07045;
	font-size: 12px;
	padding: 0;
	margin-left: 10px;
}

#footer span.maremmafooter{
	font-size: 12px;
	color: #C6B3A7	;
}

#introazienda {
	height: 30px;
	margin: 1px 1px 1px 1px;
	
}

#introahomepage {
	height: 436px;
	margin: 1px 1px 1px 60px;
	background: transparent;
}

#maremma {
	height: 450px;
	width: 665px;
	margin: 1px 1px 1px 50px;
}

#maremma-affitto {
	height: 496px;
	width: 758px;
}


#maremmaleft {
	float: left;
	height: 393px;
	width: 296px;
}

#maremmaright {
	float:right;
	height: 393px;
	width: 360px;
	margin-right: 60px;
	background: #461f05;
}

#maremmaform {
	position: relative;
	height: 470px;
	width: 700px;
	color: #461f05;
	background: transparent;
}

#maremmaformprenotazioni {
	position: relative;
	height: 550px;
	width: 700px;
	color: #461f05;
	background: transparent;
}

#maremmaformleft {
	float: left;
	height: 430px;
	width: 270px;
	color: #ffffff;
	background: #461f05;
}

#maremmaformleft label {
	display: block;
	font-size: 10px;
	color: #ffffff;
	padding: 0 0 5px 0;
}


#maremmaformleftprenotazioni {
	float: left;
	width: 300px;
	color: #ffffff;
	background-color: #5e3216;
}

#maremmaformleftprenotazioni h2{
	font-size: 14px;
	color: #fff;
	padding: 10px 0 0 10px;
	text-transform: uppercase;
}

#maremmaformleftprenotazioni label{
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
}

#maremmaformright {
	float: right;
	height: 460px;
	width: 400px;
	color: #461f05;
	background: transparent;
	text-align: center;
}

#maremmaform h2 {
	font-size: 22px;
	padding: 10px 0 0 10px;	
}


/* Others */

/* Mastheads */
#masthead {
	height: 293px;
	width: 620px;
	padding: 0 0 20px 0;
}

/* Form */
#contact-form {
	background: #FDFDFD;
	border: 1px solid #EEE;
	padding: 10px;
}

.input {
	padding: 10px 0;
}

textarea {
	width: 150px;
	height: 100px;	
}

label {
	display: block;
	font-size: 10px;
	color: #461f05;
	padding: 0 0 5px 0;
}

.error label {
	display: block;
	font-size: 12px;
	color: red;
	padding: 0 0 5px 0;
}

strong {
	font-size: 10px;
}

/* Images */

img {
	border: 0;
}

#valdidate {
	padding-top: 15px;
}

#tokyo {
	position: relative;
	float: right;
	top: 80px;
	background: transparent;
}

#tokyo a {
	color: #ef3d33;
	font-size: 12px;
}

.marchiorosso {
	background-color: red;
	font-size: 18px;
	font-family: Georgia;
	color:#fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 12px;	
}