img { 
    border: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    background: #A9AAAB;

	font-family: 'Verdana', 'Arial', sans-serif;
    font-size: 12pt;

    margin-top: 0px;
    padding-top: 0px;
}

#page {
    position: relative;
	margin: 0 auto;
	width: 996px;
	background-image: url('imgs/right-shadow.png');
	background-position: right;
	background-repeat: repeat-y;	
}

#foot {
    position: relative;
	margin: 0 auto;
	width: 996px;
	background-image: url('imgs/bottom-right.png');
	background-position: right;
	background-repeat: repeat-y;	
}

#header {
    position: relative;
    margin: 0 23px 0;
    width: 950px;
	height: 200px;
	background: #ff9f15;
	background-image: url('imgs/menu-bar.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}

#logo {
    position: absolute;
    float: left;
    top: 15px;
    left: 37px; 
}

#lang {
    position: absolute;    
    top: 15px;
    left: 769px;
    display: block;
    color: #4b4b4d;
    text-decoration: none; 
    font-size: 10px;
}

#lang .lang-text {
    position: relative;
    top: -3px;
    padding-left: 7px;
}

#lang:hover {
    font-weight: bold;
    color: #ffffff;
}

#menu {	
    position: absolute;
    top: 171px;
    left: 330px;
    
    margin: 0;
	padding: 0;
	z-index: 30
}

#menu li {
    margin: 0;
	padding: 0;
	list-style: none;
	float: left;
    font-size: 15px;
}

#menu li .current {
    color: #5f3c8c;
}

#menu li .selected {
    color: #5f3c8c;
}

#menu li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 80px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none}

#menu li a:hover {
    color: #5f3c8c;
}

#menu div {
    position: absolute;
	visibility: hidden;
	margin: 7px 0 0 0;
	padding: 0;
	background: #5f3c8c;
}

#menu img {
    position: absolute;
    top: -10px;
    left: 25px;
}

#menu div a {
    position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
	font-size: 13px
}

#menu div a:hover {
    text-decoration: underline;
	color: #ffffff;
}


#main {
    margin: 0 23px 0;
    width: 950px;
	background: #FFFFFF;
}

#footer {
    margin: 0 23px 0;
    padding-top: 3px;
	margin-bottom: 29px;
    background: #ff9f15;
    width: 950px;
    height: 45px;

    background-image:url('imgs/bottom-shadow.png');
    background-repeat:no-repeat;
    background-position:left bottom; 
}

.footer-text {
    margin-right: 10px;
    text-align: right;
    color: #FFFFFF;   
    font-size: 10px;
}

.footer-text a {
    color: #FFFFFF;   
}

.left {
    position: relative;
    float: none;
    width: 766px;
    min-height: 571px;
    
    background: #ebecee;
    
    color: #404043;
    font-size: 12px;
    line-height: 20px;
}

.left table {
    margin-top: 30px;
}

.left td {
    padding-right: 28px;
}

#topspace {
    padding-top: 20px;
}

.purple {
    color: #5f3c8c;
}

.text {
    padding-left: 150px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 80px;
}

.text h1 {
    position: relative;
    left: -90px;
    color: #ff9f16;
    font-size: 25px;
    font-family: 'Times', serif;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 29px;
    padding: 0;
}

.bottom {
    position: absolute;
    top: 465px;
    height: 85px;
    background: #ffffff;
    border-width: 1px 0 0 0;
    border-color: #918f8f;
    border-style: solid;    

    padding-left: 40px;
    padding-top: 20px;
    padding-right: 20px;
    
    text-align: justify;
    font-size: 12px;
    line-height: 20px;
    color: #707173;
}

.bottom h1 {
    float: left;
    color: #b1b3b4;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 30px;
    margin-top: 0px;
    font-size: 20px;
    font-weight: normal;
}

.right {
    position: relative;
    top: -22px;
    margin: 0;
    padding-left: 10px;
    float: right;
    
    color: #86888a;
    font-size: 11px;
    line-height: 18px;
}

.contact {
    margin-right: 11px;
}

.right h1 {
    margin: 0;
    margin-top: 12px;
    margin-bottom: 18px;    
    padding: 0;
    padding-bottom: 22px;
    color: #b1b3b4;
    font-size: 19px;
    font-weight: normal;
    border-width: 0 0 1px 0;
    border-color: #918f8f;
    border-style: solid;
}

.right h2 {
    font-size: 11px;
    margin: 0;
    margin-top: 20px;
    padding: 0;
}

.right a {
    color: #86888a;
}
