/****************************************
 * http://meyerweb.com/eric/tools/css/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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	/*content: none;*/
	}

:focus {
	outline: 0;
	}

ins {
	text-decoration: none;
	}
    
del {
	text-decoration: line-through;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}


/****************************************
 * General Formatting
 ****************************************/
 
body {
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 63.125%;		/* translate 1.0em to 10px, 1.5em to 15px, etc. */
    color: #222;
    background: url(gfx/bg.jpg) repeat left top;
 	}
    
#wrapper {
	float: left; 
	width: 100%;	
	text-align: center;
	background: url(gfx/top_bg.jpg) no-repeat top center;
	padding-top: 30px;
	}

#content {
	width: 960px;
    margin: 0 auto;
	text-align: left;
	margin-bottom: 20px;
	/*background-color: #fff;*/
	}  
	
#header {
	padding: 30px;
	}

#header {
	text-align: center;
	}


a {
	color: #596e8c;
}

h1 {
	width: 277px;
	margin: 0 auto;
	}
	
h1 a {
	display: block;
	width: 277px;
	height: 45px;
	text-indent: -50000px;
	background: url(gfx/name.png) no-repeat center top;
	
	}

p {
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0 0 15px 0;
	}


/************ NAV ************/

#header ul {
	margin: 20px 0 0 320px;
	}

#header ul li {
	float: left;
	display: inline;
	margin-left: 10px;
	}

#header ul li a {
	display: block;
	height: 28px;
	background-image: url(gfx/nav.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	}
	
	
#header ul li#nav_home  a {
	width: 100px;
	background-position: 0 0;
	}


#header ul li#nav_home  a:hover {
	background-position: 0 -57px;
	}
	
#header ul li#nav_home  a#selected {
	background-position: 0 -28px;
	}	


#header ul li#nav_portfolio  a {
	width: 125px;
	background-position: -105px 0;
	}	
	
#header ul li#nav_portfolio  a:hover {
	background-position: -105px -57px;
	}
	
#header ul li#nav_portfolio  a#selected {
	background-position: -105px -28px;
	}	
	
#header ul li#nav_process  a {
	width: 140px;
	background-position: -250px 0;
	display: none;
	}		
	
#header ul li#nav_process  a:hover {
	background-position: -250px -57px;
	}	
	
#header ul li#nav_process  a#selected {
	background-position: -250px -28px;
	}		
	
	
img.float_left {
	float: left;
	margin: 0 20px 20px 0;
	}

.matte {
	padding: 10px;
	border: 1px solid #ddd;
	}

#maincontent {
	padding: 30px 50px;
}

#maincontent {
	background: url(gfx/btm_bg.jpg) no-repeat center bottom;
	}

#footer {
	clear: both;
	text-align: center;
	color: #666;
	font-style: italic;
	padding: 20px 0;
	}

.collection img {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 0 0 4px 4px;
	/*-moz-box-shadow: 3px 3px 4px #444;
	-webkit-box-shadow: 3px 3px 4px #444;
	box-shadow: 3px 3px 4px #444;*/
	/* For IE 8
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')"; */
	/* For IE 5.5 - 7
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444'); */
	}

#process_examples {
	text-align: center;
	}

/* SLIMBOX */


#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
	}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
	}
.lbLoading {
	background: #fff url(./gfx/loading.gif) no-repeat center;
	}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	}

#lbPrevLink {
	left: 0;
	}

#lbPrevLink:hover {
	background: transparent url(./gfx/prevlabel.gif) no-repeat 0 15%;
	}

#lbNextLink {
	right: 0;
	}

#lbNextLink:hover {
	background: transparent url(./gfx/nextlabel.gif) no-repeat 100% 15%;
	}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(./gfx/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
	}

#lbCaption, #lbNumber {
	margin-right: 71px;
	}

#lbCaption {
	font-weight: bold;
	}

.collection {
	margin: 0 0 30px 153px;
	width: 600px;
	}	

h3 {
	margin: 0 0 10px 5px;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #000;
	font-weight: bold;
	}


