/*

Screen Stylesheet for jQuery Realistic Hover Effect
Created by Adrian Pelletier
http://www.adrianpelletier.com

*/


/* =Imports
============================================================================== */

/*	@import url("resets.css"); */


/* =Base Structure
============================================================================== */
	


	#ccccontent {
	width: 912px;
	margin-bottom: 0px;
	margin-left: 0pt;
	margin-right: auto;
	margin-top: -36px;
	height: 160px;
		}
		



/* =Navigation
============================================================================== */

	
	/* =Shadow Nav
	-------------------------------------------------------------------------- */
		
		#nav-shadow {
	width: 889px;
	min-height: 130px;
	text-align: center;
	list-style: none;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-bottom: 0;
	padding-left: 27px;
	padding-right: 0;
	padding-top: 50px;
	background-image: url(../images/page-shadow.jpg);
	background-position: top 50px;
	background-repeat: no-repeat;
			}
			
		#nav-shadow li {
	margin-right: 17px;
	width: 130px;
	height: 104px;
	position: relative;
	float: left;
	margin-bottom: -0px;
			}
			
		#nav-shadow a, #nav-shadow a:visited, #nav-shadow a, #nav-shadow a:hover {
	width: 130px;
	height: 94px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/icons.png) no-repeat;
	display: block;
	position: relative;
	z-index: 2;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0;
			}
			
		/* Button Colors */
		
		#nav-shadow li.button-color-1 a {
	background-position: -30px -2px;
			}
			
		#nav-shadow li.button-color-2 a {
	background-position: -170px -2px;
			}
			
		#nav-shadow li.button-color-3 a {
	background-position: -310px -2px;
			}
			
		#nav-shadow li.button-color-4 a {
	background-position: -450px -2px;
			}
		
		#nav-shadow li.button-color-5 a {
	background-position: -590px -2px;
			}

		#nav-shadow li.button-color-6 a {
	background-position: -730px -2px;
			}
			
		/* Button Shadow */
		
		#nav-shadow li img.shadow {
position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: auto;
	margin-top: 0;
	min-width: 0px;
	width: 120px;
			}