@charset "UTF-8";
/* CSS Document 
DESIGNED BY DAVID POLITI
director@davidpoliti.ca
MAY 2007
*/

body {
	/* background:#111 url(images/body-bg-tile.jpg) top left repeat;*/
	background-color:#000000;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:12px;
}

p {
	color:#CCC;
}

a {
	color:#999;
}


a:hover {
	color:#DDD;
}


#logo {
	height:590px;
	width:630px;
	margin:0px;
	padding:0px;
	background: url(images/body-logo.jpg) top left no-repeat;
}

#mainTable {
	margin-top:-575px;
}

#nav {
	display:block;
	margin-left:158px;
	width:400px;
}

#nav ul {
	list-style:none;
}

#nav ul li {
	list-style:none;
}

#nav ul li a{
	color:#DDD;
	text-transform:uppercase;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	letter-spacing:3px;
	line-height:14px;
}

#nav ul li a:hover{ 
	color:#666666;
}

.galleryNav {
	color:#999999;
}

.galleryNav:hover {
	color:#CCC;
}

#photoWapper {}

#photo {
	/*background:#000 url(images/body-photo-bg-tile.jpg) bottom left repeat-x;
	*/
	background-color:#111;
	border:none;
	display:inline;
	/* margin-top:-65px; */
}

#photo.port {}

#photo.land {}

#photo img {
	margin:4px;
}

.disabled{
	filter:alpha(opacity = 25);
	opacity: .25;
}


#imageGalleryContainer{
	margin-left: 190px;
	margin-top: 40px;
	width: 350px;
	height: 270px;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
}

#navigation{
	width: 50px;
	height: 270px;
	float: left;
	overflow: hidden;
}

#imageGalleryScroller{
	position: relative;
	width: 300px;
	float: right;
}

#imageGalleryContainer .thumbWrapper {
	width:87px;
	height:80px;
	background:url(images/body-thumb-frame.png) top left no-repeat;
	margin: 5px;
	float: left;
}

#imageGalleryContainer .thumbWrapper:hover {
	background:url(images/body-thumb-frame-over.png) top left no-repeat;
}


#imageGalleryContainer .thumbWrapper .thumb {
	background-color:#555;
	width:71px;
	height:63px;
	margin-top:8px;
	margin-left:8px;
	cursor:pointer;
	overflow: hidden;
	position: relative;
}

#imageGalleryContainer .thumbWrapper .thumb:hover {}
