@charset "UTF-8";

#centerContainer {
}
#allWorkContainer  {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
#allWorkContainer ul.portfolio {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	display: block;
}
#allWorkContainer ul.portfolio li {
	list-style: none;
	background: none;
	float: left;
	display: block;
}
.gallery_image_container {
	width: 800px;
}
.gallery_box {
	width: 500px;
	background-image: url(images/blog-gallery_box_grad.png);
	background-repeat: repeat-y;
	float: left;
	margin-bottom: 20px;
}
.gallery_box_top {
	width: 500px;
	background-image: url(images/blog-gallery_box_top.png);
	background-repeat: no-repeat;
	height: 10px;
	overflow: hidden;
}
.gallery_box_content {
	width: 480px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/blog-gallery_box_bot.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0;
	padding-top: 0;
}
.client {
	width: 100%;
	height: 150px;
}
.client img {
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.client_box {
	width: 260px;
	float: right;
}
.client_box p {
	color: #86817b;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}
.client_box .title   {
	color: #312820;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.client_box .title a, 
.client_box .title a:visited {
	color: #312820;
	border: none;
	text-decoration: none;
	padding: 0;
}
.client_box .title a:hover {
	color: #990000;
	text-decoration: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #990000;
	border-left: none;
}
.development    {
	color: #990000;
	font-size: 18px;
	margin-bottom: 10px;
}
.gallery_buttons {
	height: 28px;
	margin-bottom: 10px;
	width: 260px;
}

.gallery_view_site {
	height: 28px;
	float: left;
	overflow: hidden;
	width: 230px;
}

.gallery_top {
	width: 24px;
	height: 24px;
	z-index: 5000;
	float: right;
	margin-top: 3px;
}

.gallery_top a {
	background: url(images/blog-up_button.png) no-repeat left bottom;
	width: 24px;
	height: 24px;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	border: 0;
}
.gallery_top a:hover {
	background: url(images/blog-up_button.png) no-repeat left top;
}




