*
{
	padding: 0;
	margin: 0;
}

html
{ overflow-y: scroll; }

body 
{
	color: #444;
	text-align: center;
	padding-bottom: 5px;
	background: #fffdf6 url(../images/css/vanilla/backgrounds/background.gif) repeat-x fixed;
	font-family: "Verdana","Arial",sans-serif;
}

a img {	border: none; }
a {	outline: none; }
a:link, a:visited {	text-decoration: none; }
a:hover, a:active { text-decoration: none; }

a:link, 
a:visited
{ 
	background: #FFD; 
	color: #6A614C; 
}

a:hover
{ 
	color: #FFF;
	background: #463405;
}

/* alt texts*/
img { color: #AAA; }

h1, h2, h3, h4 
{ 
	padding: 0.5em 0;
	font-weight: normal; 
}

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }

ul
{ list-style-type: none; }

/*---------------------------- body -----------------------------*/

#wrapper
{
	width: 900px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	position: relative;
}

#nav,
#secNav
{
	float: left;
	width: 900px;
	border-bottom: 1px solid #463405;
	margin-bottom: 10px;
}

#secNav
{
	border-bottom: none;
	border-top: 1px solid #463405;
	margin-top: 10px;
	display: inline;
}

#nav li,
#secNav li
{ 
	float: left; 
	position: relative;
}

#nav a,
#secNav a
{
	float: left;
	padding: 10px 20px;
	height: 20px;
	line-height: 20px;
	display: block;
	background: #FFD;
	border-right: 1px solid #463405;
	
}

#nav a:hover,
#nav a.here,
#secNav a:hover,
#secNav a.here
{
	color: #FFF;
	background: #463405;
}

#nav li ul,
#secNav li ul
{
	position: absolute;
	top: 40px;
	left: 0;
	display: none;
	z-index: 1;
	width: 140px;
	-o-box-shadow: 2px 2px 5px #666;
	-icab-box-shadow: 2px 2px 5px #666;
	-khtml-box-shadow: 2px 2px 5px #666;
	-moz-box-shadow: 2px 2px 5px #666;
	-webkit-box-shadow: 2px 2px 5px #666;
	box-shadow: 2px 2px 5px #000;

}

#secNav li ul
{
	top: auto;
	bottom: 40px;
	-o-box-shadow: 2px -2px 5px #888;
	-icab-box-shadow: 2px -2px 5px #888;
	-khtml-box-shadow: 2px -2px 5px #888;
	-moz-box-shadow: 2px -2px 5px #888;
	-webkit-box-shadow: 2px -2px 5px #888;
	box-shadow: 2px -2px 5px #888;
}

#nav li:hover ul,
#secNav li:hover ul,
#nav li.hover ul,
#secNav li.hover ul
{ display: block; }

#nav li ul li,
#secNav li ul li
{ float: none; }

#nav li ul li a,
#secNav li ul li a
{
	float: none;
	padding: 5px 30px 5px 20px;
	font-size: 0.9em;
	border-bottom: 1px solid #463405;
	border-left: 1px solid #463405;
	display: block;
}

#swf
{ 
	background: url(../images/styles/swf_bg.jpg) no-repeat top left;
	clear: left;
	float: left;
	width: 900px;
	height: 600px;
}

p.download
{
	width: 100%;
	float: left;
	border-top: 1px solid #463405;
}

p.download a
{
	display: block;
	text-align: center;
	padding: 5px 20px;
}

#portal, #shuttle
{
	float: right;
	margin: 46px -74px 0 0;
	display: inline;
	position: relative;
	z-index: 99;
}

#shuttle
{
	margin: 2px -126px 0 0;
}
