@charset "iso-8859-1";

/* ---------------------------------------------------------------------------------------------- */
/*  Global stylesheet customized for agency digital space               			  */
/* ---------------------------------------------------------------------------------------------- */
/*  General styles for HTML elements & overall page structure                                     */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------
  @FileDetails ->		Universal CSS file which contains styles for
  				technikone.org
 				Browsers: IE6+, Firefox 2
 				User agent supporting this file: Screen
 				Copyright (C) TechnikOne, Inc. All rights reserved.
  @AuthorName ->		Team TechnikOne
 ------------------------------------------------------------------------------------------------ */

html {
	/*overflow-y: 			scroll !important;*/
	}
	
body {
	text-align: 			center;
	margin: 			10px 0;
	padding:			0;
	background-color: 		#212123;
	color:				#666;
	font:				normal 12px arial,helvetica,sans-serif;
	}
	
form {
	margin: 			0;
	padding: 			0;
	}

p {
	margin: 			0 0 14px 0;
	padding: 			0;
	}

a {
	color:				#967394;
	text-decoration: 		none;
	}
a:hover {
	color:				#FFF;
	background-color:		#967394;
	text-decoration: 		none;
	}

img {
	border:				none;
	}
	
#wrapper {
	width: 				980px;
	padding:			0;
	margin: 			0 auto;
	text-align: 			left;
	height:				auto;
	}

#masthead {
	width: 				980px;
	height:				88px;
	padding:			0;
	margin:				0;
	text-align: 			left;
	background:			transparent url(images/Template-Assets-MastheadBackground.jpg) no-repeat;
	}

#masthead #nav {
	width: 				615px;
	height:				48px;
	padding:			40px 0 0 120px;
	float:				left;
	text-align: 			left;
	}

#masthead #logo {
	width: 				230px;
	height:				53px;
	padding:			35px 0 0 0;
	float:				left;
	}

#masthead #nav ul {
	padding:			0;
	margin:				0;
	list-style: 			none;
	float: 				left;	
	}

#masthead #nav ul li {
	float: 				left;
	margin: 			0;
	}

#masthead #nav ul a {
	display: 			block;
	margin: 			0 20px 0 0;
	}

#masthead #nav a {
	color:				#AAA;
	text-decoration: 		none;
	}

#masthead #nav a:hover {
	color: 				#FFF;
	text-decoration: 		none;
	background-color:		transparent;
	}

#homestage {
	padding:			0;
	margin:				0;
	width:				980px;
	height:				647px;
	background:			transparent url(images/Template-Assets-HomeStage.jpg) no-repeat left bottom;
	}

#homestage #messaging {
	margin:				0;
	padding:			80px 0 0 88px;
	width:				520px;
	}
	
#footer {
	width: 				892px;
	height:				59px;
	padding:			41px 0 0 88px;
	text-align: 			left;
	background:			#FFF url(images/Template-Assets-FooterBackground.jpg) no-repeat;
        margin:				10px 0 0 0;
        font-size:			10px;
        color:				#AAA;
	}

/* ----------------------------------- Page content grid  ------------------------------------ */

#contentstage {
	padding:			50px 50px 40px 88px;
	height:				auto;
	margin:				0;
	width:				842px;
	background-color:		#FFF;
	}

.column3-item, .column3-item-alt {
	float:				left;
	width:				266px;
	margin:				0 22px 32px 0;
	height:				auto;
	}

.column3-item-alt {
	margin:				0 0 32px 0;
	}

p.label {
	font-size:			11px;
	margin:				5px 0 0 3px;
	}

#portfolio {
	width:				600px;
	height:				auto;
	margin:				0 10px 0 0;
	float:				left;
	}

#details {
	width:				192px;
	height:				auto;
	padding:			20px;
	float:				left;
	background-color:		#EFEFEF;
	font-size:			11px;
	}

#details .header {
	padding-bottom:			8px;
	margin-bottom:			10px;
	border-bottom:			1px solid #CCC;
	font-weight:			bold;
	}

#details #client {
	font-size:			12px;
	font-weight:			bold;
	}



/* ------------------------ Clear floats without structural markup hack ---------------------- */

	
.clearfix:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ----------------------------------------------------------------------------------------------- 
	These are standard sIFR styles... do not modify
   -------------------------------------------------------------------------------------------- */

.sIFR-flash {
	visibility: 		visible !important;
	margin: 		0;
}

.sIFR-replaced {
	visibility: 		visible !important;
}

span.sIFR-alternate {
	position: 		absolute;
	left: 			0;
	top: 			0;
	width: 			0;
	height: 		0;
	display: 		block;
	overflow: 		hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter
   spacing in this case is used to make the browser text metrics match up with the sIFR text metrics 
   since the sIFR text in this example is so much narrower... your own settings may vary... any weird
   sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: 		hidden;
	font-size: 		44px;
	padding:		0;
	margin:			0;
	}

.sIFR-hasFlash h2 {
	visibility: 		hidden;
	font-size: 		30px;
	padding:		0;
	margin:			0;
	}

.sIFR-hasFlash h3 {
	visibility: 		hidden;
	font-size: 		22px;
	padding:		0;
	margin:			0 0 12px 0;
	}
/* ----------------------------------------------------------------------------------------------- */