﻿@charset "UTF-8";
/* CSS Document */

body {
	background-color:#330000;
	margin-top:0px;
	margin-left:0px;
	background-image:url(images/line.gif);
	background-repeat:repeat;
}
.container {
	position:relative;
	margin-right:auto;
	margin-left:auto;
	background-color:#330000;
	width:800px;
	height:630px;
	z-index:0;
}
.container_exit {
	position:relative;
	margin-right:auto;
	margin-left:auto;
	background-color:#330000;
	width:800px;
	height:1055px;
	z-index:0;
}
.container_wealth {
	position:relative;
	margin-right:auto;
	margin-left:auto;
	background-color:#330000;
	width:800px;
	height:843px;
	z-index:0;
}
.header {
	position:absolute;
	top:45px;
	margin-right:0px;
	margin-left:0px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:600px;
	z-index:1;
}
.background {
	position:absolute;
	top:180px;
	margin-left:0px;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:405px;
	z-index:2;
}
.background_exit {
	position:absolute;
	top:180px;
	margin-left:0px;
	background-image:url(images/background_exit3.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:865px;
	z-index:2;
}
.background_wealth {
	position:absolute;
	top:180px;
	margin-left:0px;
	background-image:url(images/background_wealth.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:665px;
	z-index:2;
}
.logo {
	width:275px;
	height:50px;
	position:absolute;
	top:50px;
	right:25px;
}
.navbar {
	position:absolute;
	top:18px;
	left:287px;
	width:470px;
	height:25px;
	z-index:50;
}
/*
.menu {
	margin:0;
	padding:0;
	text-align:right;
}
.menu li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:lighter;
	color:#efc67e;
	list-style-type:none;
	display:inline;
	margin-left:15px;
}
.menu li a {
	color:#efc67e;
	text-decoration:none;
}
.menu li a:hover {
	color:#efc67e;
	text-decoration:none;
	border-bottom:1px dotted #efc67e;
}
.menu li a#current {
	color:#efc67e;
	text-decoration:none;
	border-bottom:1px dotted #efc67e;
}*/
.tag {
	position:absolute;
	top:175px;
	left:190px;
	width:600px;
	height:40px;
	z-index:3;
}
.main {
	position:absolute;
	top:35px;
	right:115px;
	width:570px;
	height:300px;
	z-index:3;
}
.main_services {
	position:absolute;
	top:35px;
	right:100px;
	width:600px;
	height:300px;
	z-index:3;
}
.main_adviser {
	position:absolute;
	top:35px;
	right:100px;
	width:600px;
	height:300px;
	z-index:3;
}
.main_contact {
	position:absolute;
	top:60px;
	right:210px;
	width:400px;
	height:300px;
	z-index:3;
}
.main_privacy {
	position:absolute;
	top:35px;
	right:97px;
	width:603px;
	height:300px;
	z-index:3;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#330000;
	margin-top:0;
	margin-bottom:15px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:normal;
	color:#330000;
	margin-top:30px;
	margin-bottom:10px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:lighter;
	text-align:justify;
	color:#330000;
	margin-top:0;
	margin-bottom:18px;
}
.services {
	margin:0;
	padding:0;
	text-align:left;
}
.services li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:lighter;
	color:#330000;
	list-style-type:decimal;
	margin-left:35px;
	margin-bottom:10px;
}
.subnav {
	position:absolute;
	top:550px;
	right:100px;
	width:600px;
	height:50px;
	z-index:2;
}
.subnav_exit {
	position:absolute;
	top:975px;
	right:100px;
	width:600px;
	height:50px;
	z-index:2;
}
.subnav_wealth {
	position:absolute;
	top:763px;
	right:100px;
	width:600px;
	height:50px;
	z-index:2;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:lighter;
	text-align:center;
	color:#efc67e;
	margin-top:0;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #efc67e;
}
a:link {
				text-decoration: none;
				color: #000000;
}
a:visited {
	text-decoration: none;
	color: #efc67e;
}
a:hover {
	text-decoration: none;
	color: #FFEEA3;
}
a:active {
	text-decoration: none;
	color: #efc67e;
}
a#subnav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #efc67e;
}
a#subnav:link {
	text-decoration:underline;
}
a#subnav:visited {
	text-decoration: underline;
	color: #efc67e;
}
a#subnav:hover {
	text-decoration: none;
	color: #efc67e;
}
a#subnav:active {
	text-decoration: underline;
	color: #efc67e;
}

a#home {
	color: #330000;
	font-style:italic;
	font-weight:bold;
}
a#home:link {
	text-decoration: none;
	color:#330000;
}
a#home:visited {
	text-decoration: none;
	color: #330000;
}
a#home:hover {
	text-decoration: none;
	color: #330000;
}
a#home:active {
	text-decoration: none;
	color: #330000;
}
