

* {
	margin: 0;
	padding: 0;
}


html {
	height: 100%;
	background: #333333;
}

body {
	font-size: 13px;
	font-family: Helvetica, sans-serif;
	background: #333333;
	height: 100%;	
}
:focus{outline:none;}

body.section-1 { }
body.section-2 { }
body.section-3 { }
a{color:#fff;}
a:link { text-decoration: underline;;
	font-size: 20px;
	font-weight: normal;
	margin-left: 0px;
	cursor: pointer;	
	}
	
a:visited { text-decoration: underline;;
	font-size: 20px;
	font-weight: normal;
	margin-left: 0px;
	cursor: pointer;	
}

a:hover { text-decoration: underline;;
	font-size: 20px;
	font-weight: normal;
	margin-left: 0px;	cursor: pointer;	
}

a:active { text-decoration: underline;;
	font-size: 20px;
	font-weight: normal;
	margin-left: 0px;	cursor: pointer;	
}

a img { border: none; }

#content {  
	position: fixed;
   	z-index: 10;
   	padding: 105px 0px 0px 0;
	top: 0;
	right:0;
	bottom:0;
	overflow: auto;
	width: 72.5%;
	padding-left:27.5%;
}

.container {
    padding: 1px 0px 25px 6px;
	color: #fff;
	margin-right: 30px;
}

#content p { width: 500px; z-index: 0; line-height:1.2em;}
#content p a  { 
	font-size: 13px;
	color: #fff;
	margin-left: 0px;
}

#content p a:hover  { 
	font-size: 13px;
}

p { 
	z-index:11 ;
	margin: 6px 0 9px 0px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container { margin: 0; padding: 0; width: 405px;}
#img-container p { width: 580px; margin: 0; padding: 0; }
#img-container a { 
	cursor:pointer;
	text-decoration:none; 
	display:block;
	width:36px;
	height:36px;
	margin-top:220px;
}
#img-container .next{ 
	float:right;
	margin-right:-50px;
	background-image:url(../img/next.png);
}
#img-container .prev{ 
	float:left;
	margin-left:-50px;
	background-image:url(../img/prev.png);
}
#img-container #s1{

}

#once { clear: left;  }

#play {
	position: fixed;
	visibility: visible;
	bottom: 1%;
	right: 3%;
	z-index:100;
	font-weight: normal;
}

#play a  { 
	text-decoration: none; 
	color: white;
	font-size: 13px;

}

#play a:hover  { 
	font-size: 13px;
	text-decoration: underline; 
}

#stop {
	position: fixed;
	visibility: hidden;
	bottom: 1%;
	right: 3%;
	z-index:100;
	
}

#stop a  { 
	text-decoration: none; 
	color: white;
	font-size: 13px;

}

#stop a:hover  { 
	font-size: 13px;
	text-decoration: underline;
}

#menu {
	position:fixed; 
	z-index:300;
	width:25%;
	left:0; 
	top:0;
	margin: 0 0 0 10px;
}
#menu ul{list-style:none;}
#menu ul li a{font-family:Helvetica, sans-serif; font-size:21px; display:inline-block; text-transform:uppercase; text-decoration:none; color:#fff; letter-spacing:-1px;}
#menu ul li a:hover, #menu ul li.active a{color:#fff; font-size:32px; letter-spacing:-1px; margin-top:5px;}

#flashbg {
	height: 100%;
}
#menu ul li, #menu ul li.active,#menu ul li:hover{
	line-height:20px;
}
	
#flashContainer {
	z-index: -1;
	height: 100%;
}

	