/*

 ____ ____ ____ ____ ____ _________ ____ ____ ____ ____ ____ ____ ____ ____ 
||S |||T |||E |||V |||E |||       |||C |||R |||I |||S |||T |||I |||N |||A ||
||__|||__|||__|||__|||__|||_______|||__|||__|||__|||__|||__|||__|||__|||__||
|/__\|/__\|/__\|/__\|/__\|/_______\|/__\|/__\|/__\|/__\|/__\|/__\|/__\|/__\|


*/

/* STRUCTURE ------ */

* {
	margin: 0; 
    padding: 0;
	border: 0;
    }
	
html {
	height: 100%;
	}

body {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url(../images/webg.jpg) top left no-repeat;
	background-attachment: fixed;
    color: #666;
	background-color: #F0F0F0;
	}

#fullContent {
	margin-left: 100px;
	z-index: 2;
	}

#content {
	width: 800px;
	margin: 254px 0 0 0;
	z-index: 3;
	}

#contentTitle {
	height: 40px;
	display: block;
	width: 800px;
	background: url(../images/title_corner.gif) bottom right no-repeat;
	background-color: #FBD521;
	}
	
#contentTitle h1 {
	font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: left;
	background: #000000;
	color: #CCCCCC;
	display: inline;
	padding: 0 4px;
	vertical-align: baseline;
	}

#contentTitle h1 em {
	color: #999;
	font-style: normal;
	font-weight:bold;
	}	
	

#content .workpiece {
	width: 200px;
	height: 330px;
	margin: 10px 0;
	float: left;
	}
	
#content .workpieceHome {
	width: 196px;
	height: 330px;
	margin: 20px 0;
	float: left;
	}

#content .img {
	width: 180px;
	height: 180px;
	margin: 0 10px 8px 0;
	float: left;
	padding: 4px;
	text-align: left;
	background-color: #FFFFFF;
	}
	
#content .sum {
	width: 180px;
	height: 130px;
	float: left;
	text-align: left;
	padding: 4px;
	overflow: hidden;
    background: url(../images/workpiece_corner.gif) bottom right no-repeat;
	background-color: #FFFFFF;
	}

#content .sum p {
	margin-top: 2px;
	border-top: 1px solid #000000;
	padding-top: 15px;
	}
	

#content .sum h5 {
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color:#FFFFFF;
    color: #666;
	border-top: 2px solid #000000;
	border-bottom: 1px dashed #000000;
	padding: 5px 0px;
	text-transform: capitalize;
	font-weight: bold;
	}

#content img {
	background: #FFFFFF;
	border: 0;
	}

#content #textbox {
	margin: 10px 0;
	width: 785px;
	height: 190px;
	padding-left: 5px;
	background: url(../images/workpiece_corner.gif) bottom right no-repeat;
	background-color: #FFFFFF;
	}
	
#content #halftextbox {
	margin: 10px 10px 0 0;
	width: 380px;
	height: 400px;
	float: left;
	background: url(../images/workpiece_corner.gif) bottom right no-repeat;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 5px;
	}

.clear { 
	clear: both;
	}






/* NAV ------ */ 

#header {
	background: url(../images/webg_nav.jpg) top left no-repeat;
	width: 800px;
	border-bottom: 8px solid #000000;
	position: fixed;
	top: 0px;
	left: 100px;
	height: 220px;
	background-color: #F0F0F0;
	}
	
#nav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	}

#nav ul li {
	background: #000000;
	list-style: none;
	display: inline;
	float: right;
	padding: 6px 10px;
	margin-left: 10px;
	margin-top: 190px;
	text-transform: uppercase;
	border-top: 4px solid #F0F0F0;
	}
	
	
#nav ul li a {
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #CCCCCC;
	}
	
#nav ul li.portfolio a {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FBD521;
	}

#nav ul li:hover {
	border-top: 0;
	border-bottom: 4px solid #000000;
	}
	
#nav ul li.portfolio:hover {
	border-top: 0;
	}

