body {
	background-color: #fff;
	text-align: center;
	color: #fff;
	font-family: Arial, sans-serif;
	width: 100%;
}

#outerwrap {
	text-align: left;
	margin: 0 auto;
	width: 963px;
	position: relative;
}

#top {
	display: block;
	background-color: #fff;
	position: relative;
	height: 98px;
}	
	
#branding {
	display: block;
	width: 159px;
	height: 75px;
	text-indent: -5000px;
	background: url(../graphics/logo.jpg) no-repeat 0 0;
	position: absolute;	
	left: 20px;
}

#branding a {
	display: block;
	width: 159px;
	height: 75px;
	text-indent: -5000px;
	background: url(../graphics/logo.jpg) no-repeat 0 0;
}

ul#nav {
	list-style: none;
	display: block;
	padding: 0 0 0 9px;
	width: 730px;
	height: 48px;
	position: absolute;
	left: 224px;
	margin: 28px 0 0 0;
}

	#nav li {
		list-style: none;
		display: block;
		width: 170px;
		float: left;
		background-color: #ccc;
		color: #fff;
		position: relative;
		text-align: center;
		height: 48px;
	}
		#nav li a {
			text-decoration: none;
			color: #fff;
			text-align: center;
			font-size: 1.2em;
			line-height: 3.5;
			display: block;
			width: 170px;
			text-indent: -5000px;
			height: 48px;
		}
				
		#nav li#nav_about {
			padding-left: 15px;
			width: 155px;
			margin-right: 5px;			
		}
		body#about #nav li#nav_about {
			background: url(../graphics/tabs_about-bg.jpg) no-repeat left top;
		}
		body#portfolio #nav li#nav_about {
			background: url(../graphics/tabs_portfolio-bg.jpg) no-repeat left top;
		}
		body#resume #nav li#nav_about, body#resume2 #nav li#nav_about {
			background: url(../graphics/tabs_resume-bg.jpg) no-repeat left top;
		}
		body#contact #nav li#nav_about {
			background: url(../graphics/tabs_contact-bg.jpg) no-repeat left top;
		}
		#nav li#nav_portfolio {
			width: 179px;
			margin-right: 5px;
			margin-top: 1px;
			height: 47px;
		}
		#nav li#nav_resume {
			width: 179px;
			margin-right: 5px;
			margin-top: 1px;
			height: 47px;
		}
		#nav li#nav_contact {
			width: 167px;
			margin-right: 0;
			padding-right: 20px;
		}
		body#about #nav li#nav_contact {
			background: url(../graphics/tabs_about-bg.jpg) no-repeat right top;			
		}
		body#resume li#nav_contact, body#resume2 li#nav_contact {
			background: url(../graphics/tabs_resume-bg.jpg) no-repeat right top;			
		}		
		body#portfolio li#nav_contact {
			background: url(../graphics/tabs_portfolio-bg.jpg) no-repeat right top;
		}
		body#contact li#nav_contact {
			background: url(../graphics/tabs_contact-bg.jpg) no-repeat right top;
		}
		#nav_about a {
			background: url(../graphics/tab_about-gmatte.gif) no-repeat 17px -5px
		}
		body#about #nav_about a {
			background: url(../graphics/tab_about-pmatte.gif) no-repeat 17px -5px
		}
			#nav_about a:hover {
				background-position: 17px -70px;
			}
				#about #nav_about a:hover {
					background-position: 17px -5px;
				}
		
		#nav_portfolio a {
			background: url(../graphics/tab_portfolio-gmatte.gif) no-repeat 27px -5px;
		}
		body#portfolio #nav_portfolio a {
			background: url(../graphics/tab_portfolio-omatte.gif) no-repeat 27px -5px;
		}
			#nav_portfolio a:hover {
				background-position: 27px -70px;
			}
				#portfolio #nav_portfolio a:hover {
					background-position: 27px -5px;					
				}
			
		#nav_resume a {
			background: url(../graphics/tab_resume-gmatte.gif) no-repeat 30px -5px;
		}
		body#resume #nav_resume a, body#resume2 #nav_resume a {
			background: url(../graphics/tab_resume-pmatte.gif) no-repeat 30px -5px;
		}
			#nav_resume a:hover {
				background-position: 30px -70px;
			}
				#resume #nav_resume a:hover, #resume #nav_resume a:hover, #resume2 #nav_resume a:hover, #resume2 #nav_resume a:hover {
					background-position: 30px -5px;
				}
				
		#nav_contact a {
			background: url(../graphics/tab_contact-gmatte.gif) no-repeat 11px -5px;
		}
		body#contact #nav_contact a {
			background: url(../graphics/tab_contact-omatte.gif) no-repeat 11px -5px;
		}
			#nav_contact a:hover {
				background-position: 11px -70px;
			}
				#contact #nav_contact a:hover {
					background-position: 11px -5px;
				}		

