/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	background-color: #FFFFFF;
}

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

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

a:hover{
	text-decoration: underline;
}

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

h1{
 font: 150% Arial,sans-serif;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

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

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 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;
}

/********* 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: 120px;
	left: 10px;
	right: 1%;
	background-color: #ffffff;
	font-size: 12px;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	width: 850px;
	
}

#pagecell2{
	position:relative;
	right: 1%;
	width:735px;
	background-color: #ffffff;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	bottom: 2px;
	left: 5px;
	padding-bottom: 1px;
}

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

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#bl {
	position:absolute;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	left: -1px;
	bottom: -1px;
}
#br {
	position:absolute;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	bottom: -1px;
	right: -1px;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 10px;
	right: 2%;
	width:98%;
	
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}


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

#wmlogo{
	position:absolute; 
	left:835px; 
	top:5px; 
	width:102px; 
	height:102px; 
	z-index:1;
}

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

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	color: #FF0000;
	left: 410px;
	z-index: 10;
	height: 10px;
	margin: 0;
	padding: 0;
	background-color: #000167;
	width: 362px;
	font-weight: bold;
}

#utility a{
	color: #ffffff;
}

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

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

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	font-size: 12px;
	bottom: 20px;
}

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

#pageName img{
	position: absolute;
	top: 22px;
	right: 6px;
	padding: 0px;
	margin: 0px;
	left: 9px;
	visibility: visible;
	z-index: 200;
	width: 150px;
	height: 130px;
}

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

#globalNav{
	position: relative;
	width: 835px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image:   url("../images/nav/glbnav_background.gif");
}

#globalNav img{
	margin-bottom: -4px;
 
}

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

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:   url("../images/nav/glblnav_selected.gif");
	text-decoration: none;
}

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

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	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;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #666666;
	font-size: small;
	color: #333333;
	left: 5px;
	position: static;
	padding: 10px 1px 1px 10px;
	height: 20px;
	border-top-color: #666666;
	bottom: 3px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	top: 1px;
}

#pagecell1 h3 {
	font: bold 125% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}
#pagecell1 h6 {
	font: 100% Arial,sans-serif;
	color: #0000CC;
	margin:0px;
	padding: 0px;
}

#pagenav {
 	position:absolute; 
	width:120px; 
	height:20px; 
	z-index:210; 
	top: 6px; 
	left: 620px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#pagenavb {
	position:absolute;
	width:120px;
	height:20px;
	z-index:210;
	left: 620px;
	bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.style3 {
	font-size: 120%;
	color: #FF0000;
	font-weight: bold;
}
.style2 {
	font-size: 120%;
	color: #0000CC;
	font-weight: bold;
}
.style5 {
	font-size: 85%;
	color: #0000CC;
}
#logos {
	position:relative;
	z-index:1;
	left: 100px;
	width: 550px;
	height: 61px;
}
.tsd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
#siteCount {
	clear: both;
	font-size: small;
	color: #cccccc;
	top: 1px;
	position: absolute;
	padding: 3px 1px 1px 1px;
	padding-left: 5px;
	z-index: 2;
	width: 350px;
	text-align: justify;
	left: 570px;
	line-height: normal;
	vertical-align: middle;
	height: 25px;
}
#order {
	position:relative;
	z-index:1;
	left: 100px;
	width: 60px;
	height: 60px;
}
.code {
	font-size: 85%;
}
.enq {
	font-size: 100%;
	color: #666666;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

