﻿@import "BankGothicBT-Light.css";
@import "Scrollbar.css";

body
{
	font-family: "BankGothicBT-Light", "Arial", Tahoma, sans-serif;
	color: #BBBBBB;
	background-color: #4C648A;
	font-size: medium;
	padding-top: 80px;
}

#main
{
	width: 1210px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#topleft
{
	float: left;
	width: 320px;
	height: 95px;
	padding: 30px 20px 30px 20px;
	background-color: #222222;
	border: 1px solid #BBBBBB;
	border-bottom: 0px;
	border-right: 1px dashed #BBBBBB;
	text-align: center;
}

#topleft img
{
	border: 0px;
}

#topright
{
	float: left;
	width: 841px;
	height: 155px;
	background-color: #222222;
	border: 1px solid #BBBBBB;
	border-left: 0px;
	border-bottom: 0px;
	padding-left: 1px;
}

#topright a
{
	display: block;
	float: left;
	line-height: 185px;
	color: #aabcc9;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	padding-top: 45px;
}

#topright a:hover, #topright a.selected
{
	background-color: #aabcc9;
	color: Black;
}

#left
{
	float: left;
	width: 305px;
	height: 400px;
	padding: 30px 30px 30px 25px;
	background-color: #131313;
	border: 1px solid #BBBBBB;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 1px dashed #BBBBBB;
	overflow : auto;
}

#right
{
	float: left;
	width: 782px;
	height: 400px;
	padding: 30px;
	background-color: #777777;
	border: 1px solid #BBBBBB;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	overflow : auto;
}

#bottomleft
{
	float: left;
	width: 340px;
	border: 1px solid #BBBBBB;
	border-top: 0px;
	background-color: #222222;
	padding: 10px;
	text-align: right;
	border-right: 1px dashed #BBBBBB;
	height: 15px;
}

#bottomright
{
	float: left;
	width: 822px;
	border: 1px solid #BBBBBB;
	border-top: 0px;
	border-left: 0px;
	background-color: #222222;
	padding: 10px;
	text-align: right;
	height: 15px;
}

h1, h2, h3
{
	color: #6988B9;
	font-size: medium;
}

a
{
	color: #6988B9;
	text-decoration: none;
}

a:hover
{
	color: White;
}

p
{
	text-align: justify;
}

.contact
{
	font-size: 14px;
}

.shadow {
	-moz-box-shadow: 2px 2px 4px #444444;
	-webkit-box-shadow: 2px 2px 4px #444444;
	box-shadow: 2px 2px 4px #444444;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#444444')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#444444');
}

#left ul
{
  padding-left: 0px;
  list-style-type: none;
}

#left ul li a
{
  display: block;
  width: 100%;
  padding: 5px;
}

#left ul li a:hover, #left ul li a.selected
{
  /*background-color: #6988B9;*/
  color: White;
}

.quote
{
  font-size: 11px;
  margin-bottom: 15px;
}

.imagelist
{
  text-align: center;
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.imagelist li
{
  display: inline;
  list-style-type: none;
}

.imagelist img
{
  border: 1px solid #555555; 
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.imagelist img:hover
{
  border: 1px solid White;
  opacity: 1;
  filter: alpha(opacity=100);
}