/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#000000;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, td {font-family: Arial, Helvetica, sans-serif;text-align: left;}
p, li {
	font-size: 12px;
	color: #FFFFFF;
}
p, h1 {
	margin: 15px;
	line-height: 1.6em;
}
h1 {
	font-size: 18px;
	color: #F33090;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
h2 {
	font-size: 16px;
}
address {
	text-align: left;
	font: normal 11px Arial, Helvetica, sans-serif;
	position: absolute;
}
td {
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
}
/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
img.left 			{float: left; margin: 5px 15px 5px 10px;}
img.right 			{
	float: right;
	margin: 5px 15px 15px 15px;
}
img.leftborder 	{padding: 2px; border: 1px dotted #000; float: left; margin: 0 15px 15px 0;}
img.rightborder 	{
	padding: 2px;
	border: 1px dotted #666666;
	float: right;
	margin: 5px 15px 10px 15px;
}
.border 		{padding: 2px; border: 1px dotted #000;}
.clear 			{clear: both;}
.center 		{text-align: center;}
.ulleft 		{float: left; margin-left: 10px; padding-left: 20px;}
/* ----------------- NAV ELEMENTS ----------------- */
a:link, a:active, a:visited {
	color: #C12972;
}
a:hover {
	color: #92CD59;
}
/* ----------------- Horizontal ------------------- */

div#nav {
	position:absolute;
	width: 770px;
	left: 0px;
	top: 172px;
}
#mainnav, #mainnav ul {
	float: left;
	width: 770px;
	padding: 0;
	margin: 0 0 1px 0;
}
#mainnav a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: left;
	padding-top: 4px;
	padding-right: 35px;
	padding-bottom: 4px;
	padding-left: 35px;
}
#mainnav a.parent { background: url(bullet.gif) no-repeat 150px center; 
}
#mainnav li {
	float: left;
	padding: 0;
	list-style: none;
}
#mainnav li ul {
	position: absolute;
	left: -2000px;
	height: auto;
	width: 175px;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
	border: solid 1px #fff;
	background-color: #666666;
}
#mainnav li li {
	padding-right: 15px;
	width: 160px
}
#mainnav li ul a {
	width: 155px;
	border-bottom: solid 1px #fff;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#mainnav li ul li.end a {
	border-bottom: none;
}
#mainnav li ul a:hover {
	background: #fff;
	color: #DA2A7F;
}
#mainnav li ul ul { 
	margin: -25px 0px 0px 175px; 
}
#mainnav li:hover ul ul, #mainnav li:hover ul ul ul, #mainnav li.sfhover ul ul, #mainnav li.sfhover ul ul ul { left: -2000px; 
}
#mainnav li:hover ul, #mainnav li li:hover ul, #mainnav li li li:hover ul, #mainnav li.sfhover ul, #mainnav li li.sfhover ul, #mainnav li li li.sfhover ul {
	left: auto;
}
#mainnav li:hover, #mainnav li.sfhover {
	background-color: #666666;
}
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #DA2A7F;
}
ul#mainnav a.current:hover {
	color: #fff;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {margin: auto; position: relative; width: 770px;}
div#header {
	width: 770px;
	height: 197px;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	position:relative;
}
div#content {
	padding: 1px 0px;
	width: 770px;
	background: repeat-y;
}
div#footer {
	font-size: 10px;
	text-align: center;
	color: #99cb50;
	width: 770px;
	height: 20px;
	padding-top: 10px;
	background: no-repeat;
	margin: auto;
}
div#footer a:link, div#footer a:visited {
	color: #FFFFFF;
}
div#copyright {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-bottom: 20px;
}
div#copyright a:link, div#copyright a:visited {
	color: #d12e7d;
}
div#flash {
	position:absolute;
	right: 0px;
	top: 0px;
}
div#form {
	float: right;
	margin-right: 50px;
	margin-top: -15px;
}
/* ----------------- LIGHTBOX ----------------- */
div#gallery {
	width: 744px;
	margin: auto;
}
#gallery a {
	width: 182px;
	height: 181px;
	padding: 2px;
	float: left;
	border: 0;
}
#gallery img {
	border: 0;
}
#lightbox{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	color:#fff;
	}

#lightbox a, #lightbox a:hover {
	border-bottom:none;
	color:#fff;
	text-decoration:underline;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 15px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:32px;
	height:32px;
	background:url("images/loading.gif") center center no-repeat;
	text-indent:-9999px;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLinkImg, #nextLinkImg{
	width: 49%;
	height: 100%;
	background: transparent url("images/blank.gif") no-repeat; /* Trick IE into showing hover */
	display: block;
	text-indent:-9999px;
	}
#prevLinkImg { left: 0; float: left;}
#nextLinkImg { right: 0; float: right;}
#prevLinkImg:hover, #prevLinkImg:visited:hover { background: url("images/prevlabel.gif") left 15% no-repeat; }
#nextLinkImg:hover, #nextLinkImg:visited:hover { background: url("images/nextlabel.gif") right 15% no-repeat; }


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

#imageData{
	padding:0 10px;
	}
#imageDetails{ width: 70%; float: left; text-align: left; }	
#caption{ font-weight: bold;	}
#numberDisplay{ display: block; clear: left; }			
#detailsNav{ display: block; clear: left; padding:0 0 10px 0;	}	
#prevLinkDetails { margin:0 8px 0 0; }		
#nextLinkDetails { margin:0 8px 0 0; }		
#closeLink {
	display:block;
	margin:0;
	padding:0 0 10px 0;
	text-decoration:none;
	float:right;
	width:66px;
	height:28px;
	background:url("images/closelabel.gif") no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	width: 100%;
	height: 500px;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
		
/* ----------------- CUSTOM CLASSES ----------------- */
.red {
	color: #EC2E8C;
}
