body {
	background:url(Images/pageBG.png) #000;
	margin-top:15px;
	
	font-family:"swiss" !important;
}
@font-face {
	font-family: "HeaderFont";
	src: url("Arial_Rounded_Bold.eot"); /* EOT for IE */
}
@font-face {
	font-family: "HeaderFont";
	src: local("Arial Rounded MT Bold"), url("Arial_Rounded_Bold.ttf"); /* TTF for CSS3 */
}
img { border:0px; }
a {
	text-decoration:none;
	color:#484848;	
}
a:hover {
	text-decoration:underline;	
}
h1 {
	color:#4e3811;
	margin:0;
	font-size:30px;	
	font-family:"swiss";	
}
h2 {
	color:#4e3811;
	margin:0;
	font-size:25px;	
	font-family:"swiss";	
}
h3 {
	color:#4e3811;
	margin:0;
	font-size:20px;	
	font-family:"swiss";	
}
#Container {
	margin:0 auto;
	width:903px;
	margin-top:90px;
}
#Logo {
	width:400px;
	position:absolute;
	top:52px;
	left:50%;
	margin-left:-460px;
	z-index:10000;
}
#NicoletteInn {
	width:235px;
	height:87px;
	margin-left:670px;
	margin-bottom:10px;
}
#bannerDecor {
	position:absolute;
	top:15px;
	left:50%;
	margin-left:-100px;
}
#Nav {
	width:553px;
	height:69px;
	
	padding-left:350px;
	padding-top:1px;
	
	background:url(Images/topBanner.png);
}
#Nav ul {
	list-style:none;	
}
#Nav li {
	display:inline;	
	margin-right:45px;
	cursor:pointer;
}
#Banner {
	clear:both;
	width:903px;
	height:316px;
}
#middleRule {
	width:903px;
	height:20px;
	
	background:	#4e3811;
}
#Content {
	width:863px;
	min-height:450px;	
	
	padding:20px;	
	font-size:15px;
	background:url(Images/MorgansBG.png);
	color:#1F1F1F;
}
#rightButtons {
	width:225px;
	text-align:right;
	float:right;	
}
#rightButtons img {
	margin-bottom:15px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#rightButtons img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;	
}
#Footer {
	width:853px;
	height:48px;
	
	padding-top:20px;
	padding-right:20px;
	padding-left:30px;
	background:url(Images/topBanner.png);
}
#footerLeft {
	width:300px;
	height:31px;
	float:left;	
	color:#fff;
	font-size:17px;
	padding-top:5px;
}
#footerLeft a {
	color:#fff;	
}
#footerRight {
	width:200px;
	height:36px;
	float:right;	
	text-align:right;
}
#Bottom {
	width:898px;
	height:100px;
	margin-top:10px;
	margin-left:5px;
	color:#fff;
	font-size:11px;	
}
#bottomLeft {
	width:600px;
	float:left;
	font-weight:lighter;
}
#bottomRight {
	width:198px;
	height:64px;
	float:right;
}
.address { font-size:13px; }

.dropDown {
	background: rgb(239,233,213); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(239,233,213,1) 0%, rgba(250,247,236,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,233,213,1)), color-stop(100%,rgba(250,247,236,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(239,233,213,1) 0%,rgba(250,247,236,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(239,233,213,1) 0%,rgba(250,247,236,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(239,233,213,1) 0%,rgba(250,247,236,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(239,233,213,1) 0%,rgba(250,247,236,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe9d5', endColorstr='#faf7ec',GradientType=0 ); /* IE6-9 */
	
	width:150px;
	height:auto;
	border: 1px solid #46121c;	
	
	color:#8a8978;
	
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	
	position:absolute;
	top:159px;
	
	display:none;
	z-index:999;	
	
	-webkit-box-shadow:  0px 10px 10px 0px rgba(0, 0, 0, .7);
        
	box-shadow:  0px 10px 10px 0px rgba(0, 0, 0, .7);
}
.dropDownItem {
	margin-bottom:10px;	
}
.dropDownItem a {
	font-size:14px;
	font-family:Helvetica, Arial, sans-serif !important;
	color:#8a8978 !important;
}
.dropDownItem a:hover {
	color:#46121c !important;
	text-decoration:none !important;	
}
.nivo-controlNav {
	position:relative;
	top:-29px;	
}
#Phone {
	position:absolute;
	top:30px;
	left:50%;
	margin-left:295px;
	font-size:25px;
	color:#fff;	
}