	/*************************************************************************
	*	This stylesheet is setup with the following sections:
	*		site building blocks: core layout elements of the site
	*		common elements: images, links font
	*		page specific css 
	*************************************************************************/
	
	
	/************************************
	*
	*	 site building blocks 
	*
	************************************/
		body {
			background-color: #E7E2B8;
			margin: 5px auto;
			font-family: verdana;
			font-size: 10pt;
		}
		
		#container {
			width: 932px;
			margin: auto;
			border: solid 0px #888;
			
		}
		
		#login {
			width: 932px;
			margin: 2px auto;
			color: #222;
			text-align: right;
			position: relative;
			height: 10px;
			font-size: 7pt;
		}
		
		#login a {
			text-decoration: underline;
			color: #222;
			font-size: 7pt;
		}
		
		#mainNav {
			width: 169px;
			margin: auto;
			float: left;
			height: 600px;
			background-color: #544741;
			border-right: 0px dotted #BBB;
		}
		
		#headerGraphic {
			height: 100px;
			padding: 20px 0px;
			text-align: center;
			margin-bottom: 3px;
		}
		
		#mainNav ul {
			margin: 0px;
			padding: 0px;
			border-bottom: solid 0px white;
		}
		
		#mainNav ul li {
			list-style-type: none;
			border-top: solid 0px white;
			padding: 0px 5px 0px 34px;
			height: 1.5em;
			line-height: 1.5em;
			text-align: left;
			color: white;
			font-size: 12px;
			margin: 0;
		}
		
		#mainNav ul li a {
			display: block;
			color: white;
			margin: 0;
		}
		
		#mainNav ul li:hover {
			background: #C04F00;
		}
		
		#mainNav ul li.selected {
			background: #C04F00;
		}
		
		#address {
			height: auto;
			padding-left: 30px;
			color: #FFF;
			text-align: left;
			font-size: 10px;
			position: relative;
			bottom: -28%;
		}
		
		#content {
			width: 762px;
			margin-left: 170px;
			margin-right: auto;
			position: relative;
			background-color: #8AA8B0;
			height: 600px;
		}
		
	/************************************
	*
	*	 common elements 
	*
	************************************/
		a {
			font-weight: normal;
			text-decoration: none;
			color: white;
		}
		
		img.thumbs {
			height: 60px;
			width: auto;
			margin: 3px;
		}
		
		form .onefield {
			display: block;
			vertical-align: middle;
			margin: 6px 0px;
		}
		
		input {
			font-size: 1em;
		}
		
		#search_form input {
			font-size: .7em;
		}
		
		input[type="text"], input[type="radio"], input[type="password"] {
			border: 2px solid #E2E2E2;
		}
		
		textarea {
			border: 2px solid #E2E2E2;
		}
		
		input[type="submit"] {
			border: 2px solid #E2E2E2;
			background-color: #FFF;
			color: #333;
		}
		
		.fielderror {
			color: red;
			display: inline;
		}
		
		form .formactions {
			text-align: left;
		}
		
		div.clear {
			display: block;
			clear: both;
		}
		
	/************************************
	*
	*	 page specific css 
	*
	************************************/
	
	/*Home */
	
		.mainpic {
			height: 600px;
			width: 253px;
		}
		
		#mainpic1 {
			float: left;			
			background-image: url("../images/mainpage1.jpg");
			border-right: 1px solid #E7E2B8;				
		}
			
		#mainpic2 {
			float: left;
			margin: 0;
			background-image: url("../images/mainpage2.jpg");
			border-right: 1px solid #E7E2B8;			
		}
		
		#mainpic3 {
			margin-left: 508px;
			background-image: url("../images/mainpage3.jpg");	
		}
		
		.rollover {
			height: 600px;
			width: 253px;
			opacity: 0;
			filter: alpha(opacity=0);
			display:block;		
		}
		
		.rollover:hover {
			color: white;
			opacity: .60;
			filter: alpha(opacity=60);
			background: #222;
			font-size: 36px;
			font-family: verdana;
			text-align: center;
			height: 600px;
			width: 100%;
			display:block;
		}
		
		.rollover_text {
			background: #333;
			color: white;
			width: 100%;
			opacity: 1;
			height: 600px;
			line-height: 2em;
		}
		
	/*Contact Us*/
		
		#contactFormContainer  {
			font-size: 1em;
			color: white;
			padding: 20px;
			margin: 0;
		}
		
		#contactFormContainer label {
			display: block;
			text-align: left;
			width: 120px;
			float: left;
			padding-top: 8px;
		}
		
		#contactFormContainer .field {
			float:left;
			padding:4px 2px;
			margin:2px 200px 5px 10px;
			width: 300px;
			display: inline;
		}
		
		#contactFormContainer input[type=radio] {
			border: 0;
		}
		
		#contactFormContainer input[type=submit] {
			margin-left: 120px;
		}
	/*Location*/
	
		#locationContainer {
			height: 570px;
		}
		
		#locationAddress {
			width: 100%;
			color: white;
			text-align: center;
			padding: 20px 0px;
			font-size: .8em;
			border-bottom: 0px dotted #BBB;
		}
		
		#locationMap {
			text-align: center;
			margin: 40px 0px;
		}
		iframe {
			padding: 3px;
			border: 1px solid #D5D5D5;
		}
	
	/*Designers*/
		#designers {
			margin: 20px;
			font-size: 1em;
			font-weight: normal;
			color: #FFF;
		}
		
		#designers ul {
			font-size: 1em;
			font-weight: normal;
			margin-top: 5px;
		}	
		
		#designers ul li {
			list-style-type: square;
			padding: 5px;
		}
		
		#designers ul li a {
			font-weight: bold;
		}
	/*login*/
		
		#login_form {
			padding: 20px;
			margin: 0px;
			height: 560px;
			color: white;
		}
		
		#login_form label {
			display: block;
			text-align: left;
			width: 100px;
			float: left;
			padding-top: 8px;
		}
		
		#login_form .field {
			float:left;
			padding:4px 2px;
			margin:2px 200px 5px 10px;
			width: 400px;
			display: inline;
		}
		
		#login_form input[type=submit] {
			margin-left: 100px;
		}

	/*admin index*/
		
		#admin_index_container {
			color: white;
			padding: 20px;
		}
		
		.job_container {
			float: left;
			width: 110px;
			height: 150px;
			text-align: center;
		}
		.job_container img {
			border: 2px solid #EEE;
		}
		
		.job_container a {
			text-decoration: underline;
		}
		
	/* admin/job_view */
		
		#jobpics_container {
			padding: 20px;
			margin: 0px;
			color: white;
		}
		
		#addpic_form {
			margin-left: 20px;
		}
		
		#addpic_form label {
			display: block;
			text-align: left;
			width: 150px;
			float: left;
			padding-top: 8px;
			color: #FFF;
		}
		
		#addpic_form .field {
			float:left;
			padding:4px 2px;
			margin:2px 200px 5px 10px;
			width: 350px;
			display: inline;
		}
		
		#addpic_form input[type=submit] {
			margin-left: 162px;
		}
		
		#jobpic_container {
			margin: 20px 0;
			text-align: left;
		}
		
		.jobpic {
			float: left;
			width: 100px;
		}
		
		.jobpic a {
			text-decoration: underline;
		}
		
		.pic_desc {
			float: left;
			padding-left: 20px;
			width: 600px;
			height: 80px;
		}
		
	/*admin/editpicdata*/
		
		#existing_tags {
			list-style-type: none;
			padding: 0px;
			margin: 0px;
		}
		#existing_tags li {
			float: left;
			padding: 3px;
			margin: 0px;
		}
		
		#pic {
			padding: 10px;
			text-align: center;
		}
		#pic img {
			max-height: 380px;
		}
		#picData {
			margin: 10px 5px;
			color: white;
			font-size: 1em;
		}
	
	/* admin/remove */
		#confirm_msg {
			color: #FFF;
			padding: 20px;
		}
			
		#confirm_msg input {
			margin: 5px;
		}
		
	/* admin/showadmins */
		#admins_table {
			color: #FFF;
			padding: 20px;
		}
		
		#admins_table td {
			padding: 5px 10px;
		}
		
		#admins_table th {
			font-weight: bold;
		}
		#admins_table a {
			text-decoration: underline;
		}
		
	/* admin/editadmins_view */
		#editadmins_table {
			color: #FFF;
			padding: 20px;
		}
		
		#editadmins_table td {
			padding: 5px 10px;
		}
		
		#editadmins_table th {
			font-weight: bold;
		}
		#editadmins_table a {
			text-decoration: underline;
		}
	
	
	/*gallery*/
		
		#section_header {
			color: white;
			background: #526163;
			font-weight: normal;
			font-size: 1em;
			font-family: verdana;
			text-align: center;
			padding: 3px 10px 3px 0px;
			border-bottom: 1px solid #CCC;
		}
		
		#search_form {
			font-family: verdana;
			text-align: right;
			width: 100%;
			padding: 0px;
			background-color: #555;
			border-bottom: 1px solid #AAA;
			margin: 0px;
		}
		#search_form form {
			padding: 5px 10px 5px 0px;
			margin: 0px;
		}
		#search_form input[type=text] {
			width: 20em;
		}
		
		#view_select {
			float: left;
			padding: 4px 0 0 10px;
		}
		
		#no_results {
			margin: 20px auto;
			border: 1px solid #DDD;
			padding: 10px;
			color: white;
			font-size: 1em;
			background-color: #666;
			width: 200px;
		}
	/*gallery/index*/	
		.img_container {
			float: left;
			margin: 5px 5px 20px 5px;
			width: 130px;
			height: 130px;
			text-align: center;
			display: inline;
		}
	
		.img_container img {
			border: 1px solid #D5D5D5;
			padding: 2px;
			margin: 0px;
			background-color: #EEE;
		}
				
		#gallery_pics {
			list-style-type: none;
			font-size: .8em;
			color: white;
			padding: 20px 25px;
			margin: 0;
			display: block;
			position: absolute;
			left: 0;
			top: 100;
		}
		
		#pag_links {
			position: absolute;
			left: 0;
			top: 550px;
			text-align: right;
			height: 2em;
			padding: 0;
			font-size: 1em;
			color: white;
			width: 724px;
		}
	
	/*gallery/pic*/
		#scrollable_pics {
			list-style-type: none;
			padding: 5px 5px 5px 8px;
			margin: 0;
			display: block;
			border-bottom: 1px solid #DDD;
			height: 68px;
			background-color: #555;			
		}
		
		li.scrollable_nav {
			font-size: 2em;
			float: left;
			width: 20px;
			padding-top: 15px;
		}
		
		li.scrollable_nav img {
			border: 0;
		}
		
		li.scrollable_pic {
			float: left;
			width: 95px;
			height: 70px;
			text-align: center;
			margin: 0 3px;
		}
		
		img.scroll_thumbs {
			height: 60px;
			width: auto;
			padding: 0;
			border: 1px solid #CCC;
			margin-top: 2px;
		}
		
		img.scroll_thumbs_outlined {
			height: 60px;
			width: auto;
			padding: 0;
			border: 3px solid #FFF;
		}
		
		#selected_pic {
			float: left;
			padding: 20px 10px 0px 20px;
		}
		
		#selected_pic img {
			border: 1px solid #DDD;
			max-height: 425px;
			max-width: 500px;
			
		}
		
		#selected_pic_info {
			border: 1px solid #DDD;
			margin: 20px;
			padding: 10px;		
			float: right;
			color: white;
			font-size: 1em;	
			width: 160px;
			background-color: #666;
		}
		
		#selected_pic_info a {
			text-decoration: underline;
		}
			
	/* process */
		#process_wrapper {
			height: 590px;
			width: 752px;
			background-color: #544741;
			padding: 10px 0 0 10px;
		}
		
		div.process_block {
			background-color: #8AA8B0;
			float: left;
			color: #FFF;
			margin: 0 10px 10px 0;
			font-family: lucida sans, sans serif;
			text-decoration: italicize;
		}
		
		#process_text {
			color: #FFF;
			padding: 10px 15px 0px;
			margin: 0;
			border: 0 solid #544741;
			height: 177px;
			background-color: #C04F00;
		}
		
		#process_text div.nav {
			text-align: center;
			margin-top: 5px;
		}
		span.section_title {
			text-decoration: italic;
			font-weight: bold;
		}
		#process_text ul {
			list-style-type: square;
			padding: 0 0 0 15px;
			margin: 5px 0;
			font-size: 1em;
		}
		#process_text ul li {
			padding-bottom: 5px;
		}
		#process_text p {
			margin: 2px 5px 0 5px;
			text-align: justify;
		}
		#block1, #block2, #block3, #block4, #block5, #block6 {
			height: 187px;
		}
		
		#block1, #block4, #block7 {
			width: 241px;
		}
		
		#block2, #block5, #block8 {
			width: 241px;
		}
		
		#block3, #block6, #block9 {
			width: 240px;
		}
		
		#block7, #block8, #block9 {
			height: 186px;
		}
		
		a.process_nav {
			font-size: 1.4em;
			margin: auto auto;
			text-align: center;
			padding: 70px 20px;
			margin: 10px;
			display: block;
		}
		
		img.img_popup {
			display: block;
			position: absolute;
			height: 1px;
			width: 1px;
			z-index: 100;
			float: left;
			left: -1px;
			top: -1px;
		}
		a img {
			border: 0;
		}
		a:hover #img1_popup {
			height: 383px;
			width: 492px;
			margin-top: 208px;
			margin-left: 11px;
		}
		
		a:hover #img2_popup {
			height: 384px;
			width: 491px;
			margin-left: 262px;
			margin-top: 11px;
		}
		
		a:hover #img3_popup {
			height: 383px;
			width: 491px;
			margin-left: 262px;
			margin-top: 208px;
		}
		
		a:hover #img4_popup {
			height: 384px;
			width: 492px;
			margin-left: 11px;
			margin-top: 11px;
		}
		
		a:hover #img5_popup {
			height: 384px;
			width: 492px;
			margin-left: 11px;
			margin-top: 11px;
		}
		
		a:hover #img6_popup {
			height: 384px;
			width: 241px;
			margin-left: 513px;
			margin-top: 11px;
		}
		
		a:hover #img7_popup {
			height: 384px;
			width: 742px;
			margin-left: 11px;
			margin-top: 11px;
		}
		
		a:hover #img8_popup {
			height: 580px;
			width: 491px;
			margin-left: 262px;
			margin-top: 11px;
		}
		
		span.text_highlight {
			font-weight: normal;
			text-decoration: underline;
			cursor: default;
		}
		span.text_highlight img {
			display: block;
			z-index: 100;
			height: 1px;
			width: 1px;
			position: absolute;
			top: -1px;
			left: -1px;
		}
		
		span.text_highlight:hover #your_ideas {
			height: 194px;
			width: 248px;
			top: 400px;
			left: 6px;
		}
		
		span.text_highlight:hover #functional {
			height: 194px;
			width: 248px;
			top: 6px;
			left: 508px;
		}
		
		span.text_highlight:hover #beautiful {
			height: 194px;
			width: 248px;
			top: 400px;
			left: 508px;
		}
		
		span.text_highlight:hover #precision_tools {
			height: 194px;
			width: 248px;
			top: 6px;
			left: 6px;
		}
		
		span.text_highlight:hover #dado_joints {
			height: 194px;
			width: 248px;
			top: 400px;
			left: 6px;
		}
		
		span.text_highlight:hover #secured {
			height: 194px;
			width: 248px;
			top: 400px;
			left: 508px;
		}
		
		span.text_highlight:hover #custom {
			height: 194px;
			width: 248px;
			top: 400px;
			left: 508px;
		}
		
		span.text_highlight:hover #hardware {
			height: 194px;
			width: 248px;
			top: 400px;
			left: 6px;
		}
		
		span.text_highlight:hover #conceal {
			height: 194px;
			width: 248px;
			top: 6px;
			left: 6px;
		}
		
		span.text_highlight:hover #steel {
			height: 194px;
			width: 248px;
			top: 203px;
			left: 257px;
		}
		
		span.text_highlight:hover #catalyzed {
			height: 194px;
			width: 248px;
			top: 400px;
			left: 6px;
		}
		
		span.text_highlight:hover #glazing {
			height: 194px;
			width: 248px;
			top: 6px;
			left: 6px;
		}
		
		span.text_highlight:hover #match {
			height: 194px;
			width: 248px;
			top: 6px;
			left: 508px;
		}
		
		span.text_highlight:hover #scribed {
			height: 194px;
			width: 248px;
			top: 6px;
			left: 6px;
		}
		
		span.text_highlight:hover #plum {
			height: 194px;
			width: 248px;
			top: 400px;
			left: 508px;
		}
		
		span.text_highlight:hover #start {
			height: 194px;
			width: 248px;
			top: 6px;
			left: 6px;
		}
		
		img.img_faint {
			opacity: .6;
			filter: alpha(opacity=60);
			cursor: default;
			background-color: black;
		}