@import "default.css";

div#page { 
	width: 880px;
	margin: 0 auto;
	padding: 0 10px;
}

div#top {
	position: relative;
	height: 156px;
	margin-bottom: 5px;
	background: #fff url(bg-top.jpg) top no-repeat;
}

ul#langs, ul#langs li {
	margin: 0;
	padding: 0;
	border-style: none;
}

ul#langs {
	position: absolute;
	right: 200px;
	top: 3px;
	list-style: none;
}

ul#langs li {
	float: left;
	margin: 2px;
}

ul#langs li img {
	filter: alpha(opacity=50);
	opacity: 0.5;
	border: 1px solid #000;
}

ul#langs li a img {
	filter: alpha(opacity=100);
	opacity: 1;
}

p#menu1 {
	position: absolute;
	right: 34px;
	top: 5px;
	font-size: 11px;
}

p#menu1 a {
	color: #000;
	text-transform: lowercase;
}

div#menu2 {
	position: absolute;
	width: 573px;
	padding-top: 5px;
	padding-left: 307px;
	left: 0;
	bottom: 20px;
	height: 36px;
	background: url(bg-menu2.gif) no-repeat;
}

div#menu2 a {
	display: block;
	float: left;
	padding: 7px 8px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

div#menu2 a.sel, div#menu2 a:hover {
	background: url(bg-menu2_.gif) top repeat-x;
}

div#menu2_submenu {
	position: absolute;
	width: 740px;
	left: 0;
	bottom: 0;
	padding-left: 140px;
	height: 20px;
	background-color: #e9e9e9;
}

img#logo {
	position: absolute;
	left: 0;
	top: 0;
}

div#content, div#header {
	margin: 5px 0;
}

div#content h1 {
	font-family: Tahoma;
	font-size: 24px;
	font-weight: normal;
	color: #2d2d2d;
}

div#content p {
	margin: 5px 0;
}

table.cols {
	width: 100%;
}

table.cols td {
	vertical-align: top;
}

table.cols td.left {
	width: 635px;
}

table.cols td.right {
	width: 240px;
}

table.cols td.left_head {
	padding: 10px;
	vertical-align: middle;
	font-size: 18px;
	color: #fff;
	background: #940712 url(bg-left_head.jpg) top repeat-x;
}

table#bottom_content {
	width: 100%;
	height: 72px;
}

table#bottom_content td {
	vertical-align: top;
}

table#bottom_content td.left {
	width: 635px;
	background: #e6e6e6 url(bg-bottom.jpg) top repeat-x;
}

table#bottom_content td.right {
	width: 240px;
	background-color: #a70909;
}

table#bottom_content td.left div {
	position: relative;
	height: 69px;
	padding-top: 3px;
	padding-left: 65px;
	color: #a70909;
	font-size: 18px;
	background: url(bg-bottom_contact.jpg) left no-repeat;
}


table#bottom_content td.left div p.menu3 {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 11px;
	color: #a70909;
}

div#bottom {
	position: relative;
	height: 20px;
}

div#bottom p {
	position: absolute;
	top: 2px;
}

div#bottom p.left {
	left: 5px;
}

div#bottom p.right {
	right: 5px;
}

div#bottom p.right a {
	font-weight: bold;
	color: #a70909;
}

h2 {
	color: #a70909;
	font-size: 18px;
}

div#submenu {
	margin: 34px 0 5px 0;
}

div#submenu a {
	display: block;
	margin: 2px 0;
	padding: 2px 5px;
	color: #6b0319;
	text-decoration: none;
	background-color: #e9e9e9;
}

div#submenu a:hover {
	text-decoration: none;
	background-color: #d0d0d0;
}

table#pages {
	border-collapse: collapse;
}

table#pages td {
	vertical-align: middle;
	padding: 1px;
}

table#pages td a {
	display: block;
	border: 1px solid #ccc;
	padding: 2px;
	color: #333;
	text-decoration: none;
	background-color: #eee;
}

table#pages td a:hover {
	border: 1px solid #333;
}

table#pages td a.sel {
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	background-color: #333;
}

h3 {
	margin: 5px 0;
	color: #a70909;
}
