#mainbox {
	background-color: red;
	padding:  10px;	
}
#firstrow{
	padding-top: 10px;
	height: 190px;
	
}
#row1firstcell{
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 4px;
	margin-top: 7px;
	padding: 10px;
	float: left;
	border: orange solid 1px;
	height: 200px;
	text-align: left;
 	width: 282px;
	text-decoration:none;
	
}
#row1firstcell:hover{
	border: orange solid 4px;
	margin-right: 10px;
	margin-top: -5px;	
}
#row1secondcell{	
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: orange solid 1px;
	margin-left: 10px;
	margin-top: 7px;
	width: 282px;
	height: 200px;
	text-align: right;
	display: inline;
	position: absolute;
	text-decoration:none;
}
#row1secondcell:hover{
	border: orange solid 4px;
	margin-left: 10px;
	margin-top: -10px;	
}
#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-left: 4px;
	margin-top: 7px;
	padding: 10px;
	float: left;
	border: orange solid 1px;
	height: 200px;
	text-align: left;
 	width: 282px;
	text-decoration:none;
}
#row2firstcell:hover{
	border: orange solid 4px;
	margin-left: 10px;
	margin-top: 10px;
		
}
#row2secondcell{
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: orange solid 1px;
	margin-left: 10px;
	margin-top: 27px;
	width: 282px;
	height: 200px;
	text-align: right;
	display: inline;
	position: absolute;
	text-decoration:none;
}
#row2secondcell:hover{
	border: orange solid 4px;
	margin-right: 10px;
	margin-bottom: 10px;
	
}
.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: 23px;
}