body {

	width: 100%;
	height: 100%;
	background: #FFF;
	font: normal 10px Verdana;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	font: bold 11px Arial;
	color: #2FB4E1;
}

#container {

	position: relative;	
	width: 100%;
	min-height: 100px;
	float: left;
}

#header, #content, #footer {

	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
	width: 1000px;
	clear: both;
	display: block;
}

#header {
	
	height: 200px;
}

#header .logo  {

	position: absolute;
	top: 0;
	left: -10px;
	display: block;
}

#header #navs {
	
	position: absolute;
	display: block;

	top: 45px;
	right: 0;
	width: 247px;
	height: 45px;
}

#navs a:link, #navs a:visited, #navs a:hover, #navs a:active {
	
	position: relative;
	clear: none;
	float: left;
	display: block;
	height: 45px;	
	background: #FFF url(/images/Nav.png) -10000px -10000px no-repeat;
}

#navs a.about:link, #navs a.about:visited, #navs a.about:hover, #navs a.about:active {

	width: 33px;
	background-position: 0 0;
}

#navs a.about:hover {
	
	background-position: 0 -225px;
}

#navs a.work:link, #navs a.work:visited, #navs a.work:hover, #navs a.work:active {

	margin-left: 17px;
	width: 30px;
	background-position: 0 -45px;
}

#navs a.work:hover {
	
	background-position: 0 -270px;
}

#navs a.reel:link, #navs a.reel:visited, #navs a.reel:hover, #navs a.reel:active {

	margin-left: 19px;
	width: 25px;
	background-position: 0 -90px;
}

#navs a.reel:hover {
	
	background-position: 0 -315px;
}

#navs a.clients:link, #navs a.clients:visited, #navs a.clients:hover, #navs a.clients:active {

	margin-left: 19px;
	width:43px;
	background-position: 0 -135px;
}

#navs a.clients:hover {
	
	background-position: 0 -360px;
}

#navs a.contact:link, #navs a.contact:visited, #navs a.contact:hover, #navs a.contact:active {

	margin-left: 15px;
	width: 46px;
	background-position: 0 -180px;
}

#navs a.contact:hover {
	
	background-position: 0 -405px;
}

#content {

	min-height: 200px;	
}

#content .home-page,
#content .work-page,
#content .about-page,
#content .client-page,
#content .team-page,
#content .bio-page,
#content .contact-page {
	
	display: block;
	float: left;
	min-height: 200px;
}

.about-page {
	
	position: relative;
	top: 0;
	left: 250px;	
	margin: 0 auto;
	margin-bottom: 57px;
}

.work-page {
	
	margin-bottom: 90px;
}

.client-page {
	
	margin-bottom: 23px;
}

.team-page {
	
	margin-bottom: 210px;
}

.contact-page {
	
	margin-bottom: 210px;
}

.about-page a.goteam:link, 
.about-page a.goteam:visited, 
.about-page a.goteam:hover, 
.about-page a.goteam:active {
	
	position: relative;
	top: -25px;
	left: 405px;
	display: block;
	
	width: 95px;
	height:23px;
}


.home-page h1,
.work-page h1,
.client-page h1,
.team-page h1,
.contact-page h1,
.bio-page h1{
	display: block;
	width: 100%;
	height: 30px;
}

.bio-page h1 {
	height: 50px;
}


.contact-page h1 {
	height: 110px;
}



.home-page .pane-foot,
.work-page .pane-foot {
	
	clear: both;
	position: relative;
	top: 10px;
	left: 0;
	min-height: 50px;

	text-align:right;
}

.bio-page .left-pane,
.team-page .left-pane, 
.client-page .left-pane, 
.home-page .left-pane,
.work-page .left-pane,
.contact-page .left-pane{

	position: relative;
	top: 0;
	left: 0;
	width: 600px;
	min-height: 100px;
	float: left;
}

.bio-page .left-pane {
	
	width: 250px;
}


.bio-page .left-pane .photo {
	
	top: 20px;
}

.bio-page .mid-pane {
	
	clear: none;
	float: left;
	margin-left: 20px;
	width: 480px;
}

.bio-page .right-pane {
	
	position: relative;
	clear: none;
	float: left;
	margin-left: 20px;
	width: 230px;
	
	min-height: 50px;
}

.bio-page ul {

	position: relative;
	list-style: none;
	display: block;
	width: 100%;
	min-height: 50px;
	float: left;
	
}

