body {
	font-family: verdana;
	font-size: 10px;
	background: #fff url(../img/global/bg.gif);
	margin: 0px;
	padding: 0px;
	color: #666;
	border-top: 5px solid #9fc2de;
	text-align: center;
}
#body {
	width: 800px;
	height: auto;
	margin: 0px auto;
	text-align: left;
}
ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
li {
	list-style-type: none;
}

/* Header */

#header {
	background: #fff;
	position: relative;	
	height: 79px;
	border-bottom: 1px solid #9fc2de;
	margin-bottom: 5px;
}
#logo {
	background: url(../img/global/logo-loyalStudios.gif) no-repeat;
	width: 164px;
	height: 0px;
	_height: 10px;
	display: block;
	position: absolute;
	top: 32px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	padding-top: 10px;
}
#main-nav {
	position: absolute;
	top: 0px;
	left: 260px;
}
#main-nav li {
	float: left;
}
#main-nav a {
	color: #000;
	text-decoration: none;
	padding: 5px;
	padding-top: 30px;
	margin: 0px 5px;
	display: block;
}
#main-nav a.selected,
#main-nav a.selected:hover {
	padding-top: 30px;
	margin: 0px 5px;
	background: #9fc2de;
	color: #fff;
	border-top: 0px;
}
#main-nav a:hover {
	border-top: 25px solid #fff;
	padding-top: 5px;
	background: #9fc2de;
	color: #fff;
}

/* Footer */

#footer {
	color: #999;
	padding: 10px;
	float: right;
}



/* Accordian */

.accordian-panel {
	width: 800px;
	display: block;
	height: auto;
	margin: 0px 10px 0px 0px;
}
.accordian {
	padding: 0px;
	margin: 0px;
	display: none;
}
.accordian-content {
	overflow: hidden;
	height: 0px;
	_height: 1px;
	display: block;
}


/* Sub-Navigation */

.sub-nav a {
	background: #eee;
	color: #999;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	width: 200px;
	_width: 220px;
	height: auto;
	margin: 5px 0px;
	border-bottom: 1px solid #9fc2de;
}
.sub-nav a.selected,
.sub-nav a.selected:hover {
	width: 240px;
	_width: 260px;
	background: #fff;
	text-align: right;
	color: #569dd8;
	border-bottom: 1px solid #9fc2de;
}
.sub-nav a:hover {
	color: #569dd8;
	background: #fff;
}


/* Filmstrip */

#filmstrip-work {
	float: left;
	display: block;
	margin: 5px 0px 0px 10px;
}
#filmstrip-work .work.filmstrip-viewer {
	width: 530px;
	height: 440px;
	_height: 450px;
	overflow: hidden;
	position: relative;
}
#filmstrip-work .work.filmstrip-viewer .work.filmstrip-content {
	position: absolute;
	top: 0px;
	left: 0px;
}
#filmstrip-work .work.filmstrip-viewer .work.filmstrip-content .work.filmstrip-page {
	width: 530px;
	height: 440px;
	_height: 450px;
	clear: both;
}



