@charset "UTF-8";


body {
	background-color: #dce4e5;
	margin-right: 0px;
	margin-left: 0px;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(img/bg_grad.png);
	}

/* HEADER BAR */ 	

.header_bar {
	height:60px;
	width: 100%;
	position: absolute;
	top: 80px;
	background-color: #2D2D2D;
	background-image: url(img/slash_01.png);
	background-repeat: repeat-x;
	left: 0;
	}

	
.header_bar_container {
	height:52px;
	width:842px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
	position: relative;
	top: 4px;
	}
	
.header_boxes {
	height:58px;
	width:168px;
	float: left;
	position: relative;
	}
	
.header_div {
	height:46px;
	width:1px;
	float: right;
	position: relative;
	top: 4px;
	opacity: 0.35;
	background-color: #FFFFFF;
	}

.header_div_l {
	height:45px;
	width:1px;
	position: relative;
	top: 4px;
	opacity: 0.35;
	background-color: #FFFFFF;
	float: left;
	}



/* FEATURE AREA */ 
	
.feature {
	height: 60px;
	width: 100%;
	background-repeat: repeat-x;
	position: relative;
	margin-right: 0px;
	margin-left: 0px;
	}

	
.feat_container {
	height:60px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	}
	
.feat_wrap {
	height:60px;
	width: 169px;
	float: left;
	position: relative;
	overflow: hidden;
	}		

.feat_box {
	height:355px;
	width: 169px;
	position: relative;

	}
.feat_box img {
	filter: alpha(opacity=40); 
	opacity:.3;
	}
	
.feat_box2 {
	height:355px;
	width: 169px;
	position: relative;
	}

.feat_div {
	height: 55px;
	width: 5px;
	position: relative;
	float: left;
	}

/* DRIVE PROJECT DEFINITION */

.archive_div {
	height: 40px;
	width: 100%;
	position: relative;
	background-repeat: repeat;
	padding-top: 2px;
}


.archive_container {
	height: 40px;
	width: 840px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.archive_div_type {
	height: 6px;
	width: 600px;
	position: relative;
	padding-top: 10px;
}

.archive_bar {
	height: 2px;
	width: 100%;
	position: relative;
	background-color: #FE5F1B;
}

.archive_ind {
	height: 6px;
	width: 840px;
	position: relative;
}

.ind {
	height: 10px;
	width: 164px;
	float:left;
	position: relative;
}

.ind2 {
	height: 6px;
	width: 164px;
	float:left;
	position: relative;
	background-color: #FE5F1B;
}

.ind_div {
	height:10px;
	width: 5px;
	float: left;
}

.pointer {
	height:10px;
	width: 164px;
	position: absolute;
	top: 0px;
	z-index: 1;
}


/* PROJECTS*/

#container_body {
	height: 1605px;
	width: 879px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 10px;
}

#container_body_design {
	height: 1605px;
	width: 879px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 10px;
}

#container_body_branding {
	height: 540px;
	width: 879px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 10px;
}

#container_body_production {
	height: 820px;
	width: 879px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 10px;
}

#container_body_logo {
	height: 1050px;
	width: 879px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 10px;
}

#container_body_info {
	height: 510px;
	width: 879px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 10px;
}

.proj_box 
{
	height: 160px;
	width: 293px;
	float: left;
	background-image: url(img/proj_box/proj_box.png);
	background-repeat: no-repeat;
}

.box_wrap {
	height: 118px;
	width: 241px;
	position: relative;
	overflow: hidden;
	top: 6px;
	left: 26px;
}

.proj_box_blank 
{
	height: 160px;
	width: 293px;
	float: left;
	background-repeat: no-repeat;
	opacity:.5;
}

.box_wrap_blank {
	height: 131px;
	width: 253px;
	position: relative;
	overflow: hidden;
	top: 6px;
	left: 26px;
	background-color: #c3c9ca;
}

.box_band {
	height: 130px;
	width: 253px;
	position: relative;
	overflow: hidden;
	opacity:1.0;
}

.bottom{
	background-color: #2D2D2D;
	height: 18px;
	width: 100%;
	position: relative;
	}

.bottom_wrap{
	height: 18px;
	width: 942px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	}

/* MISC */

img {
	position:absolute;
	left: 0px;
	border: 0px;
	}

a:active, a:focus {outline: 0;}
