/* CSS Document */

body {
	background-color: #ededed; 
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}



#main {
	
	background-color:white;
	width:670px;
	margin-left:auto;
	margin-right:auto;

}

.clienttext {
	float:right;
	width:294px;
	font-size: 10px;
	font-family:  Verdana, Arial, Geneva, sans-serif, Helvetica;
	line-height: 14px;
	word-spacing: 2px;
	text-align:left;
	background-repeat: repeat-x;
	background-image: url(images/line.gif);
	background-position: 0px 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left:5px;
	margin-top:12px;
	margin-right:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	margin-bottom:20px;
	
}


.clienttext a {
	font-family: Trebuchet MS, Verdana;
	font-size: 11px;
	word-spacing: 4px;
	color: #878686;
	margin:0px;
	padding-right:10px;
	background-color: #FFFFFF;
	text-decoration: none;
}

.clienttext p a {
	padding-right:0px;
}

a:link {
	text-decoration: none;
	color: #878686;
}

a:hover {
	text-decoration: underline;
	color:#CCCCCC;
}

.styleli {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #878686;
}
p {
	margin: 6px 0px 4px;
	padding: 0px;
}

#clientlist ul {
	list-style-image: none;
 	margin: 0px;
  	padding: 0px;
	list-style-type: none;
}



#clientlist li {
	margin-bottom:0px;
	margin-top:12px;
  	padding: 0px;
	list-style-type: none;
	clear:both;
	height:165px;
}

.clientimage {

	float:left;
	margin-top:12px;

}


#clientlist img {

	float:left;
	margin-top:10px;

}

.hrline {

	width:100%; 
	height:2px; 
	margin-top:4px;
}

.footer {
	font-family: Silkscreen, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #AACBCF;
	padding-bottom:6px;
}