
/* Global 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, sub, sup, tt, var, 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-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;	}

body {
	line-height: 1; }

ul, ol	{
	
}
	
table {
	border-collapse: separate; 
	border-spacing: 0;  /* tables still need 'cellspacing="0"' in the markup */
}

caption, th, td {
	font-weight: normal;
}

body {
	font-family: Helvetica, Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 62.5%; /* 1em = 10px \ 1.1em = 11px \ 1.2em = 12px */
	background: #000;
	color: #7d7d7d;
	text-align: left;
}


/* Headings and paragraphs
-----------------------------------------------------------------------------------------------*/

p  {
	padding: 0 0 15px;
	line-height: 1.6;
	font-family: Helvetica, Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
}

h1 {
	margin: 0 0 20px;
	font-family: Helvetica, Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-weight: normal;
	font-size: 1.9em;
	line-height: normal;
	color: #9e9e9e;
	text-transform: uppercase;
}

	h1 span	{
		color: #dadada;
	}
	
	h1 span.header-divider	{
		padding: 0 5px;
		letter-spacing: -2px;
	}
	
	h1.statement	{
		font-size: 1.4em;
		line-height: 1.8;
		color: #7d7d7d;
		text-transform: none;
	}
		
		h1.statement span	{
			font-weight: bold;
			color: #7d7d7d;
		}

h2 {
	margin: 0 0 15px;
	font-family: Helvetica, Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	line-height: normal;
}
	
h3 {
	margin: 0 0 15px;
	font-family: Helvetica, Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 2em;
	line-height: normal;
}

h4 {
	margin: 0 0 10px;
	font-family: Helvetica, Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	line-height: normal;
}

.dark	{
	color: #000;
}


/* Forms
-----------------------------------------------------------------------------------------------*/	

form	{
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 1em;
}

label	{
	font-family: Helvetica, Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
	margin-top: 8px;
	font-size: 1.3em;
}

input, textarea, select	{
	font-family: Helvetica, Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	padding: 4px;
	margin: 0 0 10px 0;
	float: left;
	color: #000;
	width: 250px;
	font-size: 1.3em;
}

textarea	{
	width: 360px;
}

form br	{
	clear: left;
}

legend	{
	display: none;
}

fieldset	{
	border: none;
	position: relative;
	margin: 0;
}

	input.submit	{
		margin: 0;
		padding: 0;
	}
	
.required	{
	font-weight: bold;
	color: #000;
}

.checkbox	{
	margin-left: 110px;
}

.checkbox img	{
	margin: 10px 0;
}

.submitbutton	{
	margin-left: 110px;
	margin-bottom: 0;
	width: 140px;
	font-weight: bold;
}

	
/* Links
-----------------------------------------------------------------------------------------------*/	

a {
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	color: #000;
}
a:hover	{
	text-decoration: none;
	color: #555/*920c13*/;
}
a.arrow	{
	background: url(../images/arrow.png) no-repeat right 5px;
	padding-right: 30px;
}
a.arrow:hover	{
	background-position: right -11px;
}


/* Miscellaneous
-----------------------------------------------------------------------------------------------*/	

hr {display: none;}
strong {font-weight: bold;}
em {font-style: italic;}
abbr, acronym {
	border-bottom: 1px dotted #999; 
	cursor: help;
}


/* Main Nav / Sub Nav / Ter Nav
-----------------------------------------------------------------------------------------------*/	

#main-nav	{
	list-style: none;
	font-size: 1.3em;
	margin: 25px 25px 15px 10px;
}

	#main-nav li,
	#sub-nav li	{
		color: #333;
		float: left;
	}
	
	#main-nav a,
	#sub-nav a	{
		padding: 0 15px;
		color: #626262;
		text-transform: uppercase;
		font-weight: normal;
	}
	
		#main-nav a:hover,
		#sub-nav a:hover	{
			text-decoration: none;
			color: #9e9e9e;
		}
	
		#main-nav li.active a,
		#sub-nav li.active a	{
			color: #fff;
			font-weight: bold;
		}
        
        #main-nav li.active a:hover,
		#sub-nav li.active a:hover	{
			color: #9e9e9e;
		}
		
#sub-nav	{
	list-style: none;
	font-size: 1.2em;
	margin: 15px 25px 15px 10px
}

