#servicesMainContent 
{
	position:			relative;
	top:				20px;
	width:				750px;
	height:				auto;
    border:             0px solid #000;
	margin-left:		10px;
	margin-bottom:		60px;
}

#sideBottomImage
{
	position:			absolute;
	bottom:				0px;
	width:				219px;
	height:				269px;
	background:			url("../assets/left_sidebar/products_main_image.jpg") bottom;
	visibility:			visible;
}

#lightServBox
{
	position:			relative;
	border:				0px solid #000;
	width:				685px;
	height:				210px;
	margin-top:			10px;
	background:			#ededee;
	padding:			8px;
}

#darkServBox
{
	position:			relative;
	border:				0px solid #000;
	width:				685px;
	height:				300px;
	margin-top:			10px;
	background:			#e0e1e2; 
	padding:			8px;
}

.servicesImage
{
	width:				225px;
	height:				230px;
	position:			relative;
	float:				left;
}

.servicesInfo
{
	width:				450px;
	position:			relative;
	float:				right;
	padding:			5px;
}

.services 
{
	font-size:			14px;
	font-weight:		bold;
	color:				#031251;
}

.boldBlue
{
	color:				#031251;
	font-weight:		bold;
}
