/* * * * * * * * * * * * * * * * * * * * * * * * * * * *  
Stylesheet for Hollowman.tv
by Chris Nalesnik for Herosion LLC (http://www.herosion.com)
 * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body{
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	line-height: 12px;
	background: #FFFFFF url('../img/bg.jpg') no-repeat;
	color: #000000;
}


/* Zero-out elements */
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}



/* Reusables */

a{
	text-decoration: none;
	color: #000000;
}
a:hover{
	text-decoration: underline;
}
a:visited{}





.example{
	position: absolute;
	top: 172px;
	left: 128px;
	width: 230px;
	font-size: 14px;
	line-height: 14px;
}
.example .flash{
	border: solid 2px #DEDFE0;
	width: 218px;
	height: 154px;
	margin-top: 18px;
}


.pdfs{
	position: absolute;
	top: 53px;
	left: 452px;
}
.pdfs .pdf{
	border: solid 2px #DEDFE0;
	width: 114px;
	height: 76px;
	background: #FFFFFF;
	float: left;
	margin-right: 2px;
}
.pdfs .pdf.empty{
	background: #FFFFFF url('../img/icon_man.gif') 50% 50% no-repeat;
}
.pdfs .pdf.walk1{
	background: #FFFFFF url('../img/walk1.gif') 50% 50% no-repeat;
}
.pdfs .pdf.walk2{
	background: #FFFFFF url('../img/walk2.gif') 50% 50% no-repeat;
}
.pdfs .pdf.walk3{
	background: #FFFFFF url('../img/walk3.gif') 50% 50% no-repeat;
}
.pdfs .pdf.walk4{
	background: #FFFFFF url('../img/walk4.gif') 50% 50% no-repeat;
}

.steps{
	position: absolute;
	top: 186px;
	left: 435px;
	width: 500px;
}
.steps .two{
	position: absolute;
	top: 90px;
}
.steps .three{
	position: absolute;
	top: 179px;
}
.steps .four{
	position: absolute;
	top: 269px;
}




.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

