/*

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

*/


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

	/*@import url("resets.css");*/



	/* =Reflection Nav
	-------------------------------------------------------------------------- */
		
		#nav-reflection {
			margin: 0 auto 50px auto;
			padding: 50px 0 0 0px;
			width: 960px;
			min-height: 360px;
			background: url(../images/page-shadow.jpg) top center no-repeat;
			list-style: none;
			
			/*margin: 0 auto 50px auto;
			padding: 50px 0 0 172px;
			width: 452px;
			min-height: 130px;
			background: url(../images/page-shadow.jpg) top center no-repeat;
			list-style: none;*/
			}
			
		#nav-reflection li {
			margin-right: 21px;
			width: 175px;
			float: left;
			}
			
		#nav-reflection a, #nav-reflection a:visited, #nav-reflection a:hover {
			width: 175px;
			height: 360px;
			text-indent: -9999px;
			overflow: hidden;
			background: url(../images/icons.png) no-repeat;
			display: block;
			}
			
		#nav-reflection span {
			margin-top: 1px;
			width: 175px;
			height: 197px;
			text-align: center;
			background: url(../images/icons-reflections.jpg) no-repeat;
			display: block;
			}
			
		/* Button Colors */
		
		#nav-reflection li.button-color-1 a {
			background-position: 0px -3px;
			opacity: 0.7;
	filter: alpha(opacity=70);


			}
			
		#nav-reflection li.button-color-2 a {
			background-position: -197px -3px;
			opacity: 0.7;
	filter: alpha(opacity=70);

			}
			
		#nav-reflection li.button-color-3 a {
			background-position: -393px -3px;
			opacity: 0.7;
	filter: alpha(opacity=70);

			}
			
		#nav-reflection li.button-color-4 a {
			background-position: -590px -3px;
			opacity: 0.7;
	filter: alpha(opacity=70);

			}
		#nav-reflection li.button-color-5 a {
			background-position: -786px -3px;
			opacity: 0.7;
	filter: alpha(opacity=70);

			}			
		/* Button Reflection Color */
		
		#nav-reflection li.button-color-1 span {
			background-position: 0 0;
			opacity: 0.7;
	filter: alpha(opacity=70);
			}
			
		#nav-reflection li.button-color-2 span {
			background-position: -197px 0;
			opacity: 0.7;
	filter: alpha(opacity=70);
			}
			
		#nav-reflection li.button-color-3 span {
			background-position: -393px 0;
			opacity: 0.7;
	filter: alpha(opacity=70);
			}
			
		#nav-reflection li.button-color-4 span {
			background-position: -590px 0;
			opacity: 0.7;
	filter: alpha(opacity=70);
			}
			
		#nav-reflection li.button-color-5 span {
			background-position: -786px 0;
			opacity: 0.7;
	filter: alpha(opacity=70);
			}	