body {
	margin: 0;
	padding: 0;
	font-family: Arial, Arial, Helvetica, sans-serif;
	color: #bcbcbc;
	height: 100%;
}
img { 
	border: 0;
}

/* GLOBAL & REUSED */
a:link, a:visited,a:hover,a:active {
	text-decoration: none;
	outline: none;
}
div.clear {
	clear: both;
	height: 0;
	font-size: 0;
}
a.logo:link, a.logo:visited {
	display: block;
	width: 77px;
	height: 27px;
	background: url('images/site.gif') no-repeat;
}
/*
a.logo:hover {
	background: url('images/site.gif') -77px 0 no-repeat;
} */
a.url:link, a.url:visited {
	color: #999;
	font-weight: bold;
}
a.url:hover {
	color: #2d2d2d;
}

/* SITE CONTAINER */
#outer {height: 100%; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
div#site_container {
	width: 1200px;
	height: 600px;
	top: -50%;
	position: relative;
}

/* HEADER SPACER */
div.header_spacer { 
	display: block;
}

/* LEFT COLUMN */
div#left_col {
	margin-left: 23px;	
	float: left;
	width: 125px;
	position: absolute;
}
	div#navigation {
		margin-top: 25px;
		height: 500px;
	}
		/* MAIN LINKS (design, moving, still, about) */
		div#navigation a:link, div#navigation a:visited {
			margin-bottom: 7px;
			background-image: url('images/site.gif');
			background-repeat: no-repeat;
			height: 14px;
			display: block;
			width: 77px;
			font-size: 0;
		}
		a.design:link, a.design:visited { background-position: 0 -27px; }  
			a.design:hover { background-position: -77px -27px; }
		a.moving:link, a.moving:visited { background-position: 0 -41px; }
			a.moving:hover { background-position: -77px -41px; }
		a.still:link,  a.still:visited  { background-position: 0 -55px; }	
			a.still:hover  { background-position: -77px -55px; }
		a.about:link,  a.about:visited  { background-position: 0 -68px; }
			a.about:hover  { background-position: -77px -68px; }
		a.blog:link,  a.blog:visited  { background-position: 0 -82px; }
			a.blog:hover   { background-position: -77px -82px; }
			
				/* SUB LINKS */
				div#design_links, div#moving_links, div#still_links {
				 	padding-bottom: 30px;
					-z-index: 10;
				}
					div#design_links a:link, div#design_links a:visited,
					div#moving_links a:link, div#moving_links a:visited, 
					div#still_links  a:link, div#still_links  a:visited, 
					div#about_links  a:link, div#about_links  a:visited {
						background-image: none;
						font-size: 11px;
						color: #c1c1c1;
						width: 154px;
						padding-left: 4px;
					}
					
					div#design_links a:hover,
					div#moving_links a:hover,
					div#still_links  a:hover,
					div#about_links  a:hover {
						color: #666;
					}
					
					div#design_links a.selected:link, div#design_links a.selected:visited,
					div#moving_links a.selected:link, div#moving_links a.selected:visited, 
					div#still_links  a.selected:link, div#still_links  a.selected:visited, 
					div#about_links  a.selected:link, div#about_links  a.selected:visited { 
						color: #fc746d; 
					}
					
		/* CONTACT FOOTER */
		div#contact {
			left: 23px;
			height: 45px;
			width: 125px;
			-z-index: -10;
		}
			a.contact_link:link, a.contact_link:visited { 
				background: url('images/site.gif') 0 -97px no-repeat; 
				width: 125px;
				height: 45px;
				display: block;
			}
			a.contact_link:hover { background: url('images/site.gif') -124px -97px no-repeat; }
			
	
/* DESCRIPTION COLUMN */			
div#port_description {
	float: left;
	position: absolute;
	width: 200px;
	background: #fff;
	margin-left: 148px;
	padding-right: 20px;
	padding-top: 50px;
	font-size: 11px;
}	

/* PORTFOLIO COLUMN */
div#port {
	margin-left: 368px;
	position: absolute;
	float: left;
	width: 825px;
}
	div.port_top {
		height: 50px;
		display: block;
	}
		div.port_top div {
			padding-top: 25px;
			font-size: 11px;
		}
		a.next_link:link, a.next_link:visited, 
		a.prev_link:link, a.prev_link:visited {
			color: #4a4a4a;
		}
		a.prev_link:hover, a.prev_link:hover {
			color: #303030;
		}
		
	div#port_item {
		
	}
		div.still_item {
			position: absolute;
		}
		
	div.about {
		background: url('images/about.gif') left center no-repeat;
		height: 300px;
		width: 800px;
	}
	
