body, html
{
	margin: 0;
	padding: 0;
	border: none;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	background-color: white;
}


a { outline: none; }

img {border:0;}

img.logo {
	margin-top: 67px;
	margin-bottom: 67px; /* the sum of the margins plus the height of the logo is meant to equal the height of the gallery images (150px) */
	}

table#main {margin-top:50px;}

#centerpanel {
	vertical-align: top;
	text-align: left;
	width: 130px; /* this is meant to be twice the width of "saint image" */
	}
	
#leftpanel {
	vertical-align: top;
	text-align: right;
	}

#rightpanel {
	padding-left:0px;
	width:1075px;
	opacity: .0;
	filter:alpha(opacity=0);
	-moz-opacity:.0;
}

#feature-text {
	margin-top: 150px;
	color: #333;
	font-size: 12px;
	}

#featureimageheight {
	width: 1075px;
}


#thumbnails {
	height: 80px;
	}

#SLIDESIMAGE {
	}
	
#featurelink {
	width: 918px;
	display: block;
}



/* navigation */

#navlist
{
	text-transform: uppercase;
	letter-spacing: 0px;
	width: 130px; /* this is meant to be twice the width of "saint image" */
}



#personalnav ul,
#navlist ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 10px;
	}

#navlist a {
	display: block;
	padding: 10px 0px 2px 0px;
	}

#navlist a:link, #navlist a:visited {
	color: #666;
	text-decoration: none;
	}


div#personalnav a:link,
div#personalnav a:visited,
div#navlist div#subphotonav a:link,
div#navlist div#subphotonav a:visited {
	color: #666;
	}

div#personalnav a.uberlink:link,
div#personalnav a.uberlink:visited,
div#navlist div#subphotonav a.uberlink:link,
div#navlist div#subphotonav a.uberlink:visited,
div#navlist a.uberlink:link, 
div#navlist a.uberlink:visited {
	color: #2fc5f4;
	}

div#navlist div#topphotonav a:hover,
div#navlist div#bottomnav a:hover{
	color: #666;
	}

div#navlist div#personalnav a:hover,
div#navlist div#subphotonav a:hover,
div#navlist div#subphotonav a.uberlink:hover,
.fakeout {
	color: #2fc5f4;
	}

div#subphotonav,
div#personalnav {
	padding: 10px 0 15px 0;
	}












div#personalnav a {
	text-decoration: none;
}


div#topphotonav {
	padding: 10px 0 20px 0;
	border-top: 1px black solid;
	height:370px;
	}

div#bottomnav {
	padding: 10px 0 20px 0;
	border-top: 1px black solid;
	}


/* thumbnails */


.controller, .controller a {
	color: #666;
	text-decoration: none;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
	
div.controller
{
	margin-top: 20px;
	margin-bottom: 20px;
	width:869px;
}

div#control-area
{
	display: block;
	border: 1px solid white;
    
}


#SLIDESTEXT {
	display: inline;
	margin: 0 5px 0 5px;
	}


#leftcontrol {
	padding-right: 5px;
	}

#rightcontrol {
	padding-left: 5px;
	padding-right: 10px;
	}

#caption {
	margin: 0 5px 0 5px;
	position: absolute;
	color: #666;
	}

.counter {
	color: #666;
	margin-right: 10px;
	}


/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold { 
	position:relative; overflow:hidden;
	width:869px; height:80px; z-index:100
	}
	
div#wn { 
	position:absolute; 
	left:0px; top:0px; 
	width:869px; height:60px; 
	clip:rect(0px, 869px, 60px, 0px); 
	overflow:hidden;	
	z-index:1;
	float: right;
	display: inline;
	}
	
div#lyr1 { 
	position:absolute; 
	opacity: .20;
	filter:alpha(opacity=20);
	-moz-opacity:.20;
	left:0px; top:0px; 
	z-index:1; 
	}
	
div#lyr1 img {
	margin-right: 3px;
	}	

div#lefthiddenscroller  {
	height: 120px;
	width: 40px;
	margin-left: -42px;
	margin-top: -30px;
	display: inline;
	float: left;
	position: relative;
	border: 1px solid white;
	}


/* gallery styles */


.gallery-selection {
	float: left;
	margin-bottom: 15px;
	text-align: center;
	}

.gallery-selection-pad {
 margin-right: 40px;
}


.gallery-selection a {
	color: #666;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	}
	
div.gallery-image {
	width: 236px;
	background-color: #fff;
	border:1px solid #ddd;
	margin-bottom: 2px;
	}

div.gallery-selection a.hiddentitle {
	visibility:hidden;
	margin-top: 3px;
	display:block;
	}

div.gallery-selection:hover a.hiddentitle {
	visibility:visible; /* this doesn't work MSIE 6 not sure why */
	}
		
	
/* client list */

table#clients {width:869px;}




