* {
	margin: 0px;
	padding: 0px;
	font-family: Comic Sans MS;
}

#construction {
	text-align: center;
	font-family: impact;
	font-size: 28pt;
	color: orange;
	padding-top: 50px;
}

body {
	margin: 0 auto;
	background: url('./images/body_bg.jpg') repeat;
}

#page {
	width: 800px;
	margin: 0 auto;
	color: white;
}

#header {
	width: 100%;
	height: 35px;
	position: fixed;
	left: 0px;
	top: 0px;
	background: url('./images/cover2.png') repeat;
	border-bottom: 1px solid #AAAAAA;
	z-index: 20;
}

#info {
	color: white;
	text-decoration: none;
	text-align: center;
	color: #CCCCCC;
	margin: 0 auto;
	width: 700px;
}

#info a, #info a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#info a:hover {
	color: #333333;
}

#info td:first-child {
	width: 370px;
	font-weight: bold;
	font-size: 14pt;
}

#info td:last-child {
	width: 180px;
}

.slideshow {
	float: left;
	width: 500px;
	position: relative;
	top: 15px;
	color: #444;
	background: url('./images/bg_tile.jpg') repeat;
	height: 300px;
	padding: 5px;
	border: 1px solid #222;
}

.slide {
	color: #444;
	background: black;
	height: 100%;
	border: 1px solid #999;
}

#menu {
	float: left;
	padding-left: 550px;
	text-align: center;
	margin: 0 auto;
	width: 228px;
	position: fixed;
	top: 50px;
}

#menu_top {
	background: url('./images/top_menu.png') no-repeat;
	height: 27px;
}

#menu_middle a, #menu_middle a:visited {
	color: #FFF;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 10px 0 10px 0;
	width: 200px;
	position: relative;
	left: 14px;
}

#menu_middle a:hover {
	background: url('./images/cover3.png') repeat;
}

.line {
	background: url('./images/line.png') repeat-x;
	height: 2px;
	width: 200px;
	position: relative;
	left: 14px;
}

#menu_middle {
	background: url('./images/middle_menu.png') repeat-y;
	padding-bottom: 10px;
}

#menu_bottom {
	background: url('./images/bottom_menu.png') no-repeat;
	height: 27px;
}

#content {
	position: absolute;
	top: 80px;
	width: 800px;
	padding-bottom: 130px;
}

.panelborder {
	float: left;
	width: 500px;
	position: relative;
	top: 60px;
	color: #444;
	background: url('./images/bg_tile.jpg') repeat;
	height: 355px;
	padding: 5px;
	border: 1px solid #222;
	font-family: MV Boli;
	font-size: 11pt;
}

.panelborder ul {
	padding-top: 15px;
	padding-left: 15px;
	list-style-type: none;
}

.panel {
	color: #FFF;
	background: url('./images/blue_bg_tile.jpg');
	height: 100%;
	border: 1px solid #999;
	padding-left: 5px;
	padding-right: 5px;
}

.panelheading {
	height: 52px;
	position: relative;
	top: 5px;
	font-size: 18px;
}

.houseimg {
	background: url('./images/house.png');
	height: 47px;
	width: 150px;
	float: right;
}

#gallery {
	float: left;
	position: absolute;
	z-index: 1;
	width: 500px;
	padding-bottom: 50px;
}

.gallery_title {
	font-size: 16pt;
}

#collections {
}

.set {
	text-align: center;
	float: left;
	width: 250px;
	height: 180px;
	padding-top: 30px;
	display: block;
}

.set:hover {
	cursor: pointer;
}

.image {
	text-align: center;
	float: left;
	width: 500px;
	padding-top: 30px;
	display: block;
	z-index: -1;
}

.image img {
	border: 1px solid #444;
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.9);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.9);
}

#footer {
	height: 20px;
	color: white;
	text-align: center;
	clear: both;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: url('./images/cover2.png') repeat;
	border-top: 1px solid #AAAAAA;
	font-size: 12px;
	z-index: 2;
}

#block {
	margin: 0 auto;
	position: relative;
	top: 20px;
	border: 3px solid #666;
	width: 150px;
	text-align: center;
}


/* For Slider */
#slider {
    width: 500px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 500px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 500px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
    /* Remove visibility if you want to show the text again */
    visibility: hidden;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
#slider ul { list-style-type: none;}

/* Contact Form */
#contactform {
	padding: 10px;
	width: 300px;
	margin: 0 auto;
	height: 500px;
}

#contactform a:visited, a{
	color: #CCC;
}

#contactform input {
	width: 200px;
	float: right;
}

#contactform textarea {
	width: 300px;
	height: 200px;
	float: right;
}

.contactfield {
	padding: 10px 0 10px 0;
}

#send_button {
	color: #CCCCCC;
	margin: 0 auto;
	width: 100px;
	cursor: pointer;
}

#send_button:hover {
	color: green;
}

#tothetop {
	color: #CCCCCC;
	margin: 0 auto;
	width: 150px;
	cursor: pointer;
	text-align: center;
	position: relative;
	top: 20px;
	padding-bottom: 20px;
}

.celebrate {
	float: left;
	width: 500px;
}