/*------------------------------------------------------------------------------
	Reset
------------------------------------------------------------------------------*/	
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align:baseline; background: transparent; font-weight: normal; list-style: none;}
	img { display:block; border:none; }
	strong, b { font-weight: bold;}

/*------------------------------------------------------------------------------
	Global
------------------------------------------------------------------------------*/	
	body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	background: url(../images/global_background.jpg) 50% 0 repeat-x;
	}
	
	body.home {	background: url(../images/global_background.jpg) 50% 0 repeat-x; }
	
	
	#background_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 600px;
	z-index: 0;
	background-image: url(../images/global_background.jpg);
	background-repeat: repeat-x;
	}


/*------------------------------------------------------------------------------
	Typography
	(All h selectors are handled by sIFR. The values for h selectors below only show if JS is disabled). 
------------------------------------------------------------------------------*/	


/* 	h1 			{ text-indent: -9999px; } */
	h2 			{
	font-family: "Verdana", Arial, Helvetica;
	font-size: 30px;
	color: #999;
	font-weight: normal;
	text-transform: capitalize;
}
	h3 			{ padding-bottom: 20px; color: #666; }
	h4 			{ padding-top: 10px; font-size: 12px; line-height: 12px; color: #fff; text-transform: uppercase; letter-spacing: 2px; }
	h4.dark		{ color: #333; }
	h5			{ font-size: 10px; line-height: 12px; color: #000; padding-bottom: 6px; }
	
	p 			{ font-size: 12px; line-height: 18px; color: #fff; padding-top: 14px;}
	p.address	{ text-align: right; padding: 0 20px 0 0; margin: 0px; }
	p.copyright {
	font-size: 10px;
	line-height: 16px;
	color: #999;
}
	p.subTitle 	{
	font-size: 11px;
	line-height: 12px;
	color: #606060;
	padding-top: 0px;
}
	p.callout	{ font-size: 10px; line-height: 14px; color: #666; }
	
	.case_study { line-height: 30px; margin: 20px 0; display: block; color: #fff; font-size: 22px;}
	.dark		{ color: #333 }
	.orange		{ color: #e64f2c; }
	.blue		{ color: #495e61; font-style:normal; }

/*------------------------------------------------------------------------------
	sIFR
------------------------------------------------------------------------------*/	
	.sIFR-dummy {
		width: 0px;
		height: 0px;
		margin-left: 42px; !important;
		z-index: 0;
	}

/*------------------------------------------------------------------------------
	Navigation
------------------------------------------------------------------------------*/	

	/* Main Navigation */
	#main_nav	{ 
		float: left; 
		position: absolute;
		bottom: -5px;
		left: 392px;
		z-index: 1;
	}
		
		#main_nav ul 				{ list-style-type: none; }
		#main_nav li 				{ float: left; }
		
		#main_nav a.nav_home		{ width: 63px; background: url(../images/nav_home.png) 	  0px -122px no-repeat; }
		#main_nav a.nav_about  		{ width: 72px; background: url(../images/nav_about.png)   0px -122px no-repeat; }
		#main_nav a.nav_work		{ width: 65px; background: url(../images/nav_work.png) 	  0px -122px no-repeat; }
		#main_nav a.nav_services	{ width: 85px; background: url(../images/nav_services.png) 	  0px -122px no-repeat; }
		#main_nav a.nav_contact 	{ width: 85px; background: url(../images/nav_contact.png) 0px -122px no-repeat; }
		
		#main_nav li a				{ text-indent: -9999px; display: block; height: 61px; }
 		#main_nav li a:hover		{ background-position: 0px -61px }
 		#main_nav li a.active		{ background-position: 0px 0px; }
 		
 		
	/* Secondary Navigation	 */
	#secondary_nav {
	margin: 10px 23px 0 0;
	float: right;
	width: 250px;
	}
		
		#secondary_nav ul			{ list-style-type: none; }
		#secondary_nav li			{ line-height: 26px; padding-right: 30px; }
		#secondary_nav li a			{ 
			color: #666;
			display: block;
			padding: 0 30px 0 0;
			width: 200px;
			text-align: right;
		}
		#secondary_nav li a:hover	{ color: #999; }
		#secondary_nav li a.active	{ 
			color: #fff; 
			background: url(../images/nav_bullet.gif) 100% no-repeat;
		}
		
	/* ------------------------------------- */
	/* Project Navigation */
	/* ------------------------------------- */
	#project_nav { 
		width: 100%;
		position: absolute; 
		top: 50px;
		left: 0px;
	}
		.case_study_nav {
			width: 650px !important;
			left: 350px !important;
		}
	
		#project_nav ul 	{ position: absolute; top: 11px; left: 10px;  }
		#project_nav li a 	{ color:#666; }
		#project_nav li a:hover, #project_nav li.activeNav { color:#e64f2c;}
	
		#project_nav .backgroundBox {
			height: 40px; 
			background: url(../images/project_nav_bground.png) repeat-x;
		}
		
		#project_nav .dotted_vr {
	position: absolute;
	bottom: 0;
	right: 110px;
	width: 3px;
	height: 90px;
	background-image: url(../images/dotted_vr.png);
	background-repeat: repeat-y;
		}
		
		a.nextProject, a.previousProject {
			position: absolute;
			right: 0;
			top: 4px;
			width: 40px;
			height: 30px;
			display: block;
		}
		
		a.nextProject 		{ background: url(../images/arrow_small_right.png) 12px 8px no-repeat; right: 70px;}
		a.previousProject 	{ background: url(../images/arrow_small_left.png) 12px 8px no-repeat; right: 110px; }			
		
		
/*------------------------------------------------------------------------------
	Layout
------------------------------------------------------------------------------*/	
	#wrapper 	{
		margin: 0 auto;
		width: 1000px;
	}


	/* Header */
	#header { position: relative; height: 150px; }
	
		#jo_name, #jo_name a {
	width: 	340px;
	height: 99px;
	position: absolute;
	left: 0px;
	bottom: 28px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(images/JO_Design.png);
		}
			#jo_name br {
				display: none;
			}
		
		#jo_logo {
	width: 	345px;
	height: 115px;
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	background-image: url(../images/OdziemekLogo_Lockup.png);
	background-repeat: no-repeat;
		}		
		
		#nav_tan_bar 	{ width: 650px; height: 15px; background: #c6c5be; position: absolute; bottom: 0; right: 0; }
	
	/* Body */
	#main_body 			{
	position: relative;
	background-color: #fff;
	background-image: url(../images/panel_background_new.jpg);
	background-repeat: no-repeat;
}
	
		
		/* ------------------------------------- */
		/* Default Page Layout */
		/* ------------------------------------- */
		#col1 { width: 350px; height: 450px; float: left; background: url(../images/dotted_vr.png) 300px 0 no-repeat; }
	
		#col2a {
	width: 56px;
	float: inherit;
	margin-top: 170px;
}

	#col2b {
	width: 456px;
	float: right;
	margin-top: 110px;
}
	
		#col2 {
	width: 400px;
	float: left;
	margin-top: 110px;
}
		
		#col3 { float: right; margin-top: 100px; }

			.pageTitle { width: 80%; margin: 0 auto; margin-top: 118px; }		
				
		
		/* ------------------------------------- */
		/* EXCEPTIONS */
		/* ------------------------------------- */
		
		/* Home Page */
 		.home { height: 350px; }
		
		#col3.home {
			position: relative;
			width: 95px;
			margin-top: 0px;
			height: 350px;
		}
		
			/* ------------------------------------
			Sliding Projects on Homepage
			---------------------------------------*/
			
			#project_window {
				width: 900px;
				height: 450px; 
				position: relative;
				overflow: hidden;
 				float: left; 
			}
			
				.fader {
					width: 100px;
					height: 450px;
					background: blue;
					position: absolute;
					top:0; right:0;
					z-index: 20;
				}
			
			
			#project_container {
				width: 99999px;
				position: absolute;
				top:0; left:0;
			}
			
			.project {
				width: 900px;
				position: relative;
				float: left;
				
			}
			
			
			.project_number {
				position: absolute;
				height: 50px;
				width: 70px;
				bottom: 0;
				left: 20px;
				text-align: right;
				background: url(../images/dotted_vr.png) 20px 0px no-repeat;				
				
			}

			.currentProject, .totalProjects 	{ color: #666; font-size: 10px;	letter-spacing: 1px; }
			.currentProject 					{ color: #fff; }
			
			
			.moveLeft {
				position: absolute;
				top: 2px; left: 0;
			}
				
			.moveRight {
	position: relative;
	top: 150px;
	left: 27px;
	width: 55px;
	height: 55px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(../images/large_next_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
			}
			
				a.moveRight:hover {
					background-position: -55px 0;			
				}			
			
			.project_title {
	position: absolute;
	top: 118px;
	left: 33px;
	width: 455px;
			}

			.project_copy {
				width: 300px;
 				padding: 180px 0 0 33px;
			}
			
			.project_image {
				position: absolute;
				right: 0;
				top: 0;
				width: 515px; 
			}
			
			.project a {
				color: #fff;
				text-transform: uppercase;
				font-size: 10px;
				letter-spacing: 1px;
				font-weight: bold;
					margin-top: 7px;
				display: block;
			}
				.project a:hover { color: #e64f2c; }
		
		/* ------------------------------------ */		
		
		
		/* Process Page	 */	
		#moleskines {
			width: 446px;
			height: 324px;
			background: url(../images/moleskines.png) no-repeat;
			
			position: absolute;
			right: -170px;
			bottom: -35px;
		}
		
		#process_icons 					{ margin: 50px 0 40px 0; }
		#process_icons ul 				{ list-style-type: none;}
		#process_icons li 				{ float: left; }
		#process_icons li img 			{ padding-top: 16px; }
		#process_icons li a 			{ width: 40px; height: 40px; display: block; text-indent: -9999px; }
		
		#process_icons a.research 		{ background:url(../images/icon_research.png) 0px -82px no-repeat; }
		#process_icons a.strategy 		{ background:url(../images/icon_strategy.png) 0px -82px no-repeat; }
		#process_icons a.design 		{ background:url(../images/icon_design.png)   0px -82px no-repeat; }
		#process_icons a.execute 		{ background:url(../images/icon_execute.png)  0px -82px no-repeat; }
		#process_icons a.analyze 		{ background:url(../images/icon_analyze.png)  0px -82px no-repeat; }
										
		#process_icons a:hover 			{ background-position: 0px -41px; }
		#process_icons a.active			{ background-position: 0px 0px; }
		
		
		/* Work Pages */
		#col2.work						{ width: 650px; height: 450px; margin: 0; position: relative; }
		#image_gallery		 			{
	width: 650px;
	height: 340px;
	position: absolute;
	top:108px;
	overflow: hidden;
	left: 1px;
}		

			.project_images				{ height: 340px; position: absolute; top: 0; left:0;}
			
			.project_thumbs				{ float: right; width: 100px;}
			.project_thumbs li 			{ margin-bottom: 10px; line-height: 0; float:left; clear:left; }
			.project_thumbs img			{
	background:#9faf1b;
}
			.active_thumb				{ padding-left: 5px;}
			
										
		#work_description 				{
	width: 539px;
	padding-top: 14px;
	margin-bottom: 14px;
	margin-left: 350px;
}
			#work_description .colLeft 	{
	width: 30%;
	float: left;
	padding-top:8px;
	padding-left: 9px;
}
			#work_description .colRight {
	width: 67%;
	float: right;
}
		
			#meta_information 			{
	font-size: 11px;
}
			.meta 						{
	margin: 0 30px 18px 0;
	float: left;
	font-size: 11px;
}
			.meta li					{ font-size: 10px; line-height: 16px; color: #666; }
		
		
		/* Contact Page		 */
		#col2.contact					{ width: 650px; }		
		
	
		/* Footer*/
	 	#footer			{
	padding-top: 10px;
	margin-left: 377px;
	clear:both;
	background: #fff;
	float: right;
}
		#footer img 	{ vertical-align: middle; }
		
		/* Footer Exceptions */
	 	#footer.home 	{ 
	 		height: 50px; 
	 		padding-top:0px; 
			margin-right: 7px;
			*margin-top: 100px; /* target IE only */
	 		float: right; 
	 		clear: left; 
	 	}





