@charset "utf-8";
/* clients.css (c)2008 SugarHill Works LLC - http://www.sugarhillworks.com */

/* ----- AddThis Share button -----*/
#ourclients .share_btn, #testimonials .share_btn { 
	position: relative;
	margin: 0px 40px 10px 40px;
	height: 22px;
	text-align: left;
	overflow: visible;
}
#testimonials #main_div p.share_btn {
	margin: 0px 40px 10px 40px;
}
/* -----------------------------*/

/* ----------- client list ----------- */

p.clientlist_intro {
	background-image: url(../img/line.gif);
	background-position:  50% 100%;
	background-repeat: no-repeat;
	margin: 0px 40px 15px 40px; /*margin: 0px 40px 20px 40px;*/
	padding: 0px 0px 22px 0px; 
}

h3 {
	margin: 0px 40px 10px 40px;
	font-size: 100%;
	color: #A50000;
	/*padding-top: 25px;
	background-image: url(../img/line.gif);
	background-position:  50% 0%;
	background-repeat: no-repeat;*/
}

#cL ul.clients, #cR ul.clients { 
	width: 237px;
	height: auto;
	list-style: none;
	line-height: 1.4em;
}
#cL ul.clients  { 
	float: left;
	padding: 0px 0px 25px 40px;
}
#cR ul.clients  { 
	float: right;
	padding: 0px 0px 25px 0px;
}
#cL ul.clients li, #cR ul.clients li { 
	width: 212px;
}
#cL ul.clients li a, #cR ul.clients li a {
	color: #000;
	font-style: normal;
}
#cL ul.clients li a:hover, #cR ul.clients li a:hover {
	color: #A50000;
	border-bottom: #A50000 dashed 1px;
}

p.astk1 {
	clear: both;
	margin: 0px 40px 2px 40px; 
	padding-top: 20px;
	text-align: left;
	font-size: 85%;
	line-height: 1.2em;
	background-image: url(../img/line.gif);
	background-position:  50% 0%;
	background-repeat: no-repeat;
}
p.astk2 {
	margin: 0px 40px 0px 40px; /* was 35 */
	text-align: left;
	font-size: 85%;
	line-height: 1.2em;
}
p.astk3 {
	margin: 10px 40px 0px 40px; /* was 48 */
	text-align: left;
	font-size: 90%;
	line-height: 1.2em;
}




/* ------------ testimonials ------------ */

#testimonials #main_div p { /* double-check this page on all browsers */
	margin: 0px 0px 10px 0px;
	padding-right: 5px;
	width: 470px;
	text-align: justify;
	overflow: visible;
}

#testimonials #main_div .testi_intro { 
	background-image: url(../img/line.gif);
	background-position:  50% 100%;
	background-repeat: no-repeat;
	margin: 0px 40px 15px 40px;
	padding: 0px 0px 22px 0px;
}

#testimonials #main_div .quote { 
	background-image: url(../img/line.gif);
	background-position:  50% 100%;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	width: 470px;
	height: auto;
	min-height: 50px;
	margin: 5px 40px 15px 40px;
	text-align: justify;
	font-style: italic;
	line-height: 1.4em;
}
* html #testimonials #main_div .quote {
	margin: 5px 20px 15px 20px;
}

#testimonials #main_div .source { 
	float: right;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
	font-style: normal;
}
#testimonials #main_div .source { /* IE7 fix */
	*margin: 0px 0px 0px 0px;
}

