@charset "utf-8";
/* CSS Document */
#loggedInfo {
	float:right;
	margin-top:56px;
	text-align:right;
}
.notebox {
	width:200px;
	text-align:center;
	margin:10px auto;
	color:#F90;
}
.notification_error
{
color:#C30;
text-align: center;
}
.notification_ok
{
color:#8DB41B;
text-align: center;
}
form {
	width:400px;
	margin:20px auto;
}
form p {
	margin:5px 0px;
}
form label {
	width:100px;
	float:left;
}
.textInput {
	width:200px;
	border-top:2px solid #9A9A9A;
	border-right:2px solid #EEE;
	border-bottom:2px solid #EEE;
	border-left:2px solid #9A9A9A;
	color:#666;
	padding:0px 5px;
	margin-right:5px;
}
.selecterInput {
	border-top:2px solid #9A9A9A;
	border-right:2px solid #EEE;
	border-bottom:2px solid #EEE;
	border-left:2px solid #9A9A9A;
	color:#666;
}
.formBtn {
	padding:5px 10px;
	background-color:#ccc;
}
.formBtn:hover {
	padding:5px 10px;
	background-color:#ccc;
	border:2px solid #666;
	cursor:pointer;
}
.formBtn:active {
	padding:5px 10px;
	background-color:#999;
}
.hide {
	display:none;
}
#slider-range {
	float:left;
	width:212px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right:8px;
}
.ui-datepicker {
	z-index:1010;
}
#container {
	width:800px;
	margin:auto;
	margin-top:61px;
	font-family:Arial, Helvetica, sans-serif;
}
#header {
	height:90px;
	width:800px;
}
h1 {
	height:90px;
	width:550px;
	margin:0px;
	padding:0px;
	background-image: url(../assets/fantasia_title_520x84.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
}
h1 span {
	display:none;
}
a {
	color:#666;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h3 {
	color:#666;
	font-size:14px;
	padding:0px;
	margin:5px;
}
p {
	margin:10px 10px;
}
.feedbackInfo {
	text-decoration:underline;
}
#page {
	width:800px;
	background-color:#A5CAF7;
	border:5px solid #666;
	float:left;
}
.pageGap {
	background-color:#666;
	float:left;
}
#nav {
	height:32px;
	width:800px;
	background-image: url(../assets/fantasia_nav_slit_770x1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:1px;
}
#nav a {
	padding:8px 0px;
	width:25%;
	float:left;
	text-align:center;
	font-size:14px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
}
.nav-hover {
	background-image: url(../assets/fantasia_nav_btn_glow_184x36.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.nav-active {
}
#nav img {
	float:left;
	z-index:1010;
	margin-right:-1px;
}
#display {
	height:180px;
	width:800px;
	padding:5px 0px;
}
#display div {
	float:left;
}
#news {
	width:255px;
	height:180px;
	background-color:#A5CAF7;
	padding-left:5px;
	margin-left:5px;
}
#slideshow {
    position:relative;
	height:180px;
	width:535px;
}
#slideshow IMG {
    position:absolute;
    top:10;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
	text-align:center;
}
#news ul {
	margin:0px -10px;
}
#phone_number {
	width:800px;
	height:68px;
	background-image: url(../assets/fantasia_number_494x58.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.foot {
	width:800px;
	text-align:center;
}
#foot {
	float:left;
}
#pagefoot {
	padding:10px 0px;
	float:left;
}
#gap {
	height:5px;
	width:800px;
}
.ui-corner-all4 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.ui-corner-all6 {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.ui-corner-all10 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#about-content {
	font-size:14px;
	padding:0px 30px;
	text-align:center;
}
#home-content {
	float:left;
}
#panel-content {
	float:left;
	padding:10px 0px;
}
body {
	background-color:#999;
	background-image: url(../assets/fantasia_bg_1x150.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding:0px;
	margin:0px;
	color:#666;
	font-size:12px;
}

 