/* ====================== */
/* ===== Tag Styles ===== */

*{
	margin:0;
	font-family:helvetica,arial,sans-serif;
	font-size:11px;
	font-weight:normal;
}

body{
	background-color:#efefef;
	color:#000;
}

a{
	font-size:11px;
	color:#cc0000;
}


/* ========================= */
/* ===== Layout Styles ===== */

#container{
	width:759px;
	background-color:#fff;
	margin-left:25px;
}

#header{
	height:80px;
	background-image:url(/img/layout/header_x.gif);
	background-repeat:no-repeat;
}

#header_bar{
	height:33px;
	background-color:#000;
	position:relative;
	top:20px;
}

#header_logo{
	position:absolute;
	top:31px;
	left:53px;
}

#header_logo a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-weight:bolder;
	letter-spacing:-1px;
	font-family:georgia;
}

#client_list{
	padding:5px 20px 10px 20px;
	line-height:16px;
}

#content{
	padding:10px;
}

#footer{
	margin-left:25px;
	padding:8px;
	letter-spacing:-1px;
	font-family:georgia, serif;
	font-size:12px;
}


/* ========================== */
/* ===== Element Styles ===== */

.content_text{
	padding:25px 20px;
	font-size:11px;
	line-height:15px;
	background-color:#000;
	margin:0px 18px;
	border-bottom:1px solid #333;
	color:#fff;
}

.content_text h3{
	letter-spacing:-1px;
	font-family:georgia, sans-serif;
	font-size:14px;
	margin-bottom:3px;
	color:#ECE5BE;
	margin-left:20px;
}

#client_list li{
	list-style:none;
	float:left;
	width:160px;
	margin:0px;
	padding:0px;
}

.project{
	float:left;
	margin:8px;
	margin-bottom:40px;
}

.project_client{
	font-weight:bolder;
	margin-top:5px;
	padding:4px 0px 0px 10px;
	font-size:12px;
	margin-bottom:2px;
}

.project_details{
	width:230px;
}

.project_launch{
	float:right;
}

.project_type{
	border-bottom:1px solid #ddd;
	padding:0px 0px 6px 10px;
	font-size:11px
}

.clear{
	clear:both;
}