body {
	font-family: "Arial", Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background: #fff url(../images/main-bg.jpg) no-repeat top center;
	color: #959595;
}

a {
	color: #777;
}

a:hover {
	text-decoration: none;
}

.container {
	width: 844px;
	margin: 0 auto;
}

hr {
	border: 0;
	height: 1px;
	padding: 0;
	margin: 30px 0;
	background: #fff url(../images/hr.png) repeat-x top left;
}

/* HEADER STYLES */

h1.logo {
	margin:  0px;
	padding: 0px;
	height: 0px;
	text-indent: -99999px;
}

ul.nav {
	list-style-type: none;
	margin: 103px 0px 0px 744px;
	padding: 0px;
	width: 119px;
}

.nav li {
	margin: 0;
	padding: 0;
	display: inline;
}

.nav li a {
	float: left;
	height: 17px;
	margin-right: 6px;
	text-indent: -99999px;
}

.nav li a:hover, .close-window a:hover, #share a:hover {
	background-position: top right;
}

.nav .work a {
	width: 43px;
	background: #fff url(../images/nav-work.png) no-repeat top left;
}

.nav .about a {
	width: 51px;
	background: #fff url(../images/nav-about.png) no-repeat top left;
}

.nav .blog a {
	width: 31px;
	margin-right: 13px;
	background: #fff url(../images/nav-blog.png) no-repeat top left;
}

.nav .reel a {
	width: 74px;
	margin-right: 0px;
	background: #fff url(../images/nav-reel.png) no-repeat top left;
}

/* CONTENT STYLES */

.content {
	margin-top: 176px;
}

h3.section-title {
	text-indent: -99999px;
	height: 30px;
	margin: 0 0 34px 0;
	padding: 0;
}

/* WORK STYLES */

h3.work {
	width: 87px;
	background: #fff url(../images/title-work.png) no-repeat top left;
}

ul.gallery {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.gallery li {
	float: left;
	margin-right: 46px;
	margin-bottom: 46px;
	opacity: .4;
	-moz-opacity: 0.4;
}

ul.gallery li:hover {
	opacity: 1;
	-moz-opacity: 1.0;
}

ul.gallery li.end {
	margin-right: 0px;
}

ul.gallery li a {
	display: none;
	position: absolute;
	padding-top: 90px;
	height: 51px;
	width: 228px;
	color: #fff;
	text-decoration: none;
}

ul.gallery li .cover {
	position: absolute;
	background: transparent url(../images/blue-bg.png) repeat top left;
	width: 228px;
	padding: 10px 11px;
}

ul.gallery li:hover a {
	display: block;
}

ul.gallery li .cover:hover  {
	background-color: rgb(66,215,217);
	background-image: none;
}

ul.gallery li a span {
	position: absolute;
	margin-left: 223px;
	background: transparent url(../images/arrow-white.png) no-repeat top left;
	width: 7px;
	height: 12px;
}

/* ABOUT STYLES */

h3.about {
	float: left;
	width: 111px;
	background: #fff url(../images/title-about.png) no-repeat top left;
}

.contact-info {
	float: right;
	margin-top: 12px;
}

.contact-info a {
	width: 186px;
	height: 13px;
	float: left;
	margin-right: 34px;
	text-indent: -99999px;	
	background: #fff url(../images/emailaddress.png) no-repeat top left;
}

.contact-info a:hover {
	background-position: top right;
}


.contact-info span {
	width: 89px;
	height: 13px;
	float: left;
	text-indent: -99999px;	
	background: #fff url(../images/phonenumber.png) no-repeat center left;
}

p.mission {
	clear: left;
	font-size: 18px;
	color: #444;
	margin: 0;
	padding: 0;
}

p.founder {
	font-size: 16px;
	margin: 10px 0 0 0;
	padding: 0;
	color: rgb(66,215,217);
}

p.founder em {
	font-size: 12px;
	color: #999;
	font-style: normal;
}

p.list {
	line-height: 1.7em;
	margin-bottom: 40px;
}

p.list b {
	color: #444;
}

/* FOOTER STYLES */

.footer {
	clear: left;
	width: 844px;
	margin: 0 auto;
	font-size: 11px;
	color: #bdbdbd;
	padding: 30px 0;
}

.footer a {
	color: #bdbdbd;
}

/* POPUP STYLES */

#fs-overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background: transparent url(../images/overlay-bg.png) repeat top left;
	z-index: 99996;
}

#fs-holder {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 99997;
}

#fs-close {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99998;
}

#fs-body {
	position: relative;
	text-align: center;
	margin: 0 auto;
	z-index: 99999;
	overflow: hidden;
}

div#fs-loading {
	position: absolute;
	height: 40px;
	width: 40px;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fs-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(../images/progress.png) no-repeat;
}

#fs-content {
	margin: 0 auto;
}

.popup-top, .popup-bottom {
	height: 16px;
	width: 666px;
	background: transparent url(../images/popup-top.png) no-repeat top left;
}

.popup-bottom {
	background: transparent url(../images/popup-bottom.png) no-repeat top left;
}

#popup-body {
	text-align: left;
	color: #b2b2b2;
	text-shadow: #000 0 0 0;
	padding: 15px 31px;
	background: transparent url(../images/popup-bg.png) repeat-y top left;
}

#popup-body h4 {
	float: left;
	margin: 15px 0 10px 0;
	padding: 0;
	color: rgb(66,215,217);
	font-style: italic;
	font-size: 20px;
	font-weight: normal;
}

#popup-body p {
	clear: left;
	padding: 0;
	margin: 0 0 15px 0;
}

.close-window a {
	display: block;
	text-indent: -99999px;
	height: 17px;
	width: 90px;
	background: transparent url(../images/close.png) no-repeat top left;
}

.share a {
	display: block;
	cursor: pointer;
	margin-top: 16px;
	float: right;
	text-indent: -99999px;
	height: 17px;
	width: 76px;
	background: transparent url(../images/sharethis.png) no-repeat top left;
}

