#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: 22px;
	padding-top: 5px;
	padding-left: 5px;
	background-color: #617f99;
}
#detailsnav a:hover {
	background-color: white;
	color: #617f99;
}
#aboutdetails {
	width: 590px;
	height: 260px;
	float: right;
	display: block;
	background-image: url(../images/navmenubackground.jpg);
}
#floorassembliesdetails {
	width: 590px;
	height: 260px;
	float: right;
	display: none;
	background-image: url(../images/navmenubackground.jpg);
}
#wallassembliesdetails {
	width: 590px;
	height: 260px;
	float: right;
	display: none;
	background-image: url(../images/navmenubackground.jpg);
}
#floorbracketsdetails {
	width: 590px;
	height: 260px;
	float: right;
	display: none;
	background-image: url(../images/navmenubackground.jpg);
}
#wallbracketsdetails {
	width: 590px;
	height: 260px;
	float: right;
	display: none;
	background-image: url(../images/navmenubackground.jpg);
}
#plugtailwiringdevicesdetails {
	width: 590px;
	height: 260px;
	float: right;
	display: none;
	background-image: url(../images/navmenubackground.jpg);
}
#southwiremcdetails {
	width: 590px;
	height: 260px;
	float: right;
	display: none;
	background-image: url(../images/navmenubackground.jpg);
}
#accessoriesdetails {
	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;
}
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;
}
ul.details  a {
	text-decoration: underline;
}
img.detailsimg {
	width: 185px;
	height: 185px;
	margin-left: 20px;
	margin-top: 15px;
	margin-right: 20px;
}