.filmstrip-images {
	clear: both;
	display: block;
	margin: 0px;
	position: relative;
}
.filmstrip-images .filmstrip-next a, 
.filmstrip-images .filmstrip-prev a {
	display: block;
	background: #000;
	width: 40px;
	height: 20px;
	color: #fff;
	font-weight: bold;
	opacity:.60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
}
.filmstrip-images .filmstrip-next a:hover, 
.filmstrip-images .filmstrip-prev a:hover {
	background-color: #ccc;
}
.filmstrip-images .filmstrip-next {
	position: absolute;
	top: 140px;
	right: 90px;
}
.filmstrip-images .filmstrip-next a { 
	background: #569dd8 url(../img/global/arrow-next-selected.gif) no-repeat center center;
}
.filmstrip-images .filmstrip-prev {
	position: absolute;
	top: 140px;
	left: 10px;
}
.filmstrip-images .filmstrip-prev a {
	background: #569dd8 url(../img/global/arrow-prev-selected.gif) no-repeat center center;
}
.filmstrip-images .filmstrip-viewer {
	width: 430px;
	height: 280px;
	_width: 450px !important;
	_height: 300px !important;
	overflow: hidden;
	position: relative;
	background: #fff;
	border: 10px solid #fff;
	display: block;
}
.filmstrip-images .filmstrip-pre-loader {
	background: #eee url(../img/global/pre-loader.gif) no-repeat center center;
	display: block;
	width: 430px;
	height: 280px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.filmstrip-images .filmstrip-content {
	color: #027061;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10000px;
}
.filmstrip-images .filmstrip-page {
	width: 430px !important;
	height: 280px !important;
	float: left !important;
	clear: none !important;
}
.filmstrip-images .filmstrip-images-nav {
	width: 80px;
	height: 290px;
	_height: 300px;
	display: block;
	background: #fff;
	padding-top: 10px;
	position: absolute;
	top: 0px;
	left: 450px;
}
.filmstrip-images .filmstrip-images-nav a {
	padding: 5px;
	text-decoration: none;
	color: #999;
	display: block;
	width: 80px;
}
.filmstrip-images .filmstrip-images-nav a:hover,
.filmstrip-images .filmstrip-images-nav a.selected,
.filmstrip-images .filmstrip-images-nav a.selected:hover {
	font-weight: bold;
	color: #000;
}


/* About Content */

.about-content {
	margin: 5px 0px 0px 10px;
	float: left;
	display: block;
	width: 510px;
	_width: 530px;
	height: 135px;
	background: #eee;
	color: #fff;
	position: relative;
	padding: 5px 10px;
	color: #666;
}
.about-content p {
	line-height: 20px;
}
.about-content strong {
	color: #569dd8;
}
.about-content a {
	color: #fff;
	text-decoration: none;
}
.about-content .btn-email {
	position: absolute;
	bottom: 10px;
	right: 0px;
}
.about-content .btn-email a {
	background: #ddd;
	color: #666;
	width: 255px;
	background-image: url(../img/global/arrow-next.gif);
	background-position: right center;
	background-repeat: no-repeat;
	border-right: 10px solid #ddd;
	padding: 4px 5px;
	display: block;
}
.about-content .btn-email a:hover {
	background-image: url(../img/global/arrow-next-selected.gif);
	background-color: #9fc2de;
	color: #fff;
	border-color: #9fc2de;
}




/* Work Content */

.work-content {
	display: block;
	width: 530px;
	height: 140px;
	background: #eee;
	color: #666;
	clear: both;
	position: absolute;
}
.work-content .content {
	padding: 5px 10px;
	color: #666;
	line-height: 20px;
}
.work-content .hdr-project {
	text-transform: uppercase;
	font-weight: bold;
	color: #569dd8;
	background: #ddd;
	padding: 5px;
	margin: 0px;
	font-size: 11px;
}
.work-content .hdr-client {
	float: left;
	display: block;
	width: 245px;
}
.work-content .hdr-date {
}
.work-content .hdr-role {
	float: left;
	display: block;
	width: 245px;
}
.work-content .hdr-agency {
}
.work-content span {
	font-weight: bold;
	margin-right: 10px;
	width: 45px;
	display: block;
	float: left;
}
.work-content .footer {
	position: absolute;
	bottom: 10px;
	width: 530px;
}
.work-content .footer a {
	color: #666;
	background-color: #ddd;
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 4px 5px;
	width: 120px;
	display: block;
}
.work-content .footer a:hover {
	background-color: #9fc2de;
	color: #fff;
	border-color: #9fc2de;
}
.work-content .btn-visit {
	position: absolute;
	bottom: 30px;
	right: 0px;
}
.work-content .btn-visit a {
	width: 255px;
	background-image: url(../img/global/arrow-next.gif);
	background-position: right center;
	border-right: 10px solid #ddd;
}
.work-content .btn-visit a:hover {
	background-image: url(../img/global/arrow-next-selected.gif);
}
.work-content .btn-work-prev {
	text-align: right;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.work-content .btn-work-prev a {
	background-image: url(../img/global/arrow-prev.gif);
	background-position: left center;
	border-left: 10px solid #ddd;
}
.work-content .btn-work-prev a:hover {
	background-image: url(../img/global/arrow-prev-selected.gif);
}
.work-content .btn-work-next {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.work-content .btn-work-next a {
	background-image: url(../img/global/arrow-next.gif);
	background-position: right center;
	border-right: 10px solid #ddd;
}
.work-content .btn-work-next a:hover {
	background-image: url(../img/global/arrow-next-selected.gif);
}


/* Clients Content */

.clients-content {
	margin: 5px 0px 0px 10px;
	float: left;
	display: block;
	width: 510px;
	_width: 530px;
	height: auto;
	background: #eee;
	position: relative;
	padding: 10px 10px;
	color: #666;
}
.clients-content .industry {
	width: 250px;
	float: left;
	display: block;
	position: relative;
	line-height: 20px;
	margin-bottom: 10px;
}
.clients-content .hdr-industry {
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
}
.clients-content span {
	color: #569dd8;
}


.component {
	position: relative;
	display: block;
	float: left;
}
