/*

Screen Stylesheet for jQuery Realistic Hover Effect
Created by Adrian Pelletier
http://www.adrianpelletier.com

*/


/* =Imports
============================================================================== 

	@import url("resets.css");


/* =Base Structure
============================================================================== */
	


	#content {
		width: 840px;
		margin: 15px auto;
		}
		


/* =Navigation
============================================================================== */

		/* =Shadow Nav
	-------------------------------------------------------------------------- */
		
		#nav-shadow {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			width: 875px;
			min-height: 250px;
			text-align: center;
			list-style: none;
			}
			
		#nav-shadow li {
			margin-right: 20px;
			width: 150px;
			height: 270px;
			position: relative;
			float: left;
			}
			
		#nav-shadow a, #nav-shadow a:visited, #nav-shadow a, #nav-shadow a:hover {
			margin: 0 auto;
			width: 160px;
			height: 270px;
			text-indent: -9999px;
			overflow: hidden;
			background: url(../images/icons.png) no-repeat;
			display: block;
			position: relative;
			z-index: 2;
			}
			
		/* Button Colors */
		
		#nav-shadow li.button-color-1 a {
			background-position: -1px -3px;
			}
			
		#nav-shadow li.button-color-2 a {
			background-position: -180px -3px;
			}
			
		#nav-shadow li.button-color-3 a {
			background-position: -360px -3px;
			}
			
		#nav-shadow li.button-color-4 a {
			background-position: -540px -3px;
			}
			
		#nav-shadow li.button-color-5 a {
			background-position: -720px -3px;
			}
			
		/* Button Shadow */
		
		#nav-shadow li img.shadow {
			margin: 0 auto;
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 1;
			}
