/* CSS Document */


/* COLORS:
   Blue:  #0066CC
*/


/* Fonts: */

@font-face {
    font-family: 'BergamoStdRegular';
    src: url('/fonts/BergamoStd-Regular-webfont.eot');
    src: url('/fonts/BergamoStd-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/BergamoStd-Regular-webfont.woff') format('woff'),
         url('/fonts/BergamoStd-Regular-webfont.ttf') format('truetype'),
         url('/fonts/BergamoStd-Regular-webfont.svg#BergamoStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DejaVuSansBold';
    src: url('/fonts/DejaVuSans-Bold-webfont.eot');
    src: url('/fonts/DejaVuSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/DejaVuSans-Bold-webfont.woff') format('woff'),
         url('/fonts/DejaVuSans-Bold-webfont.ttf') format('truetype'),
         url('/fonts/DejaVuSans-Bold-webfont.svg#DejaVuSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* RESET */


/*! normalize.css 2011-07-20T19:34 UTC · http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */

audio:not([controls]) {
    display: none;
}

/*
 * Addresses styling not present IE6/7/8/9, FF3, S4
 * Ensures content is hidden from all presentations, including screenreaders
 */

[hidden] {
    display: none;
    visibility: hidden;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Removes Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    overflow-y: scroll; /* 2 */
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* 3 */
    -webkit-text-size-adjust: 100%; /* 4 */
    -ms-text-size-adjust: 100%; /* 4 */
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
	position: relative;
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

body,
button,
input,
select,
textarea {
    font-family: sans-serif;
}


/* =============================================================================
   Links
   ========================================================================== */

a {
    color: #00e;
}

a:visited {
    color: #551a8b;
}

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3/4, S4/5, Chrome
*/

b, 
strong { 
    font-weight: bold; 
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Corrects font family set oddly in IE6, S5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent margin and padding
 */

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    *margin-left: -7px; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, F3/4, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * 1. Addresses FF3/4 setting line-height using !important in the UA stylesheet
 * 2. Corrects inner spacing displayed oddly in IE6/7
 */

button,
input {
    line-height: normal; /* 1 */
    *overflow: visible;  /* 2 */
}

/*
 * Corrects overlap and whitespace issue for buttons and inputs in IE6/7
 * Known issue: reintroduces inner spacing
 */

table button,
table input {
    *overflow: auto;
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 */

button,
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
}

/*
 * Addresses box sizing set to content-box in IE8/9
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Corrects inner padding displayed oddly in S5, Chrome on OSX
 */

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Corrects inner padding and border displayed oddly in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* ZA CSS */

html { /*Trick to use the body tag as a container*/
	background-color: #BCBEC0;
	background-image: url(/images/backgrounds/background_gradient.gif);
	background-image: -webkit-gradient(linear, 0% 50%, 0% 100%, from(#F3F3F3), to(#BCBEC0));
	background-image: -webkit-linear-gradient(top, #F3F3F3 50%, #BCBEC0);
	background-image:    -moz-linear-gradient(top, #F3F3F3 50%, #BCBEC0);
	background-image:     -ms-linear-gradient(top, #F3F3F3 50%, #BCBEC0);
	background-image:      -o-linear-gradient(top, #F3F3F3 50%, #BCBEC0);
	background-image:         linear-gradient(top, #F3F3F3 50%, #BCBEC0);
	-pie-background:          linear-gradient(top, #F3F3F3 50%, #BCBEC0);
	background-repeat: repeat-x;
	background-size: auto 900px;
	min-height: 100%;
	margin: 0 auto;
	padding-top: 75px;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	line-height: 12px;
	behavior: url(css/PIE.php);
}

body { 
	background: #FFF;
	width: 890px;
	min-height: 830px;
	margin: 0 auto;
	padding: 10px 50px;
	text-align: center;
	position:relative;
	text-align: center;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	     -o-border-radius: 10px;
	        border-radius: 10px;
	behavior: url(css/PIE.php);
}

a:link, a:active, a:visited {
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p {
	font-family: Verdana;
	font-size: 10px;
	line-height: 1.5;
	margin-bottom: 10px !important;
}

p, h1, h2, h3 { margin: 0; font-family: Verdana; padding:0; }

#whoweare p, #whatwedo p {
	margin: 0;
	padding: 15px 0 0 0;
}

#whoweare h2, #whatwedo h2 {
	padding: 45px 0 0 0;
	color: #0066CC;
	font-weight: bold;
	font-size: 10px;
}

#clients h2 {
	padding: 30px 0 15px 0;
	color: #0066CC;
	font-weight: bold;
	font-size: 10px;
}

#contact h2 {
	padding: 0 0 15px 0;
	color: #0066CC;
	font-weight: bold;
	font-size: 10px;
}

#clients ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#portfolio h2 {
	margin:0;
	padding: 30px 0 0 0;
	color: #993399;
	font-weight: bold;
}

#portfolio p {
	padding: 0;
}

#content {

}

/* ------- SITE NAV -------- */

#sitenav {
	width: 890px;
	height: 102px;
	position: relative;
	z-index:20;
	border-bottom: #F3F3F3 2px dotted;
}

#sitenav a {
	display: block;
	width: 120px;
	padding: 75px 0 16px 0;
	float: left;
	font-family: 'DejaVuSansBold';
	font-weight: normal;
	font-size: 11px;
	text-wrap: none !important;
	letter-spacing: 1px;
	text-align: center;
	border-left: #F3F3F3 2px dotted;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

#sitenav a:hover, #sitenav a:active {
	color: #993399;
	background-image: -webkit-gradient(linear, 0% 50%, 0% 100%, from(#FFFFFF), to(#F2F2F2));
	background-image: -webkit-linear-gradient(top, #FFFFFF 50%, #F2F2F2);
	background-image:    -moz-linear-gradient(top, #FFFFFF 50%, #F2F2F2);
	background-image:     -ms-linear-gradient(top, #FFFFFF 50%, #F2F2F2);
	background-image:      -o-linear-gradient(top, #FFFFFF 50%, #F2F2F2);
	background-image:         linear-gradient(top, #FFFFFF 50%, #F2F2F2);
	-pie-background:          linear-gradient(top, #FFFFFF 50%, #F2F2F2);
	behavior: url(css/PIE.php);
}

#sitenav a:first-child {
	 margin: 0 33px 15px 0;
	 padding: 0;
	 height: 70px;
	 width: 238px;
	 border: 0;
}

/* -------------------------------- */

/* ------ CONTENT SECTION ------ */

#content {
/*	overflow: hidden; */
	margin-top: 32px;
	text-align: left;
}

#content .left {
	float: left;
}

#content .right {
	float: right;
}

#image_grid {
	width: 540px;
	height: 271px;
	margin: 0;
	padding: 0;
}

#summary_block {
	background: #0050B4;
	width: 333px;
	height: 270px;
}

#summary_block p {
	margin: 30px 30px 30px;
	font-family: BergamoStdRegular;
	font-size: 18px;
	line-height: 27px;
	color: #fff;
	text-align: left;
	font-weight: normal;
}

#spotlight_block{
	position: relative;
	width: 540px;
	height: 270px;
	margin: 15px 0 30px 0;
	padding: 0;
	background-color: #BCBEC0;
	/* IE10 */ 
	background-image: -ms-linear-gradient(top left, #FFFFFF 0%, #BCBEC0 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top left, #FFFFFF 0%, #BCBEC0 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top left, #FFFFFF 0%, #BCBEC0 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #BCBEC0));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top left, #FFFFFF 0%, #BCBEC0 100%);
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top left, #FFFFFF 0%, #BCBEC0 100%);
	-pie-background: linear-gradient(top left, #FFFFFF 0%, #BCBEC0 100%);
	behavior: url(css/PIE.php);
}

#spotlight_block h2 {
	font-family: 'DejaVuSansBold';
	font-weight: normal;
	font-size: 11px;
	color: #993399;
	text-wrap: none !important;
	letter-spacing: 1px;
	width: 270px;
	border-bottom: #BCBEC0 1.5px dotted;
	padding: 5px 0;
	margin: 5px 0 15px 15px;
}

#spotlight_block h3 {
	color: #0066CC;
	font-size: 12px;
	margin: 0 15px;
}

#spotlight_block p {
	margin: 0 15px 15px;
	float: left;
	clear: left;
	width: 275px;
}

#spotlight_block img {
	position: absolute;
	top: 35px;
	right: 0;
	width: 48%;
}

#whats_new {
	position: relative;
	width: 333px;
	height: 270px;
	background: #f2f2f2;
	margin: 15px 0 30px;
	padding: 0;
}

#whats_new h2 {
	font-family: 'DejaVuSansBold';
	font-weight: normal;
	font-size: 11px;
	color: #993399;
	text-wrap: none !important;
	letter-spacing: 1px;
	width: 270px;
	border-bottom: #BCBEC0 1.5px dotted;
	padding: 5px 0;
	margin: 5px 0 15px 15px;
}

#whats_new h3 {
	color: #0066CC;
	font-size: 12px;
	margin: 0 15px;
}

