div#services_container {
	float: left;
	margin-top: 47px;
}

.services_link {
	float: left;
	margin-bottom: 15px;
	padding-right: 15px;
}

.column_container {
	float: left;
}

ul#page_list {
	font-size: 12px;
	color: #fefefe;
	padding-left: 37px;
	margin-top: 17px;
}

/* IE6 */
* html ul#page_list {
	padding-left: 0px;
}

/* IE7 Only */
*:first-child+html ul#page_list {
	padding-left: 0px;
}

ul#page_list li {
	padding: 0px;
	margin: 0px;
	line-height: 16px;

}

.project {
	float: left;
	width: 348px;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted;
	border-color: #d26363;
}

.project_image {
	float: left;
	width: 119px;
	height: 88px;
}

.project_image img {
	position: absolute;
}

.project_details {
	float: left;
	padding-left: 20px;
	width: 200px;
}

.project_details p {
	margin: 0px;
	padding: 0px;
	font-size: 14px !important;
}

.project_details p a {
	color: #fefefe !important;
	font-size: 10px !important;
	font-weight: bold;
	text-decoration: none;
}

.project_details p a:hover {
	text-decoration: underline;
}

/* POPUPS */
.popup_div{
	width: 528px;
	height: auto;
	background-color: #0b0b07;
	position: absolute;
	left: 30%;
	z-index: 20;
}

.popup_container {
	float: left;
	width: 506px;
	padding-left: 13px;
	margin-top: 11px;
}

.popup_image_container {
	float: left;
	width: 502px;
	height: 376px;
}

.cyclicImage {
	opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
	position: absolute;
	z-index: 30;
}

.prev_next {
	float: left;
	width: 503px;
	margin-top: 11px;
	background-color: #262626;
}

.popup_container a {
	color: #bb2d2e !important;
	font-weight: bold;
	font-size: 11px !important; 
}

.left_link {
	float: left;
	padding-left: 12px;
	padding-bottom: 6px;
	padding-top: 6px;
}

.right_link {
	float: right;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-top: 6px;
}

div#black_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0px;
	left: 0px;
	background-color: #000000;
}
