/* ===============================================================
General styles
=============================================================== */
body {
	background: #f0f0f0;
	margin: 10px;
	padding: 0;
	font-family: Tahoma, Arial;
	height: 100%;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
a img {
	border: none;
}
table
{
	background: #f0f0f0;
	padding: 0;
	font-family: Tahoma, Arial;
	font-size: 80%;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
table.container {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}
td.container {
	width: 100%;
	height: 100%;
	text-align: center;
}
#wrap 
{
	margin: 0px auto;
	padding: 0;
	border-top: 1px solid #B7B7B7;
	width: 764px;
	text-align: left;
	background : url(images/bg.png) repeat-y;
}
#contentbg
{
	background: url(images/topbg-new2.png) no-repeat;
}
#contentbg .downloadlink {
	margin: 0px;
}
#pageheading
{
	width: 684px;
	margin: 0;
	padding: 2px 0 2px 40px;
}
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

/* ===============================================================
Textual styles
=============================================================== */
h2
{
	letter-spacing: 0.15em;
}
h3, .pagesubheader, .titles
{
	font-size: 1.6em;
	color: #808080;
	padding: 0;
	margin: 0;
}
h3
{
	padding: 30px 0 0 0;
	margin: 20px 0 0 0;
}
h3, h4
{
	color: #808080;
}
h3
{
	border: 0 solid #CCCCCC;
	border-bottom-width: 1px;
}
.pageheader
{
	font-size: 22px;
	padding: 30px 0 0 0;
	margin: 0;
}
p
{
	line-height: 1.6em;
}
table.hspace th, table.hspace td
{
	padding: 0.3em 2em 0.3em 2em;
}

/* ===============================================================
Image replacement headers
=============================================================== */
.h1CompanyOverview
{
	background: url("images/comp-over.gif") no-repeat left top;
	height /**/:34px;
	padding: 34px 0 0 0; 
}

.h1JobOpportunities
{
	background: url("images/jobopportunities.gif") no-repeat left top;
	height /**/:34px; 
	padding: 34px 0 0 0; 
}

.h1TrackRepair
{
	background: url("images/trackrepair.gif") no-repeat left top;
	height /**/:34px; 
	padding: 34px 0 0 0; 
}

.h1Downloads
{
	background: url("images/downloads.gif") no-repeat left top;
	height /**/:34px;
	padding: 34px 0 0 0; 
}

.h1ContactUs
{
	background: url("images/contact-us.gif") no-repeat left top;
	height /**/:34px;
	padding: 34px 0 0 0; 
}

.h1ProductsServices
{
	background: url("images/productsservices.gif") no-repeat left top;
	height /**/:34px;
	padding: 34px 0 0 0; 
}

.h1NewsPromotions
{
	background: url("images/newspromotions.gif") no-repeat left top;
	height /**/:34px;
	padding: 34px 0 0 0; 
}

.h1WhatIsThis
{
	background: url("images/whatisthis.gif") no-repeat left top;
	height /**/:34px;
	padding: 34px 0 0 0; 
}

.h1FaultLogger
{
	background: url("images/faultlogger.gif") no-repeat left top;
	height /**/:34px;
	padding: 34px 0 0 0; 
}

.h1EMISAccess
{
	background: url("images/emisaccess.gif") no-repeat left top;
	height /**/:34px;
	padding: 34px 0 0 0; 
}

.h1ProductsServices, .h1CompanyOverview, .h1ContactUs, .h1NewsPromotions, .h1Downloads, .h1TrackRepair, .h1JobOpportunities, .h1WhatIsThis, .h1FaultLogger, .h1EMISAccess
{
	background-repeat: no-repeat;
	font-size: 2em;
	padding: 36px 0 0 0; 
	margin: 63px 0 0 0;
	overflow: hidden;
	height: 0 !important;
	height /**/: 36px;

}

/* ===============================================================
Main content column styles
=============================================================== */
#maincontent
{
	margin: 0 3em 0 16em;
}
/* hack for IE - "the faulty browser" */
* html #maincontent
{
	height: 1%;
}
#maincontent li, #maincontent ul
{
	float: none;
	list-style-image: url(images/bullet.gif);
	padding: 0;
	margin: 1em 0 0 2em;
}
#maincontent a:active, #contentlist a:active, #maincontent a:visited, #contentlist a:visited, #maincontent a:link, #contentlist a:link
{
	color: #000;
}
#maincontent a:hover, #contentlist a:hover
{
	color: #aad0db;
}
#maincontent img
{
	padding: 0;
}
#contentlist
{
	margin: 0 3em 0 16em;
	border: 0px solid #A5C6D6;
	border-top-width: 1px;
}
#contentlist p
{
	line-height: 1.6em;
	padding: 0.2em 1em 1em 1em;
	border: 0px solid #A5C6D6;
	border-bottom-width: 1px;
}

/* ===============================================================
Left vertical banner styles
=============================================================== */
#banner
{
	float: left;
	margin: 0 0 0 2em;
}
#banner a:active, #banner  a:visited, #banner  a:link 
{
	color: #000;
}
#banner a:hover 
{
	color: #aad0db;
}
#banner img
{
	margin: 1em 0 1em 0;
}

/* ===============================================================
Header styles
=============================================================== */
#egtontoplogo
{
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
}

/* ===============================================================
Navigation styles
=============================================================== */
#nav
{
	width: 764px;
	height: 40px;
	background: url(images/buttonbar.png);
	padding: 0;
	margin: 0;
}
#nav li li a {
  	font-weight: bold;
	font-size: 1em;
	display: block;
	text-decoration : none;
	color: #b0b0b0;
	background:#fff;
	border: 1px solid #b0b0b0;
	border-top: 0;
	padding:6px;
	margin: 0 0 0 20px;
	width: 127px;
}
#nav li li a:hover
{	
 	color: #808080;
	background:#d1eaf1;
}
#nav li
{
	float: left;
	position: relative;
	width: 120px;
	cursor: default;
	vertical-align: top;
}
#nav li#first
{
	border-left-width: 1em;
}

