* {
	margin: 0;
	padding: 0;
}
html, body {}
header, nav, section, footer {
	display: block;
}
body > div.wrapper {}
body {
	background: #1d1b18 url(/images/header_bg.jpg) no-repeat left top;
	font: normal normal 12px/22px Georgia, sans-serif;
	color: #eedfcb;
}
a {
	color: white;
}
input, textarea {
	background-color: #eedfcb;
	border: 1px solid #d9d9d9;
	padding: 3px;
	font: normal normal 12px/22px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width: 900px;
	
}
#file_upload {
	padding: 10px 10px 20px 10px;
	width: 830px; /* 850 - 10 10 */
	height: 72px; /* 102 - 10 - 20 */
	margin-left: 50px;
	margin-top: -102px;
	background-color: #161412;
	z-index: 1000;
	position: relative;
}
	#file_upload fieldset {
		margin-top: 10px;
		margin-left: 10px;
	}
	#file_upload .file_upload_input_pair {
		float: left;
		margin-right: 14px;
		position: relative;
	}
		#file_upload .file_upload_input_pair label {
			display: block;
			position: absolute;
			left: 4px;
			top: 5px;
			z-index: 100; 
			color: #aaa;
			font: normal normal 11px/11px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		}
		#file_upload .file_upload_input_pair label span {
			position: relative;
			top: 3px;
			left: 1px;
		}
	#file_upload input {
		background-color: white;
		color: #332F2B;
		padding: 6px;
		width: 150px;
	}
	#file_upload .file_upload_submit {
		position: absolute;
		bottom: 10px;
		right: 13px;
		border-left: 1px solid #424038;
		float: right;
		margin: 47px 0 0 0;
		padding: 3px 0 3px 30px;		
	}
		#file_upload .file_upload_submit a {
			text-indent: -3000px;
			background: transparent url(/images/btn_submit.gif) no-repeat left top;
			width: 145px;
			height: 29px;
			display: block;
		}
	#file_upload .file_upload_input_submit {
		display: none;
	}
	#file_upload .file_upload_questions {
		display: block;
		position: absolute;
		top: 7px;
		right: 37px;
		width: 17px;
		height: 17px;
		background: transparent url(/images/file_upload_question.gif) no-repeat left top;
		text-indent: -3000px;
	}
	#file_upload .file_upload_close {
		display: block;
		position: absolute;
		top: 12px;
		right: 13px;
		width: 17px;
		height: 17px;
		background: transparent url(/images/file_upload_close.gif) no-repeat left top;
		text-indent: -3000px;		
	}
	#file_upload .file_upload_error {
		position: absolute;
		width: 770px; /* 850 - 80 */
		height: 62px; /* 102 - 40 */
		top: 0;
		left: 0;
		z-index: 500;
		padding: 29px 40px 0 40px;	
		color: white;
		cursor: pointer;
	}	
		#file_upload .file_upload_error p, 	#file_upload .file_upload_error ul {
			opacity: 1;
			z-index: 520;
			position: relative;
			color: white;
		}
		#file_upload .file_upload_error p {
			font: normal normal 12px/12px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		}
		#file_upload .file_upload_error li {
			float: left;
			padding: 7px 20px 0 0;
			margin-left: 10px;
			color: #FFDE6D;
			list-style: disc;
		}
		#file_upload .file_upload_error li.file_upload_error_list_odd {
			
		}
		#file_upload .file_upload_error a {
			display: block;
			position: absolute;
			width: 850px;
			height: 102px;
			top: 0;
			left: 0;
			background-color: #332F2B;
			opacity: 0.9;
			z-index: 510;
			text-indent: -3000px;
		}
	
	div.fancy_file_container {
		position: relative;
		overflow: hidden;
		width: 450px;
		height: 29px;
	}
		div.fancy_file_container input {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 100;
			font-size: 20px;
			height: auto;
		}
		div.fancy_file_container div.fancy_file_redraw {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			z-index: 50;
			cursor: text;
		}
		div.fancy_file_container div.fancy_file_redraw a {
			background: transparent url(/images/btn_browse.gif) no-repeat left top;
			display: block;
			width: 70px;
			height: 29px;
			text-indent: -3000px;
			cursor: text;
			float: left;
			margin-right: 10px;
		}
		div.fancy_file_container div.fancy_file_redraw span {
			float: left;
		}	

