/* TAGS */
body, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-color: #FEFEFD;
	text-align: center;
	color: #666666;
}
a {
	text-decoration: none;
	color: #4F123B;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px 0px 16px 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 15px;
}

/* ELEMENTS */
#container {
	position: relative;
	width: 812px;
	height: 548px;
	margin: 26px auto 0px auto;
	text-align: left;
}

/* NAV */
#nav {
	position: absolute;
	left: 10px;
	width: 790px;
	height: 31px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 13px;
	font-weight: normal;
	background-color: inherit;
	color: #b8a981;
	z-index: 100;
}
#nav li {
	float: left;
	text-align: center;
}
#nav li a {
	width: 100%;
	height: 33px;
	display: block;
	text-decoration: none;
	background-color: transparent;
	color: #b8a981;
	cursor: pointer;
}
html>body>#nav li a {
	width: auto;
}
#nav li a:hover,
#nav li a.hover {
	height: 25px;
	border-top: 4px solid #cfbf95;
	border-bottom: 4px solid #4f123b;
	background-color: transparent;
	color: #4F123B;
}
#nav li a span {
	position: relative;
	top: 8px;
	display: block;
}
#nav li a span.separator {
	background-image: url(../../images/nav_separator.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
}
#nav li a:hover span,
#nav li a.hover span {
	position: relative;
	top: 4px;
}

#nav #nav_0 {
	width: 102px;
	text-align: right;
}
#nav #nav_0 span {
	padding-right: 11px;
}
#nav #nav_1 {
	width: 118px;
}
#nav #nav_2 {
	width: 109px;
}
#nav #nav_3 {
	width: 142px;
}
#nav #nav_4 {
	width: 131px;
}
#nav #nav_5 {
	width: 130px;
}
#nav #nav_5 img {
	margin: 0px 5px 1px 0px;
}
#nav #nav_5 a:hover {
	height: 33px;
	border: none;
}
#nav #nav_5 a:hover span {
	position: relative;
	top: 8px;
}
.none {
	display: none;
}


/* FOOTER */
#legal {
	position: absolute;
	left: 11px;
	bottom: 8px;
	font-size: 10px;
	background-color: inherit;
	color: #999999;
}
#legal a {
	background-color: inherit;
	color: #999999;
}
#legal a:hover {
	background-color: inherit;
	color: #336699;
}
#menu {
	position: absolute;
	left: 534px;
	bottom: 9px;
	font-size: 10px;
	background-color: inherit;
	color: #666666;
	z-index: 30;
}
#menu a {
	background-color: inherit;
	color: #666666;
}
#menu a:hover {
	background-color: inherit;
	color: #336699;
}



/* FOOTER */
#footer {
	position: absolute;
	width: 768px;
	left: 19px;
	bottom: 0px;
	font-size: 10px;
	color: #ad9f81;
}
#footer a {
	color: #ad9f81;
}
#exces {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
