
/* --- COLORS --- */

/*
??? : #f3f4f8
??? : #002266
??? : #cce9f7
*/


/* --- RESET ALL --- */

* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
a:focus {
	border: none;
	outline: none;
	}


/* --- HTML/BODY --- */

html, body {
	height: 100%;
	}

body {
	background-color: black;
	text-align: center;
	color: #fff;
	font: 11px Verdana, "Lucida Grande", Lucida, sans-serif;
	behavior: url("css/csshover3.htc");
	}


/* --- PNG FIX --- */

img, div { 
	behavior: url("iepngfix.htc")
	}
 

/* --- LAYOUT --- */

#spacer {
	float: left;
	height: 50%; 
    margin-bottom: -380px; 
    width: 100px;
	}

#main {
	clear: left;
	width: 900px;
	height: 610px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}
	
#nav {
	height: 120px;
	z-index: 100;
	}

#content {
	height: 336px;
	font: 11px/1.5em Verdana, "Lucida Grande", Lucida, sans-serif;
	}
	
#footer {
	background: #000 url(../images/footer/footer-bg.jpg) no-repeat;
	height: 154px;
	/*border: 1px solid red;*/
	}
	
#glow {
	background: #000 url(../images/footer/footer-bg.jpg) no-repeat;
	height: 44px;
	}
	
.noFooter {
	height: 400px !important;
	}
	
.video-nav {
	z-index: 20;
	position: absolute;
	}
	
.video-content {
	height: 356px !important;
	padding-top: 100px;
	}
	
.clear {
	clear: both;
	display: block;
	}
	
	
/* --- NAVIGATION --- */

.nav:hover {
	cursor: default;
	}

.nav ul {
	list-style-type: none;
	font: 11px/1.5em Verdana, "Lucida Grande", Lucida, sans-serif;
	padding-top: 100px;
	z-index: 101;
	}
	
.nav li.level1 {
	width: 150px;
	height: 20px;
	float: left;
	background: url(../images/nav/button-bg.gif) no-repeat right;
	}
	
.nav li.empty {
	background-image: none;
	background-color: transparent;
	}
	
.nav li.level1 em {
	font-weight: normal;
	font-style: normal;
	display: block;
	height: 20px;
	background: url(../images/nav/nav-leftBorder.gif) no-repeat;
	color: #eee;
	text-decoration: none;
	text-align: center;
	line-height: 17px;
	}
	
.nav li.active1 {
	background: url(../images/nav/button-bg-active.gif) no-repeat right;
	}
	
.nav li.active1 em {
	background: url(../images/nav/nav-leftBorder-red.gif) no-repeat;
	}

.nav a.level1 {
	display: block;
	color: #eee;
	text-decoration: none;
	text-align: center;
	line-height: 17px;
	height: 20px;
	}	

.nav ul li:hover {
	cursor: pointer;
	}
	
.nav ul li:hover ul {
	display:block;
}
	
.nav ul ul {
	position: absolute;
	list-style-type: none;
	background-image: url(../images/nav/white60.png);
	display: none;
	width: 150px;
	padding-top: 0px;
	}
	
.nav ul ul li:first-child {
	padding-top: 3px;
	}
	
.nav li.level2 {
	color: black;
	}
	
.nav a.level2 {
	color: black;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	line-height: 1em;
	text-decoration: none;
	}
	
.nav li.level2 em, .nav li.level2 b {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	height: auto;
	line-height: 1em;
	padding-top: 5px;
	background-image: none;
	}
	
.nav a.level2:hover {
	color: #fff;
	}
	
.nav a.active2  {
	color: #741d22;
	}
	
.nav a.active2:hover {
	color: #741d22;
	}

.nav em.level2:hover {
	cursor: pointer;
	}
	
.video-nav .back:hover {
	background: url(../images/nav/button-bg-active.gif) no-repeat right;
	}
	
	
	
/* --- CONTENT --- */

#flash {
	z-index: 11;
	position: absolute;
	}

.text-block {
	background: transparent url(../images/content/text-bg.png) repeat-x right;
	height: 336px;
	position: absolute;
	vertical-align: top;
	z-index: 50;
	behavior: url("/ccs/iepngfix.htc");
	}
	
.text-block-inlay {
	height: 336px;
	overflow: auto;
	}
	
.image-block {
	z-index: 30;
	position: absolute;
	}
	
.opacity-0 {
	-khtml-opacity:0;
	-moz-opacity:0;
	-ms-filter:”alpha(opacity=0)”;
	filter:alpha(opacity=0);
	opacity:0;
	}
	
.opacity-50 {
	-khtml-opacity:.50;
	-moz-opacity:.50;
	-ms-filter:”alpha(opacity=50)”;
	filter:alpha(opacity=50);
	opacity:.50;
	}
	
.opacity-90 {
	-khtml-opacity:.90;
	-moz-opacity:.90;
	-ms-filter:”alpha(opacity=90)”;
	filter:alpha(opacity=90);
	opacity:.90;
	}
	
.opacity-100 {
	-khtml-opacity:1;
	-moz-opacity:1;
	-ms-filter:”alpha(opacity=100)”;
	filter:alpha(opacity=100);
	opacity:1;
	}	

h1, h2 {
	font-size: 18px;
	margin-right: 10px;
	margin-left: 10px;
	}
	
h1 {
	margin-top: 15px;
	}

h2 {
	font-weight: 100;
	font-style: normal;
	font-family: "Helvetica Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 4px;
	}
	
.headline {	
	text-indent: -1000px;
	background-repeat: no-repeat;
	behavior: url("/css/iepngfix.htc");
	}

.copytext {
	padding: 15px 10px 10px;
	}
	
.copytext a:link, .copytext a:visited {
	color: white;
	text-decoration: underline;
	}
	
.copytext a:active {
	color: red;
	text-decoration: underline;
	}
	
.copytext a:hover {
	color: #ccc;
	text-decoration: underline;
	}
	

/* --- VIDEO --- */

#client, #copyright, #credits {
	z-index: -50;
	margin-top: 20px;
	}
	
.hideLink {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	}
	
.hideLink span {
	text-decoration: underline;
	}
	
.hideLink span:hover {
	cursor: pointer;
	}

	
/* --- FOOTER --- */

#logo {
	background: url(../images/footer/quadrolux-logo.gif) no-repeat center bottom;
	}

#footer-copyright {
	padding-top: 138px;
	}

#meta {
	float: right;
	padding-top: 138px;
	}
	
#meta a {
	color: white;
	text-decoration: none;
	}
	
#meta a:hover {
	color: #990000;
	}
	
#meta .active {
	
	}