/* based on template from luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */

body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}

a {	color: #802A2A;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

h1 { font: normal 2.8em Arial, Sans-Serif; letter-spacing: 1px; padding: 7px 0 0 8px; margin: 0; }
.dark  { color: #8B8989; background: inherit; font-weight: bold; }
h1 a, h2 a { text-decoration: none;}
h1 a:hover, h2 a:hover { color: #CD5C5C; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
h3 { clear: both; color: #fff; font: bold 1.5em Tahoma, Arial, Sans-Serif; letter-spacing: -1px; line-height: 14px; margin: 0; padding-bottom: 0; border-bottom: 1px solid #A9C0CE; background: #A9C0CE; }

p { margin: 0 0 5px 0; }

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 780px;
	padding: 10px; 
}

.header { 	

	background: #eee;
	color: #000;
	margin: 3px 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid #520303;
}

.h3 { 
	clear: both;
	color: #fff; 
	font: bold 1.5em Tahoma, Arial, Sans-Serif; 
	letter-spacing: -1px;
	line-height: 14px;
	margin: 0; 
	padding-bottom: 0;
	border-bottom: 1px solid #A9C0CE; 
	background: #A9C0CE;
}

.name {
	color: #802A2A;
	font-weight: bold;
}

.browse_category  {
	font-size: 0.9em;
	width: 190px;
	color: #FFF;
	background: inherit;
}

.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	color: #FFF;
	margin: 0 0 2px 0; 
	background: #520303;
}


	.bar li { 
		margin: 0; 
		padding: 7px 12px 5px 12px;
		color: #fff;
		background: #520303;
		float: left; 
		list-style: none;
	}
	
	.bar li.active { 
		background: #ab5757 url(bar.gif) no-repeat center top; 
		color: #fff;
		font-weight: bold; 
		padding: 7px 10px 6px 10px;
		list-style: none;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
		list-style: none;
	} 
	
	.bar li a:hover { 
		color: #FFC1C1; 
		background: inherit;
		list-style: none;
	} 
	
.one { float: left; width: 320px; margin: 10px 30px 10px 0; }	
.two { float: left; width: 320px; margin: 10px 30px 10px 0; }




#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; }





/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.footer a {
	color: #808080; 
	background: #fff; 
}

#skip{
 margin-left: -999px;
 margin-top: -18px;
 }