#interiorwrap {
	position: relative;
	width: 963px;
	margin: 0;
}

div#bottom {
	width: 963px;
	height: 86px;
	margin: 0;
	clear: both;
	position: relative;
	z-index: 1;
}

/************************************** COLOR SPECIFIC (most of nav above) *************************************************/

body.purple div#interiorwrap {
	background: url(../graphics/tile_purple.jpg) repeat-y left top;
}

body.purple div#top {
	background: url(../graphics/mid_purple.jpg) no-repeat left bottom;
}

body.purple div#bottom {
	background: url(../graphics/bottom_purple.jpg) no-repeat left bottom;
}


body.orange div#interiorwrap {
	background: url(../graphics/tile_orange.jpg) repeat-y left top;
}

body.orange div#top {
	background: url(../graphics/mid_orange.jpg) no-repeat left bottom;
}
body.orange div#bottom {
	background: url(../graphics/bottom_orange.jpg) no-repeat left bottom;
}

body#portfolio #nav_portfolio {
	background-color: #fe6735;
}

body#resume #nav_resume, body#resume2 #nav_resume {
	background-color: #c39;
}

/************************************* PAGE SPECIFIC (content) *****************************************/
/* about */

#about div#interiorwrap {
	padding: 158px 0 0 116px;
	font-size: 1.08em;
	height: 423px;	
}

#about h2 {
	margin-bottom: .5em;
	font-size: 26px;
	letter-spacing: 0.04em;
}

#about p {
	margin-bottom: .6em;
	width: 725px;
	letter-spacing: 0.01em;
}
ul#capabilities {
	margin-left: 0;
	font-size: .85em;
	margin-top: 40px;
}
#capabilities li {	
	list-style: none;
	font-weight: bold;	
	display: block; 
	float: left;
	margin: 0 0 10px 0;
}
	#capabilities li ul {
		margin-left: 0;
		margin-top: 2px;
	}
	#capabilities li li {
		font-weight: normal;
		margin-bottom: 0px;
	}

	#capabilities li.identity {
		margin-right: 30px;
	}
		#capabilities li.identity ul {
			width: 130px;
		}
		#capabilities li.identity li {
			/* margin-bottom: -2px; */
			width: 130px;
		}
		
	#capabilities li.advertising {
		margin-right: 25px;
	}
		#capabilities li.advertising ul {
			width: 190px;
		}
			#capabilities li.advertising li {
				width: 60px;
				margin-right: 18px;
			}
			#capabilities li.advertising li.longtype {
				width: 90px;
			}
	#capabilities li.books {
		margin-right: 0px;
		height: 110px;
		margin-left: -10px;
	}
		#capabilities li.books ul {
			width: 90px;
		}
	#capabilities li.other {
		margin-right: 0px;
		width: 155px;
		height: 30px;
	}

/* portfolio */

