body {
	padding: 0px;
	text-align: center; /* Hack for IE5/Win */
	background-repeat: repeat;
	background-position: top;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #080808;
}

.solidblockmenu{
	margin: 0;
	padding: 0;
	float: right;
	font: normal small-caps 12px Arial, Helvetica, sans-serif;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	border: 0px solid #625e00;
	border-width: 0px 0;
	background: black url(images/black_default.png) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: right;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid #252525;
	width: 100px;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: #FFFFFF;
background: transparent url(images/blue_active.png) repeat-x;
}

#menuh-container
	{
	position: absolute;		
	top: 1em;
	left: 1em;
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:2em;
	margin-top: 1em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: royalblue;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: cornflowerblue;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #000000;
	border: 0px solid #ffffff;
	margin-top: 20px;
	opacity: 0.85;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	-khtml-opacity: 0.85;
	-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=85)”;
}
  #wrap #toolbar {
			position: relative;
			z-index: 2;
		}

.text_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
	color: #656565;
}
.text_header_lrg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 43.5px;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
	color: #656565;
}

#background { 
    width: 100%;  
    height: 100%;  
    position: fixed;  
    left: 0px;  
    top: 0px;  
 	opacity: 0.30;
	filter:alpha(opacity=30);
	-moz-opacity:0.30;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	-khtml-opacity: 0.30;
	-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=30)”;

} 
 
.stretch { 
    width:100%; 
    height:100%; 
	 position:relative; 
} 
<!--[if IE 6]>  
html { overflow-y: hidden; }  
body { overflow-y: auto; }  
#background { position:absolute; z-index:-1; }  
#content { position:static; }  

.text_details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: white;
}
.text_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	color: white;
}
.text_details_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: black;
}
.text_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	font-style: normal;
	color: #252525;
}

.text_audio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: lighter;
	font-style: normal;
	font-variant: small-caps;
	color: #399eff;
}
.text_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #b22222;
}
.text_contact_answers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: white;
}

.text_contact_answers_sent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: grey;
}

.contact_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: inherit;
	font-style: normal;
	color: #FFFFFF;
	background-color: #252525;
	width: 100%;
	border: 0px solid #000000;
	padding: 2px;
	
}

.menu {
	padding: 0 0 0 0px;
	margin: 0;
	list-style: none;
	height: 40px;
	background: black url(images/black_default.png) center repeat-x;
	position: relative;
	opacity: 0.85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	-khtml-opacity: 0.85;
	-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=85)”;

}
.menu li.top {
	display: block;
	float: left;
	position: relative;
	font: bold small-caps normal 14px Arial, Helvetica, sans-serif;
	margin-left: 0px;
	text-align: center;
}
.menu li a.top_link {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 0 0 12px;
	cursor: pointer;
	border-left: 1px solid #252525;

}
.menu li a.top_link span {
float:left; 
display:block; 
padding:0 24px 0 12px; 
height:40px;
}
.menu li a.top_link span.down {
float:left; 
display:block; 
padding:0 24px 0 12px; 
height:40px; 
background:url(images/down.gif) no-repeat right top;
}
.menu li a.top_link:hover{
color:#ffffff; 
background: transparent url(images/blue_active.png) repeat-x;
}
.menu li a.top_link:hover span {
background:url(images/blue_active.png) no-repeat right top;
color: #FFFFFF;
}
.menu table {
border-collapse:collapse; 
width:0; 
height:0; 
position:absolute; 
top:0; 
left:0;
}

.menu a:hover {
visibility:visible;
}
.menu li:hover {
position:relative; 
}

.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {
position:absolute; 
left:-9999px; 
top:-9999px; 
width:0; 
height:0; 
margin:0; 
padding:10; 
list-style:none;
}

.menu :hover ul.sub {
left:0px; 
top:40px; 
right:0px; 
background: #000000; 
padding:3px 0; 
white-space:nowrap; 
width:200px; 
height:auto;
	border: 1px solid #fffff;

}
.menu :hover ul.sub li {
display:block; 
height:40px; 
position:relative; 
float:left; 
width:200;
	border: 1px solid #fffff;

}
.menu :hover ul.sub li a {
	font-weight: normal;
	display: block;
	font-size: 16px;
	height: 40px;
	width: 190px;
	line-height: 40px;
	text-indent: 0px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-khtml-opacity: 1.0;
	-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=100)”;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.menu :hover ul.sub li a.fly {
background:#fff url(images/arrow.gif) 80px 7px no-repeat;
}
.menu :hover ul.sub li a:hover {
	color: #FFFFFF;
	background: #1844A4;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 10px #FFFFFF;
	-moz-box-shadow: 0px 0px 10px #FFFFFF;
	box-shadow: 0px 0px 10px #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-khtml-opacity: 1.0;
	-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=100)”;
	font-weight: normal;
}
.menu :hover ul.sub li a.fly:hover {
background:#999999 url(images/arrow_over.gif) 80px 7px no-repeat; 
color:#fff;
z-index:100;
}
.menu :hover ul li:hover > a.fly {
background:#999999 url(images/arrow_over.gif) 80px 7px no-repeat; 
color:#fff;
z-index:100;
} 

.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{
left:90px; 
top:-4px; 
background: #fff; 
padding:3px 0; 
border:0px solid 999999; 
white-space:nowrap; 
width:93px; 
height:auto;
}

#flash {
position: relative; /*or absolute*/
z-index: 1;
}
.systems {
	color: silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 10px 5px;
	z-index: 3;
}
.systems a {
	color: #399eff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.systems a:hover {
	color: white;
	
}

