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

body  {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #666666;
	background: url(../../images/clientspecific/top_tile.jpg) repeat-x #255f8e;
}

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 *******************/

#wrapper1 {
	background: url(../../images/clientspecific/header.jpg) top center no-repeat;
        min-height: 0;
        z-index: 100;
}

#container1 {
	width: 1000px;
	margin: 0 auto;
}

#header1 {
	height: 67px;
	text-align: center;
	font-weight: bold;
	padding-top: 240px;
}

.phone {
	font-size: 2em;
}

#navbar {
	height: 40px;
	padding-top: 5px;
	color: #378ecd;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
}

#navbar a {
	padding: 3px;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	color: #378ecd;
}

#navbar a:hover, #navbar .selected {
	background: url(../../images/clientspecific/nav_over.jpg) bottom center repeat-x;
	color: #cd3737;
}

#maincontent {
	padding: 15px;
	background-color: #fff;
	font-size: .9em;
	line-height: 1.3em;
}

/* Take out #logos and #rightcol for inventory page, etc.*/

#stafflink a {
	color: #FF0000;
	width: 100%;
}

#stafflink a:visited {
	color: #FF0000;
	width: 100%;
}

#logos {
	float: left;
	width: 172px;
}

#logos img {
	margin-bottom: 15px;
}

#rightcol {
	width: 785px;
	float: right;
}


#top-buttons a {
	display: block;
	float: left;
	width: 283px;
	height: 86px;
	margin-bottom: 20px;
	margin-left: 55px;
	text-indent: -5000px;
	cursor: pointer;
}

.view-inventory {
	background: url(../../images/clientspecific/view_inventory.jpg) top left no-repeat;
}

a.view-inventory:hover {
	background: url(../../images/clientspecific/view_inventory_over.jpg) top left no-repeat;
}

.get-instant {
	background: url(../../images/clientspecific/get_instant.jpg) top left no-repeat;
}

a.get-instant:hover {
	background: url(../../images/clientspecific/get_instant_over.jpg) top left no-repeat;
}

h1,h2 {
	margin-top: 0;
	color: #255f8e;
}

.bios  {
	font: 1em Arial, Helvetica, sans-serif;
	color: #000000;
}

#features {
	background: url(../../images/clientspecific/specials.jpg) top center no-repeat #fff;
	padding-top: 70px;
	padding-bottom: 15px;
}

#footer {
	height: 50px;
	background: url(../../images/clientspecific/footer.jpg) top center no-repeat;
	color: #fff;
	margin-bottom: 20px;
}

#footer a {
	color: #fff;
}

#copyright, #ht-signature {
	margin-top: 35px;
	width: 40%;
	font-size: .8em;
}

#copyright {
	float: left;
}

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