.bio-page ul li,
.bio-page ul li.media {
	
	border-top: 1px solid #d9dad5;
	display: block;
	clear: none;
	height: 40px;
	width: 100%;
	line-height: 40px;
	text-indent: 2px;
	color: #777;
	
}

.bio-page ul li.media {
	
	background: transparent url(/images/Button_Play.png) 0 4px no-repeat;
	text-indent: 45px;
	cursor: pointer;
}
.team-page .left-pane {
	
	width: 100%;
}

.client-page .left-pane div {
	
	position: relative;
	top: 15px;
}
.reel-page .left-pane, 
.work-page .left-pane {
	
	width: 100%;
	min-height: 220px;
}

.reel-page .left-pane {
	
	height: 410px;
}

.reel-page .left-pane .pane-foot {
	
	position: absolute;
	text-align: right;
	top:415px;
	width: 100%;
	min-height: 5px;
}

.home-page .splash {
	
	position: relative;
	display: block;
	width: 100%;
	background-color: #e7e7e7;
	height: 330px;
}

.home-page .right-pane {
	
	float: left;
	clear: none;
	position:relative;
	left: 20px;
	top: 0;
	width: 380px;
	min-height: 100px;
}

.home-page .right-pane ul {
	
	position: relative;
	list-style: none;
	display: block;
	width: 100%;
	height: 320px;
}

.work-page .left-pane ul {
	
	position: relative;
	list-style: none;
	display: block;
	width: 100%;
	min-height: 240px;
}

.team-page ul li,
.team-page ul li.no-right,
.team-page ul li.no-bottom,
.work-page .left-pane ul li,
.work-page .left-pane ul li.no-right,
.work-page .left-pane ul li.no-bottom,
.home-page .right-pane ul li,
.home-page .right-pane ul li.no-right,
.home-page .right-pane ul li.no-bottom{
	
	float: left;
	clear: none;
	display: block;
	height: 100px;
	width: 180px;
	margin-right: 20px;
	margin-bottom: 15px;
	top: 0;
	
	background: transparent url(/images/ajax-loader.gif) center center no-repeat;
}

.team-page .left-pane ul li {
	
	width: 242px;
	min-height: 100px;
	margin-right: 10px;
}

.team-page .left-pane ul li img.thumb {
	
	margin-bottom: 15px;
}

.work-page .left-pane ul li,
.work-page .left-pane ul li.no-right,
.work-page .left-pane ul li.no-bottom {

	display: block;
	width: 190px;
	height: 100px;
	margin-right: 12px;
	margin-bottom: 12px;
	
}

.team-page .left-pane ul li.no-right {
	
	margin-right: 0;
}

.work-page .left-pane ul li.no-right,
.home-page .right-pane ul li.no-right {
	
	margin-right: 0;
}

.work-page .left-pane ul li.no-bottom,
.home-page .right-pane ul li.no-bottom {

	margin-bottom: 0;
}


.home-page .right-pane ul li img {
	
/*	border: 1px solid #d9dbd8;*/
}

.caption {
	
	display: none;
	position: relative;
	height: 40px;
	width: 100%;
	z-index: 1;
	top: -40px;
	left: 0;
	padding-top: 5px;	
	background: transparent url(/images/Tile_OverlayWork.png) 0 0 repeat;
}


.caption h2 {
	
	text-indent: 7px;
	font: bold 11px Arial;
	color: #2FB4E1;
	line-height: 13px;
}

.caption p {
	text-indent: 7px;
	font: normal 11px Arial;
	color: #666;
	line-height: 13px;
	
}



.home-page .left-pane a .caption {
	
	height: 45px;
	top: -45px;
	
}

.home-page .left-pane .splash a .caption h2 {
	text-indent: 9px;
	margin-top: 7px;
	font-size: 15px;
	line-height: 17px;
}



#overlay  {
	
	z-index: 10000;
	position: absolute;
	left: 0;
	top: -80px;
	display: none;
	width: 100%;
	min-height: 490px;
	
	/*background: #000 url(/images/Yeah_VideoPreloader.gif) center center no-repeat;*/
	background: #000;
}

#mp3box {
	
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 2px;
	height: 2px;
	
	background: #fff;
}

.reel-page .left-pane #overlay {
	z-index: 1;
}

#overlay #closer {

	background: transparent url(/images/VideoPlayer_Close.png) center center no-repeat;

	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 6px;
	display: block;
	width: 20px;
	height: 15px;
}


#footer {
	
	position: relative;
	top: 40px;
	clear: both;
	border-top: 1px solid #d9dad5;
	
	min-height: 50px;
}