/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/photo_click.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
  /* fix for IE<=6's 3-pixel gap bug */
* html #gallery #galleryHead {
height: 1%; /* triggers hasLayout */
position: relative;
margin-top: -3px; /* add a negative top margin to fill the 3 pixel space left by moving everything down */
}
body {
	color:#333333;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	background-color: #D8D8D8;
	font-size: 11px;
}
a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #FF6600;
}
th {
	font-weight: normal;
	font-size: 10px;
}
h1  {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	margin-top: 1px;
}
img {
}
.stuartspic {
	border: none;
}
.Logo {
	width: 200px;
	padding-left: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 30px;
}
#containerOne {
	background-image: url(../images/seagull3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 990px;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
}
#containerTwo {
	background-image: url(../images/stones.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 990px;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
}
#containerThree {
	background-image: url(../images/boat.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 990px;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
}
#containerFour {
	background-image: url(../images/shed.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 990px;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
}
#containerFive {
	background-repeat: no-repeat;
	background-position: center center;
	width: 990px;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
	background-image: url(../images/background.jpg);
}
#containerSix {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 990px;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
}
#gallery {
	width:990px;
	height:650px;
	position:relative;
}
#galleryHead {
	padding-left: 810px;
}
#galleryHead p {
}
#gallery ul {
	list-style:none;
	padding:5px;
	margin:0;
	width:170px;
	float:right;
	height:510px;
}
#gallery ul li {
	display:inline;
	width:50px;
	height:50px;
	float:left;
	border:1px solid #FFFFFF;
	cursor:pointer;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 0;
	margin-right: 4px;
}
#gallery ul li img {
	display:block;
	width:50px;
	height:50px;
}
#gallery ul li span {
	display:none;
	position:absolute;
	left:800px;
	top:591px;
	width:200px;
	font-family:verdana, arial, sans-serif;
	color:#333333;
	font-size:12px;
	line-height:20px;
	text-align:center;
	font-weight: normal;
}
/* required for IE5.x and IE6 to display the start image size correctly */
#gallery ul li.click i img.default {
	width:auto;
	height:auto;
	border:1px solid #FFF;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#gallery ul li.off {
	display:none;
}
#gallery ul li.click {
	cursor:default;
	border: 1px solid #FF6600;
}
#gallery ul li.click i {
	position:absolute;
	left:280px;
	top:30px;
	width:500px;
	height:500px;
}
#gallery ul li.click i img {
	width:auto;
	height:auto;
	border: 1px solid #FFFFFF;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#gallery ul li.click span {
	display:block;
}
#gallery  td {
	font-size: 1em;
	border: thin solid #FF6600;
}
#apDiv1 {
	position:absolute;
	left:845px;
	top:660px;
	width:147px;
	height:58px;
	z-index:1;
}
#apDiv1 td {
	font-size: 1em;
	border: 1px solid #FF6600;
	text-align: center;
}
#LeftBar {
	width: 240px;
	float: left;
}
#LeftBar p {
	font-size: 11px;
	line-height: 20px;
	text-align: left;
}

.topwords {
	margin-top: 20px;
}

.style1 {
	color: #FFFFFF;
	font-style: italic;
}
/*footer*/
#footer {
	text-align: left;
	font-size: 11px;
	height: 100px;
}
#left_footer {
	position:relative;
	float:left;
	color:#333;
	font-size:10px;
	margin-top: 0;
}
#right_footer {
	position:relative;
	width:190px;
	float:right;
	color:#666;
	font-size:13px;
	text-align: center;
}
#right_footer td{
	border: thin solid #FF6600;
}
#right_footer td a.current {
	font-weight: bold;
	color: #FF6600;
}
#footer_text {
	position:relative;
	color:#333;
	font-size:14px;
}
.floatright {
	float: right;
}
.spacer {
	clear:both;
	line-height:1px;
	padding:0;
	margin:0;
}
.white {
	color: #FFFFFF;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	line-height: 22px;
}

