@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 100%;
}
#wrapper {

}
#container {
	position: absolute;
	top: 50%;
	left: 0px;
	height: 530px;
	width: 100%;
	background: #000;
	text-align: left;
	margin-top: -270px;
}




/* NAVIGATION
*****************************************************************/
#nav {
	width: 100%;
	height: 26px;
	background: #FFF;
}
#nav-list {
	margin: auto;
	width: 960px;
}
#nav-list ul {
	padding-left: 0;
	height: 26px;
	list-style: none;
	z-index: 1000;
}
#nav-list li {
	float: left;
}

#nav-list li a, #sub_cases li a, #sub_work li a {
	display: block;
}
#nav-list li a:hover, #sub_cases li a:hover, #sub_work li a:hover {
	background-position: 100%;
}

/* these are for IE6 only */
#nav-list li.over ul, #sub_cases li.over ul, #sub_work li.over ul {
	display: block;
	width: 148px;
}
#nav-list li.over li a, #sub_cases li.over li a, #sub_work li.over li a {
	width: 100%;
}
/* end IE6 only styles */

#work {
	background: url(../imgs/work.gif);
	width: 54px;
	height: 18px;
}
#clients {
	background: url(../imgs/clients.gif);
	width: 75px;
	height: 18px;
}
#case {
	background: url(../imgs/casestudies.gif);
	width: 113px;
	height: 18px;
}
#awards {
	background: url(../imgs/awards.gif);
	width: 71px;
	height: 18px;
}
#contact {
	background: url(../imgs/contact.gif);
	width: 78px;
	height: 18px;
}


/* SUB NAV - WORK
*****************************************************************/
#sub_work {
	width: 89px;
	position: absolute;
	top: 180px;
}
#sub_work ul {
	padding-left: 0;
	list-style: none;
	z-index: 1000;
}
#print {
	background: url(../imgs/print.gif);
	width: 89px;
	height: 26px;
}
#collateral {
	background: url(../imgs/collateral.gif);
	width: 89px;
	height: 30px;
}
#interactive {
	background: url(../imgs/interactive.gif);
	width: 89px;
	height: 28px;
}
#identity {
	background: url(../imgs/identity.gif);
	width: 89px;
	height: 31px;
}
#broadcast {
	background: url(../imgs/broadcast.gif);
	width: 89px;
	height: 26px;
}
#photography {
	background: url(../imgs/photography.gif);
	width: 89px;
	height: 30px;
}


/* SUB NAV - CASESTUDIES
*****************************************************************/
#sub_cases {
	width: 59px;
	position: absolute;
	top: 210px;

}
#sub_cases ul {
	padding-left: 0;
	list-style: none;
	z-index: 1000;
}
#case1 {
	background: url(../imgs/case1.gif);
	width: 59px;
	height: 26px;
}
#case2 {
	background: url(../imgs/case2.gif);
	width: 59px;
	height: 30px;
}
#case3 {
	background: url(../imgs/case3.gif);
	width: 59px;
	height: 26px;
}



/* STRUCTURE
*****************************************************************/
#page {
	margin: auto;
	width: 960px;
	height: 500px;
	color: #FFF;
}
.redface {
	background: url(../imgs/red-face.jpg) center no-repeat;
}
#logo {
	background-image: url(../imgs/logo-sm.gif);
	background-repeat: no-repeat;
	float: right;
}
#logo a {
	display: block;
	width: 147px;
	height: 35px;
}
h1 {
	color: #999;
	font-size: 10pt;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	color: #FF0000;
	font-size: 8pt;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 6pt;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 11pt;
}
a {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #333;
}
#photo-container {
	width: 700px;
	height: 400px;
	top: 70px;
	left: 150px;
	position: relative;
	text-align: center;
}
#case-container {
	width: 700px;
	height: 320px;
	top: 100px;
	left: 150px;
	position: relative;
}
#case-text {
	width: 340px;
	float: left;
	position:relative;	
}
#case-study-pics {
	width: 340px;
	height: 266px;
	float: left;
	text-align: center;
	position: relative;
}
#case-study-nav {
	width: 340px;
	text-align: center;
	float: left;
	position: relative;
}