* { padding: 0; margin: 0; }
html {
	width: 100%;
}
img { border: 0; }
body {
	width: 100%;
	background-color: #000000;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
#hdr {
	height: 60px;
	width: 100%;
	text-align: left;
}
#ftr {
	height: 60px;
	width: 100%;
	background-image: url(http://dev.sewers4less.com/images/footerCandy.gif);
	background-repeat: no-repeat;
	text-align: left;
	font-size: 11px;
}
#menuFrame {
	height: 54px;
	width: 100%;
	background-image: url(http://dev.sewers4less.com/images/yCandy.gif);
	background-repeat: no-repeat;
	text-align: left;
}
#menu {
	width: 680px;
	height: 54px;
	background-color: #ffde25;
}
#lmo_content {
	padding-left: 32px;
	width: 900px;
	height: 600px;
	background-image: url(http://dev.sewers4less.com/images/contentBack.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#lmo_contentHome {
	width: 900px;
	height: 687px;
	padding-left:0;
	padding-top:20px;
	background-color: #000000;
}
#lmo_breadBox {
	margin: 15px 0 20px 0px;
}
.ddItem {
	margin-left: 32px;
	float: left;
}
p {
	margin-bottom: 12px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	font-family: inherit;
	color: inherit;
	margin-bottom: 12px;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:link, a:visited, a:active {
	color: #ffde25;
}
a:hover {
	text-decoration: underline;
}
#ddBlockTop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 1;
	display: none;
}
#ddBlock {
	position: absolute;
	top: 114px;
	left: 0;
	width: 100%;
	height: 500;
	z-index: 1;
	display: none;
}
#dropServices, #dropEquipment {
	position: absolute;
	top: 114px;
	width: 250px;
	z-index: 3;
	background-color: #ffde25;
	background-image: url(http://dev.sewers4less.com/images/ddBack.gif);
	visibility: visible;
	display: none;
}
#dropServices { left: 32px; }
#dropEquipment { left: 152px; }
ul.dd {
	position: relative;
	list-style-type: none;
	margin: 8px 0 0 8px;
	width: 250px;
}
li.dd {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin: 0 0 10px 0;
	width: 250px;
	padding-left: 9px;
}
li.dd a, li.dd a:link, li.dd a:visited, li.dd a:active {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
li.dd a:hover {
	font-weight: bold;
}