#whats_new p {
	margin: 0 15px 15px;
}

#subnav {
	width: 270px;
	padding: 36px 0 0;
}

#subnav a {
	display: block;
	margin-bottom: 12px;
	font-size: 12px;
}

#subnav.grid {
	padding: 0;
}

#subnav.grid a {
	float: left;
	margin: 0 2px 2px 0;
	padding: 0;
	width: 58px;
	height: 58px;
}

#subnav.grid a img {
	border: none;
	margin: 0;
	padding: 0;
	width: 58px;
	height: 58px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	        transition: all 0.25s ease;
	opacity: .9;
}

#subnav.grid a:hover img {
	-webkit-transform: scale(1.06896552);
	   -moz-transform: scale(1.06896552);
	     -o-transform: scale(1.06896552);
	        transform: scale(1.06896552);
	opacity: 1;
}

#subnav.grid #exp_text_stage {
	clear: left;
	width: 240px;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
}

#subnav.grid .exp_text {
	margin: 0;
	padding: 0;
	left: 0;
	background: #fff;
	display: none;
}

#subnav.grid .exp_text:first-child {
	display: block;
}

#subnav.grid h2 {
	font-size: 16px;
	line-height: 1.25;
	color: #993399;
}

#main_content {
	width: 602px;
	min-height: 565px;
	margin: 0 0 30px;
	padding: 0 0 0 15px;
	border-left: #F3F3F3 2px dotted;
}

