#projects-list,
#projects-view {
	float: left;
	width: 570px;
	margin-bottom: 20px;
}

	#projects-list dl {
		background: url('/images/block3-bg.jpg') no-repeat;
	}

	#projects-list dl,
	#projects-list dt,
	#projects-list dd {
		float: left;
	}

	#projects-list dd {
		margin: 0;
		padding: 20px 0 10px 20px;
	}

	#projects-list dd.p-title {
		width: 160px;
	}

	#projects-list a.p-link {
		display: block;
		margin-bottom: -7px;
	}

	#projects-list dd.p-price {
		width: 90px;
		background: url('/images/separator.gif') no-repeat;
	}

		#projects-list dd.p-price span {
			font-size: .9em;
			font-weight: bold;
			text-transform: uppercase;
		}

	#projects-list dd.p-desc {
		width: 350px;
		background: url('/images/separator.gif') no-repeat;
	}

	.p-more {
		margin: 10px 1px 5px 0;
		font-size: .9em;
		text-transform: uppercase;
		text-align: right;
	}


#projects-view {
	background: url('/images/block3-bg.jpg') no-repeat 0 25px;
	width: 795px;
	margin-top: 20px;
}

	#objects {
		position: relative;
		padding: 15px 5px 10px 15px;
		margin: -45px 2px 10px 2px;
		float: right;
		background: url('../images/block4-bg.jpg') no-repeat;
	}

	#breadcrumb {
		padding-left: 7px;
		font-weight: bold;
		font-size: .9em;
		text-transform: uppercase;
	}

		#breadcrumb a {
			font-weight: normal;
		}

		#primary h2,
		#primary h3 {
			font-size: .9em;
			text-transform: uppercase;
		}

		#primary h2 {
			margin: 1px 0 11px 7px;
		}

		#primary h3 {
			margin: 15px 0 10px;
		}

		#project-feedback {
			clear: both;
			margin-top: 20px;
			padding-top: 10px;
			font-size: .9em;
			font-weight: bold;
			text-align: right;
			text-transform: uppercase;
			border-top: 1px solid #ccc;
		}

		#sidenav {
			float: left;
			width: 170px;
		}

			#sidenav ul {
				min-height: 90px;
				padding: 12px 0 20px 5px;
			}

				#sidenav li {
					margin: 0 0 0 12px;
					font-size: .9em;
					line-height: 150%;
					text-transform: uppercase;
				}

					#sidenav li.active {
						font-weight: bold;
						color: #aaa;
					}

			#sidenav .extra {
				min-height: 70px;
				padding: 15px 5px 5px 15px;
				background: url('../images/block4-bg.jpg') no-repeat;
			}

				#sidenav .extra img {
					float: left;
					width: 55px;
					margin-right: 10px;
					padding: 1px;
					border: 1px solid #ccc;
				}

				#sidenav .extra a {
					line-height: 120%;
				}


	#projects-view #primary {
		float: right;
		width: 600px;
		overflow: auto;
	}

	#secondary {
		margin-top: 20px;
	}

	.price-table {
		margin: 0 0 15px 0;
		border-collapse: collapse;
	}

	.price-table th,
	.price-table td {
		padding: 5px;
		font-size: .9em;
		text-align: center;
		border: 1px solid #ccc;
	}

	.price-table th {
		background: #fff;
	}

	.price-table tr.even td {
		background: #f9f9f9;
	}

	dl.simple {
		padding: 6px 12px;
		background: #f5f5f5;
		border: 1px solid #ccc;
	}

	dl.simple dt {
		display: inline;
		float: left;
		clear: left;
		width: 120px;
		font-weight: bold;
	}

	dl.simple dt,
	dl.simple dd {
		padding: 3px 0;
	}

	html>body dl.simple dd {
		padding: 5px 0 5px 100px;
	}

	* html dl.simple dt,
	* html dl.simple dd {
		padding: 5px 0;
	}

	* html dl.simple dt,
	* html dl.simple dd {
		position: relative;
		height: 1%;
	}

	dl.simple dd:after {
		content: ".";
		clear: both;
		display: block;
		height: 0;
		visibility: hidden;
	}

	ul.simple {
		margin: 10px 0 10px 5px;
		padding: 0;
		list-style-type: square;
	}

	ul.simple li {
		margin: 4px 0;
	}

	dl.simple2 dt {
		margin: 15px 0;
		font-weight: bold;
	}

	dl.simple2 dd {
		margin: 0;
	}