a@charset "UTF-8";

a:link { color: #0000FF; text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: red;}

a.class1:link { color:#FFFFFF; text-decoration: none}
a.class1:visited {text-decoration: none}
a.class1:active {text-decoration: none}
a.class1:hover {text-decoration: underline; color: red;}

a.class2:link { color:#FFFFFF; text-decoration: none}
a.class2:visited {color:#FFFFFF; text-decoration: none}
a.class2:active {text-decoration: none}
a.class2:hover {text-decoration: underline; color: blue;}

body  {
	background-color:#000000;
	background-repeat: repeat;
	background-image:url(images/bg_frank4.jpg);
	font-family:Arial, Tahoma, sans-serif;
	font-size:.85em;
	margin:32px 0 0 0;
	padding:0;
}
#container { 
	background-color:#FFFFFF;
	width:1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background-color:#FFFFFF;
	height:200px;
	padding: 0 0px 0 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. */
} 
#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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#menu {
	font-family:Tahoma,sans-serif;
	font-weight:bold;
	font-size:.8em;
	background-image:url(images/menu_bg_off.gif);
	border:1px solid #000000;
	height:24px;
}
#sidebar1 {
	background-color:#FFFFFF;
	float:left;
	height:auto !important;
	padding: 10px 1% 10px 2%;
	width:22%;
}
#mainContent { 
	background-color:#FFFFFF;
	border-color:#A00000;
	border-right:1px dotted #A00000;
	border-width:1px;
	height:auto !important;
	min-height:650px;
	padding:1%;
	width:71%;
	float:left;
}
#mainContentStore { 
	background-color:#FFFFFF;
	border-color:#A00000;
	border-width:1px;
	height:auto !important;
	min-height:650px;
	padding:1%;
	width:97%;
	float:left;
}
h1{
	border-bottom:1px dotted #BDBDBD;
	border-color:#BDBDBD;
	border-width:1px;
	color:#A00000;
	font-family:Tahoma,sans-serif;
	font-size:1.5em;
	font-weight:bold;
	margin:0;
	padding:5px 0;
}
h2{
	border-width:1px;
	color:#A00000;
	font-family:Tahoma,sans-serif;
	font-size:1.2em;
	font-weight:bold;
	margin:0;
	padding:5px 0;
}
h3{
	border-width:1px;
	color:#A00000;
	font-family:Tahoma,sans-serif;
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:5px 0;
}
#footer { 
	background-color:#A00000;
	clear:both;
	color:#FFFFFF;
	font-size:.85em;
	height:100%;
	padding:2px;
	text-align:center;
} 
#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 */
}
ul#gallery, ul#gallery li{
	margin:0;
	padding:0;
	list-style:none;
	}
ul#gallery{
	width:500px;
	height:300px;
	position:relative;
	background:#e1e1e1 url(images/bg_preview.gif) no-repeat 50% 40%;
	}	
#column{
	width:100px;
	height:300;
	float:right;
}		
ul#gallery li{
	margin:0;
	padding:0;
	line-height:0;
	}								
ul#gallery a span{
	display:none;
	}
ul#gallery a:hover{
	background:none;
	z-index:100;
	}	
ul#gallery a:hover span{
	position:absolute;
	width:400px;
	height:300px;
	float:left;
	top:0;
	left:0;
	bottom:0;
	display:block;
	}	
ul#gallery img{
	border:0;
}
.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;
}

ul#gallery2, ul#gallery2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
ul#gallery2{
	width:375px;
	height:400px;
	position:relative;
	background:#e1e1e1 url(images/bg_preview.gif) no-repeat 50% 40%;
	}	
#column2{
	width:75px;
	height:400;
	float:right;
}		
ul#gallery2 li{
	margin:0;
	padding:0;
	line-height:0;
	}								
ul#gallery2 a span{
	display:none;
	}
ul#gallery2 a:hover{
	background:none;
	z-index:100;
	}	
ul#gallery2 a:hover span{
	position:absolute;
	width:300px;
	height:400px;
	float:left;
	top:0;
	left:0;
	bottom:0;
	display:block;
	}	
ul#gallery2 img{
	border:0;
}
.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;
}




/*LIGHTBOX CODE*/
#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(images/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(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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
/*LIGHTBOX CODE*/