/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.php*/
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/bg_grad3.jpg) fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #FFFFFF;
		text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #FFFFFF;
	font-weight:bold;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial, sans-serif;
 color: #2E6B00;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 120% Arial, sans-serif;
 color: #660000;
 margin: 0px;
 padding: 0px 0px 3px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
	list-style-type: disc;

}

ul ul{
 list-style-type: disc;
}


/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
	font: normal 100% Arial, sans-serif;
	color: #000000;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 20px;
	left: 4%;
	right: 4%;
	width:90%;
	background-color: #ffffff;
	visibility: visible;
	border: 3px solid #FED325;
	min-width:700px;
}

#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;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	
}

#pageNav{
	float: left;
	width:153px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 3px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	clear: left;
}

#content{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 156px;
	background-color: #FFFFFF;
	border-left: 6px solid #ED1C24;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #2E6B00;
	font-weight: normal;
	font-size: 170%;
}

/************** 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 ****************/

.headingblock{
	color:#FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	font-size: 100%;
	background-color: #ED1C24;
	padding-top: 3px;
	padding-bottom: 3px;
	white-space: inherit;
	clear: none;
	width: auto;
	float: none;
	top: 150px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	min-width: 520px;
}

.headingblock2{
	color:#FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
	font-size: 100%;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	white-space: inherit;
	clear: none;
	width: auto;
	float: none;
	top: 150px;
	min-width: 650px;
}

#pageName{
	padding: 0px 0px 0px 10px;
	margin: 0px;
	border-bottom:2px solid #CCCCCC;
	background-color: #FFD52B;
}

#pageName h2{
	font: bold 140% Arial, sans-serif;
	color: #FFFFFF;
	margin:0px;
	padding: 6px 0px 6px;
}

#pageName img{
	top: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
}
/************* #globalNav styles **************/




/************* globalNav1 styles ****************/

#globalNav{
	width: 100%;
	min-width: 700px;
	height: 24px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	background-color: #ED1C24;
	left: 6%;
	right: 6%;
	z-index: 1;
	visibility: visible;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	white-space: normal;
}

#globalNav img{
	margin-bottom: -4px; 
}

#globalNav a, #globalNav a:link, #globalNav a:visited {
	font-weight:bold;
	color:#FFFFFF;
	font-size: 80%;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-decoration: none;
}
#globalNav a:hover {
	font-weight:bold;
	color:#FFFF99;
	text-decoration: underline;
}


#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	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/glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.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;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height:115px;
	height: auto;
}

.feature p{
	padding: 0px 0px 0px 10px;
	font-size: 100%;
	min-height:115px;
	height: auto;
}
html>body .feature {
	height: inherit;
	padding-bottom: 16px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFFFFF;
}

.feature h3{
	font: bold 140% Arial, sans-serif;
	color: #346633;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	clear: none;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 2px;
}

.featureblock{
	padding: 10px 10px 5px;
	font-size: 80%;
	min-height:0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
}

.featureSavingCalc {
	height: auto;
	padding-bottom: 26px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFFFFF;
}

.featureSavingCalc img{
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	clear: none;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 2px;
}
/*************** story styles ******************/

.story {
	padding: 5px 0px 0px 10px;
	font-size: 80%;
	background-color: #FFFFFF;
}
.storyheadings{
	padding: 0px;
	font-size: 110%;
	color: #660000;
	font-weight: bold;
}
.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 10px 10px 0px;
	color: #666666;
}

.story a.capsule{
	color: #2E6B00;
}

.story a, .story a:link {
	font: bold 100% Arial, sans-serif;
	color: #ED1C24;
	text-decoration: underline;
}

.story a:visited{
	font: bold 100% Arial, sans-serif;
	color: #ED1C24;
	text-decoration: underline;
}

.story a:hover{
	font: bold 100% Arial, sans-serif;
	color: #FFD52B;
	text-decoration: underline;
}
.story img{
	display: inline;

}
.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #999999;
	padding: 10px;
	margin: 0px;
	float: none;
	clear: both;
}
#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
#siteInfo a, #siteInfo a:link, #siteInfo a:visited {
color:#999999;
font-weight:normal;
text-decoration: none;
}
#siteInfo a:hover {
color:#999999;
font-weight:normal;
text-decoration: underline;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a {
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #000000;
	background-color: #CCCCCC;
	background-image: url(../images/button_05.jpg);
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #000000;
	background-color: #CCCCCC;
	background-image: url(../images/button_05.jpg);
	text-decoration: none;
}