#ter-nav	{
	list-style: none;
	font-size: 1.3em;
	margin: 8px 42px 0 40px;
    min-height: 177px;
}

	#ter-nav li	{
		margin-bottom: 25px;
		color: #9e9e9e;
	}
	
		#ter-nav li.last	{
			margin-bottom: 0;
		}
	
	#ter-nav a	{
		color: #9e9e9e;
		font-weight: normal;
	}
	
		#ter-nav a:hover	{
			color: #7d7d7d;
			text-decoration: none;
		}
		
		#ter-nav li.active a	{
			color: #7d7d7d;
			font-weight: bold;
		}
		
	.secondary-pages #ter-nav a	{
		color: #dadada;
	}
	
		.secondary-pages #ter-nav a:hover	{
			color: #9e9e9e;
		}


/* Layout
-----------------------------------------------------------------------------------------------*/	

#wrapper	{
	width: 830px;
	margin: 0 auto;
	padding-bottom: 40px;
}

#content-wrapper	{
	width: 830px;
	padding-top: 70px;
	padding-bottom: 60px;
	background: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

#content-wrapper-interior	{
	width: 830px;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

#content-wrapper-work	{
	width: 830px;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.column-left	{
	width: 231px;
	min-height: 185px;
	background: url(../images/column-left-divider.gif) no-repeat center right;
}

	.bios,
	.secondary-pages,
    .secondary-pages-work	{
		vertical-align: top;
		background: url(../images/column-left-divider.gif) no-repeat top right;
	}

.column-right-normal	{
	padding: 0 60px 0 40px;
	width: 499px; /*599 without padding*/
	min-height: 185px;
	vertical-align: top;
}

.column-right-normal ul,
.column-right-normal ol	{
	margin-bottom: 15px;
	margin-left: 15px;
}

.column-right-normal li	{ font-size: 1.3em; line-height: 1.6; margin-bottom: 7px; }

.column-right-clients	{
	padding: 0 0 0 40px;
	width: 559px;
	min-height: 185px;
	vertical-align: top;
}

.headshot	{
	float: right;
	margin: 0 0 50px 50px;
}

.column-right-work-vertical,
.column-right-work-horizontal	{
	width: 518px;
    padding: 0 41px 0 40px;
	vertical-align: top;
}


/* Image Viewer
-----------------------------------------------------------------------------------------------*/	

#image-viewer	{
	width: 830px;
	height: 238px;
	position: relative;
	overflow: hidden;
}

/* new */

#image-viewer div.image-individual	{
	background: url(../images/shadowAlpha.png) no-repeat bottom right;
	padding: 0 5px 5px 0;
	position: absolute;
}
	
		/*
		#image-viewer img:hover	{
			border: 5px solid rgba(255, 255, 255, 0.2);
		}
		*/

	#image-viewer .frame-top-left,
	#image-viewer .frame-top-right,
	#image-viewer .frame-bottom-left,
	#image-viewer .frame-bottom-right	{
		width: 15px;
		height: 15px;
		position: absolute;
	}
		#image-viewer .frame-top-left	{
			top: 0;
			left: 0;
			background: url(../images/bgr-image-viewer-top-left.png) no-repeat top left;
			z-index: 1000;
		}
		
		#image-viewer .frame-top-right	{
			top: 0;
			right: 0;
			background: url(../images/bgr-image-viewer-top-right.png) no-repeat top left;
			z-index: 1001;
		}
		
		#image-viewer .frame-bottom-left	{
			bottom: 0;
			left: 0;
			background: url(../images/bgr-image-viewer-bottom-left.png) no-repeat top left;
			z-index: 1002;
		}
		
		#image-viewer .frame-bottom-right	{
			bottom: 0;
			right: 0;
			background: url(../images/bgr-image-viewer-bottom-right.png) no-repeat top left;
			z-index: 1003;
		}
		

/* The Work Thumbnails
-----------------------------------------------------------------------------------------------*/

#thumbnails	{
	margin: 0 32px 0 33px;
	list-style: none;
    min-height: 185px;
}

