@charset "UTF-8";

/* CSS Document */



body  {

	font: 1em Arial, Helvetica, sans-serif;

	margin: 0;

	padding: 0;

	color: #222;

	background: url(../../images/clientspecific/back_tile.gif) center repeat-y;

}



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: 1001px;

	*width: 1002px;

	_width: 1008px;

	margin: 0 auto;

}



#header {

	height: 400px;

	background: url(../../images/clientspecific/header.jpg) top center no-repeat;

}



#navbar {

	padding: 18px 0 0 8px;

}



#navbar a {

	display: block;

	width: 131px;

	height: 48px;

	float: left;

	margin-left: 8px;

	padding: 10px 0 0 0;

	text-decoration: none;

	text-align: center;

	color: #3f3e3e;

	font-weight: bold;

	background: url(../../images/clientspecific/nav_back.png) left top no-repeat;

}



* html #navbar a,

html #navbar .selected,

html #feature-border, {

	behavior: url(iepngfix.htc);

}



#navbar a:hover, #navbar .selected {

	background-position: right top;

	color: #0965b3;

}



#address {

	display: block;

	float: right;

	width: 565px;

	margin: 0;

	padding: 150px 0 0 0;

	text-align: center;

	font-weight: bold;

}



#maincontent {

	padding: 10px;

}



.nomargin {

	margin: 0;

	text-align: center;

}



#feature {

	width: 319px;

	height: 115px;

	float: left;

	margin: 0 8px 10px 0;

}



#feature img {

	float: left;

	padding: 5px 0 0 5px;

}



#feature-border {

	width: 319px;

	height: 115px;

	background: url(../../images/clientspecific/featured_border.png) center top no-repeat;

	position: absolute;

	*position: relative;

	*margin-top: -105px;

	z-index: 6000;

}



#feature-border p {

	margin: 15px 5px 5px 165px;

	font-size: .8em;

}



.title, .price {

	font-weight: bold;

	font-size: 1.3em;

	color: #000;

}

.title a {
 	color: #000;
}


.price {

	color: #0965b3;

}



#footer {

	height: 40px;

	line-height: 20px;

}



#copyright, #ht-signature {

	width: 40%;

	font-size: .8em;

}



#copyright {

	float: left;

	padding-left: 15px;

}



#ht-signature {

	float: right;

	padding-right: 15px;

	text-align: right;

}