@charset "UTF-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img {
margin: 0;
padding: 0;
border: 0;
}

h1 {
	font-size:14px;
	font-weight:bold;
}

h2 {
	font-size:12px;
	font-weight:bold;
}

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

body#body_home {
	background-image:url(images/background2.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:1.4em;
}

body#body_dpreel, body#body_steadicamreel, body#body_equipment, body#body_gallery, body#body_resume {
	background-image:url(images/background.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:1.4em;
}

body#body_badball {
	background-image:url(images/badballbg.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:1.4em;
}

#wrapper {
	width: 800px;
	margin:0px auto;
}

#topspacer {
	height:100px;
}

#navimage {
	position:relative;
	float:left;
	width:95px;
} 

#nav {
	position:relative;
	float:left;
	width:190px;
	background:url(images/navmatrix.png);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height:100px;
	list-style-type:none;
}

#nav li {
	float:left;
}

#nav li a {
	display:block;
	height:16px;
	position:absolute;
	background:url(images/navmatrix.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

li#home a {
	top:0px;
	left:0px;
	width:70px;
	background-position:0px 0px;
}
li#home a:hover, #body_home li#home a {background-position:-190px 0px;}

li#dpreel a {
	top:17px;
	left:0px;
	width:100px;
	background-position:0px 17px;
}
li#dpreel a:hover, #body_dpreel li#dpreel a {background-position:-190px -17px;}

li#steadicamreel a {
	top:34px;
	left:0px;
	width:190px;
	background-position:0px 34px;
}
li#steadicamreel a:hover, #body_steadicamreel li#steadicamreel a {background-position:-190px -34px;}

li#equipment a {
	top:51px;
	left:0px;
	width:140px;
	background-position:0px 51px;
}
li#equipment a:hover, #body_equipment li#equipment a {background-position:-190px -51px;}

li#gallery a {
	top:68px;
	left:0px;
	width:100px;
	background-position:0px 68px;
}
li#gallery a:hover, #body_gallery li#gallery a {background-position:-190px -68px;}

li#resume a {
	top:85px;
	left:0px;
	width:100px;
	background-position:0px 85px;
}
li#resume a:hover, #body_resume li#resume a {background-position:-190px -85px;}

#soa {
	position:relative;
	float:left;
	height:72px;
	width:72px;
	background-image:url(images/soamatrix.png);
	background-repeat:no-repeat;
	list-style-type:none;
}

#soa li {
	float:left;
}

#soa li a {
	display:block;
	height:61px;
	position:absolute;
	background:url(images/soamatrix.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

li#soabox a {
	top:6px;
	left:6px;
	width:61px;
	background-position:-6px -6px;
}
li#soabox a:hover {background-position:-78px -6px;}

#iatse {
	float:left;
	position:relative;
	width:100px;
	margin-top:5px;
	margin-left:5px;
}

#content {
	position:relative;
	float:left;
	width:510px;
}

#contentpadding {padding-left:70px;}
#contentpadding_resume {padding-left:40px;}
#contentpadding_reel {padding-left:30px;}
#contentpadding_home {padding-left:40px; padding-top:3px; width:450px;}

.maintext {font-size:12px;}

#equipmentlist {list-style-type:square;}
#equipmentlist li {margin-bottom:1em;}

#resume ul, #resume li, #resume ul li {
	list-style-type:none;
	line-height:1.4em;
}
#resume li {margin-left:2em;}
#resume ul li {margin-left:4em;}

ul.thumbs, ul.thumbs li {
	display:inline;
	list-style:none;
	margin:0;
}

ul.thumbs li a {
	display:block;
	padding:3px;
	float:left;
	margin:0 5px 5px 0;
	border:2px solid #CCCCCC;
	cursor:pointer;
}

ul.thumbs li a:hover {
	border:2px solid #000000;
}

#footer {
	clear:both;
	text-align:right;
	position:relative;
	width:99%;
	float:left;
	color:#999999;
}

#tomko {
	text-align:left;
	position:relative;
}
#tomko a {
	color:#CCCCCC;
}
#tomko a:hover {color:#000000;}