#content-wrapper-work #thumbnails   {
    margin-top: 50px;
}

	#thumbnails li	{
		float: left;
		margin: 5px;
	}
	
	#thumbnails img	{
		display: block;
		height: 40px;
		width: 40px;
		border: 1px solid #d8d8d8;
        padding: 1px;
	}
	
		#thumbnails img:hover,
		.secondary-pages-work #thumbnails img:hover,
		.secondary-pages-work #thumbnails li.active img:hover	{
			opacity:1;
			filter:alpha(opacity=100);
			border: 1px solid #7d7d7d;
		}
		
		.secondary-pages-work #thumbnails img	{
			opacity:0.2;
			filter:alpha(opacity=20);
		}
			
		.secondary-pages-work #thumbnails li.active img	{
			opacity:1;
			filter:alpha(opacity=100);
			border: 1px solid #7d7d7d;
		}
        
        .secondary-pages-work #thumbnails img:hover { border: 1px solid #d8d8d8; }
        
        .secondary-pages-work #thumbnails li.active img:hover   { border: 1px solid #000;}
		
		
/* The Work Page
-----------------------------------------------------------------------------------------------*/
	
.column-right-work-vertical .description	{
	width: 518px;
    text-align: center;
}

.column-right-work-vertical .description h2  {
   margin: 0;
   padding-bottom: 5px;
}

.column-right-work-vertical .description p	{
	margin: 0;
	padding-bottom: 0;
	line-height: normal;
}

.column-right-work-vertical .images	{
	width: 456px;
	padding-left: 31px;
}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 456px; /*Width of Carousel Viewer itself*/
height: 400px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
width: 456px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
text-align: center;
}

.stepcarousel .panel img	{
	max-width: 456px;
    max-height: 342/*416*/px;
	margin: 10px auto;
}

.stepcarousel .panel p  {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 1.1em;
}

.stepcarousel .panel a.enlarge-link	{
	font-weight: normal;
	background: url(../images/zoom.png) no-repeat 0 1px;
	padding-left: 19px;
	padding-top: 1px;
	padding-bottom: 2px;
	color: #7d7d7d;
}

	.stepcarousel .panel a.enlarge-link:hover	{ color: #000; }

/* News Page
-----------------------------------------------------------------------------------------------*/

#news {
	list-style: none;
	margin-left: 0;
}

#news li	{
	margin-bottom: 2.5em;
	font-size: 1em;
}

#news li.last	{
	margin-bottom: 0;
}

#news p, #news h2	{
	padding-bottom: .5em;
	margin: 0;
}


/* Clients Page
-----------------------------------------------------------------------------------------------*/

#clients	{
	list-style: none;
	margin-top: 1em;
	margin-left: 0;
}

#clients li	{
	float: left;
	width: 219px;
	margin-right: 60px;
	height: 45px;
	font-size: 1.3em;
}


/* Contact Us Page
-----------------------------------------------------------------------------------------------*/

#headquarters	{
	margin: 0 42px 0px 40px;
	font-size: .9em;
}

	#headquarters a img	{
		border: 1px solid #d8d8d8;
	}
	
		#headquarters a img:hover	{
			border: 1px solid #7d7d7d;
		}

		
/* Tooltip
-----------------------------------------------------------------------------------------------*/

#dhtmltooltip	{
	position: absolute;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: auto;
	max-width: 200px;
	padding: 5px 10px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(0, 0, 0, 0.1);
	visibility: hidden;
	z-index: 1010;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	line-height: normal;
	color: #000;
}


/* Logo
-----------------------------------------------------------------------------------------------*/

.logo	{
	display: block;
	width: 126px;
	height: 79px;
	background: url(../images/eller-logo-large.gif) no-repeat top left;
	opacity:0.2;
	filter:alpha(opacity=20);
	margin: 25px 53px 0 51px;
}

.interior-alone 	{
	margin-top: 25px;
}

.home	{
	opacity:1;
	filter:alpha(opacity=100);
	margin-top: -48px;
}

	.logo:hover	{
		opacity:1;
		filter:alpha(opacity=100);
	}
	
	.logo span	{
		display: none;
	}


/* Footer
-----------------------------------------------------------------------------------------------*/	

#footer	{	
	position: relative;
}

	#footer ul	{
		margin: 15px 25px 0 10px;
		list-style: none;
		font-size: 1.1em;
		position: absolute;
		top: 0;
		right: 0;
	}
	
		#footer li	{
			color: #333;
			float: left;
		}
		
		#footer li,
		#footer a	{
			color: #626262;
		}
		
			#footer a:hover	{
				color: #fff;
				text-decoration: none;
			}
	
		#footer span	{
			padding: 0 10px;
			color: #333;
		}
		
		#footer .small-logo	{
			padding-left: 20px;
		}
		

/* Hacks
-----------------------------------------------------------------------------------------------*/

.hide {
	position: absolute;
	left: -9999px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.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 */
