/***********************************************/
/* emx_nav_left.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #cccccc url("../images/bg_grad2.jpg") fixed;
	font-size: small;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #009933;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 140% Arial, sans-serif;
 color: #CCCCCC;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial, sans-serif;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial, sans-serif;
 color: #009933;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 125px;
	left: 5%;
	width:90%;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 5%;
	width:90%;
	
}

#pageNav{
	float: left;
	width:195px;
	padding: 0px;
	font: small Arial, Helvetica, sans-serif;
	border-top: 0px none;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px none;
	border-left: 0px none;
	margin: 0px;
}

#content{
	padding: 0px 5px 0px 10px;
	margin:10px 0px 2px 195px;
	border-left: 1px solid #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 10px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 26px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image:  url(../images/bgnav_background.jpg);
	top: 0px;
}

#globalNav img{
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	margin: 0px;
	padding: 0px;
	right: 0px;
}

#globalLink{
	position: absolute;
	top: 4px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 4px;
	z-index: 100;
	background-position: center;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #999999;
}

a.glink:hover{
	background-image:  url(../images/glbnav_selected2.jpg);
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
	font-weight: normal;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 105px;
	left: 0px;
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	color: #ffffff;
	visibility: hidden;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #009933;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 5px;
	min-height: 200px;
}
html>body .feature {
	height: auto;
}

.feature h3{
	font: bold 130% Arial, sans-serif;
	color: #009933;
	padding: 5px 0px 5px 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	border-bottom: 1px solid #009933;
	margin-right: 0px;
}
.feature P {
	padding: 5px 0px 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 90%;
}
.feature img {
	padding: 10px 10px 0px 0px;
	float:left;
	margin: 0px;
	text-align: left;
}
.feature li {
	list-style-image: url(../images/icons/breadcrumbIcon.gif);
	text-indent: 0px;
	padding-bottom: 5px;
	font-size: 85%;
}

.featureSub {
	padding: 0px;
	font-size: 100%;
	min-height: 200px;
	margin-left: 20px;
}
.featureSub h3 {
	font: normal 130% Arial, sans-serif;
	color: #006633;
	padding: 5px 0px;
	border: none;
}
.featureSub P {

	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}


.featSpec{
	padding: 0px 0px 5px;
	min-height: 200px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
html>body .featSpec {
	height: auto;
}

.featSpec h3{
	font: bold 130% Arial, sans-serif;
	color: #009933;
	padding: 5px 0px 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009933;
	margin-left: 0px;
	margin-bottom: 5px;
}
.featSpec P {
	padding: 5px 0px 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 90%;
}
.featSpec li {
	list-style-image: url(../images/icons/breadcrumbIcon.gif);
	text-indent: 10px;
	padding-bottom: 10px;
	font-size: 85%;
}
/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 0px;
	margin-top: -1px;
	height: 25px;
	margin-left: 10px;
}

#siteInfo img{
	padding: 1px 4px;
	vertical-align: middle;
	right: 5px;
}

#sectionLinks h3{
	padding: 3px 0px 2px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	width: 100%;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px dotted #ffffff;
	border-bottom: 1px dotted #cccccc;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px;
	color: #999999;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #9FFF9F;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
#JumpMenuInput {
	font-size: 100%;
	margin: 0px  0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #009933;
	background-color: #FFFFFF;
}
#jumpmenu {
	position: absolute;
	top: 3px;
	right: 25px;
	z-index: 101;
	width: 180px;
}

#JumpMenuTxt {
	margin-right: 2px;
	margin-bottom: 3px;
}
#Category {
	margin: 0px;
	padding: 3px 5px 5px;
}
#RStitle {
	border: none;
	position: absolute;
	top: 2px;
	right: 110px;
}
#SideLogo {
	bottom: 10px;
	padding-bottom: 0px;
	padding-left: 60px;
	top: 40px;
}
#SideLogoImg {

	display: block;
}
#Useful {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#UsefulLinksHead {
	margin: 4px 0px 5px;
	padding: 0px;
	border: 0px;
	color: #FFFFFF;
}
.usefulLinks {

	margin: 0px;
	padding: 0px;
	border: 0px none;
}
.usefulLinks a {
	display: block;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#TimeDate {
	font: small Verdana, sans-serif;
	color: #000000;
	float: right;
	top: 5px;
	right: 10px;
	position: absolute;
}
#RelatedLinks {
	margin: 0px;
	padding: 0px;
}
#RelatedLinks a:link, #RelatedLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px;
	color: #999999;
}
#RelatedLinks a:hover {

	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #009933;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
}
#RelatedLinksHead {

	margin: 0px 0px 5px;
	padding: 0px;
	border: 0px;
	color: #FFFFFF;
}
#banner {
	margin: 0px;
	padding: 0px;
}

#contentNoNav {
	margin:0px;
	border-left: 0px none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#hpMainMovie {
	width: 495px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 5px;
}
#NewsHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-style: normal;
	font-variant: small-caps;
	background-image: url(../images/newHead.jpg);
	margin: 0px;
	font-weight: 600;
	height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#news {
	padding: 0px;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.prodFlash {
	margin: 0px;
	top: 0px;
	padding: 0px;
	width: 520px;
}
.HPprods {
}
.HPprods P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
}
#subglobal2 {
	left: 43px;
}
#subglobal3 {
	left: 112px;
}
#subglobal5 {

	left: 249px;
}
#subglobal7 {

	left: 356px;
}
.feature h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #009933;
	margin-bottom: 3px;
}
.feature h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 3px;
	background-color: #CCCCCC;
}
.Exhibition {
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.Techpapers {

	padding: 0px 0px 5px;
	min-height: 200px;
}
.Techpapers h3 {

	font: bold 130% Arial, sans-serif;
	color: #009933;
	padding: 5px 0px 5px 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	border-bottom: 1px solid #009933;
	margin-right: 0px;
}
.Techpapers td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.DZDfeature {

	padding: 0px 0px 5px;
	min-height: 200px;
}
.DZDfeature h3 {

	font: bold 130% Arial, sans-serif;
	color: #009933;
	padding: 5px 0px 5px 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	border-bottom: 1px solid #009933;
	margin-right: 0px;
}
.DZDfeature P {

	padding: 5px 0px 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 90%;
}
.DZDfeature h2 {
	font: 90% Arial, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	text-transform: none;
	margin: 0px;
}
.featSpec img {
	padding: 10px;
}
.featureConfig {
	float: left;
}
.feature ul {
	font-size: 110%;
}
#subglobal4 {

	left: 179px;
}
#subglobal6 {


	left: 300px;
}
#subglobal8 {


	left: 405px;
}
