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

* {
	margin: 0;
}

html, body {
	width: 100%;
	height: 100%;
	cursor:default;
	padding:0px; 
	margin:0px; 
	background-image:url(../images/site/bg.gif); 
	background-position:top center; 
	background-repeat:repeat-x; 
	background-color:#000000;
}



/* ------------------- MAIN LINKS ------------------- */


.resume_main_text
{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#999999;
}
.resume_main_text_medium
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#999999;
}
.pdf_button
{
padding:5px; 
background-color:#444444; 
border:3px solid #303030; 
cursor:pointer;
}

.contact_name
{
padding-right:15px; 
border-right:1px solid #999999; 
white-space:nowrap; 
font-family:Arial Narrow, Arial, Helvetica, sans-serif; 
font-size:18px; 
letter-spacing:5px; 
font-weight:bold; 
text-transform:uppercase; 
color:#999999;
}
.contact_number
{
font-weight:normal; 
letter-spacing:10px;
}
.contact_email
{
padding-left:15px; 
white-space:nowrap; 
font-family:Arial Narrow, Arial, Helvetica, sans-serif; 
font-size:26px; 
letter-spacing:7px; 
text-transform:uppercase; 
color:#999999;
}
.reel_text
{
letter-spacing:1px;
font-family:Arial Narrow, Arial, Helvetica, sans-serif; 
font-size:14px; 
font-weight:bold; 
text-transform:uppercase;
}
.mainbgfade
{
background-image:url(../images/site/mainbgfade.png);
}
.mainbgfade_bottom
{
height:57px; 
background-image:url(../images/site/mainlinkbgfade.png); 
background-position:top; 
background-repeat:repeat-x;
}
.nomarginpadding
{
margin:0px; 
padding:0px;
}
.width100
{
width:100%;
}
.page_main_table
{
width:924px;
margin:0px;
padding:0px 0px 20px 0px;
}
.logo_backlight
{
padding-top:20px; 
padding-bottom:10px; 
background-image:url(../images/site/logolight.png); 
background-position:top center; 
background-repeat:no-repeat;
}
.logo
{
height:85px;
background-image:url(../images/site/logo.png);
background-repeat:no-repeat;
}
.mainlinks_bg
{
width:204px;
height:560px;
background-image:url(../images/site/mainlinkbg.png); 
background-position:top left; 
background-repeat:no-repeat;
}
.mainlinks_spacerbottom
{
height:105px;
}
.mainlinks_icon_bg
{
padding:10px 0px 10px 0px; 
background-image:url(../images/site/mainlinkdivide.png); 
background-position:bottom left; 
background-repeat:no-repeat;
}
.mainlinks_icon_bg_active
{
padding:10px 0px 10px 0px; 
background-image:url(../images/site/mainlinkhighlight.png); 
background-position:bottom left; 
background-repeat:no-repeat;
cursor:pointer;
}
.mainlinks_icon_padding
{
margin:0px 7px 0px 4px;
border:0px;
width:38px;
height:38px;
}
.mainlinks_icon_trans_space
{
width:197px; 
height:10px;
border:0px;
}
.mainlinks_font_top
{
font-family:Arial Narrow, Arial, Helvetica, sans-serif; 
text-decoration:none; 
padding-top:2px; 
font-size:14px; 
margin:0px; 
color:#777777; 
text-transform:uppercase;
letter-spacing:1px;
}
.mainlinks_font_bottom
{
font-family:Arial, Helvetica, sans-serif; 
text-decoration:none; 
padding-top:3px; 
margin:0px; 
font-size:9px; 
color:#777777; 
letter-spacing:1px; 
text-transform:uppercase;
}
.mainlinks_highlight_color
{
color:#999999;
}
.mainlinks_bottom_fade
{
position:absolute; 
bottom:0px; 
width:204px; 
height:111px; 
background-image:url(../images/site/mainlinkfade.png); 
background-repeat:no-repeat;
}
.mainlinks_topoflist
{
margin-top:10px;
}
.sublinks_bg
{
height:90px;
border-bottom:3px solid #333333; 
background-image:url(../images/site/sublinksbg.gif); 
background-position:top right; 
background-repeat:no-repeat;
}
.cursorpointer
{
cursor:pointer;
}
.mainimagedimensions
{
width:720px;
height:480px;
}
.sublinks_icon_padding
{
width:52px;
height:52px;
margin:0px 15px 0px 15px;
}
.image_info_main
{
padding:10px; 
position:absolute; 
font-family:Arial, Helvetica, sans-serif; 
font-size:16px; 
color:#777777; 
bottom:0px; 
letter-spacing:3px; 
text-transform:uppercase;
width:700px; 
background-image:url(../images/site/imageinfo.png);
}
.image_info_details
{
display:none; 
font-family:Arial, Helvetica, sans-serif; 
font-size:13px; 
color:#999999; 
text-transform:none;
bottom:0px; 
letter-spacing:0px;
}
.updateinfo
{
position:relative;
background-color:#950000; 
background-image:url(../images/site/updatefade.gif); 
background-repeat:repeat-x; 
background-position:top; 
border:1px solid #530000; 
text-transform:uppercase; 
padding:5px 3px 5px 3px; 
font-family:Arial, Helvetica, sans-serif; 
color:#FFB09D; 
letter-spacing:1px; 
font-size:11px;
}
.updateclose
{
position:absolute; 
right:5px; 
padding:0px; 
margin:0px;
}

/* ------------------- FOOTER ------------------- */

.wrapperfooter {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -28px; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 28px; /* .push must be the same height as .footer */
}
.footerdiv {
	width:100%;
	height: 28px; /* .push must be the same height as .footer */
	background-image:url(../images/site/footerbg.gif); 
	background-repeat:repeat-x;
	background-position:bottom;
	text-align: center;
	color:#777777;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing:1px;
}
a.footer_links
{
text-decoration:none;
color:#777777;
}
a.footer_links:hover
{
text-decoration:none;
color:#CCCCCC;
}


/* ------------------- LINKS ------------------- */

.main_links_selected
{
	width:231px;
}

#menu UL
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#menu UL LI
{
	padding: 0px;
	margin: 0px;
	display: block;
	height: 33px;
}
#menu UL LI A
{
 	padding: 0px;
	display: block; 
	margin: 0px; 
	overflow: hidden; 
	background-repeat: no-repeat; 
	text-decoration: none;
	height: 33px; 
}
#menu UL LI A#gallery
{
	background-image:url(../images/site/links/gallery.gif);
	width: 231px;
}
#menu UL LI A#gallery:hover
{
	background-position: -231px 0px;
}
#menu UL LI A.current#gallery
{
	background-position: -231px 0px;
}
#menu UL LI A#reel
{
	background-image:url(../images/site/links/reel.gif);
	width: 231px;
}
#menu UL LI A#reel:hover
{
	background-position: -231px 0px;
}
#menu UL LI A.current#reel
{
	background-position: -231px 0px;
}
#menu UL LI A#resume
{
	background-image:url(../images/site/links/resume.gif);
	width: 231px;
}
#menu UL LI A#resume:hover
{
	background-position: -231px 0px;
}
#menu UL LI A.current#resume
{
	background-position: -231px 0px;
}
#menu UL LI A#contact
{
	background-image:url(../images/site/links/contact.gif);
	width: 231px;
}
#menu UL LI A#contact:hover
{
	background-position: -231px 0px;
}
#menu UL LI A.current#contact
{
	background-position: -231px 0px;
}