
:focus{-moz-outline-style: none;}

html, body { height: 100%; }
#main_table { height: 100%; }
body{
	font-family:sans-serif;
	font-size:10pt;
	background-color:#ffffff;
}
a{
	color:#678700;
	text-decoration:none;
	border-bottom:none;
	border-bottom:1px dotted #678700;
}
a:hover{
	color:#a8ce00;
	text-decoration:none;
	border-bottom:1px solid #a8ce00;
}
.floating_portfolio_box{
	display:block;
	position:fixed;
	overflow:hidden;
	left:auto;
	top:0px;
	width:635px;
	min-width:635px;
	max-width:635px;
	height:100%;
	min-height:100%;
	max-height:100%;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
}
#placeholder_table{height:100%}
#scroll_hint{
	display:block;
	position:fixed;
	right:0px;
	bottom:0px;
}
#intro_area{
	display:block;
	position:fixed;
	left:0px;
	top:0px;
	width:120px;
	min-width:120px;
	max-width:120px;
}
.portfolio_thumb{
	border:1px solid #606060;
	padding:0px;
	margin:0px;
	width:64px;
	min-width:64px;
	max-width:64px;
	height:64px;
	min-height:64px;
	max-height:64px;
	vertical-align:middle;
	text-align:center;
	overflow:hidden;
	margin-bottom:8px;
	outline:none;
}
.portfolio_thumb:hover{
	border:1px solid #a8ce00;
}
.portfolio_text_area{
	/* border:1px solid #c0c0c0; */
	padding:10px;
	margin-top:0px;
	margin-bottom:10px;
}

#title_area{
	font-weight:bold;
	font-family:sans-serif;
	font-size:12px;
}
#desc_area{
	font-weight:normal;
	font-family:sans-serif;
	font-size:11px;
	color:#444444;
}
#proj_area{
	font-weight:normal;
	font-family:sans-serif;
	font-size:11px;
	color:#444444;
	margin-top:1em;
	display:block;
}
#client_area{
	font-weight:normal;
	font-family:sans-serif;
	font-size:11px;
	color:#444444;
}

.thumb_header{
	color:#888888;
	text-align:center;
	padding-top:0.5em;
	padding-bottom:0.5em;
	margin-top:8px;
	margin-bottom:8px;
	font-size:12px;
	display:block;
	width:100%;
	background-color:#2e2e2e;
}

.left_nav_cell,
.right_nav_cell{
	background-color:#1a1a1a;
	/* background-image:url('../images/bg_stripes.gif'); */
	background-attachment:fixed;
}
.left_nav_cell{border-right:8px solid #444444;}
.right_nav_cell{border-left:8px solid #444444;}
.left_links{text-align:left;padding-left:40px;}
.left_links a{
	color:#ffffff;
	font-size:12px;
	border-bottom:none;
}
.left_links a:hover{
	color:#a8ce00;
	border-bottom:1px solid #a8ce00;
}

*html td.mid_area_cell{padding-top:1em;} /* ie hack */

/* ------------------ */
/* Begin IE6Win Hacks */

@media screen {
	* html div#intro_area{position:absolute;}
	* html div#scroll_hint{position:absolute;}
}

/* End IE6Win Hacks */
/* ---------------- */
