﻿body
{
    background-image: url('../images/bg.jpg');
    background-repeat: repeat-x;
    background-color:#e2e9f3;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-family:Verdana;
}

#HolderDiv
{
    width:1000px;
    height:20px;
    margin:auto;
}
#NavDiv
{
    background-image: url('../images/navheader.jpg');
    height:41px;
    width:1000;
    background-repeat:no-repeat;
    
}
#GalleryDiv
{
    background-image: url('../images/gallery.jpg');
    background-repeat:no-repeat;
    width:1000px;
    height:368px;
    float:left;
    
}
#GalleryHolder
{
    width:757px;
    height:369px;
    margin:auto;
    padding-left:10px;
}
#TileDiv
{
    background-image: url('../images/tile.gif');   
    width:1000px;
    float:left;
}
#FooterDiv
{
    /*background-image: url('../images/footer.png');*/
    width:1000px;
    height:224px;
    float:left;
    
}
#NavTextDiv
{
    padding-left:150px;
    padding-top:10px;
}
#TexDiv
{
    width: 700px;
    padding-left: 150px;
    padding-right:50px;
    float:left;
}
#Booking
{
    width: 30px;
    height: 128px;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    position: absolute;
    margin-top:100px;
    margin-left:100px;
    
}
/*SITE STYLES START HERE*/

a
{
    font-family:Verdana;
    color:#6699FF;
    font-size:11px;
    font-weight:bold;
    text-decoration:underline;
}
h1
{
    
    font-family:Verdana;
    color:#0040C6;
    font-size:12px;
}
h2
{
    
    font-family:Verdana;
    color:#0040C6;
    font-size:11px;
}
.h3
{
    font-family:Verdana;
    color:#0040C6;
    font-size:11px;
}
.h4
{
    font-family:Verdana;
    color:#0040C6;
    font-size:11px;
}
.Navigation
{
    font-family: Verdana;
    color: #6699FF;
    font-size:11px;
    text-decoration:none;
    font-weight:bold;
}
.Navigation:hover
{
    font-family: Verdana;
    color: #6699FF;
    font-size:11px;
    text-decoration:underline;
    font-weight:bold;
}
.NaviPipe
{
    font-family: Verdana;
    color: #6699FF;
    font-size:11px;
    text-decoration:none;
    font-weight:bold;
}
.Text
{
    font-family: Verdana;
    color: #0040C6;
    font-size: 11px;
}
.TextBox
{
    background-color: #FFFFFF;
    border: thin solid #C0C0C0;
    font-family: Verdana;
    font-size: 11px;
    color: #6699FF;
}
.ads_left 
{
    float: left;
    padding: 2px;
    margin: 0;
}
 
.ads_right 
{
    float: right;
    padding: 3px;
    margin: 0;
    
}
.ads_mid
{
    float: none;
    padding: 2px;
    margin: 0;
}
/*SITE STYLES END HERE*/

.pikachoose
{
    width: 732px;
    height: 360px;
    margin: 0 auto auto auto;
}
/* This is the ul you have all your images in */
.pikachoose ul 
{
	padding-left:5px;
	width:732px;
	height:99px;
	margin:0;
	overflow:hidden;
}
.pikachoose ul li {
	float: left;
	border:2px solid #FFFFFF;
	padding:0px;
	background:none;
	margin:0 6px 4px 0;
	position:relative;
	overflow:hidden;
}
.pikachoose ul li div img {
	position:relative;
	cursor:pointer;
}
/* this is the surroundner for all your elements. This is also the fake border around the main img and room for caption */
.pika_main {
	width:732px;
	height:269px;
	display:block;
	position:relative;
	
}
/*sine we give it the fake border, you need to position the image a little. */
.pika_main_img 
{
	position:relative;
	
}
.pika_subdiv {
	position:relative;
	border:none;
	background:none;
	padding:0px;
}
.pika_animationDivs 
{
	top:0px;
	left:0px;
} /*must match top/left padding for subdiv */
.pika_subdiv img, .pika_subdiv a img {
	border:none;
}
.pika_caption {
	width:500px;
	height:16px;
	padding-top:4px;
	text-align:center;
	position:absolute;
	bottom:7px;
	left:3px;
	background:url('black.png') top left;
}
.pika_caption a {
	color:white;
}
.pika_play {
	position:absolute;
	z-index:1;
	left:50%;
	margin-left:-25px;
	width:50px;
	top:5px;
}
.pika_play a {
	position:relative;
	margin-left:auto;
	cursor:pointer;
	display: block;
	width:50px;
	height:50px;
	background:url('play.png') top center no-repeat;
}
.pika_play a.pika_stop_button {
	background:url('pause.png') top center no-repeat;
}
.pika_navigation a {
	font-size: 12px;
	text-decoration: none;
}
.pika_navigation a:hover {
	text-decoration: underline;
}
.pika_navigation {
	padding-top:10px;
	clear:both;
	text-align:center;
}
/* if you want to 'hide' these jus make their height and width 1px */
.pika_prev_hover {
	position:absolute;
	top:1px;
	left:1px;
	height:456px;
	width:100px;
	background:url('rewind.png') top left no-repeat;
}
.pika_next_hover {
	position:absolute;
	top:1px;
	right:1px;
	height:456px;
	width:100px;
	background:url('fastf.png') top right no-repeat;
}


/* BOOKING FORM */

/* the overlayed element */
.simple_overlay
{
    /* must be initially hidden */
    border: 3px solid #FFFFFF;
    display: none; /* place overlay on top of other elements */
    z-index: 90000; /* styling */
    background-image: url('../images/form.png');
    height: 450px;
    width: 610px;
    overflow: scroll;
    overflow-x: hidden; /* CSS3 styling for latest browsers */
    overflow-y:auto;
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}
.simple_overlayContact
{
    /* must be initially hidden */
    border: 3px solid #FFFFFF;
    display: none; /* place overlay on top of other elements */
    z-index: 90000; /* styling */
    background-image: url('../images/form.png');
    height: 180px;
    width: 500px;
    overflow: scroll;
    overflow-x: hidden; /* CSS3 styling for latest browsers */
    overflow-y:auto;
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
.simple_overlay .close 
{
    
	background-image:url(../images/close.png);
	position:absolute;
	right:-2px;
	top:-2px;
	cursor:pointer;
	height:33px;
	width:35px;
}
.simple_overlayContact .close 
{
    
	background-image:url(../images/close.png);
	position:absolute;
	right:-2px;
	top:-2px;
	cursor:pointer;
	height:33px;
	width:35px;
}
	
	#triggers img 
{
	    
	cursor:pointer;
	margin:0 5px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.formtext
{
    font-family:Verdana;
    color:#FFFFFF;
    font-size:11px;
}
.defaultText
{
    color:Gray;
}
.formerror
{
    color:Red;
}
