html{		background:#000;
			background:url(../images/bg.jpg) 50% 0 no-repeat fixed #000;
			z-index:0;}
	
body{		margin:0;
			color:#000;
			font:1.0em Verdana, Helvetica, sans-serif;
			min-width:1000px;}

img	{		border-style:none;}

a	{		text-decoration:none;
			color:#000;}
			
a:hover{	text-decoration:underline;}

#content{
	width:922px;
	margin:0 auto;
	padding:0 0 15px 0;
	overflow:hidden;}
	
#header{
	background:url(../images/header.png) no-repeat;
	height:394px;
	width:922px;
	margin-top:21px;
	z-index:4;}
	
#header .relative{
	height:394px;
	position:relative;
	}
.bg_content{		background:url(../images/content_filler.png) repeat-y;}
* html .bg_content{height:100%;}
#top-nav{
	overflow:hidden;
	width:730px;
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	top:91px;
	left:176px;
	z-index:5;
	}
#top-nav li{
	float:left;
	margin-right:2px;
	}
#top-nav,
#top-nav a{
	color:#bccbd9;
	font-size:12px;
	text-transform:uppercase;
	}
#top-nav a{
	background:#161a1c;
	padding:3px 3px 3px 3px;
	display:block;
	}
#top-nav a:hover{
	text-decoration:none;
	color:#161a1c;
	background:#fff;
	}
/**/
.title-black{
	background:url(../images/accroches.png) no-repeat;
	height:49px;
	overflow:hidden;
	padding:8px 15px 0;
	position:relative;
	z-index:1;}
.content-next .right li{
	overflow:hidden;
	margin-bottom:10px;
	height:1%;
	}
.content-next .right li{
	padding:5px 0 2px 0;
	margin:0;
	}
.content-next .right ul{
	padding-bottom:6px;
	}
/* Content other */
.content-next{
	overflow:hidden;
	height:1%;
	padding-bottom:60px;
	position:relative;
	z-index:2;
	top:-10px;
	}
.content-next .left{
	float:left;
	width:524px;
	margin-left:46px;
	display:inline;
	}
.content-next .right{
	float:right;
	width:335px;
	padding-top:10px;
	}
.content-next .right ul{
	list-style:none;
	margin:0 8px 0 11px;
	padding:0;
	color:#4c4c4c;
	font-size:11px;
	}
/* Right box */
.ad_bg{
	background:url(../images/ad_bg-mdl.png) repeat-y;
	}
* html .ad_bg{
	height:1%;
	}
.ad_bg-top{
	background:url(../images/ad_bg-top.png) no-repeat;
	padding:6px 0;
	}
.ad_bg-top li{
	color:#666;
	}
.ad_bg-top strong{
	font-size:12px;
	color:#1f2326;
	display:block;
	font-weight:100;
	}
.ad_bg-btm{
	background:url(../images/ad_bg-btm.png) no-repeat;
	height:22px;
	width:333px;
	font-size:0;
	line-height:0;
	margin-bottom:10px;
	}


.title{
	color:#1a1a1a;
	font-size:12px;
	border-bottom:2px solid #161a1c;
	line-height:20px;
	margin-bottom:12px;
	}
	
.txt_content{
	color:#1a1a1a;
	font-size:12px;
	line-height:20px;
	margin-bottom:12px;
	}

/* FOOTER */

.footer_blocks a{
	text-decoration:none;
	color:#fff;
	}
	
.footer_blocks a:hover{
	text-decoration:underline;
	color:#fff;
	}

.footer_blocks{
color:#fff;
	width:450px;
	float:left;
	z-index:10;
        margin-top:-5px;}

.footer_blocks ul{
	list-style:none;
	margin:3px 0 3px 55px;
	padding:0;
	overflow:hidden;
	font-size:10px;}
	
.footer_blocks li{
	float:left;
	margin-left:-10px;}
	
.footer_blocks li span{padding:0 5px 0 10px;}

/* END FOOTER */


/* LIGHTBOX */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* END LIGHTBOX */