/* @override http://autoboxmedia.com/styles.css */

html {
overflow-x: hidden;                                
overflow-y: auto;                                 //ie and safari
overflow:-moz-scrollbars-vertical;            //firefox
}

body {
	margin: 0;
	padding: 0;
	background: #093e52;
	color: #fff;
	font: 100%/1.4 Georgia, Times, serif;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.strong strong {
	visibility: hidden;
}

a {
	color: #538497;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

.page {
	position: absolute;
	top: 0;
	display: none;
	width: 100%;
}

.page#main {
	background: #c84126;
	padding-top: 210px;
	display: block;
}

.page.open#main {
	top: 600px;
}

.page#about, .page#contact {
	background: url(images/shadow-top.gif) repeat-x;
	height: 600px;
	overflow: hidden;
}

.page#contact {
	height: 500px;
}

.page#about .page-inner {
	height: 600px;
	background: url(images/shadow-bottom.gif) left 465px repeat-x;
	padding: 0 0 0 145px;
}

.page#contact .page-inner {
	height: 500px;
	background: url(images/shadow-bottom.gif) left 365px repeat-x;
	padding: 0 0 0 145px;
}

#main .page-inner {
	height: 50px;
	width: 100%;
	position: absolute;
	z-index: 100;
	top: 0;
}

.page .content {
	margin-top: 27px;
}

.page-privacy {
	background: #c84126;
}

.page-privacy .page {
	color: #421007;
	width: 95%;
	padding: 0 25px 0 25px;
}

h1#logo {
	background: url(images/logo.png) no-repeat;
	margin: 0;
	width: 710px;
	height: 223px;
	position: relative;
}

h2#strap {
	background: url(images/strap.gif) no-repeat;
	margin: 0;
	width: 531px;
	height: 189px;
	position: relative;
	margin: -70px 0 0 12px;
}

#nav {
	position: relative;
	left: 532px;
	margin-top: -276px;
}

.aux-nav {
	margin: 53px 0 0 385px;
	position: relative;
}

ul.nav-list {
	background: url(images/nav.gif) no-repeat;
	width: 280px;
	height: 141px;
}

.aux-nav ul.nav-list {
	background: url(images/aux-nav.gif) no-repeat;
	width: 282px;
}

ul.nav-list li, ul#clients-list li {
	visibility: hidden;
}

.nav-overlay {
	margin-top: -141px;
	float: left;
}

#clients {
	position: relative;
	margin-top: -115px;
}

ul#clients-list {
	background: url(images/clients.jpg) no-repeat;
	width: 1201px;
	height: 874px;
}

#clients-overlay {
	margin-top: -874px;
	float: left;
}

ul#clients-summary li {
	width: 150px;
	float: left;
	font-size: .75em;
	line-height: 1;
	margin: 0 10px 10px 0;
}

ul#clients-summary li strong {
	font-weight: normal;
}

ul#clients-summary li.featured strong {
	visibility: hidden;
}

ul#clients-summary li.featured {
	background: url(images/logos.gif);
	width: 100px;
	height: 93px;
	margin: 0 0 30px 0;
}

ul#clients-summary li.after-featured {
	clear: left;
}

ul#clients-summary li#publicis {
	width: 93px;
	background-position: 0 0;
}

ul#clients-summary li#please {
	width: 179px;
	background-position: -95px 0;
}

ul#clients-summary li#vancity {
	width: 128px;
	background-position: -265px 0;
}

ul#clients-summary li#cannorth {
	width: 172px;
	background-position: -395px 0;
}

ul#clients-summary li#brandfx {
	width: 171px;
	background-position: -560px 0;
}

.footer {
	clear: left;
}

.page.test {
	display: block;
}

p#phone {
	font-size: 1.4em;
}

#contact em {
	font-style: normal;
	font-size: .7em;
	color: #538497;
}

#contact p {
	padding-left: 27px;
}

p#phone {
	background: url(images/phone.gif) 2px 5px no-repeat;
}

p#email {
	background: url(images/mail.gif) left 4px no-repeat;
}

#copyright {
	float: right;
	margin: 0 10px 10px;
	font-size: .7em;
	color: #421007;
}

#copyright a {
	color: #421007;
	text-decoration: underline;
}

h1#logo {
	z-index: 50;
}

h2#strap {
	z-index: 30;
}

#nav, .aux-nav {
	z-index: 60;
}

#clients {
	z-index: 20;
}

.page#main {
	z-index: 15px;
}

.page#about  {
	z-index: 10px;
}