/*------------------------------------------------------------------------------
	Lists
------------------------------------------------------------------------------*/	
	#project_nav li { float: left; margin: 0px 5px; }
	li.error		{ background: none; color: #f00; padding-top: 6px; }
	.brandList 		{
	color: #FFF;
	float: left;
	margin: 20px 30px 0 0;
}
	

/*------------------------------------------------------------------------------
	Links
------------------------------------------------------------------------------*/	
	a								{ color: #e64f2c; text-decoration: none; }
	a:hover 						{
	color: #444;
	text-decoration: none;
}
	
	a.inline						{ color: #999; border-bottom: 1px dotted #999; }
	a.inline:hover					{ color: #e64f2c; }
	
	a.prev_next_project				{ font-size: 10px; letter-spacing: 1px; text-transform: uppercase; color: #999; }
	a.prev_next_project:hover 		{ color: #e64f2c; }
	
	a.arrow							{
	padding-left: 10px;
	background-image: url(../images/arrow_small_green.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size: 11px;
}
	
	a.blue_button { 
		color: #999; 
		text-transform: uppercase; 
		font-size: 10px; 
		letter-spacing: 1px; 
		padding-left: 20px; 
		line-height: 10px; 
		margin-top: 20px; 
		width: 130px; 
		height: 10px; 
		background: url(../images/green_button.gif) 0px -10px no-repeat; 
		display: block; 
	}
	a.blue_button:hover { background-position: 0px 0px; color: #fff; }
	
	a.qr 		{ color: #e64f2c !important; }
	a.qr:hover 	{ color: #fff !important; }

/*------------------------------------------------------------------------------
	Forms
------------------------------------------------------------------------------*/	
	#formDiv			{ width: 410px; margin-top: 18px; float:left; }
	label				{ text-transform: uppercase; letter-spacing: 1px; font-size: 10px; color: #999; }
	input.textField 	{ margin: 0px 0 5px 0; 
						width:440px; 
						height:20px; 
						display: block; 
						border-style: solid;
						border-width: 1px;
						border-color: #b7b7b7 #e8e8e8 #e8e8e8 #b7b7b7;
						}
	textarea.msgArea	{ margin: 0px 0 10px 0; 
						width:442px; 
						height:130px; 
						display: block; 
						border-style: solid;
						border-width: 1px;
						border-color: #b7b7b7 #e8e8e8 #e8e8e8 #b7b7b7;
						}
	
	.invalid			{ background: #d7d4c6; }
	.valid				{ background: #fff; }
	
	#errorMessage		{ color: #fff; height: 20px; width: 180px; margin:20px 10px 0 0; padding: 0; float:right;}



/*------------------------------------------------------------------------------
	Utils
------------------------------------------------------------------------------*/	
	hr 					{ background: #fff url(../images/dotted_hr.gif) repeat-x; border: none; height: 3px; margin: 15px 0; clear: both; }
	hr.solid			{ background: none; border-top: 1px solid #cdcdcd; height: 1px; clear: both; }

	.clearL 			{ clear: left; }
	.clearR 			{ clear: right; }
	.clearAll 			{ clear: both; }
	
	.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../images/tipsy.gif); }
		.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: #cecece; max-width: 200px; text-align: center; }
		.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
		.tipsy-north { background-position: top center; }
		.tipsy-south { background-position: bottom center; }
		.tipsy-east { background-position: right center; }
		.tipsy-west { background-position: left center; }	

