/* GENERAL 
----------------------------------------------------------------------------- */
html {
     min-height: 100%;
     margin-bottom: 1px;
}
	
body{ background-color: #1B1E15; }
body#dark{ background-color: #f0e0a2; }

#wrap{
	background: #ffffff url(../img/bg.jpg) repeat-x 0 0;
}

	#dark #wrap{ background: #1B1E15 url(../img/bg-dark_tile.gif) repeat 0 0; }
	#dark #wrap-inner{ background: transparent url(../img/bg-dark_border.gif) repeat-x 0 0; }

	#light #wrap{ 
		background-image: url(../img/bg.jpg); 
		background-repeat: repeat-x;
	}
	
/* tooltip ------------- */
	
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #7f4207;
	background-color: #f9f2da;
	padding: 5px;
	opacity: 0.75;
}

	#tooltip h3, #tooltip div { margin: 0; }
		#tooltip h3{
			color: #7f4207;
			font-size: 12px;
			font-weight: normal;
		}
	
/* HEADER
----------------------------------------------------------------------------- */

#header{ 
	margin: 0 auto; 
	width: 940px; 
}

/* a. logo ------------- */

#header h1{
	background: url(../img/img-pr_logo1.png) no-repeat 0 0;
	float: left;
	height: 44px;
	margin: 40px 0 0;
	text-indent: -9999px;
	width: 50px;
}

	#light #header h1{ background-image: url(../img/img-pr_logo_light.png); }
	#home #header h1{ width: 193px; }

		#header h1 a:link,
		#header h1 a:visited{ 
			display: block;
			height: 44px; 
		}

/* b. main nav ------------- */

#main-nav {
	float:left;
	height: 43px;
	margin: 0;
	padding:0;
	width: 980px;
}

	#main-nav li{ 
		text-align: center; 
		list-style: none; 
		/*text-indent: -9999px;*/
	}
	
		#main-nav li a:link,
		#main-nav li a:visited{ 
			display: block; 
			height: 43px; 
			color:#3d3f49;
		}

	
/* MASTHEAD
----------------------------------------------------------------------------- */

#masthead{
	background: transparent url(../img/h-masthead_header_subhead.png) no-repeat center top;
	margin: 26px auto 0;
	width: 980px;
}

	#masthead-inner{
		background: transparent url(../img/bg-masthead_spotlight.png) no-repeat 4px bottom;
		height: 236px;
		position: relative;
	}
	
	#masthead h2{
		color: #AAAE44;
		height: 47px;
		font-size: 40px;
		letter-spacing: -3px;
		text-indent: -13000em;
	}
	
		#masthead p.tagline{
			color: #7d7d7d;
			font-family: "Arial", "Century Gothic" Sans-Serif;
			font-size: 18px;
			font-weight: normal;
			text-align: center;
			padding: 5px 0 30px;
		}
		
		
/* home projects ------------- */

#project-slider-wrap{
	height: 200px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	width: 975px;
	z-index: 2;
}

#project-slider{
	height: 187px;
	list-style: none;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	top: 10px;
	width: 978px;
	z-index: 0;
}

	#project-slider li{ 
		background: url(../img/bg-project_frames_drops1.png);
		float: left;
		height: 165px;
		position: relative;
		width: 326px; 
	}	
		#project-slider li img{
			left: 29px;
			position: absolute;
			top: 11px;
		}
		
		#project-slider li .panel{
			background: #0a0b07;
			bottom: 4px;
			height: 26px;
			left: 29px;
			overflow: hidden;
			position: absolute;
			width: 260px;
			z-index: 15;
		}
		
		#project-slider li .panel h2{
			font-size: 0;
			text-indent: -13000em;
		}
		
			#project-slider li .panel h2 a:link,
			#project-slider li .panel h2 a:visited{
				background: #000000 url(../img/btn-project_panel.png) no-repeat 0 0;
				/*filter: alpha(opacity=50);*/
				display: block;
				height: 26px;				
			}

			#project-slider li .panel h2 a:hover,
			#project-slider li .panel h2 a:active{ background-position: 0 -26px;
			}
			
				#project-slider li .panel h2 a:link.act,
				#project-slider li .panel h2 a:visited.act{ background-position: 0 -52px;
				 }
			
	
		#project-slider li .panel p{ 
			color: #9b9ea3;
			font-size: 10px;
			line-height: 15px;
			margin: 0 20px 15px;
			text-align: center;
		}
		
#masthead a:link#back,
#masthead a:visited#back,
#masthead a:link#next,
#masthead a:visited#next{
	background: transparent url(../img/btn-cycle_right.png) no-repeat 0 0;
	display: block;
	height: 65px;
	position: absolute;
	right: 0;
	top: 105px;
	text-indent: -13000em;
	width: 65px;
	z-index: 10;
}

	#masthead a:link#back,
	#masthead a:visited#back{ 
		background-image: url(../img/btn-cycle_left.png); 
		left: -9px; 
		right: auto; 
	}