body#portfolio #interiorwrap {
	padding: 0 15px 0 32px;
	font-size: .8em;
	height: 664px;
	position: relative;	
}
body#portfolio #bottom {
	position: absolute;
	bottom: 0;
	z-index: 10;
}
body#portfolio #listing {
	float: left;
	position: relative;
	z-index: 200;
	margin-top: -10px;
	font-size: .90em;
	line-height: 1.48
}

	body#portfolio #listing h2 {
		margin: 8px 0 12px;
		height: 13px;
		text-indent: -5000px;

	}
	body#portfolio #listing h2.design {
		background: url(../graphics/design.gif) no-repeat 0 0;	
	}
	body#portfolio #listing h2.production {
		background: url(../graphics/production.gif) no-repeat 0 0;
		margin-top: 20px;
	}

	body#portfolio #listing ul {
		margin: -5px 0 10px 0;
	}
		body#portfolio #listing li {
			margin-left: 0;
			list-style: none;
/************************ ADDED for FF3/Mac ***********************************			
			font-size: 12px;
			line-height: 1.43;*/
		}
		body#portfolio #listing a {
			color: #fff;
			text-decoration: none;
		}
			body#portfolio #listing a:hover, body#portfolio #listing a.active {
				color: #333;
			}

body#portfolio #images {
	position: relative;
	z-index: 100;	
	text-align: center;
	width: 485px;
	position: absolute;
	left: 262px;
	top: -9px;
}

body#portfolio #imagenav {
	width: 485px;
	margin: 35px 0 0 -6px;
	/* hide for non-js browsers */
	display: none;
	
	height: 60px;
}

body#portfolio #imagenav_backward {
	list-style: none;	
	display: -moz-inline-box;
	display: inline-block; 
	width: 60px;
	height: 61px;
	text-indent: -5000px;
	background: url(../graphics/arrows.png) no-repeat 0 -61px;
	margin: 0;
}

/* all FF */
body#portfolio #imagenav_backward, x:-moz-any-link {
	margin-bottom: 29px;
}

/* FF3 */
body#portfolio #imagenav_backward, x:-moz-any-link, x:default {
	/* margin-bottom: 29px;
	display: inline-block; */
}

/* normal */
body#portfolio #imagenav_forward {
	list-style: none;	
	display: -moz-inline-box;
	display: inline-block;
	width: 60px;
	height: 61px;
	text-indent: -5000px;
	background: url(../graphics/arrows.png) no-repeat -60px -61px;
	margin: 0;
}

/* all FF */
body#portfolio #imagenav_forward, x:-moz-any-link {
	margin-bottom: 29px;
}

/* FF3 */
body#portfolio #imagenav_forward, x:-moz-any-link, x:default {
	/* margin-bottom: 29px;
	display: inline-block; */
}



body#portfolio #images #image {
	width: 485px;
	height: 467px;
	position: absolute;
	top: 90px;
}
	body#portfolio #images #interviewlink {
		width: 100%;
		text-align: center;
		padding-top: 5px;
		margin-bottom: -27px;
		margin-left: -7px;	
	}
		body#portfolio #interviewlink a {
			color: #fff;
			text-decoration: none;
			font-size: 14px;
			font-weight: bold;	
		}
		body#portfolio #interviewlink a:hover {
			color: #333;
		}
	body#portfolio #image img.vert {
		margin: 10px 0;
	}
	body#portfolio #image img.hor {
		margin: 55px 0;
	}		
body#portfolio #images #imagemask {
	width: 485px;
	height: 467px;
	position: absolute;
	top: 95px;
	
}
	
body#portfolio #data {
	position: relative;
	z-index: 100;	
	display: block;
	margin-left: 129px;
	height: 70px;
}		
body#portfolio  #images p.client {
	display: block;
	width: 370px;
	text-align: left;
	padding-left: 15px;
	position: relative;
	margin: 0 0 13px 0;
}
	body#portfolio #images p.project {
		display: block;
		width: 385px;
		text-align: left;
		position: relative;
	}
	body#portfolio #images p.client span {
		position: absolute;
	}
	body#portfolio #images p.project span {
		position: absolute;
	}
	
body#portfolio #thumbs {
	position: absolute;
	left: 762px;
	z-index: 100;
}

