/* ************************************************* */
/* ******************** Lay-out ******************** */
/* ************************************************* */

html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #AA0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#container {
	background-image: url(../images/lay-out/background.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
}
#background_left {
	background-image: url(../images/lay-out/background_left.gif);
	background-repeat: repeat;
	background-position: right top;
	width: 50%;
	height: 100%;
}
#background_left2 {
	background-image: url(../images/lay-out/background_left2.gif);
	background-repeat: repeat-x;
	background-position: right top;
	width: 100%;
	height: 100%;
}
#glow {
	background-image: url(../images/lay-out/background_glow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	height: 100%;
}
#background_content {
	background-image: url(../images/lay-out/background_content.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #AA0000;
	width: 800px;
}
#background_right {
	background-image: url(../images/lay-out/background_right.gif);
	background-repeat: repeat;
	background-position: left top;
	width: 50%;
	height: 100%;
}
#background_right2 {
	background-image: url(../images/lay-out/background_right2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	height: 100%;
}
#shadow {
	background-image: url(../images/lay-out/background_shadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 100%;
}
#content {
	padding-top: 45px;
	width: 800px;
}
#container_popup #content{
	width: 370px;
	padding: 15px 15px 0px 15px;
}
#language {
	height: 70px;
	width: 800px;
}
#navigation {
	padding-left: 135px;
	height: 70px;
	width: 665px;
}
#wrap-left {
	display: block;
	float: left;
	width: 390px;
}
#wrap-right {
	display: block;
	float: left;
	padding-top: 10px;
	padding-bottom: 40px;
	width: 370px;
}



/* ************************************************* */
/* ******************** Content ******************** */
/* ************************************************* */

h1 {
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}
p {
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}
p a{
	color:#FFFFFF;
}
p a:hover{
	color:#000000;
}
ul {
	margin: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
}
li {
	margin: 0px 0px 5px 0px;
}
.circlewrap{
	display: block;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 110px;
	height: 110px;
}

.imagewrap{
	display: block;
	float: left;
	border: solid 5px #000000;
	margin-bottom: 20px;
	width: 360px;
	height: 240px;
}
a.info{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: dotted #FF0000 1px;
    position: relative; 
}
a.info span{
	display: none
}
a.info:hover span{ 
	font-size: 11px;
	color: #FFFFFF;
    display:block;
    position:absolute;
    bottom:20px; left: 20px; width:250px;
    border:1px solid #FF0000;
    background-color:#660000;
	padding: 8px 10px 12px 10px;
	z-index: 1000;
}
.close{
	background-image:url(../images/content/close.gif);
	display: block;
	width: 13px;
	height: 12px;
	float: right;
	margin-top: 5px;
}
	


/* ************************************************* */
/* ****************** Navigation ******************* */
/* ************************************************* */



.nav_link, .nav_link_active{
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: 1px;
	display: block;
	float:left;
	margin-top: 1px;
	padding-right: 10px;
}
.nav_link a{
	color: #FFFFFF;
	text-decoration: none;
}
.nav_link a:hover{
	color: #000000;
}
.nav_link_active a{
	color: #000000;
	text-decoration: none;
}
#subnav {
	display: block;
	margin-left: 195px;
	margin-top: 30px;
	width: 180px;
}
#subnav .tab{
	background-image: url(../images/navigation/subnav_tab.gif);
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 2px;
	padding-top: 4px;
	height: 21px;
}
#subnav .tab a{
	color: #FFFFFF;
	text-decoration: none;
}
#subnav .tab a:hover{
	color: #000000;
}
#subnav .tab_end{
	background-image: url(../images/navigation/subnav_tab_end.gif);
	display: block;
	float: left;
	width: 13px;
	height: 25px;
}
#subnav .top{
	background-image: url(../images/navigation/subnav_top.gif);
	display: block;
	float: left;
	width: 180px;
	height: 10px;
}
#subnav .items{
	background-image: url(../images/navigation/subnav_background.gif);
	background-repeat: repeat-y;
	display: block;
	float: left;
	width: 180px;
}
#subnav .item, #subnav .item_active, #subnav .subitem, #subnav .subitem_active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-bottom: #FF0000 solid 1px;
	display: block;
	float: left;
	padding-top: 8px;
	padding-bottom: 10px;
	margin-left: 10px;
	width: 155px;
}
#subnav .subitem, #subnav .subitem_active{
	background-color: #FF0000;
	border-bottom: #CB0000 solid 1px;
	padding-top: 6px;
	padding-bottom: 8px;
	padding-left: 8px;
	width: 147px;
}
#subnav .item a, #subnav .subitem a{
	color: #FFFFFF;
	text-decoration: none;
}
#subnav .item a:hover, #subnav .subitem a:hover{
	color: #000000;
}
#subnav .item_active a, #subnav .subitem_active a{
	color: #000000;
	text-decoration: none;
}
#subnav .end{
	background-image: url(../images/navigation/subnav_end.gif);
	display: block;
	float: left;
	width: 180px;
	height: 25px;
}



/* ************************************************* */
/* ******************** 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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/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: #400000; }