header {
	border-bottom: 1px solid #23211e;
	margin-bottom: 24px;
	width: 900px;
	position: relative;
	height: 151px;
}
	header h1.logo_imageworks {
		background: transparent url(/images/logo_imageworks.png) no-repeat left top;	
		display: block;
		width: 202px;
		height: 43px;
		margin: 56px 0 0 50px;
		text-indent: -3000px;
		float: left;
		cursor: pointer;
	}
	header #file_upload_link {
		display: block;
		position: relative;
		top: 56px;
		float: right;
		font: bold normal 12px/22px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		color: #eedfcb;
	}
	
nav {
	width: 255px;
	float: left;
}
	nav ul {
		background: transparent url(/images/side_nav_bg_top.png) no-repeat left top;
		padding-top: 29px;
	}
		nav ul li {
			margin: 0 0 20px 30px;	
		}
		nav ul li a {
			font: normal normal 14px/22px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;	
			color: white;
			text-decoration: none;
		}
		nav ul li.current a {
			color: #541700;
			cursor: default;
		}
		
#nav_section {
	background: transparent url(/images/side_nav_bg_bottom.png) no-repeat left bottom;
	margin-left: 50px;
	float: left;
}

hr {
	margin-top: 24px;
	margin-bottom: 49px;
	width: 900px;
	height: 1px;
	background-color: #22201d;
	color: #22201d;
	float: left;
	text-align: left;
	border: 0;
	clear: both;
}

section {
	width: 550px; /* 570 - 20px */
	margin-left: 22px;
	background: transparent url(/images/content_bg.jpg) no-repeat right bottom;
	padding-bottom: 40px;
	padding-right: 20px;
	float: left;
}
	section header {
		background: none;
		padding-bottom: 0;
		margin-bottom: 0;
		width: auto;
		border: none;
		height: auto;
	}
		section header ul.breadcrumb {
			
		}
			section header ul.breadcrumb li {
				display: inline;
				padding-right: 11px;
				margin-right: 3px;
				background: transparent url(/images/breadcrumb_slash.png) no-repeat right center;
			}
			section header ul.breadcrumb li a {
				font: normal normal 12px/22px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;	
				color: white;
			}
		section header h1 {
			margin-top: 0.75em;
			margin-bottom: 1em;
			font: normal normal 24px/22px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;	
			color: #ffde6d;
		}
	section h2 {
		margin-top: 2em;
		font: normal normal 14px/22px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;	
		color: white;
	}
	section p {
		padding-bottom: 24px;
	}

footer {
	clear: both;
	width: 790px; /* 850 - 30 -30 */
	height: 170px;
	padding: 30px 30px 0 30px;
	background-color: #161412;
	margin-left: 50px;
}
	footer a.website_credit {
		display: block;
		text-indent: -3000px;
		background: transparent url(/images/logo_e49.png) no-repeat left top;
		width: 120px;
		height: 31px;
		float: right;
	}
	footer ul {
	}
		footer ul li {
			display: inline;
			margin-right: 20px;
		}
		footer ul li a {
			font: normal normal 12px/22px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;	
			color: #ffde6d;
			text-decoration: none;
		}
	footer p.copyright {
		padding-top: 18px;
		font-size: 10px;
	}
#home {
	width: 850px;
	margin: 0 0 0 50px;
	background: none;
	padding: 0;
	background: none;
}
	#home article article {}
	#home article a {
		text-decoration: none;
		color: #ffde6d;
		font: normal normal 14px/22px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		width: 414px;
		height: 25px; /* 285 - 260 */
		padding-top: 260px;
		margin-bottom: 18px;
		display: block;
		float: left;
		background-color: transparent;
		background-position: left top;
		background-repeat: no-repeat;

	}
	#home article.home_about_imageworks a {
		background-image: url(/images/bg_home_about_imageworks.jpg);
		margin-right: 20px;
	}
	#home article.home_our_services a {
		background-image: url(/images/bg_home_our_services.jpg);
	}
	#home article.home_our_portfolio a {
		background-image: url(/images/bg_home_our_portfolio.jpg);
		margin-right: 20px;
	}
	#home article.home_contact_imageworks a {
		background-image: url(/images/bg_home_contact_imageworks.jpg);
	}

