/* _____________________________________________________________________________________________*/
/* ________________________________________ FOLIO_INDEX.CSS ____________________________________________
author: Tom Barnfield
email: info@runninghead.com
website: www.runninghead.com
________________________________________________________________________________________________*/


/* =HACKS
________________________________________________________________________________________________*/
* html body {
	font-size: 12px;
}

img { /* Remove border around linked images */
	border: 0px;
}
* { /* Use the star selector to remove default features */
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
/* THE HOLLY HACK, use for absolute positioned elements inside relative ancestors in anything below IE7/Win- hides from IE Mac \*/
* html {
height: 1px;
}

/*_______________________________________________ BODY ____________________________________________*/
body {
	background-color: #828c96;
	background-image: url(../images/page_images/greyBG.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #CCCCCC;
	text-decoration: none;
	margin: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	min-width: 600px;
}

a:link {
	color: #CCCCCC;
}

a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFCC;
}
a:visited {
	color: #CCCCCC;
}

#vertical_centering_div {
	position: absolute;
	left:0px;
	top:4px;
	width:100%;
	height:100%;
	text-align: center;
}
#containerTable {
	width: 100%;
	height: 100%;
}
#contentDiv {
	width: 611px;
	text-align: center;
	margin-right: 30px;
	margin-left: 30px;
}
#headerDiv {
	text-align: right;
	background-color: #575C60;
	height: 58px;
	line-height: 58px;
	position: relative;
	width: 100%;
	font-size: 2em;
	background-image: url(../images/page_images/mastHeadGradient4index.gif);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
}
#thumbnailTable {
	text-align: center;
	position: relative;
	width: 100%;
}
#thumbnailTableCell {
	height: 100%;
}
#thumbnailImage {
	border: 1px solid #003366;
	margin: 10px;
}
#superThumbnailImage {
	border: 3px double #003366;
	margin: 20px;
}

/*___________________________ HOME BUTTON __________________________*/
#homeButton a {
	position: absolute;
	height: 60px;
	left: -30px;
	top: -1px;
	background-image: url(../images/page_images/homeBut4folio_index.gif);
	background-repeat: no-repeat;
	text-indent: 60px;
}
#homeButton a:hover {
	background-position: 0px -60px;
}

/*___________________________ MENU BUTTON __________________________*/
#menuButton a {
	position: absolute;
	height: 60px;
	left: 7em;
	top: -1px;
	background-image:   url(../images/page_images/menuBut4folio_index.gif);
	background-repeat: no-repeat;
	text-indent: 60px;
}
#menuButton a:hover {
	background-position: 0px -60px;
}
#end_cap {
	background-image: url(../images/page_images/folio_index_end_cap.gif);
	background-repeat: no-repeat;
	height: 60px;
	top: -1px;
	position: absolute;
	right: -30px;
	background-position: right;
	padding-right: 30px;
}

