/*************************************************************
"Jordan Howard" style sheet

Written by vitamin
http://www.vitamininc.net/
*************************************************************/

/*************************************************************
General site wide styles
*************************************************************/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 100%;
	line-height: 14px;
	margin: 0 0 0 0;
	padding-bottom: 80px;
}

a {
	text-decoration: underline;
	color: #666666;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

td#pages {
	position: relative;
}

td#pages p {
	margin: 0;
	padding: 0;
}

td#focus img {
	border-right: 1px solid #fff;
}

td#focus a {
	opacity: 1.0; 
	filter: Alpha(Opacity=100);
	-moz-opacity:1.0;
}

td#focus a:hover {
	opacity: 0.8; 
	filter: Alpha(Opacity=80);
	-moz-opacity:0.8;
}
	
td#content {
	border-top: 3px solid #eaeaea;
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
}

td#content p {
	color: #999;
}

td#vertdesc {
	padding: 25px 0 0 0;
}

div#footer p {
	border-top: 1px solid #eaeaea;
	margin: 0 0 0 0;
	padding: 8px 0 0 0;
	color: #999;
	font-size: 11px;
	font-weight: normal;
}

div#footer a {
	color: #999;
}

div#titles {
	position: relative;
	width: 500px;
	height: 30px;
}

div#image_1,
div#image_2,
div#image_3,
div#image_4,
div#image_5,
div#image_6,
div#image_7,
div#image_8,
div#image_9 {
	position: absolute;
	top: 8px;
	visibility: hidden;
}