#portfolio #main_content {
	border-left: none;
}

#main_content h1 {
	font-family: 'DejaVuSansBold';
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	text-wrap: none !important;
	letter-spacing: 2px;
	color: #993399;
	margin: 0 0 18px;
}

#main_content h2 {
	font-family: 'DejaVuSansBold';
	font-weight: normal;
	font-size: 11px;
	color: #993399;
	text-wrap: none !important;
	letter-spacing: 1px;
	margin: 42px 0 12px;
}

#main_content p {
	width: 475px;
	margin-bottom: 18px;
}

#main_content a[href="#top"]{
	font-style: italic;
}

#main_content a[href="#top"]:after{
	content: url(/images/blue-arrow-up.gif);
	margin-left: .5em;
}

ul.clientlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

#stage {
	position: relative;
	width: 615px;
	height: 555px;
	background: #F2F2F2;
	text-align: center;
	margin-left: -15px;
}

#stage .pf_item {
	display: none;
	vertical-align: middle;
	margin: 0;
	width: 615px;
	height: 555px;
}

#stage .pf_item .mobile {
	display: none;
}

#stage .pf_item:first-child {
	display: table-cell;
}

#stage #back, #stage #forward {
	position: absolute;
	top: 257px;
	height: 40px;
	width: 40px;
/*	opacity: .5;
*/	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	     -o-transition: all .3s ease;
		    transition: all .3s ease;
}

#stage #back:hover, #stage #forward:hover {
/*	opacity: .66;
*/	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
	     -o-transform: scale(1.2);
		    transform: scale(1.2);
}

#stage #back img, #stage #forward img {
	width: 100%;
}

#stage #back {
	left: -21px;
}

#stage #forward {
	right: -21px;
}

#stage .series_indicators {
	position: absolute;
	left: 0;
	bottom: -32px;
}

#stage .series_indicators a {
	display: block;
	float: left;
	height: 19px;
	width: 25px;
	padding: 6px 0 0;
	margin: 0 7px 0 0;
	background: #F2F2F2;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	     -o-transition: all .2s ease;
		    transition: all .2s ease;
}

#stage .series_indicators a:hover {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	     -o-transform: scale(1.1);
		    transform: scale(1.1);
}

#stage .series_indicators a.selected {
	background: #BDBEC2;
}

#stage .series_indicators a span {
/*	display: none;
*/	color: #BDBEC2;
}

#stage .series_indicators a.selected span {
	color: #fff;
}

#stage object a {
	color: #BDBEC2;
}

/* --------------------------- */

/* ------ FOOTER SECTION ------ */

footer {
	clear: both;
	border-top: #F3F3F3 2px dotted;
	text-align: left;
	margin-top: 30px;
	padding: 12px 0 65px 0;
}

footer p {
	font-size: 9px;
}
