/*

Screen Stylesheet for jQuery Realistic Hover Effect
Created by Adrian Pelletier
http://www.adrianpelletier.com

*/


/* =Imports
============================================================================== */

	@import url("resets.css");


/* =Base Structure
============================================================================== */
	
	

	#content {
		width: 748px;

		}
		
	h1 {
		font-size: 20px;
		color: #7f2d2d;
		text-align: center;
		}
		
	p {
		text-align: center;
		}

/* =Navigation
#nav {
border-radius: 10px;
display: block;
height: 30px;
background: #541202;
margin: 0 auto 3px auto;
margin-top: -15px;
width: 810px;
padding: 0;
}
#nav li {
display: inline-block;
margin-bottom: 0;
margin-right: 15px;
}
#nav li:last-child {
margin-right: 0;
}
#nav li a {
text-decoration: none;
color: #FDFFBD;
font-size: 18px;
}*/
.nav_foto {
width: 70px;

}
.nav_foto:last-child {
width: 75px;
}
/*============================================================================== */
.flag img {
width: 120px;
height: 90px;
float: left;
margin-top: -5px;
}

	/* =Reflection Nav
	-------------------------------------------------------------------------- */
		
		#nav-reflection {
			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: 15px;
			width: 145px;
			float: left;
			}
			
		#nav-reflection a, #nav-reflection a:visited, #nav-reflection a:hover {
			width: 143px;
			height: 143px;
			text-indent: -9999px;
			overflow: hidden;
			background: url(../images/icons.png) no-repeat;
			display: block;
			
			}
			
		#nav-reflection span {
			margin-top: 1px;
			width: 143px;
			height: 143px;
			text-align: center;
			background: url(../images/icons-reflections.jpg) no-repeat;
			display: block;
			}
			
		/* Button Colors */
		
		#nav-reflection li.button-color-1 a {
			background-position: -3px -3px;
			}
			
		#nav-reflection li.button-color-2 a {
			background-position: -92px -3px;
			}
			
		#nav-reflection li.button-color-3 a {
			background-position: -181px -3px;
			}
			
		#nav-reflection li.button-color-4 a {
			background-position: -270px -3px;
			}
			
		/* 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;
			padding: 0;
			width: 790px;
			min-height: 160px;
			text-align: center;
			background: url(../images/page-shadow.jpg) top center no-repeat;
			list-style: none;
			}
			
		#nav-shadow li {
			margin-right:7px;
			width: 145px;
			height: 160px;
			position: relative;
			float: left;
			}
			
		#nav-shadow a, #nav-shadow a:visited, #nav-shadow a, #nav-shadow a:hover {
			margin: 0 auto;
			width: 145px;
			height: 145px;
			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: -20px -14px;

			}
			
		#nav-shadow li.button-color-2 a {
			background-position: -170px -14px;

			}
			
		#nav-shadow li.button-color-3 a {
			background-position: -320px -14px;
			}
			
		#nav-shadow li.button-color-4 a {
			background-position: -470px -14px;

			}
			
		#nav-shadow li.button-color-5 a {
			background-position: -620px -14px;
			}
			
		/* Button Shadow */
		
		#nav-shadow li img.shadow {
			margin: 0 auto;
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 1;
			}