/******************************/
/** E&S Website CSS Document **/
/******************************/

html
{
	background:		transparent;
}

body
{
	padding:  0px;
	margin: 0px;
	color: #CCC;

	background: #000000 url(../images/bg_stretch.png) repeat-y fixed;
	font: normal 0.85em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

img {border: 0;}

a:link { color: #e8e000; text-decoration: none;}
a:visited { color: #e8e000; text-decoration: none;}
a:hover {color: #bbeeff; text-decoration: underline;}
a:active {color: #bbeeff; text-decoration: none}

a:link img {border: 1px #e8e000 solid;}
a:visited img {border: 1px #805500 solid;}
a:hover img {border: 1px #bbeeff solid;}
a:active img {border: 1px #bbeeff solid;}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	background: url(../images/stars3.png) no-repeat;
	background-position: top center;}

/** HEADER **/
.header {
	color: #999;
 	width: 980px;
 	height: 80px;
}


.login {
	background: #252525 url(../images/log_bg.png) repeat-x;
	margin: 0px 0px 0px 550px;
	padding: 10px 10px 10px;
	width: 385px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}


#go_button {
	font-weight: bold;
	border: #606060 1px;
	border-style: outset;
	background-color: #999;
	color: #444;
	text-decoration: none;}

#inputField
{
	border: solid 0px;
	background-color: #555555;
	color: #ddd;
}



/** NAVIGATION **/
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
	z-index: 99999;
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 44px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/

ul#topnav a.home {
	background: url(../images/nav_home_logo.png) no-repeat;
	width: 352px;
}
ul#topnav a.about {
	background: url(../images/nav_about.png) no-repeat;
	width: 128px;
}
ul#topnav a.products {
	background: url(../images/nav_products.png) no-repeat;
	width: 114px;
}
ul#topnav a.services {
	background: url(../images/nav_services.png) no-repeat;
	width: 108px;
}
ul#topnav a.news {
	background: url(../images/nav_news.png) no-repeat;
	width: 86px;
}
ul#topnav a.support {
	background: url(../images/nav_support.png) no-repeat;
	width: 95px;
}
ul#topnav a.contact {
	background: url(../images/nav_contact.png) no-repeat;
	width: 94px;
}


ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 44px; left: 5px;
	z-index: 99999;
	background: #002F4C url(../images/sub_bg.png) repeat-x; /*--Background gradient--*/
	padding: 20px 20px 20px;
	float: left;
	/*--top right rounded corner--*/
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.1em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(../images/navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {
	color: #ddd;
	background-position: 5px 12px ;/*--Override background position--*/
}




/** STATIC BANNER **/
.banner {margin-bottom: 10px;}


/** ROTATING BANNER **/
#banners {
	width:980px; /** 773 **/
	height: 200px;
	position: relative;
	margin: 0px 0px 0px 0px; /** T R B L **/
}
#banners .banner{
	position: absolute;
	top:0;
	left:0;
	display:block;
}
.banner.current{z-index: 2;}
#controls{
	position:absolute;
	bottom:-30px;
	left:-35px;
	z-index:10;
}
#controls li { list-style:none; display:inline;}
#controls li a{
	display:-moz-inline-box; /* < = FF2 hack */
	display:inline-block;
	margin-right:8px;
	font-size:12px;
	padding:4px 8px;
	text-decoration:none;
	color: #333;
	background:#AAA; /* Specify a fall back color */
	background:rgba(180,180,180,.5);
	border:1px solid #BBB;
	outline:none;
}
#controls li.active a{
	border-color:#FFF;
	color:#FFF;
	background-color:#333;
}
#controls li a:hover{
	border-color:#FFF;
	color: #FFF;
	background-color:#333;
}


/** IMAGE ROTATORS **/
#imgrot {
	width: 320px;
        height: 240px;
        position: relative;
        margin: 0;
}
#posterRotate {
	width: 200px;
        height: 300px;
        position: relative;
        margin: 0;
}
#imgrot .thumb{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
#posterRotate .thumb{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
.thumb.current{z-index: 2;}