.systems_digitalmedia_icon {
	padding:5px;
	visibility: visible;
	border: solid 2px #000000;
}
.systems_digitalmedia_icon:hover {
	border: solid 2px #FFFFFF;
}
.systems_audio_icon {
	padding:5px;
	visibility: visible;
	border: solid 2px #000000;
}
.systems_audio_icon:hover {
	border: solid 2px #FFFFFF;
}

.imgteaser {
	margin: 0px;
	overflow: hidden;
	float: left;
	position: relative;
	-webkit-box-shadow: 0px 0px 10px #FFFFFF;
	-moz-box-shadow: 0px 0px 10px #FFFFFF;
	box-shadow: 0px 0px 10px #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.imgteaser a {
	text-decoration: none;
	float: left;
	padding:20px;
	cursor: pointer;
	border: solid 2px black;
	-webkit-box-shadow: 0px 0px 10px #FFFFFF;
	-moz-box-shadow: 0px 0px 10px #FFFFFF;
	box-shadow: 0px 0px 10px #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}
.imgteaser a:hover {
	padding:20px;
	cursor: pointer;
	border: solid 2px white;
	-webkit-box-shadow: 0px 0px 10px #FFFFFF;
	-moz-box-shadow: 0px 0px 10px #FFFFFF;
	box-shadow: 0px 0px 10px #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.imgteaser a img {
	float: left;
	margin: 0;
	border: none;
	padding-right: 20px;
}
.imgteaser a .more {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 1.2em;
	color: #fff;
	background: #000;
	padding: 5px 10px;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}
.imgteaser a:hover .desc{
	display: block;
	font-size: 18px;	
	background: #000000;
	filter: alpha(opacity=75);
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #FFFFFF;
	position: absolute;
	margin: 0;
	width: 165px;
	height: 165px;
	text-align: center;
	vertical-align: text-bottom;
	line-height: 165px;
	-webkit-box-shadow: 0px 0px 10px #FFFFFF;
	-moz-box-shadow: 0px 0px 10px #FFFFFF;
	box-shadow: 0px 0px 10px #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}
.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
}
.imgteaser a .desc {	display: none; }
.imgteaser a:hover .more { visibility: hidden;}


.imgteaser2 {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}
.imgteaser2 a {
	text-decoration: none;
	float: left;
	padding: 2px;
}
.imgteaser2 a:hover {
	cursor: pointer;
	border: 2px solid #399eff;
	padding: 0px;
}
.imgteaser2 a img {
	float: left;
	margin: 0;
	border: none;
	padding: 10px;

}
.imgteaser2 a .more {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 1.2em;
	color: #fff;
	background: #000;
	padding: 5px 10px;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}
.imgteaser2 a:hover .desc{
	display: block;
	font-size: 24px;	
	background: #000000;
	filter: alpha(opacity=75);
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #FFFFFF;
	position: absolute;
	margin: 0;
	width: 430px;
	height: 280px;
	text-align: center;
	vertical-align: text-bottom;
	line-height: 280px;
}
.imgteaser2 a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size: 24px;
}
.imgteaser2 a .desc {	display: none; }
.imgteaser2 a:hover .more { visibility: hidden;}

.button_contact {
	padding: 0 0 0 0px;
	margin: 0;
	list-style: none;
	height: 40px;
	font: normal small-caps normal 14px Arial, Helvetica, sans-serif;
	background: black url(images/black_default.png) center repeat-x;
	position: relative;
	opacity: 0.85;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	-khtml-opacity: 0.85;
	-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=85)”;
	width:150px;
	color: #FFFFFF;
	border: 1px solid #252525;
}
.button_contact:hover{
	border: 1px solid #FFFFFF;
background: transparent url(images/blue_active.png) repeat-x;
}
.audiobody{
	border: 0px;
}
#slider {
    width: 410px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1, #slider2 {
    width: 860px; /* important to be same as image width */
    height: 260px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderContent, #slider1Content, #slider2Content {
    width: 860px;
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage, .slider1Image, .slider2Image {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.slider1Image span, .slider2Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 860px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear_banner {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong, .slider2Image span strong {
    font-size: 24px;
}
.top_banner {
	top: 0;
	left: 0;
}

.bottom_banner {
	bottom: 0;
   left: 0;
}
.left_banner {
	top: 0;
    left: 0;
	width: 200px !important;
	height: 260px;
}
.right_banner {
	right: 0;
	bottom: 0;
	width: 200px !important;
	height: 260px;
}
#webkit_movie_wrapper p{
  }
  
  #firefox_movie_wrapper p{
  }
  
  #movie{
    margin: 0px;
	margin-top: 0px;
    text-align: center;
    width:400px;
    background-image: -moz-linear-gradient(86% 91% 234deg,#000000, #000000, #000000 91%);
    background-image: -webkit-gradient(linear, 5% 100%, 14% 20%, from(#000000), to(#000000), color-stop(1,#000000));
    -moz-border-radius: 5px;
    -moz-box-shadow: 3px 3px 12px #000;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 3px 3px 12px #000;
     padding: 0px 0 0px 0;
	position: relative;

  }
.TableBorder {
	padding: 0px;
	border: solid 2px #FFFFFF;
	-webkit-box-shadow: 0px 0px 10px #FFFFFF;
	-moz-box-shadow: 0px 0px 10px #FFFFFF;
	box-shadow: 0px 0px 10px #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}
