#content_left_col {
	margin-top: 0;
}

#content_right_col {
	margin-top: 34px;
}

#content_right_col a {
	color: #4c4c4c;
}

#content_footer {
	background-image: url('../images/content_bg2.gif');
}

#subnavi a.active_p {
	font-weight: bold;
}

.ml15 {
	margin-left: 15px;
}

.ml65 {
	margin-left: 65px;
}

/* projects in parallel */
/*
.parallel {
	height: 50px;
	width: 105px;
	padding-top: 17px;
	margin: 0;
	float: left;
	overflow: hidden;
	line-height: 14px;
	text-align: center;
background-color: #ccc;
} */
.parallel {
	line-height: 14px;
	text-align: center;
	overflow: hidden;
}

.parallel_prj {
	width: 67px;
	height: 67px;
	display: block;
	float: left;
	position: relative;
}

.img_hover {
	left: 0;
}

.img_left {
	padding-left: 6px;
}

.img_right {
	padding-right: 6px;
}


/* portfolio project page */
.gallery {
	width:508px;
	height:260px;
	margin: 0 0 36px 0;
}

#subnavi a.current {
	width: 164px;
	height: 17px;
	padding-left: 13px;
	font-weight: bold;
	color: #181818;
	background: url('../images/portfolio/bullet.gif') no-repeat 4px 0;
}

#subnavi a.current:visited {
	color: #181818;
}

#subnavi a.current:hover {
	color: #ffffff;
	background-color: #000000;
	background-position: 4px -17px;
}

.item {
	clear: left;
	width: 84px;
	margin: 0;
	font-size: 9px;
	line-height: 15px;
	float: left;
}

.item0 {
	color: #adaca8;
}

.space {
	clear: left;
	height: 10px;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
}

.bar {
	height: 15px;
	margin: 0;
	float: left;
	background: url('../images/portfolio/bar.gif') no-repeat center left;
}

.graybar {
	width: 99px;
	height: 15px;
	margin: 0;
	float: left;
	background: url('../images/portfolio/bar2.gif') no-repeat center left;
}

.mb18 {
	margin-bottom: 18px;
}

.mb4 {
	margin-bottom: 4px;
}

.line {
	margin-top:10px;
	border-top:1px solid #c3c0b1;
	padding-top:10px;
}

.next_project {
	width: 98px;
	height: 12px;
	display: block;
	background: url('../images/portfolio/next-project.gif') no-repeat;
}

.next_project:hover {
	background-position: 0 -12px;
}

/* clients */
.next_client {
	width: 88px;
	height: 12px;
	display: block;
	background: url('../images/clients/next-client.gif') no-repeat;
}

.next_client:hover {
	background-position: 0 -12px;
}


