@charset "UTF-8";
/* CSS Document */
.container_16{
	width:600px;
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
	float: left;
}

.box
{
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}



/* ================================================= */
/*               PAGINATION CSS                      */
/* ================================================= */
.pagelink {
	width:10px;
	font-size:9px;
	color:#435d82;
	background:#ffffff;
	border:1px solid #333333;
	clear:both;
	line-height:35px;
	text-decoration:none;
}

a.pagelink:active,a.pagelink:visited,a.pagelink:link {
width:10px;
border:1px solid #c8dcf1;
background:#fff;
color:#435d82;
padding:6px;
}

a.pagelink:hover {
width:10px;
background:#dae6f3;
border:1px solid #b8d1eb;
color:#435d82;
padding:6px;
}

.pagecurrent {
	width:10px;
	border:1px solid #999999;
	color:#333333;
	font-size:9px;
	background-color: #E1E1E1;
	padding: 6px;
}




/************************************************
                      Testimonials
************************************************/

.reviews
{
	margin-bottom:10px;
	padding: 0px;
	margin-top: 10px;
}

.reviews blockquote	{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}
.reviews blockquote p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #7e0000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-style: normal;
}

.reviews blockquote p.project{
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
}

.reviews blockquote p.client{
	text-align:left;
	color:#000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	line-height: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
img.testimo  {
	display: block;
	float: right;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	z-index: 10;
	border: 1px solid #000;
	margin-right: 20px;
}

