/* @override http://nahui.macbuk/css/style.css */

/****************
*********************************************************************************************************
 
01 - GENERAL
 
*********************************************************************************************************
****************/
* {
	margin:0;
	padding:0;
}


	
/*
Body font size is set to 68.8% which is 11px at default on most browsers (1em or 100% being 16px)
*/
body {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 75%;
	height:100%;
}

html {
	height:100%;
}
#wrapper {
	position:relative;
	z-index:1;
	width: 999px;
	margin: auto;
}
#main {
	width: 999px;
	background-image: url(../images/backgrounds/shadow-main.png);
}
#main-index {
	width: 724px;
	background-image: url(../images/backgrounds/shadow-index.png);
	margin: auto;
}
#sub-main {
	width: 975px;
	margin: auto;
}
#sub-mainvideo {
	width: 700px;
	margin: auto;
	height: 395px;
}

#topshado {
	background: url(../images/backgrounds/shadow-top.png);
	height: 12px;
	width: 999px;
}


#topshado-index {
	background: url(../images/backgrounds/shadow-topindex.png);
	height: 12px;
	width: 724px;
	margin: auto;
}
#bottomshado {
	background: url(../images/backgrounds/shadow-bottom.png);
	width: 999px;
	height: 12px;
}
#bottomshado-index {
	background: url(../images/backgrounds/shadow-bottomindex.png);
	width: 724px;
	height: 12px;
	margin: auto;
}

a {
	color: #765d3b;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:none;
}


	
/****************
*********************************************************************************************************
 
02 - SUPERSIZE BACKGROUND IMAGE
 
*********************************************************************************************************
****************/

#supersize {
	position:fixed;
}

#supersize img {
	height:100%;
	position:absolute;
	width:100%;
	z-index:0;
}


/* Splash page */	

#splash {
	padding-top: 75px;
}
#header {
}
#head-index {
	height: 216px;
	padding-bottom: 15px;
	padding-top: 15px;
}
#head {
	height: 130px;
}
#head a#logo img{
	margin-top: 18px;
	margin-left: 25px;
	height: 110px;
	width: 138px;
}
#menu {
	font: 23px "Century Gothic", "Lucida Grande", Lucida, Verdana, sans-serif;
	float: right;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 90px;
}
#menu ul {
}

#menu ul li {
	float: left;
	list-style-type: none;
	margin-left: 28px;
}
#bottommenu {
	font: 17px "Century Gothic", "Lucida Grande", Lucida, Verdana, sans-serif;
	float: right;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: 12px;
	width: 999px;
}

#bottommenu ul li {
	float: left;
	list-style-type: none;
	margin-left: 28px;
	width: 220px;
	text-align: center;
}
#indexlogo {
	margin: auto;
	width: 270px;
	padding-top: 12px;
}
.slideshow {
	clear: both;
}
#content {
	background-color: #fbefd7;
	padding: 20px 20px 35px;
}
p {
	margin: 10px auto;
}

#moreinfo {
	text-align: center;
	font-size: 11pt;
}
#contact {
	float: left;
	padding-left: 12px;
}
#disclaimer {
	float: right;
	padding-right: 12px;
}
#footer {
	clear: both;
	margin: auto;
	width: 975px;
	text-align: center;
	font-size: 9px;
	color: #aa8556;
	padding-top: 25px;
}
