@import url("reset.css");

body {
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #938f93;
}

#container {}

#header {
	height: 138px;
}

#header img {
	display:none;
	}

#sidebar {
	float: left;
	width: 350px;
}

#navigation {
	position:relative;
	height:337px;
}

#content_main {
	position: absolute;
	width: 570px;
	left: 380px;
	top: 140px;
}

p {
	margin:0px 0px 10px;
	}
	
p#contact, p#contact_dark {
	margin:0px 0px 10px;
	padding: 140px 0px 0px 70px;
	}
	
p#contact {
	color: #FFFFFF;
	}
	
p#contact_dark {
	color: #898989;
	}
	
p#contact a {
	color: #FFFFFF;
	text-decoration:none;
	}
	
p#contact_dark a {
	color: #898989;
	text-decoration:none;
	}
	
#casestudy_previous {
	position: absolute;
	height: 20px;
	width: 200px;
	left: 380px;
	top: 671px;
}

sup {
	vertical-align: super;
	font-size: smaller;
}
	
sub {
	vertical-align: sub;
	font-size: smaller;
}

/* Global styles */

.floatleft {float:left;}
.floatright {float:right;}
.clearleft {clear: left;}
.clearright {clear: right;}
.clearboth{clear: both;}


/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

/*---- Header styling ---*/

.sIFR-active h2.casestudy-client { visibility:hidden; }
.sIFR-active #client_links p { visibility:hidden; }
.sIFR-active h2.getintouch-city { visibility:hidden; }
.sIFR-active h3.recentwork-title { visibility:hidden; }
.sIFR-active p#contact { visibility:hidden; }
.sIFR-active p#contact_dark { visibility:hidden; }