
body {
	margin: 0;
	padding: 0;
	background-color: #ececec;
	text-align: center;
	margin: auto;
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	color: #4e4242;
}

p {
	margin: 0;
	padding: 0;
	margin-top: 14px;
}

.nopadd {
	margin: 0;
}

a img {
	border: 0;
}

a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #e61015;
	text-decoration: none;
}

a:hover {
	color: #e61015;
	text-decoration: underline;
}

small {font-size: 10px;}

/* Default Layout styling */

#outer-default {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -275px;
	left: 0;
	text-align: center;
	background-color: #a7a7a7;
}

#container-default {
	margin: auto;
	width: 900px;
	height: 550px;
	text-align: left;
}

/* End of default Layout styling */

/* Menu styling */

#outer-menu {
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	background-color: #ececec;
}

#container-menu {
	margin: auto;
	width: 500px;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	text-align: left;
}

/* End of menu styling */

/* Styling for main template */

#outer {
	text-align: center;
	position: absolute;
	background-image: url(images/main_bg.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	background-color: #ececec;
	width: 100%;
	left: 0;
}

#container {
	text-align: left;	
	margin: auto;
	
	width: 960px;
	left: 0;
}

#nav {
	float: left;
	display: inline;
	width: 772px;
	padding-left: 188px;
	height: 60px;
}

#image {
	float: left;
	display: inline;
	width: 960px;
	height: 334px;
}

#main-area {
	float: left;
	display: inline;
	width: 900px;
	padding: 0 35px 0 25px;
	min-height: 206px;
	height: auto !important;
	height: 206px;
	position:relative;
}

/* End of  styling for main template */

/* Generic styling for the 3 templates */

#text {
	float: left;
	display: inline;
	width: 461px;
	padding: 24px 22px 0 0;
	min-height: 182px;
	height: auto !important;
	height: 182px;
}

#text-alt {
	float: left;
	display: inline;
	width: 457px;
	padding: 24px 0 0 26px;
	min-height: 182px;
	height: auto !important;
	height: 182px;
}

#gallery {
	float: left;
	display: inline;
	width: 900px;;
	padding: 24px 0 0 26px;
	min-height: 182px;
	height: auto !important;
	height: 182px;
}

#button {
	float: left;
	display: inline;
	width: 240px;
	padding-top: 24px;
	min-height: 182px;
	height: auto !important;
	height: 182px;
}

#button a {
	font: bold 11px/20px Arial, Helvetica, sans-serif;
	color: #4e4242;
	text-decoration: none;
}

#button a:hover {
	font: bold 11px/20px Arial, Helvetica, sans-serif;
	color: #cd191c;
	text-decoration: none;
}

#address {
	float: left;
	display: inline;
	width: 177px;
	padding-top: 25px;
	min-height: 206px;
	height: auto !important;
	height: 206px;
}

#addressbox {
	width: 161px;
	height: 87px;
	padding: 24px 0 0 15px;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #4e4242;
}

#addressbox a {
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #e61015;
	text-decoration: none;
}

#addressbox a:hover {
	color: #e61015;
	text-decoration: underline;
}

/* End of generic styling for the 3 templates */

/* Form Styling */

form {
	margin: 0;
	padding: 0;
}

form p {
	padding: 0;
	margin: 0;
	padding-top: 5px;
	clear: left;
}

form p.topform {
	padding-top: 14px;
}

label {
	float: left;
	display: inline;
	width: 100px;
}

.mailinglist {
	width: 200px;
}

textarea {
	min-height: 87px;
	height: auto !important;
	height: 87px;
	padding: 0;
	margin: 0;
}

input.formbox, textarea {
	float: left;
	display: inline;
	padding-left: 2px;
	background-color: #ffffff;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #4e4242;
	border: #4e4242 solid 1px;
	width: 185px;
}

select {
	background-color: #ffffff;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #4e4242;
	border: #4e4242 solid 1px;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	height: 20px;
}

.selectdate {
	width: 58px;
}

.submit {
	background-color: #ffffff;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #4e4242;
	margin: 0;
	padding: 0;
	margin: 3px 0 0 100px;
	height: 21px;
}

/* End of Form Styling */

#voucher {
	border: 2px dotted #e61015;
	padding: 5px;
	width: 450px;
	padding-top: 15px;
}

	#voucher h2 {
		color: #e61015;
		font: bold 16px Arial, Helvetica, sans-serif;
		text-transform: uppercase;
	}
	
	#voucher span.highlight {
		color: #e61015;
	}

.menubtn {
	font: bold 12px/25px Arial, Helvetica, sans-serif;
	color: #4e4242;
	border: 1px solid #4e4242;
	padding: 4px 8px;
	text-align: center;
	margin-right: 8px;
	text-decoration: none;
}

a:hover.menubtn {
	color: #e61015;
	border: 1px solid #e61015;
	text-decoration: underline;
}


#aperitivo-btn {
	position:absolute;
	width:450px;
	height:163px;
	top:330px;
	left:475px;
}

#moxa-btn {
	position:absolute;
	width:188px;
	height:108px;
	top:198px;
	left:475px;
}

.sitebyimg {
	float: right;
}

#datepicker {
	float:left;
	display:inline;
	width:185px;
}
