/*

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

*/


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

	@import url("resets1.css");


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

	/* =Reflection Nav
	-------------------------------------------------------------------------- */
		
		#nav-reflection {
			margin: 0 auto 0px auto;
			padding: 0px;
			width: 863px;
			min-height: 217px;
			background: #F6FBFD;
			list-style: none;
			}
			
		#nav-reflection li {
			margin-right: 0px;
			width:214px !important;
			float: left;
			}
			
		#nav-reflection a, #nav-reflection a:visited, #nav-reflection a:hover {

			height: 220px;
			text-indent: -9999px;
			overflow: hidden;
			display: block;
			}
			
		#nav-reflection span {
			margin-top: 0px;
			height: 93px;
			text-align: center;
			display: block;
			}
			
		/* Button Colors */
		
		#nav-reflection li.button-color-1 a {
			background: url(../images/feature_buttons/feat_serv1.jpg) no-repeat;
			background-position: 0px 0px; width:213px;
			}
			
		#nav-reflection li.button-color-2 a {
			background: url(../images/feature_buttons/feat_serv2.jpg) no-repeat;
			background-position: 0px 0px; width:213px;
			}
			
		#nav-reflection li.button-color-3 a {
			background: url(../images/feature_buttons/feat_serv3.jpg) no-repeat;
			background-position: 0px 0px; width:213px;
			}
		#nav-reflection li.button-color-4 a {
			background: url(../images/feature_buttons/feat_serv4.jpg) no-repeat;
			background-position: 0px 0px; width:213px;
			}
			
			
		/* Button Reflection Color */
		
		#nav-reflection li.button-color-1 span {
			background: url(../images/feature_buttons/feat_serv1_ref.jpg) no-repeat;
			background-position: 0px 0px; width:213px;
			}
			
		#nav-reflection li.button-color-2 span {
			background: url(../images/feature_buttons/feat_serv2_ref.jpg) no-repeat;
			background-position: 0px 0px; width:213px;
			}
			
		#nav-reflection li.button-color-3 span {
			background: url(../images/feature_buttons/feat_serv3_ref.jpg) no-repeat;
			background-position: 0px 0px; width:213px;
			}
		#nav-reflection li.button-color-4 span {
			background: url(../images/feature_buttons/feat_serv4_ref.jpg) no-repeat;
			background-position: 0px 0px; width:213px;
			}
			
			
	/* =Shadow Nav
	-------------------------------------------------------------------------- */
		
		#nav-shadow {
			margin: 0 auto 50px auto;
			padding: 50px 0 0 0px;
			width: 852px;
			min-height: 130px;
			background: url(../images/page-shadow.jpg) top center no-repeat;
			list-style: none;
			}
			
		#nav-shadow li {
			margin-right: 4px;
			float: left;
			position: relative;
			}
			
		#nav-shadow a, #nav-shadow a:visited, #nav-shadow a, #nav-shadow a:hover {
			margin: 0 auto;
			height: 59px;
			text-indent: -9999px;
			overflow: hidden;
			background: url(../images/icons2.png) no-repeat;
			display: block;
			z-index: 2;
			}
			
		/* Button Colors */
		
		#nav-shadow li.button-color-1 a {
			background-position: -3px -3px; width:185px; height: 59px; 
			}
			
		#nav-shadow li.button-color-2 a {
			background-position: -190px -3px; width:125px; height: 59px;
			}
			
		#nav-shadow li.button-color-3 a {
			background-position: -315px -3px; width:140px; height: 59px;
			}
			
		#nav-shadow li.button-color-4 a {
			background-position: -455px -3px; width:185px; height: 59px;
			}
			
		/* Button Shadow */
		
		#nav-shadow li.button-color-1 img.shadow {
			margin: 0 auto;
			width:185px;
			position: absolute;
			bottom: -30px;
			left: 0;
			z-index: 1;
			}
			
			#nav-shadow li.button-color-2 img.shadow {
			margin: 0 auto;
			width:125px;
			position: absolute;
			bottom: -30px;
			left: 0;
			z-index: 1;
			}
			
			#nav-shadow li.button-color-3 img.shadow {
			margin: 0 auto;
			width:140px;
			position: absolute;
			bottom: -30px;
			left: 0;
			z-index: 1;
			}
			
			#nav-shadow li.button-color-4 img.shadow {
			margin: 0 auto;
			width:185px;
			position: absolute;
			bottom: -30px;
			left: 0;
			z-index: 1;
			}