#nav li#last
{
	border-right-width: 1em;
}

#nav li ul
{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0;
	margin: 0;
	width: 120px;
}
#nav li>ul
{
	top: auto;
	left: auto;
}
#nav li li
{
	display: block;
	float: none;
	background-color: transparent;
	padding: 0;
	margin: 0;	
}
#nav li:hover ul, #nav li.over ul 
{
	display: block;
	margin: 0;
	padding: 0;	
}

/* ===============================================================
Button styles
=============================================================== */
.btn
{
	background: #f0f0f0;
	font-weight: bold;
	font-size: 1em;
	display: block;
	border: 0;
	text-decoration: none;
	background: url(images/button.png) repeat-x; 
	padding: 8px 0 0 15px;
	height: 32px;
	width: 85px;
	margin: 0 0 0 21px;
	color: #b0b0b0;
	
}
a.btn:active, a.btn:visited, a.btn:link
{
	color: #b0b0b0;
}
a.btn:hover
{
	color: #808080;
	background :  url(images/button-hi.png)  repeat-x;
}

/* ===============================================================
Footer styles
=============================================================== */
#foot p
{
	text-align: right;
	font-size: 1em;
	color: #808080;
	padding: 0.6em 2em 0 2em;
	margin: 0 0 0 0;
}
#foot #reg
{
	text-align: center;
}

#foot p a
{
	color: #808080;
}
#foot span img
{
	float: left;
	border: 0;
	padding: 0;
	margin: 0 0 0 2em;
}
#foot
{
	width: 764px;
	background: url(images/bottombar2-new.png) no-repeat;
	height: 73px;
	color: #b0b0b0;
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid #b7b7b7;
}

/* ===============================================================
Miscellaneous styles
=============================================================== */
#home h5
{
	float: left;
	padding: 1em;
	margin: 1em 2em 2em 4em;
	border: 1px solid #F00;
	background: #FFDDE9;
	line-height: 1.6em;
	font-size: 1.2em;
}
#homefoot
{
	width: 764px;
	height: 1px;
	line-height: 1px;
	background: url(images/bottombar.png) no-repeat;
	color: #b0b0b0;
	clear: both;
}

#pageheading p
{
	padding: 1px 0 0 170px;
	margin: 10px 0 0 0;
	text-align: justify;
}
.hidden
{
	display: none;
}
.center
{
	margin: 0px;
	text-align: center;
}
.back
{
	background: #FFFFFF url(images/backicon.gif) no-repeat left;
	padding: 0 0 0 14px;
}
#home
{
	padding: 40px 0 0;
	display: block;
	margin: 0 0 0 3px;
	width: 757px;
	height: 410px;
	background: url(images/homefade3.jpg) no-repeat bottom right;
}
#home div
{
	background: #F57E29;
	color: #FFF;
	margin: 6.5em 0 0 0;
	padding: 0.3em 1em;
}
#home a
{
	color: #FFF;
}
#home h3
{
	color: #FFF;
	font-style: small-caps;
	padding: 0;
	margin: 0.4em 0 0 0;
	border: 0;
}
 .homedisclaimer
{
	font-size: 0.8em;
	margin: 0 0 0 30px; 
	padding: 30px 0 0 0;
	color: #999999;
}



.logo
{
	margin:0;
	padding: 0 1px 0 1px;
	border:0;
}

.egtonh1 
{
	display: block;
	text-indent: -30em;
	line-height: 100px;
	overflow: hidden;
	width: 290px;
	background: url(images/egton-logo_new.png) no-repeat right top;
}

.straplineh1
{

	padding: 30px 0 0 0; 
	margin: 0 0 0 30px;
	overflow: hidden;
	background-image: url(images/strap.png);
	background-repeat: no-repeat;
	height: 0 !important;
}

select, input, textarea
{
	border: 1px solid #b0b0b0;

}
form .error
{
	background: #ff6969;
}

form p label
{
	float: left;
	width: 14em;
	font-weight: bold;
}
.label
{
	float: left;
	width: 12em;
}
.formerror
{
	font-weight: bold;
	color: #f00;
	margin: 0 3em 0 16em;
}

.darkcell {
	border-top: 1px solid #fff;
	padding: 4px;
	margin: 0;
	background: #a6ccd9;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold
}

.litecell {
	border-top: 1px solid #fff;
	padding: 4px;
	margin: 0;
	background-color: #d7eef4;
	color: #000;
}
p.litecell
{
	padding: 0.3em 0 0.3em 0;
	margin: 0.4em 0 0.4em 0;
}
.alert
{
	color: #F00;
	font-weight: 900;
}
.r, .rightimg
{
	float: right;
	margin: 0 0 0 1em;
}