/* CSS Document */

body {
	background-image: url(../images/background.jpg);
	margin-top: 0px;
}

.topMiddle {
	background-image: url(../images/top_new.jpg);
	background-repeat: no-repeat;
	height: 60px;
	background-position:center;
	
}

.leftSide {
	background-image: url(../images/left_new.jpg);
	background-repeat: repeat-y;
	background-position:right;
	width: 27px;
	
}
.contentArea {
	background-color: #f1e9bc;
	width: 900px;
}
.rightSide {
	background-image: url(../images/right_new.jpg);
	background-repeat: repeat-y;
	width: 27px;
	background-position: left;
}


.lowerMiddle {
	background-image: url(../images/palms_background.jpg);
	background-repeat: no-repeat;
	height: 231px;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
}

.footertext {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	height: 25px;
	}
	
.footertext p {	
padding: 5px;
}
	
.footertext a {
	color: #FF6600;
	text-decoration: underline;
}
.footertext a:hover {
	color: #FF0000;
}

.footer {
	background-image: url(../images/bottom_new.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 899px;
}

.linkHolder {
	width: 249px;
	padding-top: 20px;
	background-color: #f1e9bc;
}
.mainContent {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-top: 20px;
	}
	
.mainContent p {
padding-left: 10px;
padding-right: 10px;
}

.menuContent {
	
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	
	padding-top: 10px;
}
.mainContent a {
	color: #FF6600;
	text-decoration: underline;
}
.menuContent a {
	color: #FF6600;
	text-decoration: underline;
}
.mainContent a:hover {
	color: #FF0000;
}
.menuContent a:hover {
	color: #FF0000;
}
h1 {
	font-size: 16px;
	color: #DD3624;
	text-align: center;
}

h3 {
	font-size: 13px;
	color: #f1e9bc;
	text-align: right;
	font-weight:bold;
}
.menuContent hr {
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #DD3624;
}
.mainContent hr {
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #DD3624;
}
.txtfield {
	border: 3px double #DC3526;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}
.submit {
	background-color: #E2342B;
	color: #FFFFFF;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
}

.menuitem {
background-color:#8a633c;
}

.menuitem2 {
background-color:#DC3526;
}

.price {
font-size: 14px;
font-weight: bold;
text-align: center;
color: #f1e9bc;
}

.menudesc {
font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
font-size: 12px;
color: #f1e9bc;
text-align: left;
}
