@charset "UTF-8";
/* CSS Document */

body  {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
	background: url(../../images/clientspecific/top_tile.gif) top repeat-x #00477e;
}

a:focus {outline-style: none;}
a img {border: none;}

a:link{color: #0057a6;}
a:hover{color: #ed1c24;}
a:visited{color: #666666;}

#clearfix {clear: both;}

/******************* STRUCTURE *******************/

#container {
	width: 1000px;
	margin: 0 auto;
	font-size: .8em;
}

#header {
	height: 147px;
	background: url(../../images/clientspecific/header.jpg) top center no-repeat;
}

#navbar {
	height: 22px;
	padding: 118px 0 0 62px;
}

#navbar a {
	display: block;
	height: 22px;
	padding: 0 10px;
	float: left;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
	border-right: 1px solid #00355d;
}

#navbar a:hover, #navbar .selected {
	color: #f1e413;
}

#navbar #rightnav {
	border-right: none;
}

#navitem {
	width: 119px;
	height: 22px;
	text-align: center;
	margin: 0 2px;
	line-height: 22px;
	font-weight: bold;
	color: #959595;
}

.anylinkcss{
	position: absolute;
	visibility: hidden;
	border: none;
	line-height: 22px;
	z-index: 1000;
	background-color: #026DBF;
	font-size: .9em;
}

.anylinkcss a{
	display: block;
	color: #000000;
	padding: 3px 0;
	text-decoration: none;
	font-weight: bold;
}

.anylinkcss a:hover{
	background-color: #6e87a7;
	color: #f1e413;
}

#homecontent {
	height: 451px;
	background: url(../../images/clientspecific/home_content.jpg) center top no-repeat;
	padding-top: 20px;
}

#homecontent a {
	display: block;
	_display: inline-block;
	width: 256px;
	height: 73px;
	float: left;
	margin-left: 58px;
	text-indent: -5000px;
}

#othercontent {
	padding: 20px;
	background-color: #ffffff;
}

* html #home-finance,
html #home-inventory,
html #home-service {
	behavior: url(iepngfix.htc);
}

#homecontent #home-inventory {
		background: url(../../images/clientspecific/inventory.png) center top no-repeat;
}

#homecontent #home-inventory:hover {
	background-position: center bottom;
	_cursor: pointer;
}

#homecontent #home-finance {
		background: url(../../images/clientspecific/finance.png) center top no-repeat;
}

#homecontent #home-finance:hover {
	background-position: center bottom;
	_cursor: pointer;
}

#homecontent #home-service {
		background: url(../../images/clientspecific/service.png) center top no-repeat;
}

#homecontent #home-service:hover {
	background-position: center bottom;
	_cursor: pointer;
}

#homecontent #home-facebook {
		background: url(../../images/clientspecific/facebook-logo-100.png) center bottom no-repeat;
		height: 100px;
		width: 100px;
		text-align: center;
		color: #ffff00;
		float: right;
		margin-top: 270px;
		margin-right: 30px;
		display: inline;
}

#homecontent #home-facebook-text {
		height: 100px;
		width: 100px;
		text-align: center;
		color: #ffff00;
		float: left;
		margin-top: 280px;
		display: inline;
}

#maincontent {
	padding-top: 20px;
	background: url(../../images/clientspecific/content_top.gif) center top no-repeat;
}

#content-text {
	padding: 0 40px 20px 40px;
	background: url(../../images/clientspecific/content_bottom.gif) 21px bottom no-repeat;
}

#content-bottom {
	background: url(../../images/clientspecific/content_tile.gif) 21px repeat-y;
}	

#features {
	background: url(../../images/clientspecific/features_back.gif) center repeat-y;
}

#features-top {
	background: url(../../images/clientspecific/features_top.jpg) center top no-repeat;
	padding: 60px 0 10px 0;
}

#footer {
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: .9em;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #f1e413;
}

#copyright, #ht-signature {
	width: 40%;
}

#copyright {
	float: left;
}

#ht-signature {
	float: right;
	text-align: right;
}