#mainbox {
	background-color: red;
	padding:  10px;	
}
#firstrow{
	padding-top: 10px;
	height: 190px;
	
}
#row1firstcell{
	border: orange solid 1px;
	padding: 10px;
	float: left;
	text-align: right;
	height: 170px;
	width: 282px;	
	text-decoration:none;
}
#row1firstcell:hover{
	border: orange solid 3px;	
}
#row1secondcell{
	margin-left: 25px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 170px;
	border: orange solid 1px;
	width: 282px; 
	text-align: left;
	display: inline;
	text-decoration:none;
	position: absolute;
}
#row1secondcell:hover{
	border: orange solid 3px;
	margin-left: 23px;	
}
#secondrow{
	margin-top: 20px;
	text-align: justify;
	height: 200px;
	width: 564px;
	padding-bottom: 10px;
}

#row2firstcell{
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 7px;
	padding: 10px;
	float: left;
	border: orange solid 1px;
	height: 170px;
	text-align: right;
 	width: 282px;
	text-decoration:none;
}
#row2firstcell:hover{
	border: orange solid 3px;
	margin-left: -1px;
	margin-top: 6px;
		
}
#row2secondcell{
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: orange solid 1px;
	margin-left: 25px;
	margin-top: 7px;
	width: 282px;
	height: 170px;
	text-align: left;
	display: inline;
	position: absolute;
	text-decoration:none;
}
#row2secondcell:hover{
	border: orange solid 3px;
	margin-left: 23px;
	margin-top: 6px;
	
}
.right { float: right;
	 position: relative; /*cause we reset img property  position: absolutre; Reket Network and logo are on the same row*/
	border: solid black 0px;	
	 }
.left { float: left;
	padding-right: 10px;
	position: relative;
	border: solid black 0px;	
 }

#servicesclick{
	 
	color: orange;	
	font-size: 20px;
}
#servicesclick:hover{
	 
	color: red;	
	font-size: 22px;
}
