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

.body {
margin: 0;
padding: 0;
height:100%;
background-image:url(images/body-background.jpg);
background-repeat:repeat-x;
background-position:top;
background-color:#945408;
}

.container {
width:1000px;
height:100%;
margin-left:auto;
margin-right:auto;
}

.header {
width:1000px;
height:95px;
background-colour:#ffffff;
background-image:url(images/header.jpg);
background-repeat:no-repeat;
float:left;
}

.sub-header {
width:1000px;
height:82px;
background-colour:#945408;
background-image:url(images/sub-header.jpg);
background-repeat:no-repeat;
float:left;
}

.inside {
width:1000px;
height:523px;
}

.menu {
width:1000px;
height:46px;
background-image:url(images/menu.jpg);
background-position:top;
background-repeat:no-repeat;
float:left;
}

.home {
height:36;
width:147px;
float:left;
padding-top:10px;
padding-left:41px;
}

.home a img{
border:none;
}

.history {
height:36;
width:147px;
float:left;
padding-top:10px;
padding-left:3px;
}

.history a img{
border:none;
}

.information {
height:36;
width:147px;
float:left;
padding-top:10px;
padding-left:3px;
}

.information a img{
border:none;
}

.prices {
height:36;
width:147px;
float:left;
padding-top:10px;
padding-left:3px;
}

.prices a img{
border:none;
}

.gallery {
height:36;
width:147px;
float:left;
padding-top:10px;
padding-left:3px;
}

.gallery a img{
border:none;
}

.contact {
height:36;
width:147px;
float:left;
padding-top:10px;
padding-left:3px;
}

.contact a img{
border:none;
}

.main {
float:left;
height:452px;
width:1000px;
padding-top:25px;
background-image:url(images/main-content.jpg);
}

.content {
float:left;
width:915px;
height:435px;
padding-left:35px;
padding-right:15px;
font-family:Century Gothic, Verdana, Arial;
font-size:12px;
line-height:14px;
color:#000000;
text-align:left;
}

.content a {
color:#666666;
text-decoration:none;
}

.content a:hover {
color:#666666;
text-decoration:underline;
}

.content-scroll {
float:left;
width:915px;
height:435px;
padding-left:35px;
padding-right:15px;
font-family:Century Gothic, Verdana, Arial;
font-size:12px;
line-height:14px;
color:#000000;
text-align:left;
overflow:scroll;
overflow-x:hidden;
}

.content-scroll a {
color:#666666;
text-decoration:none;
}

.content-scroll a:hover {
color:#666666;
text-decoration:underline;
}

.content-title {
font-family:Century Gothic, Verdana, Arial;
font-size:20px;
color:#000000;
text-align:left;
padding-top:5px;
padding-bottom:10px;
}

.content-image {
height:165;
width:922;
float:left;
}

.gallery-table {
float:left;
padding-left:50px;
width:810px;
border:none;
}

.info-table {
float:left;
width:810px;
border:none;
}

.contact-detail {
float:left;
width:450px;
height:435px;
padding-left:35px;
font-family:Century Gothic, Verdana, Arial;
font-size:12px;
line-height:20px;
color:#000000;
text-align:left;
}

.contact-detail a {
color:#666666;
text-decoration:none;
}

.contact-detail a:hover {
color:#666666;
text-decoration:underline;
}

.contactform {
width:400px;
float:left;
margin: 0;
padding: 0;
}

.first {
border:1px solid #b0b0b0;
background-image:url(images/form-bground.jpg);
background-repeat:repeat-x;
padding:10px;
color:#707070;
width:200px;
}

.message {
border:1px solid #b0b0b0;
background-image:url(images/form-bground.jpg);
background-repeat:repeat-x;
background-color:#eeeeee;
padding:10px;
color:#707070;
width:300px;
font-family:Verdana, Arial;
font-size:12px;
line-height:15px;
height:155px;
}

.footer {
float:left;
width:1000px;
height:100px;
background-image:url(images/footer.jpg);
background-repeat:repeat-x;
}

.footer-text {
float:left;
width:600px;
height:60px;
font-family:Century Gothic, Verdana, Arial;
font-size:10px;
color:#ffffff;
text-align:left;
padding-top:20px;
padding-left:30px;
}

.footer-text a {
color:#ffffff;
text-decoration:none;
}

.footer-text a:hover {
color:#ffffff;
text-decoration:underline;
}

.footer-link {
float:right;
width:270px;
height:40px;
font-family:Century Gothic, Verdana, Arial;
font-size:20px;
color:#ffffff;
text-align:right;
padding-top:40px;
padding-right:60px;
}

.footer-link a {
color:#ffffff;
text-decoration:none;
}

.footer-link a:hover {
color:#ffffff;
text-decoration:underline;
}

/* Lightbox 2.0 CSS */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
