@import url("reset.css") screen;
@import url("animation.css") screen;

/* Common */
html, body {
	background: #eaeaea url(../img/jcbd-website-bg.png) no-repeat;
	font-size:12px;
	font-family:Georgia, serif;
	min-width:960px;
	margin:0;
	padding:0;
	color:#aaa;
}

.content h1 {
	font-size: 30px;
	color:#1F2738;
	text-shadow:0px 1px 1px #fff;
	text-align:left;
	padding: 70px 0 5px 80px;
	font-weight: bold;
}

/* LAYOUT */
.container {
	margin:0 auto;
	overflow:hidden;
	width:960px;
}

/* CONTENT SLIDER */
#content-slider {
	width:100%;
	margin:10px auto 0;
}
/* SLIDER */
#slider {
	background:#000;
	border:4px solid #eaeaea;
	box-shadow:1px 1px 5px 2px rgba(0,0,0,0.4);
	height:450px;
	width:800px;
	margin:10px auto 0;
	overflow:visible;
	position:relative;
}
#mask {
	overflow:hidden;
	height:450px;
}
#slider ul {
	margin:0;
	padding:0;
	position:relative;
}
#slider li {
	width:800px;
	height:450px;
	position:absolute;
	top: 0px;
	list-style:none;
	opacity: 0;
	-moz-animation:cycle 60s linear infinite;
	-webkit-animation:cycle 60s linear infinite;
}

#slider li.firstanimation {
	-moz-animation-delay:0s;
	-webkit-animation-delay:0s;			
}
#slider li.secondanimation {
	-moz-animation-delay:5s;
	-webkit-animation-delay:5s;			
}
#slider li.thirdanimation {
	-moz-animation-delay:10s;
	-webkit-animation-delay:10s;		
}
#slider li.fourthanimation {
	-moz-animation-delay:15s;
	-webkit-animation-delay:15s;			
}
#slider li.fifthanimation {
	-moz-animation-delay:20s;
	-webkit-animation-delay:20s;			
}

#slider li.sixthanimation {
	-moz-animation-delay:25s;
	-webkit-animation-delay:25s;		
}

#slider li.seventhanimation {
	-moz-animation-delay:30s;
	-webkit-animation-delay:30s;		
}

#slider li.eighthanimation {
	-moz-animation-delay:35s;
	-webkit-animation-delay:35s;		
}

#slider li.ninthanimation {
	-moz-animation-delay:40s;
	-webkit-animation-delay:40s;		
}

#slider li.tenthanimation {
	-moz-animation-delay:45s;
	-webkit-animation-delay:45s;	
}

#slider li.eleventhanimation {
	-moz-animation-delay:50s;
	-webkit-animation-delay:50s;	
}

#slider li.twelvthanimation {
	-moz-animation-delay:55s;
	-webkit-animation-delay:55s;	
}

#slider .tooltip {
	background:rgba(0,0,0,0.7);
	width:600px;
	height:60px;
	position:relative;
	bottom:75px;
	left:-320px;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;  
}
#slider .tooltip h1 {
	color:#fff;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0 0 20px;
	font-weight: bold;
	text-shadow:0px 1px 1px #000;
}

#slider .tooltip p {
	color:#fff;
	font-size:12px;
	line-height:14px;
	padding:0 0 0 20px;
	text-shadow:0px 1px 1px #000;
}

#slider .tooltip a
{
	text-decoration: none;
}

#slider li#first:hover .tooltip, 
#slider li#second:hover .tooltip, 
#slider li#third:hover .tooltip, 
#slider li#fourth:hover .tooltip,  
#slider li#fifth:hover .tooltip, 
#slider li#sixth:hover .tooltip, 
#slider li#seventh:hover .tooltip, 
#slider li#eighth:hover .tooltip, 
#slider li#ninth:hover .tooltip, 
#slider li#tenth:hover .tooltip, 
#slider li#eleventh:hover .tooltip, 
#slider li#twelvth:hover .tooltip {
	left:0px;
}

#slider:hover li, 
#slider:hover .progress-bar {
	-moz-animation-play-state:paused;
	-webkit-animation-play-state:paused;
}

/* PROGRESS BAR */
.progress-bar { 
	position:relative;
	top:-5px;
	width:800px; 
	height:5px;
	background:#000;
	-moz-animation:fullexpand 15s ease-out infinite;
	-webkit-animation:fullexpand 15s ease-out infinite;
}


.intro, .demo
{
	color: #d8e2ff;
	background-color: #383c51;
	font-family: helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	letter-spacing: 0em;
	border-color: #9FD8E5;
	border-width: 1px;
	border-style: solid;
	padding: 10px 10px 10px;
  	width: 780px;
	margin-top: 15px;
	margin-left:  75px;
	box-shadow:1px 1px 5px 2px rgba(0,0,0,0.4);
}

.intro ul, ol
{
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0px;
	padding: 0px;
	text-indent: 4px;
	list-style-position: inside;
	color: #adc2ff;
}

.intro li
{
	padding-bottom: 5px;
}

.intro ul
{
	padding-top:  5px;
}

.demo
{

	font-size: 18px;
	line-height: 19px;
}

.demo a
{
	color: #95baed;
	text-decoration: none;
	font-weight: bold;
}

.address
{
	font-family: helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #16292D;
	right: 10px;
	width: 240px;
	padding: 10px;
	background-color: #d3deed;
	text-shadow: 2px 2px 2px #fff;
	border-color: #fff;
	border-width: 1px;
	border-style: solid;
		margin-top: 15px;
	margin-left:  75px;
	box-shadow:1px 1px 5px 2px rgba(0,0,0,0.4);
}

.address a
{
	color: #296d8a;
	letter-spacing: .3em;
	text-decoration: none;
	font-weight: bold;
}

.copyright
{
	font-family: helvetica, sans-serif;
	font-size: 10px;
	line-height: 120%;
	border-top: solid 1px #ffffff;
	padding-top:  2px;
	margin-top: 15px;
	margin-left:  75px;
}
