@charset "UTF-8";
body {
	background: #FFFFFF;
	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 */
	color: #666666;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
}


body a:link, body a:visited {
	color: #FF6633;
	text-decoration: none;
	border:none;
	outline: none;

}
body a:hover {
	text-decoration: underline;
	;
	color: #FF6633;
	outline: none;

}
body a:active {
	color: #FF6633;
	text-decoration: none;
	outline: none;

}

img { 
border: none; 
outline: none;

}



.main #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 30px 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. */
}
.main #header {
	padding:  0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: 1px solid;
	border-bottom-color: #666;
	float: left;
	margin-bottom: 10px;
}
.main #header #logoContainer {
	float:left;
	width: 180px;
	height: 40px;
	padding: 0px;
}
.main #header img.logo {
	width: 160px;
	height: 40px;
	border-style: none;
}
.main #header #navContainer {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 600px;
}
.main #header #navContainer img.button {
	height:40px;
}
.main #imgHeaderContainer {
	margin: 0px;
	width:780px;
	float: left;
	padding:0px;
	float:left;
	margin-bottom: 20px;
}
.main #imgHeaderSidebar {
	float: left;
	width: 160px; /* 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 */
	margin:0px;
	padding:10px;
}

.main #imgSideHeader {
	float: left;
	width: 180px; /* 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 */
	margin:0px;
	padding:0px;
}

.main #imgHeader {
	float:left;
	width:600px;
	margin:0;
	padding: 0px;
	float:left;
}


.main #imgHeader img.header {
width:600px;
height:400px;

}


.main #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* 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: 10px 10px 10px 10px;
}


.main #subMenuContainer{
float:left;
width:140px;
padding:0px;
margin:0px;

}

.main #mainContent {
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.main #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
}
.main #footer p {
	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 */
}
.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;
}






/*BUTTONS */

div.us {
	height: 40px;
	width: 50px;
	margin-left:31px;
	padding:0;
	background-image:url("images/us_red.jpg");
}
div.us a, div.us a:link, div.us a:visited {
	display:block;
}
div.us img {
	width:100%;
	height:100%;
	border:0;
}
div.us a:hover img {
	visibility:hidden;
}
/*End button 1*/




div.parties {
	height: 40px;
	width: 125px;
	margin-left:132px;
	margin-top:-40px;
	padding:0;
	background-image:url("images/parties_red.jpg");
}
div.parties a, div.parties a:link, div.parties a:visited {
	display:block;
}
div.parties img {
	width:100%;
	height:100%;
	border:0;
}
div.parties a:hover img {
	visibility:hidden;
}
/*End button 2*/

div.logistics {
	height: 40px;
	width:  145px;
	margin-left:308px;
	margin-top:-40px;
	padding:0;
	background-image:url("images/logistics_red.jpg");
}
div.logistics a, div.logistics a:link, div.logistics a:visited {
	display:block;
}
div.logistics img {
	width:100%;
	height:100%;
	border:0;
}
div.logistics a:hover img {
	visibility:hidden;
}
div.gifts {
	height: 40px;
	width: 95px;
	margin-left:504px;
	margin-top:-40px;
	padding:0;
	background-image:url("images/gifts_red.jpg");
}
div.gifts a, div.gifts a:link, div.gifts a:visited {
	display:block;
}
div.gifts img {
	width:100%;
	height:100%;
	border:0;
}
div.gifts a:hover img {
	visibility:hidden;
}
/*End button 4*/




/* LIGHTBOX */
#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; }