#portfolio_item {
	border-top: 1px solid #473f36;
	margin-bottom: 25px;
	position: relative;
	text-align: center;
	overflow: hidden;
	height: 0;
	padding: 0;
}	
	#portfolio_item.open {
		border-bottom: 1px solid #473f36;
	}
	#portfolio_item .portfolio_image {
		height: 100%;
		position: relative;
		display: block;
		margin: 0 auto;
		width: 50px;
	}
		#portfolio_item .portfolio_image img {
			border: 5px solid #23211e;
			float: none;
		}
	#portfolio_item div.portfolio_description {
		background-color: #000;
		position: absolute;
		bottom: 0;
		margin: 0 5px 12px 5px;
		padding: 12px 20px;
		text-align: left;
	}
		#portfolio_item div.portfolio_description h2 {
			padding: 0;
			margin: 0;
		}
		#portfolio_item div.portfolio_description p {
			padding: 0;
			margin: 0;
		}
	#portfolio_item a.portfolio_previous {
		position: absolute;
		left: -12px;
		top: 50%;
		margin-top: -16px; 
		display: block;
		width: 31px;
		height: 31px;
		text-indent: -3000px;
		background: transparent url(/images/portfolio_previous.png) no-repeat center center;
	}
	#portfolio_item a.portfolio_next {
		position: absolute;
		right: -12px;
		top: 50%;
		margin-top: -16px; 
		display: block;
		width: 31px;
		height: 31px;
		text-indent: -3000px;
		background: transparent url(/images/portfolio_next.png) no-repeat center center;
	}
	#portfolio_item a.portfolio_close {
		position: absolute;
		bottom: -12px;
		right: 0;
		width: 25px;
		height: 19px;
		background: transparent url(/images/portfolio_close.png) no-repeat center center;
		text-indent: -3000px;
		
	}

ul.portfolio_list {
	float: left;
	margin-left: 5px;
}
	ul.portfolio_list li {
		width: 171px;
		height: 107px;
		margin: 0 13px 13px 0;
		float: left;
		background: transparent url(/images/bg_portfolio_item.gif) no-repeat left top;
	}
	ul.portfolio_list li.end_of_row {
		margin: 0 0 10px 0; 
	}
		ul.portfolio_list li a {}
		ul.portfolio_list li img {
			width: 157px;
			height: 92px;
			margin: 6px;
		}

ul.pagination {
	float: right;
}
	ul.pagination li {
		display: inline;	
		font: normal normal 12px/22px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		padding: 0 2px;			
	}
		ul.pagination li a {
			text-decoration: none;
		}
		ul.pagination li.pagination_current a {
			color: #FFDE6D;
		}
		ul.pagination li a:hover {
			text-decoration: underline;
		}
		ul.pagination li.pagination_current a:hover {
			text-decoration: none;
		}
		
div.contact_form {
	
}
	div.contact_form .contact_form_error {
		background-color: #332F2B;
		padding: 20px;
		margin-bottom: 20px;
	}
		div.contact_form .contact_form_error p {
			padding-bottom: 5px;
		}
		div.contact_form .contact_form_error ul {
			color: #FFDE6D;
			list-style: disc;
			margin: 0 0 0 10px;
		}
	div.contact_form label {
		display: block;
		margin-bottom: 10px;	
	}
	div.contact_form input {
		margin-bottom: 10px;
		padding: 5px;
	}
	div.contact_form div.contact_name_pair {
		float: left;
		padding-right: 25px;
	}
		div.contact_form div.contact_name_pair input {
			width: 219px; /* 229 - 5 - 5 */
		}
	div.contact_form div.contact_email_pair {
		clear: left;		
	}
		div.contact_form div.contact_email_pair input {
			width: 474px;
		}
	div.contact_form textarea {
		width: 474px;
		padding: 5px;
	}
	div.contact_form .contact_submit_button {
		display: none;	
	}
	div.contact_form .contact_submit {
		text-indent: -3000px;
		background: transparent url(/images/btn_submit.gif) no-repeat left top;
		width: 145px;
		height: 29px;
		display: block;
		margin-top: 15px;
	}

.vcard {
	margin-top: 30px;
}
	.vcard .adr {
		float: left;
		width: 40%;
	}
		.vcard .adr .directions {
			display: block;
		}
	.vcard .type {
		font: bold italic 12px/22px Georgia, serif;
		color: #ffde6d;
		margin-right: 6px;
	}
