@charset "utf-8";

body  {
	background-image: url(backwood.jpg);
	background-repeat: repeat;
	background-position: top;
	font: 80% "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
img { border: none;}
hr { border: 1px #000000 solid;
	 color: #000000;
	 background-color: #000000;}
dd {margin-left: 0px;}
h1 {
	color: #666666;
	font-weight: bold;
	font-size: 5.5em;
	text-indent: -0.3em;
}
h2  {
	letter-spacing: -0.05em;
	font-weight: bold;
	font-size: 1.6em;
}
h3  {
	letter-spacing: -0.05em;
	font-weight: bold;
	font-size: 1.2em;
}
h4 {
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 1.5em;
}
h5 {
	letter-spacing: -0.05em;
	font-weight: bold;
	font-size: 1.1em;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
}
	
.thrColFixHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(backmainsurfhell.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
	

} 
.thrColFixHdr #logo {
	background-image:url(logo110.png);
	background-repeat:no-repeat;
	height: 105px;

}
.thrColFixHdr #logo h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #header {
	height: 300px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #menu {
	margin: auto;
	background-color:#000000;
	width: 780px;
	height: 28px;
}
ul#navi { 		
	margin: auto; 
	padding: 0; 
	list-style: none; 
	position: relative;
}
ul#navi ul {
 	width: 160px; /* Sub Menu Width */
	margin: 0;
 	list-style: none;
 	display: none;
 	position: absolute;
 	top: 100%;
 	left: -40px;
}
ul#navi ul ul{ 
	top: 0; 
	left: 100%; 
}

ul#navi li { 
	float: left; 
	display: inline; 
	position: relative;
}
ul#navi ul li { 
	width: 100%; 
	display: block; 
}

/* Root Menu */
ul#navi a {
	font-size: 13px;
	border-right: 1px solid #FFF;
	padding: 6px;
	float: left;
	display: block;
	background: #000000;
	color: #FFFFFF;
	text-decoration: none;
	height: 1%;
	/* border-bottom: 1px solid #FFF; */
}

/* Root Menu Hover Persistence */
ul#navi a:hover,ul#navi li:hover a,ul#navi li.iehover a {
 background:#333333;
 color: #FFF;
}

/* 2nd Menu */
ul#navi li:hover li a,ul#navi li.iehover li a {
 float: none;
 background: #333333;
}

/* 2nd Menu Hover Persistence */
ul#navi li:hover li a:hover,ul#navi li:hover li:hover a,ul#navi li.iehover li a:hover,ul#navi li.iehover li.iehover a {
 background: #666666;
}


/* Hover Function - Do Not Move */
ul#navi li:hover ul ul, ul#navi li.iehover ul ul { 
	display: none; 
}
ul#navi li:hover ul,ul#navi ul li:hover ul, ul#navi li.iehover ul, ul#navi ul li.iehover ul { 
	display: block; 
}


.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 40px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 5px 15px 15px; /* padding keeps the content of the div away from the edges */
}

#msw {
	
	margin-left: -10px;
	}

.thrColFixHdr #sidebar2 {
	font-size: 0.9em;
	float: right; /* since this element is floated, a width must be given */
	width: 238px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.thrColFixHdr #mainContent {
	font-size: 0.9em;
	; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 430px;
	margin-top: 0;
	margin-right: 220px;
	margin-bottom: 60px;
	margin-left: 60px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
} 
.thrColFixHdr #footer { 
	margin-top: 20px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
} 
.thrColFixHdr #footer p {
	color: #666666;
	font-size: 0.8em;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#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(file:///C|/Documents%20and%20Settings/Sebastian%20Emmert/Desktop/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(file:///C|/Documents%20and%20Settings/Sebastian%20Emmert/Desktop/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; }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

