/*

Screen Stylesheet for jQuery Realistic Hover Effect
Created by Adrian Pelletier
http://www.adrianpelletier.com

*/


/* =Imports
============================================================================== */

	@import url("resets.css");


/* =Base Structure
============================================================================== */

	#menu {
		width: 0px;
		}
	

/* =Navigation
============================================================================== */

	/* =Reflection Nav
	-------------------------------------------------------------------------- */
		
		#nav-reflection {
			}
			
		#nav-reflection li {
			margin-right: 15px;
			width: 0px;
			float: left;
			}
			
		li.button-color-3{
		margin-left:0;
		}
			
		#nav-reflection a, #nav-reflection a:visited, #nav-reflection a:hover {
			width: 65px;
			height: 82px;
			overflow: hidden;
			background: url(../images/icons.png) no-repeat;
			display: block;
			}
			
		#nav-reflection span {
			margin-top: 1px;
			width: 59px;
			height: 34px;
			text-align: center;
			display: block;
			}
			
		/* Button Colors */
		
		#nav-reflection li.button-color-1 a {
			margin-left:0px;
			padding:50px 0 0 16px;
			font-family:verdana;
			font-size:10px;
			text-decoration:none;
			color:#fff;
			}
			
		#nav-reflection li.button-color-1 a.action {
		background: url(../images/action.png) no-repeat;
		}		
			
		#nav-reflection li.button-color-2 a {
			margin-left:71px;
			padding:50px 0 0 11px;
			font-family:verdana;
			font-size:10px;
			text-decoration:none;
			color:#fff;
			}
			
		#nav-reflection li.button-color-2 a.action {
		background: url(../images/action.png) no-repeat;
		}		
			
		#nav-reflection li.button-color-3 a {
			padding:50px 0 0 11px;
			font-family:verdana;
			font-size:10px;
			text-decoration:none;
			color:#fff;
			margin-left:139px;
			}
			
		#nav-reflection li.button-color-3 a.action {
		background: url(../images/action.png) no-repeat;
		}		
			
		#nav-reflection li.button-color-4 a {
				margin-left:207px;
				padding:50px 0 0 13px;
				font-family:verdana;
				font-size:10px;
				text-decoration:none;
				color:#fff;
			}
			
		#nav-reflection li.button-color-4 a.action {
		background: url(../images/action.png) no-repeat;
		}		
			
		#nav-reflection li.button-color-5 a {
				margin-left:276px;
				padding:50px 0 0 9px;
				font-family:verdana;
				font-size:10px;
				text-decoration:none;
				color:#fff;
			}
			
		#nav-reflection li.button-color-5 a.action {
		background: url(../images/action.png) no-repeat;
		}	
			
		#nav-reflection li.button-color-6 a {
				margin-left:345px;
				padding:50px 0 0 18px;
				font-family:verdana;
				font-size:10px;
				text-decoration:none;
				color:#fff;
			}
		
		#nav-reflection li.button-color-6 a.action {
				background: url(../images/action.png) no-repeat;
				}

		#nav-reflection li.button-color-7 a {
				margin-left:412px;
				padding:50px 0 0 12px;
				font-family:verdana;
				font-size:10px;
				text-decoration:none;
				color:#fff;
			}
		
		#nav-reflection li.button-color-7 a.action {
				background: url(../images/action.png) no-repeat;
				}				
			
		/* Button Reflection Color */
		
		#nav-reflection li.button-color-1 span {
			background-position: 0 0;
			}
			
		#nav-reflection li.button-color-2 span {
			background-position: -89px 0;
			}
			
		#nav-reflection li.button-color-3 span {
			background-position: -178px 0;
			}
			
		#nav-reflection li.button-color-4 span {
			background-position: -267px 0;
			}
			
			
	/* =Shadow Nav
	-------------------------------------------------------------------------- */
		
		#nav-shadow {
			margin: 0 auto 50px auto;
			padding: 50px 0 0 127px;
			width: 497px;
			min-height: 130px;
			background: url(../images/page-shadow.jpg) top center no-repeat;
			list-style: none;
			}
			
		#nav-shadow li {
			margin-right: 15px;
			width: 81px;
			height: 72px;
			position: relative;
			float: left;
			}
			
		#nav-shadow a, #nav-shadow a:visited, #nav-shadow a, #nav-shadow a:hover {
			margin: 0 auto;
			width: 59px;
			height: 59px;
			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: -3px -3px;
			}
			
		#nav-shadow li.button-color-2 a {
			background-position: -92px -3px;
			}
			
		#nav-shadow li.button-color-3 a {
			background-position: -181px -3px;
			}
			
		#nav-shadow li.button-color-4 a {
			background-position: -270px -3px;
			}
			
		/* Button Shadow */
		
		#nav-shadow li img.shadow {
			margin: 0 auto;
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 1;
			}