.middle{
	height: 870px;
}
.left-nav{
	float: left;
	width: 311px;
	background-image: url(../images/body-bg.gif);
	min-height: 350px;

}

.left-nav li{
	font-size: 18px;
	font-family: 'Noto Sans',sans-serif;

}

.left-nav li a{
	display: block;
	padding: 5px;
	color: black;
	text-decoration: none;
	padding-left: 20px;
	color: white;
	line-height: 50px;
}



.left-nav li a:hover{
	background-color: #ffc500;
	text-shadow:2px 0px 1px #000;
	cursor: pointer;
	color: #fff;
}
.left-nav li a:active{
	background-color: #ffc500;
	text-shadow:2px 0px 1px #fff;
	cursor: pointer;
	color: #000;
}

#left-nav-header{
	font-family: Arial;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	color: #ffc500;
	text-shadow:5px 2px 5px #000000;

	margin-top: 20px;
}
.main-content{
	float: left;
	width: 650px;
	margin-top: 35px;
	margin-left: 15px;
	font-family: 'Noto Sans', sans-serif;
}

.main-content>#header{
	display: block;
	margin: auto;
	font-size: 25px;
	font-weight: bold;
}

.services-list{
	margin-top:20px;
	margin-left: 30px;
}
#image-box{
	float: left;
	width: 180px; /* changed from 200 to 180 for fitting 3 images in a row*/
	margin: 5px;	
}
.main-content a{
	text-decoration: none;
	color: #000;
}
#image-box img{
	width: 175px;
	height: 125px;
	position: relative;
	left: 12px;
	border: 2px solid black;
}

#image-box>#caption{
	display: block;
	text-align: center;
}

.service-content{
	float: left;
	width: 650px;
	margin-top: 15px;
	margin-left: 10px;
	font-family: 'Noto Sans', sans-serif;
	display: none;
	position: absolute;
}

.submenu{
  position: relative;
  width: 200px;
  left: 45px;
  overflow: hidden;
  color: #fff;
  display: none;
  margin-bottom: 10px;

}
.submenu>li{
	display: block;
	line-height: 26px;
	font-size: 14px; /* changed from 16 to 14 to reduce font size*/
}
.submenu>li:hover{
	cursor: pointer;
	color: #ffc500;
}

#image-box:hover img{
	border: 2px solid #ffc500;
	
}
#image-box:hover{
	color: #ffc500;
	text-shadow: 0 0 1px #ffc700;
}

.main-img img{
	width: 600px;
	border: 2px solid black;
	height: 300px;
}
.product-content{
	width: 600px;
	margin: auto;
	margin-top: 15px;
	font-family: 'Noto Sans', sans-serif;
}
.service-submenu{
background-image: url('../images/pointer.png');
	background-position: 5px 0;
	background-repeat: no-repeat;
	padding-left:42px;
	
}