body#print li#printnav,
body#web li#webnav,
body#branding li#brandingnav,
body#about li#aboutnav,
body#contact li#contactnav {
border-top: 4px solid #FBD521;
border-bottom: 0;
}


/* FOOTER ------ */ 

#footer {
	position: fixed;
	bottom: 0px;
	left: 100px;
	width: 800px;
	padding: 0 4px;
	background: #000000;
	}
	
#footer h3 {
	font-size: 8px;
	}

#footer a {
	text-decoration: none;
	border-bottom: none;
	color: #979797;
	}

#footer a:visited {
	text-decoration: none;
	border-bottom: none;
	color: #979797;
	}

#footer a:hover {
	text-decoration: none;
	border-bottom: none;
	color: #FBD521;
	}

#footer #toTop {
	position: fixed;
	bottom: 0px;
	left: 860px;
	margin: 0;
	padding: 0 4px;
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
	background: #FBD521;
	float: right;
	text-decoration: none;
	}
	
#footer #toTop a {
	color: #000000;
	}



/* LINKS ------ */
	
a {
    color: #333;
    font-weight: bold; 
    text-decoration: none;
	}

a:visited {
    border-bottom: none;
    }
    
a:hover {
    color: #666;
    }
    
a.img, a.img:hover {
    border-bottom: none;
    }
	
	

/* TABLES, FORMS, AND QUOTES ------ */

form textarea { 
	border: 1px solid #000000;
	}
	
form textarea:hover { 
	border: 1px solid #FBD521;
	}
	
form input { 
	border: 1px solid #000000;
	}

form input:hover { 
	border: 1px solid #FBD521;
	}

/*.form-input-field {
	border: 1px solid #000000;
	}
	
.form-input-button {
	border: 1px solid #000000;
	margin: 5px;
	padding: 5px;
	}
	
.form-input-button:hover{
	border: 1px solid #000000;
	background-color: #FBD521;
	}
    
table { 
    border-collapse: collapse;
    border-spacing: 0;
    }

ul {
    list-style: none;
    }
    
caption,th {
    text-align: left;
    }

ul,ol, {
    margin-bottom: 24px;
    }

ul ul,ol ul {
    margin-bottom: 0;
    }
		
blockquote,li {
    font-size: 12px;
    line-height: 20px; 
    }
    
blockquote  {
    padding: 2px 0 2px 48px;
    background: url() 12px 0 no-repeat;
    }

li {
    margin-bottom: 4px;
    }

ul li {
    background: url() 9px 5px no-repeat;
    padding-left: 24px; 
    }

form table {
    width: 100%;
    }

form span {
	display: block;
	padding: 1px;
	border: 1px solid #EEE;
	}
form input {
	font-size: inherit;
	vertical-align: middle;
	}

label {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	}

form span input,form span textarea,form span select {
	margin: 0;
	font-size: inherit;
    font-family: inherit;
	width: 100%;
	color: #999;
	padding: 2px;
	background: url() 0 0 repeat;
	border: 1px solid #C3C3C3;
	border-top-color: #7C7C7C;
	border-bottom-color:#DDD;
	}

form span input:focus,form span textarea:focus,form span select:focus {
	color: #666;
	background-color: #FFF;
	}

form span.inline {
	display: inline-block;
	float: left;
	width: auto;
	margin-top: 5px;
	margin-right: 4px;
	}

form div.inline span {
	display: inline-block;
	vertical-align: middle;
	}

form div.inline span input,form div.inline span textarea,form div.inline span select {
	width: auto;
	}

form span.inline input {
	width: auto;
	border: none;
	background-color: transparent;
	}

form {
	width: 384px;
	font-size: 12px;
	position: relative;
	}

form .note {
	position: absolute;
	top: 24px;
	left: 408px;
	line-height: 20px;
	width: 144px;
	font-size: 10px;
	line-height: 14px;
	}

form td {
	padding-left: 12px;
	}


    
  
  
/* IMAGES ------ */ 

img {
    vertical-align: middle;
    }

.image {
/*	background:url() 0 0 repeat;*/
    padding: 12px;
    }
*/