#sectionLinks a:hover{
	background-color: #F14249;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.fixedLink {
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	background-color: #ED1C24;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/************** #table styles **************/
.table{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
}

.tableTitles {
	font-size: 120%;
	color: #660000;
	font-weight: bold;
}
.table_specs{
	margin: 5px 10px 0px 0px;
	padding: 10px;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}
.table_specs td{
	margin: 0px 10px 0px 0px;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
}
.table_specs th{
	margin: 0px 10px 0px 0px;
	font-size: 110%;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #660000;
	border: 1px solid #CCCCCC;
}

.table_specs a{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 80%;
}
.table_specs a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: 80%;
}
.table_specs a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: 80%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.table_comparison{
	margin: 5px 10px 0px 0px;
	padding: 10px;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}
.table_comparison td{
	margin: 0px 10px 0px 0px;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
}
.table_comparison th{
	margin: 0px 10px 0px 0px;
	font-size: 100%;
	font-weight: normal;
	color: #660000;
	background-color: #FFFFFF;
	border-top: 1px #CCCCCC;
	border-right: 1px #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px #CCCCCC;
	text-align: left;
}

.table_comparison a, .table_comparison a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 100%;
	text-decoration:underline;
}
.table_comparison a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration:underline;
}
.table_comparison a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFD52B;
}
.table_specsSitemap{
	margin: 5px 10px 0px 0px;
	padding: 10px;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}
.table_specsSitemap td{
	margin: 0px 10px 0px 0px;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.table_specsSitemap th{
	margin: 0px 10px 0px 0px;
	font-size: 90%;
	font-weight: bold;
	color: #660000;
	background-color: #FFFFFF;
	text-align: left;
}
.table_specsSitemap a:link, .table_specsSitemap a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 80%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;
}
.table_specsSitemap a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: 80%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.textlinks{
color:#006600;
}
.textlinks a{
	color:#660000;
	text-decoration: underline;
}
.textlinks a:visited{
	color:#660000;
	text-decoration: underline;
}
.textlinks a:hover{
color:#FFD52B;
}


.textlinks2 a, .textlinks2 a:link {
	color:#FF0000;
	text-decoration: underline;
}
.textlinks2 a:visited{
	color:#FF0000;
	text-decoration: underline;
}
.textlinks2 a:hover{
color:#FFCC00;
}
.logodiv{
	background-image: url(../images/grey_strip_05.jpg);
	height: 100px;
	color: #ED1C24;
	font-weight: bold;
	font-size: 0.9em;
	background-repeat: repeat-x;
}
.logodiv img{
	float: none;

}

.underline{
	background-color:#006600;
	height: 4px;
	width: auto;
}
li{
	list-style-type: disc;
	margin-bottom: 4px;
}
.contact_us_table_names{
	color: #660000;
	font-weight: bold;
}
.contact_us_table_names a, .contact_us_table_names a:link {
	color: #FF0000;
	font-weight: bold;
	font-size:100%;
}
.contact_us_table_names a:visited{
	color: #FF0000;
	font-weight: bold;
		font-size:100%;
}
.contact_us_table_names a:hover{
	color: #FFD52B;
	font-weight: bold;
		font-size:100%;
}

.RHS_Image img{
	float:right;
	top: 5px;
	margin: 0px;
	padding: 0px;
}


#date{
	position: absolute;
	top: 165px;
	right: 10%;
	z-index: 101;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#date input{
  font-size: 8px;
  margin: 0px  0px 0px 10px;
 }
 
#date a:link, #search a:visited {
	font-size: 60%;
	font-weight: bold;
	
}

#date a:hover{
	margin: 0px;
}




#tel{
	position: absolute;
	top: 99px;
	right: 10%;
	z-index: 101;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
#tel2{
	position: absolute;
	top: 99px;
	z-index: 101;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ED1C24;
	font-weight: bold;
	left: 37%;
}