#masthead a:hover#back,
#masthead a:active#back,
#masthead a:hover#next,
#masthead a:active#next{ background-position: 0 -65px; z-index: 7; }
		
/* CONTENT-WRAP
----------------------------------------------------------------------------- */

#home #wrap{ padding-bottom: 40px; }

#content-wrap{
	margin: 0 auto; 
	width: 940px;
	padding: 0 10px;
}
	#home #content-wrap{
		margin: 0 auto; 
		padding: 0 10px;
		width: 960px;
	}
/* FOOTER
----------------------------------------------------------------------------- */

#footer-wrap{ 
	background: #10120C url(../img/bg-footer_dark_border_top.gif) repeat-x 0 0;
	padding: 7px 0 0; 
}

#dark #footer-wrap{ 
		background: #F9F2DA url(../img/bg-footer_light_border_top.gif) repeat-x 0 0;  
	}

/* footer --------------- */

#footer{
	margin: -15px auto 0;
	padding: 51px 0 35px;
	width: 940px;
}
	#dark #footer{ 
		margin-top: -38px;
		padding-top:0;
	}
	
	#footer h2{ 
		color: #B9BA3C; 
		font-family: "Trebuchet MS", Sans-Serif;
		font-size: 16px; 
		font-weight: normal;
		margin: 0 0 13px; 
		text-transform: uppercase; 
	}

		#dark #footer h2{ color: #7d7d7d; }

	#footer-wrap p{ 
		color: #3A3522; 
		font-size: 11px;
		line-height: 18px; 
		margin: 10px 0; 
	}

		#home #footer-wrap p,
		#light #footer-wrap p{ color: #adaca1; }

		#footer-wrap p a:link,
		#footer-wrap p a:visited{ 
			border-bottom: 1px dashed #b9ba3c;
			color: #7d7d7d; 
			padding: 3px 0; 
			text-decoration: none;		
		}

		#footer-wrap p a:hover,
		#footer-wrap p a:active{ 
			background-color: #090909;
			border: none;
		}

			#dark #footer-wrap p a:hover,
			#dark #footer-wrap p a:active{ background-color: #f0e0a2; }

#foot-rfp,
#foot-form,
#foot-blurb{ 
	float: left; 
	width: 220px;
}

	#foot-form,
	#foot-blurb{ margin-left: 20px; }

		#foot-form{ width: 460px; }

	#foot-form input, 
	#foot-form textarea{ 
		background-color: #25291D; 
		border: 0; 
		color: #6E6F65; 
		float: left;
		font-size: 14px; 
		margin: 5px 0 0; 
		padding: 5px; 
		width: 215px; 
	}

		#dark #foot-form input, 
		#dark #foot-form textarea{ 
			background-color: #F5E9BE; 
			color: #3A3522; 
		}

		#foot-form input#email{ margin-left: 10px; }

		#foot-form textarea{ 
			height: 90px; 
			margin: 10px 0;
			overflow: hidden; 
			width: 450px; 
		}

		#foot-form #foot-enews { 
			background-color: transparent;
			border: 0;
			margin: 2px 0 0 0; 
			width: 27px; 
		}

			#foot-form input#email-signup,
			#rfp-form #rfp-btn{ 
				background: transparent url(../img/btn-send_it_on.png) no-repeat 0 0;		
				border: 0;
				height: 27px; 
				margin: 10px 0 0 0; 
				padding: 0;
				width: 113px; 
			}
				#rfp-form #rfp-btn{ background-image: url(../img/btn-send_it_on_connect.png); }

				#foot-form input#email-signup:hover,
				#foot-form input#email-signup:active,
				#rfp-form #rfp-btn:hover,
				#rfp-form #rfp-btn:active{ background-position: 0 -27px; }

			#dark #foot-form input#email-signup,
			#light #comment_form #comment-btn{ 
				background: transparent url(../img/btn-send_it_on_dark.png) no-repeat 0 0;		
				border: 0;
				height: 37px; 
				margin: 5px 0 0 -5px; 
				padding: 0;
				width: 123px; 
			}
				#dark #foot-form input#email-signup:hover,
				#dark #foot-form input#email-signup:active,
				#light #comment_form #comment-btn:hover,
				#light #comment_form #comment-btn:active{ background-position: 0 -37px; }

				#footer-contact-sending,
				#footer-contact-thanks{ display: none; }

#disclaimer{ 
	background-color: #1B1E15;
	font-family:tahoma;
	color:#3b3d44;
	font-size:10px;
	border-top: 1px solid #3c3e47;
	text-align: center;
}
	#home #disclaimer{ padding-bottom: 50px; }
	#dark #disclaimer{
		background: #f0e0a2 url(../img/bg-repeat_x_disclaimer_dark.png) repeat-x 0 0;
		border: none;
	}

		#footer-wrap #disclaimer p{ 
			color: #5e5f60; 
			padding: 20px 0;
			font-size:10px;
			margin: 0;
		}

		#dark #footer-wrap #disclaimer p{ color: #5e5f60; }
