/*General styles*/
/*Features table------------------------------------------------------------*/
body
{
	overflow:auto;	
}

.features-table
{
  width: 90%;
  height:90%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
  text-shadow: 0 1px 0 #fff;
  color: #2a2a2a;
  background: #fafafa;  
  background-image: -moz-linear-gradient(top, #fff, #eaeaea, #fff); /* Firefox 3.6 */
  background-image: -webkit-gradient(linear,center bottom,center top,from(#fff),color-stop(0.5, #eaeaea),to(#fff)); 
}

.features-table td
{
  height: auto;
  line-height: 30px;
  padding: 0 0px;
  border-bottom: 1px solid #cdcdcd;
  box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}

/*Body*/
.features-table tbody td
{
  text-align: center;
  font: normal 12px Verdana, Arial, Helvetica;
  width: auto;
}

.features-table tbody td:first-child
{
  width: 150px;
  text-align: left;
}

.features-table td:nth-child(2), .features-table td:nth-child(3), .features-table td:nth-child(4), .features-table td:nth-child(5), .features-table td:nth-child(6), .features-table td:nth-child(7)
{
  background: #efefef;
  background: rgba(144,144,144,0.15);
  border-right: 1px solid white;
}


<!--
{
  background: #e7f3d4;  
  background: rgba(184,243,85,0.3);
}
-->

/*Header*/
.features-table thead th 
{
  font:  1em 'trebuchet MS', 'Lucida Sans', Arial;  
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px; 
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top: 1px solid #eaeaea; 
}

.features-table thead td:first-child
{
  border-top: none;
}

/*Footer*/
.features-table tfoot td
{
  font: bold 1.4em Georgia;  
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px; 
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: 1px solid #dadada;
}

.features-table tfoot td:first-child
{
  border-bottom: none;
}

.service_image
{
	margin-left:auto;
	margin-right:auto;
	display:block;
	padding:1px;
	border:1px solid #000;
	background-color:#000;	
	border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
}


.y50_1_1
{
	text-transform: capitalize;
	margin-left:auto;
	margin-right:auto;	
}

.y50_1_5
{
	margin-left:auto;
	margin-right:auto;
	display:block;
	padding:1px;
	border:1px solid #000;
	background-color:#000;	
	border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	width:90%;
}



#y61_11
{
	margin-left:auto;
	margin-right:auto;
	display:block;
	padding:1px;
	border:1px solid #000;
	background-color:#000;	
	border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;	
}


.thumbs{
	width:100%;
	margin:20px 10px 20px 0px;
	text-align:center;
}

.thumbs a{
	width:40%;
	height:120px;
	display:inline-block;
	border:2px solid #303030;
	box-shadow:0 1px 3px rgba(0,0,0,0.5);
	border-radius:4px;
	margin: 6px 6px 40px;
	position:relative;
	text-decoration:none;
	
	background-position:center center;
	background-repeat: no-repeat;
	
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
}