body#portfolio #thumbs div {
	width: 162px;
	/* background-color: #fe6735; */
	background-color: #ff6632;
	padding: 4px;
	margin-bottom: 14px;
	clear: left;
}

body#portfolio #thumbs img {
	/* border: 4px solid #fe6735; */
	border: 4px solid #ff6632;
	float: left;
	margin: 0 2px 0 0;
}
	body#portfolio #thumbs img.active, body#portfolio #thumbs img:hover {
		border-color: #c39;
	}
	 
p.clearer {
	clear: both;
	height: 1px;
	margin: 0;
}

/* resume */

body#resume #interiorwrap {
	padding: 94px 70px 0 179px;
	height: 485px;
}

body#resume h2 {
	height: 13px;
	line-height: 13px;
	text-indent: -5000px;
}
	body#resume h2#ex {
		/* width: 150px; */
		background: url(../graphics/resume_heads.gif) no-repeat 0 0;
		margin: 6px 0 13px 0;
	}
	body#resume h2#ed {
		/* width: 130px; */
		background: url(../graphics/resume_heads.gif) no-repeat 0 -14px;
		margin: 18px 0 11px 332px;
	}
	body#resume h2#ts {
		/* width: 215px; */
		background: url(../graphics/resume_heads.gif) no-repeat 0 -28px;
		margin: 18px 0 11px 332px;
	}
	
body#resume #interiorwrap ul {
	margin: -3px 0 0 0;
}
	body#resume #interiorwrap li {
		list-style: none;
		margin: 0 0 10px 0;
		/* font-size: 15px; */
		font-size: 100%;
		line-height: 1.05;
		width: 330px;
	}
	body#resume #interiorwrap ul p {
		margin: 0 0 3px;
	}
	body#resume #interiorwrap ul.technical_skills li {
		/* font-size: 12px; */
		font-size: 80%;
		line-height: 1.3;
		margin-bottom: 0;
	}
	body#resume #interiorwrap ul ul li {
		/* font-size: 12px; */
		font-size: 80%;
		line-height: 1.3;
		margin-bottom: 0;
	}

body#resume #interiorwrap li.c2, 
body#resume #interiorwrap ul.education,
body#resume #interiorwrap ul.technical_skills {
	/* margin-left: 332px; */
}

body#resume #interiorwrap li.l1 {
	/* margin-top: -26.8em; */
}

body#resume #interiorwrap ul li p.summary {
	margin: 2px 0 4px;
	/* font-size: 12px; */
	font-size: 80%;
}

body#resume #interiorwrap > div, body#resume #interiorwrap #colwrap {
	display: table;
	width: 660px;
}
	body#resume #interiorwrap #colwrap > div {
		display: table-row;
	}
		
	body#resume #interiorwrap #colwrap div.column {
		display: table-cell;
		width: 330px;
	}
body#resume #interiorwrap > div > div * {
	margin-left: 0;
}

/* contact */

body#contact #interiorwrap {
	background: url(../graphics/tile_orange.jpg) repeat-y left top;
	text-align: center;
	font-size: 1.08em;
	padding-top: 235px;
	height: 340px;
}

body#contact p.fn {
	display: block;
	height: 35px;
	background: url(../graphics/andreagrieco.jpg) no-repeat 0 0;	
	margin: 0 0 0 375px;
}
	body#contact p.fn span {
		display: none;
	}
	body#contact p.fn img {
		position: absolute;
		z-index: 200;
		left: 420px;
		top: 455px;
	}
body#contact p.adr {
	margin: -4px 11px 0 0;
	line-height: 1.3;		
}

body#contact #interiorwrap a {
	color: #fff;
	text-decoration: none;
}
	body#contact #interiorwrap a:hover {
		color: #333;
	}

body#contact div#interiorwrap p.cite {
	font-size: .65em;
	position: absolute;
	/* left: 320px; */
	top: 610px;
	z-index: 200; width: 100%; text-align: center;
	width: inherit;
	text-align: center;
	margin-left: -6px;
}	
