html
{ 
	height: 100%;
	width: 100%;
}
body
{
	background: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 980px;
}
input, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
img
{
	border: none;
}
a:link, a:visited, a:active, a:hover
{
	color: #000000;
	text-decoration: underline;
}
#menuwrapper
{
	background: url(../images/greysq.png) repeat;
	float: left;
	height: 100%;
	min-height: 680px;
	width: 169px;
	color: #ffffff;
}
#menu
{
	margin-left: 43px;
	position: relative;
}
.aboutmenu, .portmenu, .contactmenu, 
.aboutmenuselect, .portmenuselect, .contactmenuselect
{
	position: absolute;
	top: 172px;
	border-top: solid 40px #000000;
}
.aboutmenu:hover, .portmenu:hover, .contactmenu:hover,
.aboutmenuselect, .portmenuselect, .contactmenuselect
{
	border-top: solid 40px #ffffff;
	margin-top: 0px;
}
.portmenu, .portmenuselect
{
	left: 43px;
}
.contactmenu, .contactmenuselect
{
	left: 86px;
}
#contentwrapper
{
	background: #ffffff;
	color: #000000;
	float: left;
	margin-left: 3px;
	margin-top: 43px;
	width: 790px;
}
.blksq
{
	background: #ffffff url(../images/blacksq.png) repeat-y;
	float: left;
	width: 40px;
	height: 298px;
	margin-right: 3px;
}
.plussq
{
	margin-top: 129px;
}
.title
{
	margin-top: 132px;
}	
.different
{
	width: 720px;
}
.damage
{
	background: #ffffff url(../images/blacksq.png) repeat-x;
	width: 466px;
	height: 43px;
	text-align: right;
	margin-top: 3px;
}
#content
{
	margin-left: 43px;
	width: 700px;
	padding: 20px;
}

.portfoliodetail
{
	margin-top: 10px;
}
.portfoliodetail img
{
	border: solid 2px #bfbfbf;
	margin-right: 10px;
}
.sitelink
{
	text-transform: uppercase;
}
#footer
{
	color: #000000;
	font-size: 7pt;
	margin-left: 43px;
	padding-left: 20px;
}

/* Styles for scrolling layers  */
#left { display: inline; float: left; }
#right { display: inline; float: right; }
#scroller { height: 40px; width: 300px; text-align: center; vertical-align: middle;}
/* Styles for scrolling layers  
 Specify width and height in hold and win, and in clip for win */
div#hold
{ 
	position:relative; overflow:hidden;
	display: inline; float: left;
	width:500px; height:46px; z-index:100;
	top: 0px; left: 0px;
}
div#win
{ 
	position:absolute; 
	left:0px; top:0px; 
	width:500px; height:46px; 
	clip:rect(0px, 500px, 46px, 0px); 
	overflow:hidden;	
	z-index:1; 
}
div#lyr
{ 
	position:absolute; visibility:visible; 
	left:0px; top:0px; 
	z-index:1; 
}
.arrows a
{
	text-decoration: none;
	font-size: 16pt;
}
.thumbnails a img
{
	height: 40px;
	border: solid 2px #bfbfbf;
}
.thumbnails a:hover img
{
	border: solid 2px #7a7a7a;
}

/* PORTFOLIO ELEMENTS */
#rnjsalsa, #melstinytots, #peakoverpressure, #rightfieldbleachers, #roltec, #heavymetalalloy,
#differentdamage, #rockislandcafe, #mediocreatbest, #bobblicious, #vinylnerd, #fvkb, #umentumlaw, 
#thecdp, #thelostalbatross, #doctorsofza
{
	display: none;
}
#placeholder
{
	height: 279px;
}
#contactform, .error
{
	font-size: 8pt;
}
.button
{
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	border: none;
    cursor: hand;	
}
@media handheld
{
	#menuwrapper, #menu, .blksq
	{
		display: none;
	}	
	.damage
	{
		width: 294px;
	}
	#contentwrapper
	{
		margin-top: 3px;
	}
	#content, #footer
	{
		margin-left: 0px;
		padding: 3px;
	}
}