/* CSS Document */

/*

Author: Andy Shaw 

Date: 7/02/2008

*/


/*===============================================================

	S T Y L E     R E S E T

================================================= =STYLE RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, Verdana, "Lucida Grande", sans-serif;
	vertical-align: baseline;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}
#rightContent {
	width: 240px;
	float: right;
}

body {
	line-height: 1;
	color: #FFFFFF;
	background-image: url(../i/bgBody.jpg);
	background-repeat: repeat-x;
	background-color: #1E1D22;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-size: inherit;
	font-weight: inherit;
	color: #000000;
}
#rightContent h3 {
	font-size: x-small;
	color: #666666;
	font-weight: normal;
}

span {
	color: #777777;
	font-size: small;
}

/*===============================================================

   N A V I G A T I O N
	
============================================== =NAVIGATION */


.hide {
	display: none;
}

#nav_strip {
	height: 155px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../i/header.jpg);
	background-repeat: no-repeat;
}


#global_nav {
	height: 10px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	margin-top: 18px;
}

.home a {
	background-image: url(../i/home.gif);
	background-repeat: no-repeat;
	float: left;
	height: 10px;
	width: 38px;
	margin-right: 25px;
}

.gallery a {
	background-image: url(../i/gallery.gif);
	background-repeat: no-repeat;
	float: left;
	height: 10px;
	width: 53px;
	margin-right: 25px;
}

.about a {
	background-image: url(../i/about.gif);
	background-repeat: no-repeat;
	float: left;
	height: 10px;
	width: 44px;
	margin-right: 25px;
}

.contact a {
	background-image: url(../i/contact.gif);
	background-repeat: no-repeat;
	float: left;
	height: 10px;
	width: 61px;
}

.home a:hover {
	background-position: right;
}

.gallery a:hover {
	background-position: right;
}

.contact a:hover {
	background-position: right;
}

.about a:hover {
	background-position: right;
}

.home_active a {
	background-image: url(../i/home.gif);
	background-repeat: no-repeat;
	background-position:right;
	float: left;
	height: 126px;
	width: 76px;
	margin-right: 40px;
}

.gallery_active a {
	background-image: url(../i/gallery.gif);
	background-repeat: no-repeat;
	background-position:right;
	float: left;
	height: 126px;
	width: 132px;
	margin-right: 40px;
}

.about_active a {
	background-image: url(../i/about.gif);
	background-repeat: no-repeat;
	background-position:right;
	float: left;
	height: 126px;
	width: 93px;
	margin-right: 40px;
}

.contact_active a {
	background-image: url(../i/contact.gif);
	background-repeat: no-repeat;
	background-position:right;
	float: left;
	height: 126px;
	width: 129px;
}



/*===============================================================

   S T R U C T U R E
	
============================================== =STRUCTURE */



#header {
	height: 185px;
	width: 100%;
}

#banner {
	height: 300px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}#leftContent {
	height: auto;
	width: 470px;
	float: left;
}
#rightContent {
	float: right;
	height: auto;
	width: 220px;
}

#content {
	height: auto;
	width: 730px;

	padding-top:10px;
	margin-right: auto;
	margin-left: auto;

	clear: both;
}
#content3 {
	height: auto;
	width: 745px;
	background-image: url(../i/contentbackground.jpg);
	background-repeat:no-repeat;
	background-position:top;


	margin-right: auto;
	margin-left: auto;

	clear: both;
}
#clearThis {
	clear: both;
	height: 1px;
	width: 100%;
}
#footer {
	height: auto;
	width: 750px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: center;
	color: #CCCCCC;
	font-size: small;
}
.smallBreak {
	height: 5px;
	width: 100%;
}

.lineBreak {
	height: 8px;
	width: 100%;
}



/*===============================================================

   T Y P O G R A P Y
	
============================================== =TYPOGRAPHY */


h1 {
	font-size: large;
	color: #FFFFFF;
	margin-bottom: 0.5em;
}
p {
	font-size: small;
	color: #CCCCCC;
	line-height: 1.4em;
	font-weight: normal;
}
h2 {
	font-size: medium;
	color: #CCCCCC;
	font-weight: bold;
	margin-bottom: 0.4em;
}
#rightContent li {
	font-size: small;
	color: #666666;
	line-height: 1.4em;
}
#content a {
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
	color: #660066;
}


#footer p {
	color: #FFFFFF;
	font-size: x-small;
}
#footer strong {
	font-size: x-small;
	color: #FFFFFF;
	font-weight: normal;
}
#footer a {
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}



/*------------------------------------------------------------------------------- Lightbox ----- */



#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../i/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../i/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../i/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; }
img {
	background-image: url(../i/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#jumpedToContent {
	text-indent: -9999px;
	display: none;
}
#jumpedToNav {
	text-indent: -9999px;
	display: none;
}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}




/*------------------------------------------------------------------------------- Gallery Boxes ----- */


#centreThumbnails {
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	height: auto;

}

a img{border:none;}

#thumb {
	float: left;
	height: 150px;
	width: 150px;
	border: 1px solid #b4a061;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#thumb img {
	width: 150px;
	height: 150px;
	border: 1px solid #CCCCCC;
}

#thumb img:hover {
	border: 1px solid #660000;
}



/*------------------------------------------------------------------------------- Mast ----- */

.mast {
	position: relative;
	}
#mast  {
	height: 300px;
	width: 750px;
	overflow: hidden;
	}
#mast  *  {
	width: 750px;
	height: 300px;
	background-image: url(../i/headernew.jpg);
	background-repeat: no-repeat;
	}
#mast  div  a  {
	background: transparent;
	width: 100%;
	height: 100%;
	display: block;
	}
#mast  .two  {
	background-image: url(../i/mast2.jpg);
	background-repeat: no-repeat;
	}
#content a {
	text-decoration: underline;
}
#content a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#mast  .three  {
	background-image: url(../i/mast3.jpg);
	background-repeat: no-repeat;
	}
#mast  .four  {
	background-image: url(../i/mast4.jpg);
	background-repeat: no-repeat;
	}
#content strong {
	font-size: medium;
	font-weight: normal;
	color: #CCCCCC;
}
#left {
	float: left;
	height: auto;
	width: 300px;
}
#right {
	width: 350px;
	float: right;
	height: auto;
}

