html, body, form {
	margin: 0;
	padding: 0;
}

img, table {
	border: none;
}

* html img {
   behavior: url("pngbehavior.htc");
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
	color: #cccccc;
	background-color: #636466;
	max-width: 100%;
	min-width: 955px;
}

* html body {
	width: expression((document.getElementsByTagName('html') && document.getElementsByTagName('html')[0].clientWidth < 955) ? '955px' : '100%');
}

h1 {
	color: #E90D1F;
	font-size: 185%;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0.7em;
}

a {
	color: #aaccff;
}

a:visited {
	color: #9999bb;
}

a:hover {
	color: #ffcc00;
}

#mPart {
	position: relative;
	background-color: #000000;
	min-height: 300px;
}

* html #mPart, * html #mData {
	height: 300px;
}

#mData {
	padding: 30px 0;
	min-height: 300px;
	padding-bottom: 50px;
}

#navBar {
	position: relative;
}

#logo {
	position: absolute;
	top: 55px;
	left: 15px;
	z-index: 1000;
}

#langSwitch {
	position: absolute;
	z-index: 1000;
	top: 13px;
	right: 20px;
	font-size: 11px;
}

#langSwitch a, #langSwitch span {
	color: #c0c0c0;
	margin-right: 10px;
	text-decoration: none;
}

#langSwitch .active {
	color: #808080;
}

#langSwitch a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#tNav {
	height: 35px;
	background-color: #971b1e;
}

#tNav td {
	vertical-align: middle;
	padding-left: 25px;
	white-space: nowrap;
}

#tNav #an {
	/*border-right: 1px solid #000000;*/
	padding-right: 0px;
}

#tNav #an a {
	margin-right: 7px;	
}

#tNav .menu {
	background: url(images/menu_corner.gif) no-repeat;
	background-position: right bottom;
	padding-right: 13px;
	padding-left: 2px;
}

.menu {
	font-size: 110%;
	text-transform: lowercase;
}

.menu a, .menu a:visited, .menu span {
	color: #cccccc;
	text-decoration: none;
	margin-right: 10px;
}

.menu a:hover {
	color: #ffffff;
}

#tNav .menu .active {
	color: #FFCC00;
}

#footer .menu {
	margin-bottom: 15px;
}

#sbmenu {
	margin-bottom: 50px;
	text-transform: lowercase;
}

#sbmenu a, #sbmenu span {
	display: block;
	text-decoration: none;
	color: #cccccc;
	font-size: 110%;
	line-height: 1.1em;
	margin-bottom: 7px;
	padding-left: 10px;
	background-image: url(images/menu_bull.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
}

#sbmenu a.active, #sbmenu span.active {
	color: #EB2027;
	background-image: url(images/menu_bull_a.gif);
}

#sbmenu a:hover {
	color: #ffcc00;
	background-image: url(images/menu_bull_o.gif);
}

.ssbmenu {
	padding-left: 27px;
	margin-bottom: 12px;
	line-height: 1em;	
}

#sbmenu .ssbmenu a, #sbmenu .ssbmenu span {
	color: #aaaaaa;
	margin-bottom: 7px;
	padding-left: 0px;
	background: none;
}

#sbmenu .ssbmenu a.active, #sbmenu .ssbmenu span.active {
	color: #EB2027;
}

#sbmenu .ssbmenu a:hover {
	color: #ffcc00;
}

#footer {
	position: relative;
	padding: 15px 30px;
}

#qContacts {
	font-size: 95%;
	margin-bottom: 15px;
}

#copyrt {
	font-size: 10px;
}

#copyrt a {
	color: #cccccc;
}

#footer form {
	display: block;
	position: absolute;
	top: 15px;
	right: 30px;
}

#footer form div {
	font-size: 11px;
}

input {
	vertical-align: middle;
}

#footer input.Text {
	background-color: #c5c6c7;
	border: 1px solid #c5c6c7;
}

table.twoCol {
	width: 100%;
}

#leftCol, #rightCol {
	vertical-align: top;
}

#leftCol {
	width: 240px;
	padding-right: 20px;
	padding-left: 30px;
	padding-top: 100px;
}

#rightCol {
	padding-top: 175px;
	padding-left: 20px;
	padding-right: 30px;
}

#fTemperature {
	width: 200px;
	position: relative;
	padding: 10px;
	text-align: center;
	border: 1px solid #454545;
	margin-bottom: 50px;
}

#fTemperature strong {
	font-size: 18px;
	line-height: 1em;
	font-weight: normal;	
	/*color: #ffffff;*/
}

#fTemperature a {
	margin-left: 7px;
	margin-right: 7px;
	font-size: 11px;
}

.tl, .tr, .bl, .br { position: absolute; z-index: 10; display: block; }
.tl { top: -1px; left: -1px; }
.tr { top: -1px; right: -1px; }
.bl { bottom: -1px; left: -1px; }
.br { bottom: -1px; right: -1px; }



.pages {
	margin-top: 50px;
	margin-left: -30px;
	padding-left: 30px;
	position: relative;
}

.pageTxt {
	font-size: 10px;
	margin-left: -30px;
	margin-right: -100%;
	position: absolute;
	top: 0.65em;
	color: #636466;
	z-index: 100;
}

.pages td {
	line-height: 22px;
}

.pages a {
	padding: 0 3px;
}

.pages a {
	font-size: 13px;
	line-height: 12px;
	color: #999999;
	margin-bottom: 3px;
}

.pages span {
	font-size: 21px;
	letter-spacing: -1px;
	color: #E90D1F;
}

.pages a:hover {
	background-color: #ffcc00;
	color: #000000;
	text-decoration: none;
}

.pages a.pArrow {
	color: #ffffff;
	text-decoration: none;
}

.back {
	color: #636466;
	margin-top: 30px;
}

.back a {
	color: #636466;
}

.back a:hover {
	color: #ffcc00;
}

.lInfo {
	font-size: 87%;
	padding-right: 15px;
	margin-bottom: 35px;
	line-height: 1.5em;
	letter-spacing: 1px;
	color: #999999;
	position: relative;
	z-index: 5000;
}

.lInfo h2 {
	color: #E90D1F;
	margin: 0;
	margin-bottom: 7px;
	letter-spacing: 1px;
	font-size: 120%;
}

.lInfo p {
	margin: 0;
	margin-bottom: 7px;
}

.date {
	margin-bottom: 2em;
}

/*div {
	border: 1px solid;
}*/