/** LEFT COLUMN **/
.left_container {
	float: left;
 	margin: 0 10px 5px 0; /** T R B L **/
 	min-height: 375px;
 	width: 175px;
	background: transparent url(../images/news_bg.png) repeat-x;
	padding: 10px 10px 0px 10px;
	/*--top right rounded corner--*/
	-moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	/*--Top left rounded corner--*/
	-moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
}

#leftnav {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.85em;
}

ul#leftnav li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
#leftnav h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.2em;
	font-weight: normal;
}

#leftnav h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}

#leftnav  .sub { /*--Sub-sub nav heading link style--*/
	padding: 0px 0px 0px 15px;
}

#leftnav  a {
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(../images/navlist_arrow.png) no-repeat 5px 12px;
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
#leftnav a:hover {
	color: #bbeeff;
	background-position: 5px 12px ;/*--Override background position--*/
}

#leftnav .highlight {color: #ffff90; font-weight: bold;}


.left_collateral {
	padding-top: 15px;
	color: #5090FF;}



/** CONTENT COLUMN **/
.content_container {
	float: left;
 	margin: 0 0 5px 0;  /** T R B L **/
	width: 785px;
	display: inline;} 

.contents {margin-top: 5px;}

.text {
	float: left;
	width: 540px;
	padding: 0 20px 0 10px;}

.text_full {
	float: left;
	width: 770px;
	padding: 0 20px 0 10px;}
.text_wide {
	float:left;
	width:980px;
	padding: 0 20px 0 0;
}

.u {padding: 0;  margin: 0;
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: #606060 1px solid;}

.text h2 { /*--flush top heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.4em;
	font-weight: bold;}

p.quote {
	font-size: 0.8em;
	font-style: italic;}

p.small{
	font-size: 0.8em;}

.rcol{
	float:left;
	width: 50%;
	position: relative;
	left: 0px;
	top: 0px;}

.lcol{
	float:left;
	width: 50%;	
	position: relative;
	left: 0px;
	top: 0px;}

a.large{
	font-size: 1.1em;
	font-weight: bold;}

a.info{
    position:relative; /*this is the key*/
    z-index:24;
    text-decoration:none}

a.info:hover{z-index:25;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    width: 300px;
    position:absolute;
    top:1em; left:1em; 
    padding: 10px;
    border:1px solid #444;
    background-color:#222; color:#ddd;
    text-align: left}

a.info:link img {border: 0px}

.content_collateral {
	float: left;

	width: 200px;
	display: inline;}

.collateral_container {
	padding-top: 10px;}

.collateral_image { margin: 2px 2px 2px 2px;}

.collateral_description {
	font-size:11px;
	margin: 5px 0px 25px 0px;}

.sidebarbox{
	text-align: left;
	margin-bottom: 15px;
	background-color: #333;
	border: 1px solid #666;
	line-height: 125%;
	font-size: 85%;
	width: 200px;
}
.sidebarpicture{
	text-align: left;
	background-color: #000;
	margin-bottom: 15px;
	border: 1px solid #333;
	font-size: 85%;
}
.sidebarbox h4, .sidebarpicture h4{
	color: #fff;
	background-color: #666;
	margin: 0;
	padding: 5px 8px 5px 8px;
}


.sidebarbox p, .sidebarpicture p{
	padding: 1px 8px 1px 8px;
}

.frontpage_news {
	float: left;
	width: 175px;
	background: transparent url(../images/news_bg.png) repeat-x;
	padding: 10px 10px 10px;
	/*--top right rounded corner--*/
	-moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	/*--Top left rounded corner--*/
	-moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
}



#news {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.85em;
}

#news li {
	width: 100%; /*--Override parent list item--*/
	color: #CCC;
}
#news h2 { /*--Sub nav heading style--*/
	padding: 5px;
	margin: 0;
	font-size: 1.2em;
	font-weight: normal;
	color: #e8e000;
}

