/* customer services box */
@import url(../general-styles/goodnight-promise.css);/* IE6 ONLY HACKS MUST BE CALLED AFTER THIS FILE, USING A HARD CODED LINK IN THE ASP - SEE search-results.asp FOR AN EXAMPLE! */	
/* left content area - customer services */	
#customer-services{
	position:relative;
	width:228px;
	height:177px;
	border:1px solid #167b61;
	background-color:#ffffff;
	margin:0 0 19px 0;	
}		
#customer-services h2{
	position:absolute;
	top:-10px;
	left:0;
	height:18px;
	width:228px;	
}
#customer-services h2 a span.text-offset{
	margin:5px 0 0 0;
	display:block;
}
#customer-services h2 a{
	position:absolute;
	height:18px;
	width:228px;
	text-decoration:none;
}
#customer-services h2 a span.bkgd-image{
	position:absolute;
	height:18px;
	width:228px;
	background-image:url(/images/direct/includes/box-top-customer-svces.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
#customer-services ul{
	margin:15px 0 0 5px;
	list-style:none;
	border:0px solid;
	width:223px;
}
#customer-services ul li{
	margin:10px 0 0 0;
}
#customer-services ul li a, #customer-services ul li span{
	padding-left:15px;
	background: url(/images/direct/includes/bullet-grey.gif) no-repeat 0 2px;
}
#customer-services ul li a:link, #customer-services ul li a:visited{
	text-decoration:none;
}
#customer-services ul li a:hover, #customer-services ul li a:active{
	text-decoration:underline;
}
/* For the customer service box - add Chris' signature on the homepage */
#customer-services{
	height:176px;
}
#customer-services p.signature{
	display:inline;
	position:absolute;
	top:118px;
	left:15px;
	width:98px;
	height:50px;
}
#customer-services p.signature span{
	display:inline;
	position:absolute;
	width:100%;
	height:100%;
	background-image: url(/images/direct/includes/get-know-signature.gif);
}
#customer-services p.signature2 {
	display:inline;
	position:absolute;
	top:140px;
	left:75px;
	margin:0 0 0 50px;
	font-size:9px;
}