@import url("reset.css");



/* Layout
---------------------------------------------------------------------- */

body
{
	position: relative;
	width: 100%;
	height: 100%;
}

body > .background
{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #c9b1a5 url("../images/bg-photo.jpg") center top no-repeat;
}

#page
{
	position: relative;
	width: 880px;
	height: 870px;
	margin: 0 auto;
	padding-top: 50px;
}

#page > *
{
	position: relative;
	margin: 0 auto;
}

#page > .background
{
	position: absolute;
	left: -100px;
	top: 0;
	width: 1049px;
	height: 986px;
	background: url("../images/bg-shape.png") center 50px no-repeat;
}

#header
{
	position: relative;
	z-index: 5;
	width: 798px;
	height: 82px;
	padding-top: 60px;
	background: url("../images/header-bg.png") center bottom no-repeat;
}

#header + .bar
{
	width: 817px;
	height: 13px;
	background-color: #044546;
}

#body
{
	z-index: 2;
	width: 790px;
	min-height: 570px;
	padding: 40px;
	overflow: auto;
	font: normal 1em arial, sans-serif;
	background: #f5e4c6 url("../images/body-bg.jpg") no-repeat;
	border: 3px solid #fec932;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	-moz-box-shadow:    0px 0px 6px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.50);
}

#footer
{
	width: 830px;
	height: 70px;
	background: url("../images/page-bottom.png") no-repeat;
}



/* Header
---------------------------------------------------------------------- */

#header .logo
{
	display: block;
	position: absolute;
	left: -60px;
	top: -40px;
	z-index: 10;
	text-decoration: none;
}

#header img#secret
{
	position: absolute;
	top: 95px;
	right: 20px;
}

#header .nav
{
	position: absolute;
	left: 170px;
	top: 86px;
}

#header .nav li
{
	float: left;
}

#header .nav a
{
	display: block;
	height: 52px;
	text-indent: -9999px;
}

#header .nav a.home     {  width: 99px;   background: url("../images/nav/home.png") no-repeat;  }
#header .nav a.contact  {  width: 114px;  background: url("../images/nav/contact.png") no-repeat;  }
#header .nav a.menu     {  width: 100px;  background: url("../images/nav/menu.png") no-repeat;  }

#header .nav a.home:hover     {  background-position: -99px;  }
#header .nav a.contact:hover  {  background-position: -114px;  }
#header .nav a.menu:hover     {  background-position: -100px;  }

#header .nav a.home:active     {  background-position: -198px;  }
#header .nav a.contact:active  {  background-position: -228px;  }
#header .nav a.menu:active     {  background-position: -200px;  }



/* Footer
---------------------------------------------------------------------- */

#footer a.credits
{
	display: block;
	position: relative;
	float: left;
	padding: 0.5em;
	margin-left: 20px;
	text-decoration: none;
	color: #8a3232;
	font: normal 0.8em arial, sans-serif;
}

#footer a.credits span
{
	text-decoration: underline;
}

#footer a.download
{
	display: block;
	position: relative;
	float: right;
	width: 183px;
	height: 41px;
	margin-top: 10px;
	margin-right: 30px;
	text-indent: -9999px;
	background: url("../images/download-menu.gif") no-repeat;
}

#footer a.download:hover   {  background-position: -183px;  }
#footer a.download:active  {  background-position: -366px;  }
