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

/* --------LEFT SIDE AND NAV ITEMS---------- */

#left {
	width:300px;
	margin-left:70px;
	margin-top:60px;
	float:left;
}

#logo {
	width:300px;
	height:93px;
}

h1 span {
	display:none;
}

h1 {
	margin-left:12px;
	background-image:url(logo.png);
	background-repeat:no-repeat;
	width:250px;
	height:93px;
}

#nav {
	width:300px;
	background-image:url(nav_bg.png);
	background-repeat:repeat-y;
	display:inline;
}

#nav_top {
	margin-top:26px;
	width:288px;
	float:right;
}

#ac_shadow {
	margin-top:26px;
	background-image:url(shadow.png);
	width:12px;
	height:48px;
	float:left;
}

#nav li {
	list-style-type:none;
}

#nav li span {
	display:none;
}

/* ++++++ NAV ITEMS +++++++ */

#recent_work {
	background-image:url(recent.png);
	background-position:0 -72px;
	width:288px;
	height:36px;
}
/*
#recent_work hover {
	background-position:0 -36px;
}
*/

#print {
	background-image:url(print.png);
	width:288px;
	height:36px;
}

#print:hover {
	background-position:0 -36px;
}

#photography {
	background-image:url(photography.png);
	width:288px;
	height:36px;
}

#photography:hover {
	background-position:0 -36px;
}

#video {
	background-image:url(video.png);
	width:288px;
	height:36px;
}

#video:hover {
	background-position:0 -36px;
}

#interactive {
	background-image:url(interactive.png);
	width:288px;
	height:36px;
}

#interactive:hover {
	background-position:0 -36px;
}

#boiler span {
	display:none;
}

#boiler {
	width:288px;
	height:124px;
	background-image:url(boiler.png);
}

#about {
	background-image:url(resume.png);
	width:288px;
	height:36px;
}

#about:hover {
	background-position:0 -36px;
}

#contact span {
	display:none;
}

#contact {
	margin-top:17px;
	background-image:url(email.png);
	width:171px;
	height:14px;
}

#contact:hover {
	background-position: 0 -14px;
}