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

#main-nav {
	float: left;
	width: 860px;
	margin: 0px;
	padding: 10px 0 0 50px;
	list-style: none;
	overflow: hidden;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background: url(../nav_bg.gif) repeat-x bottom left;
}

#main-nav ul {
	list-style: none;
	text-align: center;
	font-weight: 500;
	letter-spacing: 1px;
	}
#main-nav li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	font-size: 90%;
	font-family: "Lucida Grande", sans-serif;
}
/* Main nav links */
#main-nav a,
#main-nav a:link,
#main-nav a:visited,
#main-nav a:active{
	float: left;
	display: block;
	margin: 0;
	padding: 4px 8px;
	color: #333;
	border: 1px solid #0066FF;
	border-bottom: none;
	background: #F9E9A9 url(../img/off_bg.gif) repeat-x top left;
	text-decoration: none;
}

#main-nav a:hover,
body#home #home a,
body#night #night a,
body#photo #photo a,
body#faq #faq a,
body#specials #specials a,
body#contact #contact a {
	color: #0000ff;
	padding-bottom: 5px;
	border-color: #727377;
	background: #fff url(img/on_bg.gif) repeat-x top left;
}
#register {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
	background: #00CCFF url(../img/bg-rounded-bottom-910-black.gif) no-repeat bottom left;
}
#discount {
	float: left;
	padding: 8px 14px;
}
#icons {
	float: right;
	padding: 8px 14px;
	font-size: .8em;
	background: url(../img/arrow.gif) no-repeat 0 50%;
}
#message {
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	background: #0099FF url(../img/bg-top-rounded-bar-black-910.gif) no-repeat top left;
}
#message p {
	margin: 0;
	padding: 8px 14px;
	background: url(../img/bg-rounded-bottom-910-black.gif) no-repeat bottom left;
}
#message a {
	margin: 0 0 0 6px;
	padding: 2px 15px;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	background: url(../img/arrow.gif) no-repeat 0 50%;
}
#nav-rounded {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #0066FF url(../img/bg-top-rounded-bar-black-910.gif) no-repeat top left;
}
