body {
	margin: 0;
	padding: 0;
}

body, p, div, span {
	font-size: 12px;
	font-family: Arial, Helvitica, sans;
	color: black;
	background: transparent;
}

img.featured_pom {
	float: left;
	margin-right: 2ex;
}


#pom_menu {
	width: 25ex;
}

#pom_menu * {
	margin: 0;
	padding: 0;
	list-style: none;

}

#pom_menu dd {
/*
	margin-bottom: 10px;
*/
	border: 1px solid #716551;
	font-size: 12px;
}


#pom_menu dt {
	background: #716551;
	color: white;
	font-size: 14px;
	padding: .6ex;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	cursor: hand;
	cursor: pointer;
	margin-bottom: 4px;
}

#pom_menu dl.depth_1 dt { background: #336699; }
#pom_menu dl.depth_1 dd { border: none; }


#pom_menu ul {
	margin-left: 1ex;

}

#pom_menu li {
	margin: 2px;
	margin-bottom: .25em;
	font-weight: bold;
	border-bottom: 1px solid white;
	padding: 2px;
	
}

#pom_menu a {
	padding: 3px;
	margin: 1px;
}

#pom_menu a:hover {
	color: white;
	background: blue;
}

.hide {
	display: none;
}

.dd_hilite {

}

.selected_dd {
	
}

.selected_li {

}

#pom_menu a {

}

#pom_menu a:hover {
}

#sidebar {
	float: left;
/*
	width: 250px;
*/
	height: 100%;
	margin: 0;
	margin-right: 1em;
}

.content, #main_content, #project_content {
	overflow: auto;
	width: auto;
}

#container {
	position: relative;
	width: 90%;
	margin: 0 auto;
}

#main_content {
	margin: 0;
	width: 700px;
}

#project_content {
}

.project {
	clear: left;
	overflow: auto;
}

.content {
	
}

.images {
	float: left;
	margin-right: 2ex;
	width: 401px;
}

dl.project_details dt {
	float: left;
	margin-right: 1ex;
	clear: left;
}

#pom_menu span.brandname {
	background: transparent;
	color: white;
	font-weight: normal;
}


.no_link {
	color: silver;
	background: transparent;
	cursor: hand;
	cursor: pointer;
}

#next_prev_nav {
	margin-bottom: 1ex;

}


