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

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


body {
	background-color:#000000;
}

div#name {
	width:138px;
	height:11px;
	position:absolute;
	margin-left: 72px;
	margin-top: 1px;
	border: none;
}


#sidebar {
	float: left;
	display: inline;
	height: 100px;
	width: 168px;
	position: absolute;
	font-size: 11px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: inherit;
	left: 11px;
}


#editorial {
   height: 18px;
   width: 168px;
   color: 79ec7f;
   text-decoration: none;
   }
   
#marketing {
   height: 18px;
   width: 168px;
   }
   
#web {
   height: 18px;
   width: 168px;
   }
   
#blog {
   height: 18px;
   width: 168px;
   }
   
#contact {
   height: 18px;
   width: 168px;
   }
   
#lioninoil {
   height: 18px;
   width: 168px;
   }

a.nav:link {
	color: #999999;
	text-decoration: none;

}
a.nav:visited {
	color: #999999;
	text-decoration: none;

}
a.nav:hover {
	color: #79ec7f;
	text-decoration: none;

}
a.nav:active {
	color: #79ec74;
	text-decoration: none;

}

.thumbnail img{
border: 0px solid white;
margin: 0 5px 5px 0;

}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0px solid blue;

}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
visibility: hidden;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 130px;
left: 270px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
