/* ---- GRID Layout ---- */
.grid{width:960px;}

.row { clear:both; margin:0 0 0 0; }

.c3 { width:20%; float:left; }
.c3.first{ margin:0 5% 0 2.5%; }
.c3.second, .c3.third { margin:0 5% 0 0; }
.c4 { width:31%; float:left; }
.c4 p { text-align:justify; }
.c4 .desc { text-align:center; font-weight:bold; font-size:14px; }
.c12 { width:100%; }

.c4.first {
	float:left;
	padding:0; 
	position:relative;
}

.c4.middle{
	float:left;
	padding:0 3%; 
	position:relative;
}

.c4.last {
	float:left;
	padding:0;
	position:relative;
}

.c4 a:hover {
	opacity:0.9;
	filter:alpha(opacity=90);
}

/*.c6 .image { width:50%; height:50%; }
.c12 .image { width:100%; height:100%; }

.btn-img { width:94px; height:25px; }*/