html, body {
	padding: 0px;
	margin: 0px;
}

a {
	color: black;
}

#main {
	width: 100%;
	height: 100%;
	/*border: solid 1px red;*/
}

#logo {
	width: 100%;
}

#logo-left {
	width: 430px;
	height: 150px;
	background-image: url("/static/img/design/logo-left.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

#logo-left a {
	display: block;
	font: bold 13px Arial;
	color: white;
	padding: 0px;
	margin: 0px;
	padding-left: 200px;
	padding-top: 25px;
}

#logo-spacer {
	height: 150px;
	background-image: url("/static/img/design/logo-spacer.jpg");
	background-position: top left;
	background-repeat: repeat-x;
}

#logo-right {
	width: 260px;
	height: 150px;
	background-image: url("/static/img/design/logo-right.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}

#languages {
	width: 200px;
	position: relative;
	top: 40px;
	left: 50px;
}

#languages a {
	padding: 0px 5px;
	text-decoration: none;
	font: bold 12px Arial;
	color: black;
}

#languages a.active {
	color: #8a1f30;
	text-decoration: underline;
}

ul#top-menu-list{
	overflow: auto;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul#top-menu-list li {
	margin: 0px 5px;
	float: left;
}

.top-menu-item {
	padding-left: 10px;
	background-image: url("/static/img/design/top-menu-left.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

.top-menu-item-active {
	padding-left: 10px;
	background-image: url("/static/img/design/top-menu-left-active.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

.top-menu-item a {
	text-decoration: none;
	font: bold 14px Arial;
	padding: 3px 10px;
	padding-left: 0px;
	display: block;
	background-image: url("/static/img/design/top-menu-right.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 2;
}

.top-menu-item-active a {
	text-decoration: none;
	font: bold 14px Arial;
	color: white;
	padding: 3px 10px;
	padding-left: 0px;
	display: block;
	background-image: url("/static/img/design/top-menu-right-active.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 2;
}

#top-menu-spacer {
	width: 100%;
	background-color: #376c97;
	height: 20px;
}

#top-menu-shadow {
	width: 100%;
}

#top-menu-shadow-left {
	height: 5px;
	width: 200px;
	background-image: url("/static/img/design/top-menu-shadow-left.jpg");
	background-repeat: repeat-x;
	background-position: top left;
}

#top-menu-shadow-center {
	width: 5px;
	height: 5px;
	background-image: url("/static/img/design/top-menu-shadow-center.jpg");
	background-repeat: repeat-x;
	background-position: top left;
}

#top-menu-shadow-right {
	height: 5px;
	background-image: url("/static/img/design/top-menu-shadow-right.jpg");
	background-repeat: repeat-x;
	background-position: top left;
}

#top-menu-shadow-right-bug {
	height: 5px;
	width: 5px;
	background-image: url("/static/img/design/top-menu-shadow-right.jpg");
	background-repeat: repeat-x;
	background-position: top left;
}

#center {
	height: 100%;
}

#center-table {
	height: 100%;
	width: 100%;
}

#left-menu {
	width: 200px;
	height: 100%;
	background-color: #d9d9db;
	vertical-align: top;
}

#left-menu table {
	width: 100%;
	height: 100%;
}

#left-menu td.left-menu-row {
	height: 30px;
}

#left-menu td.left-menu-white-spacer {
	padding: 0px;
	height: 2px;
	width: 100%;
	background-color: white;
}

a.left-menu-item {
	display: block;
	overflow: visible;
	padding: 7px;
	/*height: 28px;*/
	text-decoration: none;
	border-left: solid 5px #c2cfe0;
	font: bold 13px Arial;
	color: #555555;
}

a.left-menu-item:hover {
	display: block;
	overflow: visible;
	padding: 7px;
	/*height: 28px;*/
	border-left: solid 5px #8aa1b1;
	font: bold 13px Arial;
}

a.left-menu-item-active {
	display: block;
	overflow: visible;
	padding: 7px;
	/*height: 28px;*/
	text-decoration: none;
	border-left: solid 5px #8aa1b1;
	font: bold 13px Arial;
}

a.left-submenu-item {
	padding: 7px;
	padding-left: 15px;
	height: 28px;
	text-decoration: none;
	border-left: solid 5px #c2cfe0;
	font: bold 13px Arial;
	color: #555555;
}

a.left-submenu-item:hover {
	padding: 7px;
	padding-left: 15px;
	height: 28px;
	border-left: solid 5px #8aa1b1;
	font: bold 13px Arial;
}

a.left-submenu-item-active {
	padding: 7px;
	padding-left: 15px;
	height: 28px;
	text-decoration: none;
	border-left: solid 5px #8aa1b1;
	font: bold 13px Arial;
}

#left-menu-spacer {
	width: 200px;
	height: 100px;
	overflow: hidden;
	background-image: url("/static/img/design/left-menu-spacer.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

#left-menu-bottom-filler {
	width: 100%;
	height: 100%;
	background-image: url("/static/img/design/left-menu-bottom-filler.jpg");
	background-position: top left;
	background-repeat: repeat-y;
}

#left-menu-right {
	height: 100%;
	width: 5px;
	background-color: #879fb0;
}

#left-menu-bottom {
	height: 5px;
	background-color: #879fb0;
}

#left-menu-image {
	height: 711px;
	width: 200px;
	background-image: url("/static/img/design/content-left.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}

#content {
	color: #505050;
	padding: 25px;
	vertical-align: top;
}

/*#content * {
	color: #505050;
}*/

#left-image img {
	padding: 5px;
	padding-left: 50px;
}

#footer {
	height: 41px;
	width: 100%;
}

#footer-left {
	width: 165px;
	height: 41px;
	background-image: url("/static/img/design/footer-left.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

#footer-center {
	height: 41px;
	background-image: url("/static/img/design/footer-spacer.jpg");
	background-position: top left;
	background-repeat: repeat-x;
}

#footer-right {
	height: 41px;
	width: 278px;
	background-image: url("/static/img/design/footer-right.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}

#contactsForm, #callbackForm {
	margin: 20px auto;
	width: 350px;
}

#callbackForm input, textarea, select {
	width: 100%;
	margin: 5px auto;
}

#contactsForm input, textarea {
	width: 100%;
	margin: 5px auto;
}

.contactsFormLabels, .callbackFormLabels {
	padding-left: 10px;
	font-weight: bold;
}

#contactsForm .formButtonSubmit, #callbackForm .formButtonSubmit {
	float: left;
	margin-left: 15px;
	width: 120;
	font-weight: bold;
}

#contactsForm .formButtonReset, #callbackForm .formButtonReset {
	float: right;
	margin-right: 15px;
	width: 120;
	font-weight: bold;
}

.formOk {
	text-align: center;
	color: green;
	font-weight: bold;
}

.formError {
	text-align: center;
	color: red;
	font-weight: bold;
}