@charset "UTF-8";

/* quick_links
------------------------------------------------------------------*/
#quick_links {
	height: 21px;
	width: 60px;
	position: absolute;
	top: 0px;
	right: 0px;
	list-style-type: none;
}
#quick_links li {
	text-indent: -9999px;
}
#quick_links li a, #quick_links li a:visited {
	display: block;
	height: 21px;
	width: 60px;
	margin: 0;
	padding: 0;
	background: transparent url(../../images/clients.png) no-repeat left 0px;
	left: 0px;
	top: 0px;
}

#quick_links li a:hover {
	background: transparent url(../../images/clients.png) no-repeat left -27px;
}

/* quick_links Active states
------------------------------------------------------------------*/
#page_clients .page_clients {
	background: transparent url(../../images/clients.png) no-repeat left -54px;
}

#clients_shadow {
	width: 100%;
	background-image: url(../../images/bg_footer_grad.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#clients_container {
	width: 970px;
	margin: 0 auto;
	padding: 0;
}
#clients {
	width: 950px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	display: none;
	}

ul#client-options {
	margin:0;
	padding:0;
	list-style-type:none;
	border-left: 1px solid #312820;
	height: 110px;
}
ul#client-options li {
	display: block;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #312820;
	width: 315px;
}
ul#client-options li a, ul#client-options li a:visited {
	color:#d6cbb6;
	font-size:18px;
	text-decoration:none;
	line-height: 24px;
	font-weight: bold;
	width: 275px;
	display: block;
	text-align: center;
	height: 70px;
	padding: 20px;
}
ul#client-options li a:hover {
	color:#990000;
	background-color: #f5ecd8;
}

.client-options-info  {
	color: #312820;
	font-size: 12px;
	display: block;
	text-indent: 0px;
	font-weight: normal;
	line-height: 18px;
}

