/*------------------------------------------------------------------------------
	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: #313131;
		background:url(images/homepage_bg.png) repeat-x scroll 0 0 #2E3037;
	}

	
	
	#background_left {
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 600px;
		z-index: 0;	
	}



/* 	h1 			{ text-indent: -9999px; } */
	h2 			{ font-family: "Helvetica", Arial, Verdana; font-size: 32px; color: #999; font-weight: normal; text-transform: uppercase; }
	h3 			{ padding-bottom: 20px; color: #999; }
	h4 			{ padding-top: 10px; font-size: 10px; line-height: 12px; color: #fff; text-transform: uppercase; letter-spacing: 2px; }
	h4.dark		{ color: #FFF; margin-top:10px; }
	h5			{ font-size: 10px; line-height: 12px; color: #000; padding-bottom: 6px; }
	
	p 			{ font-size: 12px; line-height: 18px; color: #999; padding-top: 14px;}
	p.address	{ text-align: right; padding: 0 20px 0 0; margin: 0px; }
	p.copyright { font-size: 10px; line-height: 12px; color: #999; .margin-top:80px; }
	p.subTitle 	{ font-size: 10px; line-height: 12px; color: #999; 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: #FFF; margin-top:10px; font-size:18px; .position:absolute; .top:550px;}
	.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: 80px; background: url(images/nav_about.png)   0px -122px no-repeat; }
		#main_nav a.nav_work		{ width: 80px; background: url(images/nav_work.png) 	  0px -122px no-repeat; }
		#main_nav a.nav_contact 	{ width: 86px; 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: 50px 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;
			height:25px;
			.margin-top:-2px;
		}
		#secondary_nav li a:hover	{ color: #999; }
		#secondary_nav li a.active	{ 
			color: #E64F2C; 
			background: url(images/nav_bullet.gif) 100% 7px 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.activeNav a 	{ color:#e64f2c; }
		#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: url(images/dotted_vr.png) 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: 1100px;
		position: absolute;
		right:0;
		
	}


	/* Header */
	#header { position: relative; height: 150px; margin-right:100px; }
	
		#dm_name, #dm_name a {
			width: 	220px;
			height: 148px;
			background: url(images/logo.png) no-repeat; 
			position: absolute;
			right: 0px;
			bottom:0px;
			display: block;
			text-indent: -9999px;
			overflow: hidden;
			z-index:999;
		}
			#dm_name br {
				display: none;
			}
		
		#md_logo {
			width: 	115px;
			height: 120px;
			background: url(images/dm_logo.png) no-repeat;
			float: right;
			margin-right: 97px;
		}		
		
		#nav_tan_bar 	{ width: 650px; height: 15px; background: #c6c5be; position: absolute; bottom: 0; right: 0; }
	
	/* Body */
	#main_body 			{ position: relative; background: transparent url(images/panel_background_new.png) no-repeat;}
	
	body.contact #main_body 			{ position: relative; background: transparent url(images/panel_background_contact.png) no-repeat;}
	
		
		/* ------------------------------------- */
		/* Default Page Layout */
		/* ------------------------------------- */
		#col1 { width: 350px; height: 450px; float: left; background: url(images/dotted_vr.png) 300px 0 no-repeat; }
	
		#col2 { width: 400px; float: left; margin-top: 65px; }
		
		#col3 { float: right; margin-top: 100px; margin-right:100px;}

			.pageTitle { width: 80%; margin: 0 auto; margin-top: 110px; }		
				
		
		/* ------------------------------------- */
		/* 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;
				background: url(images/large_next_arrow.png) 0 0 no-repeat;
				overflow: hidden;
				text-indent: -9999px;
			}
			
				a.moveRight:hover {
					background-position: -55px 0;			
				}			
			
			.project_title { 
				position: absolute;
				top: 110px; 
				left: 33px;
				width: 450px;
			}

			.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:110px; overflow: hidden; }		

			.project_images				{ height: 340px; position: absolute; top: 0; left:0;}
			
			.project_thumbs				{ float: right; width: 100px; height:270px; overflow:hidden;}
			.project_thumbs li 			{ margin-bottom: 10px; line-height: 0; float:left; clear:left; }
			.project_thumbs img			{ background:#e64f2c;}
			.active_thumb				{ padding-left: 5px;}
			
										
		#work_description 				{ width: 539px; padding-top: 20px; margin-bottom: 20px; margin-left: 350px; }
			#work_description .colLeft 	{ width: 30%; float: left; padding-top:8px;}
			#work_description .colRight { width: 68%; float: right; }
		
			#meta_information 			{ }
			.meta 						{ margin: 0 30px 18px 0; float: left; }
			.meta li					{ font-size: 10px; line-height: 16px; color: #666; }
		
		
		/* Contact Page		 */
		#col2.contact					{ width: 650px; }		
		
	
		/* Footer*/
	 	#footer			{ padding-top: 30px; margin-left: 237px; clear:both; margin-top:30px; }
		#footer a { color: #FFF; }
		#footer img 	{ vertical-align: middle; }
		
		/* Footer Exceptions */
	 	#footer.home 	{ 
	 		height: 50px; 
	 		padding-top:0px; 
			margin-right: 100px;
			*margin-top: 100px; /* target IE only */
	 		float: right; 
	 		clear: left; 
	 	}

/*------------------------------------------------------------------------------
	Case Studies
------------------------------------------------------------------------------*/	

	#col2.case_study_pages 				{ width: 540px; margin-top: 100px;}
	#caseStudy_wrapper					{  }

	.callout_box 						{ position: relative; }
	.callout_screen 					{ width: 680px;	margin-left: -140px; }
	.colLeft 							{ width: 355px; float: left; }
	.colRight 							{ width: 300px; float: right; }
	.callout_screen .thumb 				{ width: 145px; float: left;	margin: 15px 5px 0px 0px; }
	.callout_screen .thumb .last 		{ margin-right: 0px; }

	/* BEST BUY */
		.bby_1 							{ padding-top: 21px; }
		.bby_1 .colLeft 				{ position: absolute; bottom: 15px; width: 60%; }
		
		.at15 							{ margin-left: -96px;	margin-bottom: 20px; }
		.at15 .colRight 				{ position:absolute; top: 5px; right: 0; }

	/* BLACK RIVER */
		.bram_id 						{ width: 640px;	margin: 30px 0px 30px -102px; }
		.bram_id .colLeft 				{ width: 350px; }
		.bram_id .colRight				{ width: 290px; margin-top: 10px; }
		
		.bram_screens					{ margin: 30px 0px 0px -102px; }

		.bram_perspective				{ width: 550px; }
		.bram_perspective .colLeft 		{ width: 230px; }
		.bram_perspective .colRight		{ width: 300px; margin-top: 10px; }
		
		.bram_color_box					{ width: 60px; height: 40px; float: left; margin: 10px 5px 0px 0px; }
		
	/* FAB2FARM	 */
		.fab2farm_sun					{ width: 540px; height: 146px; margin: 25px 0; background: url(../images/case_studies/fab2farm/fab2farm_sun.jpg) no-repeat; }
		.fab2farm_sun .colLeft 			{ width: 250px; margin: 10px 0px 0px 20px; }


/*------------------------------------------------------------------------------
	Lists
------------------------------------------------------------------------------*/	
	#project_nav li { float: left; margin: 0px 5px; }
	li.error		{ background: none; color: #f00; padding-top: 6px; }
	.brandList 		{ color: #999; float: left; margin: 20px 20px 0 0;}
	

/*------------------------------------------------------------------------------
	Links
------------------------------------------------------------------------------*/	
	a								{ color: #e64f2c; text-decoration: none; }
	a:hover 						{ color: #990000; 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							{ background: url(images/bullet.gif) 0px 2px no-repeat; padding-left: 10px; }
	
	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/blue_button_bullet.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(/assets/images/misc/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; }	
		
.project_images img { padding:0px; margin:0px; .margin-top: -3px;}
.project_images ul li { padding:0px; margin:0px; }