.noscripttext{
	color: #FF0000;
	font-weight: bold;
}
.noscripttext a{
	color: #660000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.noscripttext a:hover{
	color: #006600;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sitemap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
/************** OnLine Form *****************/

.form_register {
	border-collapse:collapse;
	width: 50%;
	margin-left: 20px;
	white-space: nowrap;
}

.form_register a{
	color: #666666;
	font-weight:bold;

}

.form_register hr{
	border-top: 1px solid #CCCCCC;
	width: auto;
	margin-left: 0px;
	}

.form_register input{
	border: 1px solid #79A5D2;
	background-color: #ECE9D8;
	float: left;
	margin: 0px 0px 10px;
	padding: 0px;
	width: auto;
	}

.form_register table{
border-collapse:collapse;
margin-left:20px;
}

.form_register td{
	color: #666666;
	font-weight:bold;
	padding: 0px 0px 0px;
	width: auto;
	font-size: 80%;
}

.form_register th{
	color:#FFFFFF;
	background-color: #8BB1D5;
	font-weight: normal;
	text-align: left;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.form_register tr.altrow{
background-color: #DFE7F2;
color: #000000;
}

.form_register tr{
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.smallimages img{
	padding: 10px 10px 0px 0px;
	background-color: #FFFFFF;
}
.clearright {clear:both;}

.clearright a, a:link {
	color:#FF0000;
	font-weight: bold;
	text-decoration: underline;
}
.clearright a:visited {
color:#FF0000;
}
.clearright a:hover {
color:#FFD52B;
}



.machinerange {
	margin: 0px;
	padding: 0px;
}
.machinerange th{
	color:#FFFFFF;
	background-color: #ED1C24;
	font-size: 120%;
}
.galleryimages img {
	clear: none;
	float: none;
	display: inline;
	border: medium solid #999999;
	margin-bottom: 10px;
	margin-right: 3px;
	padding: 0px;
}
.textRHSofImage {
	color:#ED1C24;
	clear: left;
	text-align: left;
	padding-right:20;
	font-weight: bold;
	}
.textRHSofImage a, .textRHSofImage a:link,.textRHSofImage a:visited{
	color:#FF0000;
	clear: left;
	padding-right: 10px;
	font-weight:bold;
	text-decoration: underline;	
	}	
.textRHSofImage a:hover {
color:#FFCF1D;
clear: left;
	}
.MainTextRed {
color:#FF0000;
}
.MainTextRed a{
color:#FF0000;
}

#bigtext{
	position: absolute;
	top: 160px;
	left: 160px;
	z-index: 101;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	font-weight: lighter;
}
.headingtext {
	color:#000000;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 16px;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 14px;
}
#sed{
	position: absolute;
	top: 20px;
	right: 120px;
	z-index: 101;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	background-color: #FFFFFF;
}
.contactimg img {
margin-bottom:-4px;
}
.textlinksonpage a,.textlinksonpage a:link, .textlinksonpage a:visited {
color:#FF0000;
font-weight:bold;
text-decoration: underline;	
}
.textlinksonpage a:hover {
color:#FFD11C;
font-weight:bold;
}
.video {
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 20px;
}

.video a,.video a:link,.video a:visited {
color:#FF0000;
}

.video a:hover {
color:#FFD52B;
}

.video img{
	float: left;
	padding-right: 10px;

}
.video h3{
	color: #660000;
}
.vid {
	margin-top:20px;
	margin-left: 20px;
}
.ruler {
border-bottom:1px solid #CCCCCC;
}
.instruction {
	color: #006699;
	font-size: 90%;
}
.videotext {
	font-size: 9px;

}
.videotext a, .videotext a:link, .videotext a:visited {
	color: #333333;
	font-weight: normal;

}
.videotext a:hover {
	font-weight: normal;

}
.tinytext {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom: 5px;
}

.tinytext a, .tinytext a:link, .tinytext a:visited {
	color:#ED1C24;
	text-decoration: underline;
	font-weight: bold;
}

.tinytext a:hover {
color: #FFD52B;
}
.tinytext img {
border:0px;
}
.biglinks a, .biglinks a:link, .biglinks a:visited {
	font-size:14px;
	color:#FF0000;
	text-decoration: underline;
	font-weight: bold;
}
.biglinks a:hover {
color:#FF9900;
}
.success {
    background: url("../images_drives/success-check.png") no-repeat scroll 15px 50% #D0EAA5;
    border: 1px solid #A3C964;
    color: #5D792E;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
	margin-left: 10px;
    padding: 15px 15px 15px 80px;
	width: 70%;
}
.story_4 {
font-size: 14px;
padding: 5px 0px 0px 10px;
}

#thumb_box {
width: 153px;
height: 321px;
background-image: url(../images_drives/home_thumb_drives.jpg);
}
