#detailsnav {
	float: left;
	background-color: #617f99;
	height: 260px;
}
#detailsnav ul {
	list-style: none;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
#detailsnav li {
	border-bottom-color: #c7eaf0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#detailsnav a {
	display: block;
	color: #c7eaf0;
	text-decoration: none;
	width: 200px;
	height: 24px;
	padding-top: 8px;
	padding-left: 5px;
	background-color: #617f99;
}
#detailsnav a:hover {
	background-color: white;
	color: #617f99;
}
#beginningdetails {
	width: 590px;
	height: 260px;
	float: right;
	display: block;
	background-image: url(../images/navmenubackground.jpg);
}
#wiremeshdetails {
	width: 590px;
	height: 260px;
	float: right;
	display: none;
	background-image: url(../images/navmenubackground.jpg);
}
#laddertraydetails {
	width: 590px;
	height: 260px;
	float: right;
	display: none;
	background-image: url(../images/navmenubackground.jpg);
}
#laddertrayfiberdetails {
	width: 590px;
	height: 260px;
	float: right;
	display: none;
	background-image: url(../images/navmenubackground.jpg);
}
#centerspinedetails {
	width: 590px;
	height: 260px;
	float: right;
	display: none;
	background-image: url(../images/navmenubackground.jpg);
}
#channelsystemdetails {
	width: 590px;
	height: 260px;
	float: right;
	display: none;
	background-image: url(../images/navmenubackground.jpg);
}
#cablerunwaydetails {
	width: 590px;
	height: 260px;
	float: right;
	display: none;
	background-image: url(../images/navmenubackground.jpg);
}
#supporthooksdetails {
	width: 590px;
	height: 260px;
	float: right;
	display: none;
	background-image: url(../images/navmenubackground.jpg);
}
#seismicbracingdetails {
	width: 590px;
	height: 260px;
	float: right;
	display: none;
	background-image: url(../images/navmenubackground.jpg);
}
p.detailsheader {
	font-size: 18px;
	font-weight: bold;
	color: #7192a5;
	margin-top: 15px;
	margin-left: 20px;
}
#detailsline {
	width: 570px;
	height: 1px;
	background-color: #7192a5;
	margin-left: 20px;
	font-size: 1px;
}
ul.details {
	list-style: none;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 10px;
}
ul.details li a, ul.details li {
	color: #7192a5;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 4px;
}
img.detailsimg {
	width: 185px;
	height: 185px;
	margin-left: 20px;
	margin-top: 15px;
	margin-right: 20px;
}
