@charset "UTF-8";
@import url("main.css");
/* CSS Document */

.grid-c2 {
background-color: #1d1e1e;
height: 448px;
}

#clients {
	text-align: center;
	padding: 35px 40px 0px 45px;	
}

#clients h2 {
	color: #ff6600;
	font-size: 24px;
}

#clients p {
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 24px;
	color:#999999;
}

.email {
	display: block;
	font-size: 12px;
}

.email a {
	text-decoration: none;
	color: #fff;
}
.email a:hover {
	text-decoration: none;
	color: #ff6600;
}

#col1 {
	width: 149px;
	margin: 20px 30px 0 0;
	border-right: dotted thin #999;
	float: left;
}

#col2 {
	width: 149px;
	margin: 20px 30px 0 0;
	border-right: dotted thin #999;
	float: left;}

#col3 {
	margin-top: 20px;
	width: 150px;
	float: left;
}