@charset "utf-8";
/* CSS Document */
#loggedInfo {
	float:right;
	margin-top:56px;
	text-align:right;
}
.notebox {
	padding:10px;
	color:#EA8C00;
	margin-bottom:10px;
	border:1px dotted #EA8C00;
	background-color:#FFF0D7;
}
.notification_error
{
	color:#FF5820;
	border:1px dotted #FF5820;
	background-color:#FCC;
}
.notification_ok
{
	color:#8DB41B;
	border:1px dotted #8DB41B;
	background-color:#F2FADA;
}
.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;
}
input, select, textarea {
	border-bottom-left-radius: 6px 6px;
	border-bottom-right-radius: 6px 6px;
	border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;
}
.formBtn {
	padding:5px 10px;
	background-color:#505050;
	color: #DDD;
	border:2px solid #666;
	border-bottom-left-radius: 6px 6px;
	border-bottom-right-radius: 6px 6px;
	border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;

}
.formBtn:hover {
	padding:5px 10px;
	background-color:#999;
	border:2px solid #666;
	cursor:pointer;
}
.formBtn:active {
	padding:5px 10px;
	background-color:#505050;
}
.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, h2, h3, h4 {
	margin:0px;
	padding:0px;
}
h1 {
	height:90px;
	width:550px;
	margin:0px;
	padding:0px;
	background-image: url(../assets/layout/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/layout/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/layout/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/layout/fantasia_number_212x59.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align:center;
}
.foot {
	width:800px;
	text-align:center;
	float:left;
	margin-bottom:10px;
}
#foot p {
	padding:0px;
	margin:5px 0px;
}
#pagefoot {
	padding:10px 0px;
}
#gap {
	height:5px;
	width:800px;
	margin-top:20px;
}
.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 {
	font-size:14px;
	padding:0px 30px;
	text-align:center;
}
body {
	background-color:#999;
	background-image: url(../assets/layout/fantasia_bg_1x150.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding:0px;
	margin:0px;
	color:#666;
	font-size:12px;
}

.colitem2 {
	width:50%;
	float:left;
}
.colitem2-1 {
	width:65%;
	float:left;
}
.colitem2-2 {
	width:34%;
	float:left;
}
#pageEdit {
	width:560px;
	float:left;
	font-size:12px;
}
#content {
	overflow:hidden;
}
#contactPage form, #loginPage form {
	width:400px;
	margin:auto;
}
#contactPage form p, #loginPage form p {
	margin:5px 0px;
}
#contactPage form label, #loginPage form label {
	width:100px;
	float:left;
}
#textarea {
	padding:0px;
	margin:0px;
}
#main-content {
	padding-top:5px;
	width:100%;
	float:left;
}
#gallery-slider {
	height:375px;
	width:723px;
	border:1px solid #BDD8F9;
	overflow:hidden;
	margin:auto;
}
#catugory {
	height:325px;
	width:190px;
	float:left;
}
#catugory ul {
	padding:2px 0px;
	margin:0px;
}
#catugory li {
	height:61px;
	width:190px;
	border-bottom:1px solid #BDD8F9;
	cursor:pointer;
}
#catugory li:hover {
	background:#BDD8F9;
}
#catugory li p  {
	margin:0px;
	padding:20px 18px;
	font-size:16px;
}
#photoHilder {
	width:533px;
	height:375px;
	float:left;
	background:#BDD8F9;
	position:relative;
}
.flick {
	position:absolute;
	height:375px;
	width:37px;
	top:0px;
	
}
#flick-left {
	left:0px;
	background:url(../assets/layout/flick-left.png) no-repeat;
	background-position:center left;
}
#flick-right {
	right:0px;
	background:url(../assets/layout/flick-right.png) no-repeat;
	background-position:center right;
}
#browser {
	width:723px;
	border:1px solid #BDD8F9;
	margin:10px auto;
	
}
#browser .row {
	width:723px;
	height:126px;
	overflow:hidden;
	border-bottom:1px solid #BDD8F9;
	border-top:1px solid #BDD8F9;
	position:relative;
	padding-top:2px;
}
#browser h2 {
	margin:3px 10px;
	font-weight:normal;
}
#rowID-rand {
	width:178px;
	height:126px;
	overflow:hidden;
	border-bottom:1px solid #BDD8F9;
	border-top:1px solid #BDD8F9;
	position:relative;
	padding-top:2px;
}
.row-slider-mask {
	height:126px;
	width:723px;
	position:relative;
	overflow:hidden;
}
.row-slider {
	height:126px;
	position:absolute;
	top:0px;
	left:0px;
}
.row-slider img {
	height:auto;
	width:178px;
}
.row .row-flick-left {
	height:126px;
	width:20px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1010;
	background:url(../assets/layout/small-flick-left.png) no-repeat;
	background-position:left center;
}
.row .row-flick-right {
	height:126px;
	width:20px;
	position:absolute;
	top:0px;
	right:0px;
	z-index:1010;
	background:url(../assets/layout/small-flick-right.png) no-repeat;
	background-position:right center;
}
.row .row-flick-left-faded {
	height:126px;
	width:20px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1010;
	background:url(../assets/layout/small-flick-left-faded.png) no-repeat;
	background-position:left center;
}
.row .row-flick-right-faded {
	height:126px;
	width:20px;
	position:absolute;
	top:0px;
	right:0px;
	z-index:1010;
	background:url(../assets/layout/small-flick-right-faded.png) no-repeat;
	background-position:right center;
}
#phone_number p.pNumbFort {
	font-size:30px;
	margin-bottom:0px;
	padding-bottom:0px;
}
#phone_number p.phrases {
	margin-top:0px;
	padding-top:0px;
}
#homeColitem1 {
	margin-left:2%;
	width:70%;
}
#homeColitem2 {
	margin-left:2%;
	width:26%;
}
