@charset "utf-8";
/* cnd_album.css	-	(Based on Floatrix)	*/

#siteContainer{
	background-color: #000;
	width: 800px;
	margin: 0 auto 0 200px;
	font: 12px arial;
	overflow: auto;
}

body{
	background-color: #333;
}

#gsHeader{
	width: 141px;
	height: 111px;
	float: left;
	margin: 3px 0 0 10px;
}

#headerBarCND{
	height: 85px;
	width: 800px;
	margin: 0 auto;
	border-bottom: 2px solid white;
	padding: 0;
	background-color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #fff;
  	line-height: 125%;
	float: left;
}

#headerBarLightsCND{
	width: 248px;
	height: 67px;
	margin: 0 auto;
	padding: 7px 0 0 0;
}

#siteBrandingLogoCND{
	width: 141px;
	height: 111px;
	float: left;
	margin: 3px 0 0 10px;
}

#g1{
	float: right; 
	width: 252px; 
	padding-top: 10px; 
	height: 50px; 
}

.cndHeadline{
	/*width: 332px;*/
	width: 247px;
	margin: 0 auto;
	height: 19px;	
}

.adminHeadline{
	margin-top: 50px;
}

#navigationCND{
	float: left;
	width: 90px;
	min-height: 500px;
	background: transparent;	
	margin: 20px 10px 0;
}

#navigationCND ul li{
	margin: 0;
	padding: 0;
}

#navigationCND ul li a{
	display: block;
	background: transparent url(images/button_front_25_prcnt_new.png) no-repeat 10px 15px;
	border: none;
	font: 12px/12px "lucida sans typewriter";
	color: #ccffff;
	text-align: left;
	text-indent: 40px;
	height: 50px;
	width: 110px;
	padding: 20px 0 0 0;
}

#navigationCND ul li a:visited{
	border: none;
	color: #ccffff;
	text-decoration: none;
}

#navigationCND ul li a:hover{
	background: transparent url(images/button_back_25_prcnt_new.png) no-repeat 8px 15px;	
	color: #ccffff;
	text-decoration: none;
}

#navigationCND ul li a:active{
	border: none;
	color: #ccffff;
	text-decoration: none;
}

#navigation ul li a.loaded{
	background: transparent url(images/button_back_25_prcnt_new.png) no-repeat 10px 15px;
}

#navigationCND ul li a.loaded:visited{
	background: transparent url(images/button_back_25_prcnt_new.png) no-repeat 10px 15px;
}

#navigation ul li a.loaded:hover{
	background: transparent url(images/button_front_50_prcnt_new.png) no-repeat center center;
	color: #fff;
	font-weight: bold;
}

#navigation ul li a.loaded:active{
	background: transparent url(images/button_front_50_prcnt_new.png) no-repeat center center;
	color: #fff;
	font-weight: bold;
}

.albumShortDescription{
	font-family: arial;
	width: 160px;
	border-bottom: 1px solid black;
	background-color: #ffffcc;
	color: #666;
	margin: 20px auto;
	clear: both; 
	padding: 10px 0 10px 0;
}

div.albumShortDescription ul{
	text-align: left;
	line-height: 150%;
	padding-left: 10px;
}
	

h2.albumBriefDescription{
	font-size: 12px;
	text-align: center;
	padding-top: 10px; 
}

#content{
	width: 540px;
	float: left;
	margin: 10px 0 10px 20px;
}