#news a {
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	padding: 0px 0px 15px 15px;
	display: block;
	text-decoration: none;
	color: #CCC;
}
#news a:hover {
	color: #fff;
}



/** Projector rollover buttons **/
#Configs a.OutreachButton {
	display: block;
	background-image: url(./Resources/Outreach_Button.png);
	width: 100px;
	height: 81px;
	background-position: top;
	text-indent: -9999px;
}
#Configs a.OutreachButton:hover  { background-position: center; }
#Configs a.OutreachButton:active { background-position: bottom; }

#Configs a.SP2HDButton {
	display: block;
	background-image: url(./Resources/SP2HD_Button.png);
	width: 100px;
	height: 81px;
	background-position: top;
	text-indent: -9999px;
}
#Configs a.SP2HDButton:hover  { background-position: center; }
#Configs a.SP2HDButton:active { background-position: bottom; }

#Configs a.SingleJVCButton {
	display: block;
	background-image: url(./Resources/Single_JVC_Button.png);
	width: 100px;
	height: 81px;
	background-position: top;
	text-indent: -9999px;
}
#Configs a.SingleJVCButton:hover  { background-position: center; }
#Configs a.SingleJVCButton:active { background-position: bottom; }

#Configs a.SixDLPButton {
	display: block;
	background-image: url(./Resources/Six_DLP_Button.png);
	width: 100px;
	height: 81px;
	background-position: top;
	text-indent: -9999px;
}
#Configs a.SixDLPButton:hover  { background-position: center; }
#Configs a.SixDLPButton:active { background-position: bottom; }

#Configs a.FourKContrastButton {
	display: block;
	background-image: url(./Resources/4K_High_Contrast_Button.png);
	width: 100px;
	height: 81px;
	background-position: top;
	text-indent: -9999px;
}
#Configs a.FourKContrastButton:hover  { background-position: center; }
#Configs a.FourKContrastButton:active { background-position: bottom; }

#Configs a.FourKBrightnessButton {
	display: block;
	background-image: url(./Resources/4k_High_Brightness_Button.png);
	width: 100px;
	height: 81px;
	background-position: top;
	text-indent: -9999px;
}
#Configs a.FourKBrightnessButton:hover  { background-position: center; }
#Configs a.FourKBrightnessButton:active { background-position: bottom; }

#Configs a.EightKButton {
	display: block;
	background-image: url(./Resources/8K_Button.png);
	width: 100px;
	height: 81px;
	background-position: top;
	text-indent: -9999px;
}
#Configs a.EightKButton:hover  { background-position: center; }
#Configs a.EightKButton:active { background-position: bottom; }

#Configs a.GB {
	display: block;
	background-image: url(./Resources/Green_Button.png);
	width: 68px;
	height: 24px;
	background-position: top;
	text-indent: -9999px;
}
#Configs a.GB:hover  { background-position: center; }
#Configs a.GB:active { background-position: bottom; }


/** FOOTER **/
.footer {
 	width: 1020px;
	clear: both;
 	color: #EEE;
	border-top: #606060 1px solid;}

.footer_logo {
	float: left;
 	margin: 5px 0px 0px 5px;   /** T R B L **/
 	height: 20px;
 	width: 130px;}
	
.footer_address {
	font-size: 11px;
	float: left;
 	margin: 12px 0px 0px 0px;
	width: 655px;
	display: inline;}

.footer_copyright {
	font-size: 11px;
	float: left;
 	margin: 12px 5px 0px 10px;
	display: inline;}

.footer_social {
	font-size: 11px;
	float: left;
 	margin: 11px 0px 0px 0px;
	display: inline;}


/** Frontpage News **/
.news_element {
	font: 14px/20px italic Times, serif;
	padding: 10px 10px 10px 10px;
	background-color: #000022;
	border: 1px solid #ccc;
	margin: 0px;
	background-position: middle left;
	background-repeat: no-repeat;
}
.news_title{
	background-color:#333344;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding: 5px;
	font-variant:small-caps;
	font-weight:bold;
}

/** CSS Ends Here **/
