@charset "utf-8";
/* CSS Document */

/* Lil Bella's */

/* Standard Elements */

body {
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #1B0C07;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* Custom Elements */

#frame {
	width: 1000px;
	margin: 0 auto;
}

#header {
	background-image: url(../images/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 283px;
	padding-top: 1px 
}

.logo {
	height: 194px;
	width: 130px;
	display: block;
	margin: 20px auto 0 auto;
	text-decoration: none;
}

.logo span {
	visibility: hidden;
}

#navigation {
}

#navigation span {
	visibility: hidden;
}

#navigation dl {
	padding: 0;
	margin: 0;
}

#navigation dd {
	float: left;
}

.home {
	background-image: url(../images/home.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 56px;
	width: 93px;
	display: block;
	margin-left: 129px;
	text-decoration: none;
}

.home:hover {
	background-position: bottom;
}

.menu {
	background-image: url(../images/menu.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 56px;
	width: 93px;
	display: block;
	margin-left: 140px;
	text-decoration: none;
}

.menu:hover {
	background-position: bottom
}

.contact {
	background-image: url(../images/contact.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 56px;
	width: 108px;
	display: block;
	margin-left: 148px;
	text-decoration: none;
}

.contact:hover {
	background-position: bottom;
}

#home .home {
	background-position: bottom;
}

#menu .menu {
	background-position: bottom;
}

#contact .contact {
	background-position: bottom;
}

#corpus {
}

#corpus_top {
	background-image: url(../images/corpus_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 47px;
	padding: 0 71px;
}

#benvenuto {
	margin: 15px 0 0 10px;
}

#corpus_repeat {
	background-image: url(../images/corpus_repeat.png);
	background-position: top;
	background-repeat: repeat-y;
	min-height: 100px;
	padding: 0 71px;
}

#menu #corpus_repeat {
	clear: both;
}


#content {
	padding: 1px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E8750;
}

#content img {
	border: none;
}

#content p {
	margin: 6px 0;
}

#content a.maplink {
	color: #3E8750;
	text-decoration: none;
}

#content a.maplink:hover {
	color: #3E8750;
	border-bottom: #3E8750 1px solid;
}

#corpus_bottom {
	background-image: url(../images/corpus_bottom.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 92px;
	padding: 0 71px;
	margin-top: -25px;
}

#open_at {
	float: left;
	margin-left: 50px;
}

#cc_logos {
	float: right;
	margin-right: 80px;
	margin-top: 30px;
}

/*MENU PAGE*/

#menu,#menu #content {
	font-size: 11px;
}

#our_menu { 
	float: left;
	margin: 0 0 0 335px;
	position: relative;
	top: -30px;
}

#our_menu p {
	padding: 0px;
	margin: 0px;
}

#menuDL{
	float: right;
	padding: 25px 25px 0 0;
}

#menuDL a,#btc a {
	color: #3E8750;
}

#menu1 {	
	width: 230px;
	float: left;
	padding-right: 14px;
	clear: left;
}

#menu2 {	
	width: 315px;
	float: left;
	padding-right: 14px;
}

#menu3 {
	width: 285px;
	float: left;
}

#bev img {
	float: right;
}

.clear {
	clear: both;
}

#contact_page {
	width: 500px;
	margin: 0 auto;
}

#contact_us {
	position: relative;
	top: -35px;
	margin: 0 0 0 152px;
}

.submitbutton {
	margin-left: 60px;
	color: #3E8750;
	font-weight: bold;
}

#success {
	width: 350px;
	margin: 0 auto;
}

#thank_you {
	float: left;
	margin-left: 83px;
	position: relative;
	top: -30px;
}

p.clearit {
	clear: both;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	margin-bottom: 15px;
	margin-top: -12px;
}

#footer p {
	margin: 0;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#footer a:hover {
	color: #881A1A;
}

#footer dl {
	margin: 0;
	padding: 0;
}

#footer dd {
	display: inline;
	margin: 0 5px;
	padding: 0;
}
