﻿body {
	background-image			: url('../Images/bg_site.png');
	background-repeat			: no-repeat;
	background-position		: top center;
	font-family					: Arial;
	font-size					: 12px;
	color							: white;
	margin 						: 0px;
	background-color			: #787b80;
}

.Container {
	width							: 1024px;
 	height						: auto !important; /*For CSS2 browsers*/
  	height						: 100%; /*For IE6 and before*/
  	min-height					: 200px; /*For CSS2 browsers*/
	margin-left					: auto;
	margin-right				: auto;
}

.TopBar {
	height						: 70px;
	width							: 904px;
	display						: block;
}

.Logo {
	background-image			: url('../Images/logo.jpg');
	background-repeat			: no-repeat;
	background-position		: left top;
	width							: 127px;
	height						: 51px;
	margin-top					: 10px;
	margin-right				: 12px;
	float							: left;
	position						: relative;
	left							: 83px;
}

.TopMenu {
	float							: left;
	margin-top					: 28px;
	position						: relative;
	left							: 86px;
	font-size					: 12px;
	width							: 450px;
}

.LangMenu {
	float							: right;
	margin-top					: 28px;
	position						: relative;
	left							: 75px;
	font-size					: 12px;
}

.Column {
	float							: left;
}

#Column1 {
	background-color			: #666666;
	width							: 357px;
	float							: left;
	margin-right				: 5px;
	display						: block;
}

#Column2 {
	background-color			: #666666;
	width							: 357px;
	float							: left;
	margin-right				: 5px;
}

#Column3 {
	background-color			: #666666;
	width							: 176px;
	float							: right;
}

#Column4 {
	background-color			: #666666;
	width							: 537px;
	float							: right;
	display						: block;
}

#Column5 {
	width							: 538px;
	float							: left;
}

#Column6 {
	background-color			: #666666;
	width							: 357px;
	float							: right;
}

.Movie {
	margin						: 7px;	
}

.TopMenuItem {
	color							: #4b4c4f;
	font-size					: 11px;
	text-decoration			: none;
}

.TopMenuItem:hover {
	color							: white;
	font-size					: 11px;
	text-decoration			: underline;
}

.Menu {
	float							: left;
	width							: 905px;
	height						: 49px;
	position						: relative;
	left							: 81px;
	text-align					: left;
	margin-top					: 5px;
	margin-bottom				: 10px;
	line-height					: 49px;
}

.bordermenu {
	background-image			: url('../Images/border_menu.jpg');
	background-repeat			: repeat-y;
	background-position		: left top;	
	float							: left;
}

.HeaderImage {
	height						: 260px;
	width							: 900px;
	float							: left;
	position						: relative;
	left							: 81px;
}

.MenuItems {
	margin-left					: 0px;
}

a.MenuItemSelected {
	display						: block;
	background-color			: transparent;
	background-image			: url('../Images/bg_button_active.jpg');
	background-repeat			: no-repeat;
	width							: 176px;
	height						: 49px;
	margin-right				: 5px;
	text-align					: center;
	font-family					: Arial;
	color 						: black;
	font-size					: 14px;
	font-weight					: normal;
	text-decoration			: none;
	float							: left;
}

a.MenuItemSelected:link {
	text-align					: center;
	font-family					: Arial;
	font-weight					: normal;
	text-decoration			: none;
}

a.MenuItemSelected:link:hover {
	text-align					: center;
	font-family					: Arial;
	font-weight					: normal;
	text-decoration			: none;
}

a.MenuItemSelected:visited {
	text-align					: center;
	font-family					: Arial;
	font-weight					: normal;
	text-decoration			: none;
}
a.MenuItemSelected:visited:hover {
	text-align					: center;
	font-family					: Arial;
	font-weight					: normal;
	text-decoration			: none;
}

a.MenuItem {
	display						: block;
	background-color			: transparent;
	background-image			: url('../Images/bg_button.jpg');
	background-repeat			: no-repeat;
	width							: 176px;
	height						: 49px;
	margin-right				: 5px;
	text-align					: center;
	font-family					: Arial;
	font-size					: 14px;
	font-weight					: normal;
	text-decoration			: none;
	float							: left;
}

a.MenuItem:link:hover {
	display						: block;
	background-color			: transparent;
	background-image			: url('../Images/bg_button_active.jpg');
	background-repeat			: no-repeat;
	width							: 176px;
	height						: 49px;
	margin-right				: 5px;
	text-align					: center;
	font-family					: Arial;
	font-size					: 14px;
	font-weight					: normal;
	text-decoration			: none;
	float							: left;
}

a.MenuItem:visited {
	text-align					: center;
	font-family					: Arial;
	font-weight					: normal;
	text-decoration			: none;
}
a.MenuItem:visited:hover {
	display						: block;
	background-color			: transparent;
	background-image			: url('../Images/bg_button_active.jpg');
	background-repeat			: no-repeat;
	width							: 176px;
	height						: 49px;
	margin-right				: 5px;
	text-align					: center;
	font-family					: Arial;
	font-size					: 14px;
	font-weight					: normal;
	text-decoration			: none;
	float							: left;
}

.DocumentText {
	padding						: 15px;
	height						: 100%;
	color							: #ffffff;
}

.DocumentTextImage {
	padding						: 15px;
	height						: 100%;
	width							: 180px;
	float							: left;
}
.NewsText a {
	font-size					: 11px;
	color							: #c4dd00;
	text-decoration			: none;
}

.NewsBreak {
	background-image			: url('../Images/newsbreak.gif');
	background-repeat			: no-repeat;
	background-position		: left top;
	width							: 140px;
	height						: 2px;
	margin-top					: 5px;
	margin-bottom				: 5px;
	padding						: 0px;
}

.ContentImage {
	float							: left;
}

.Image {
	float							: Left;
	width							: 360px;
}

.ThumbImage {
	margin						: 20px;	
}

.Title {
	padding-right				: 15px;
	padding-left				: 15px;	
	padding-top					: 15px;
}

.Footer{
	width							: 900px;
	font-size					: 11px;
	color							: white;
	text-align					: center;
	margin-top					: 8px;
	clear							: both;
	float							: left;
}

.FooterBorder{
	background-image			: url('../Images/bg_footer.gif');
	background-repeat			: repeat-x;
	background-position		: left bottom;
	margin-top					: 65px;
	clear							: both;
}

.Content {
	left							: 81px;
	position						: relative;
	float							: left;
	width							: 900px;
 	height						: auto !important; /*For CSS2 browsers*/
  	height						: 100%; /*For IE6 and before*/
  	min-height					: 425px; /*For CSS2 browsers*/
}

img {
	border						: 0px;
}

h1 {
	padding						: 0px;
	margin						: 0px;
	font-size					: 18px;
	font-weight					: normal;
	font-family					: arial;
}
h2 {
	padding-top					: 5px;
	margin-left					: 10px;
	font-size					: 12px;
	font-weight					: bold;
	font-family					: arial;
}
h3 {
	padding						: 5px 0px 0px 15px;
	margin						: 0px;
	font-size					: 15px;
	font-weight					: bold;
	font-family					: arial;
}
ul {
	font-size					: 10px;
	font-style					: normal;
	line-height					: 1.5em;
	font-weight					: normal;
	color							: red;
	text-decoration			: none;
	text-indent					: 1px;
	list-style-position		: outside;
	padding						: 6px;
	margin						: 7px;
}

.DocumentIntro {
	padding						: 1px 0px 0px 0px;
	height						: auto;
	height						: 100%;
}
.DocumentImage {
	border						: 0px;
	margin						: 0px 0px 0px 0px;
	padding-right				: 10px;
	width							: 440px;
}

.DocumentIntroText {
	padding						: 0px 0px 0px 45px;
	font-size					: 10px;
}

/* Sitemap */
.SiteMap0 {
	line-height					: 18px;
	font-size					: 12px;
	color							: white;
	font-weight					: bold;
	text-decoration			: none;
	border-bottom				: 1px solid #ffffff;
	margin-left					: 10px;
}
a.SiteMap0 {
	line-height					: 18px;
	font-size					: 12px;
	color							: white;
	font-weight					: bold;
	text-decoration			: none;
	border-bottom				: 1px solid #ffffff;
	margin-left					: 10px;
}
a.SiteMap0:hover {
	color							: black;
	border-bottom				: 1px solid #ffffff;
}
a.SiteMap1 {
	line-height					: 18px;
	font-size					: 12px;
	color							: #4b4c4f;
	font-weight					: normal;
	text-decoration			: none;
	margin						: 5px 0px 0px 30px;
	padding						: 0px 0px 0px 10px;
	border-bottom				: 1px solid #bed000;
	border-left					: 1px solid #bed000;
}

a.SiteMap1:hover {
	color							: #ffffff;
	border-bottom				: 1px solid #bed000;
	border-left					: 1px solid #bed000;
}
a.SiteMap2:link {
	position						: relative;
	top							: -10px;
	left							: 40px;
	color							: #4b4c4f;
	text-decoration			: none;
	padding-bottom				: 2px;
	padding-left				: 20px;
	border-bottom				: 1px solid #bed000;
	border-left					: 1px solid #bed000;
}
a.SiteMap2:visited {
	position						: relative;
	top							: -10px;
	left							: 40px;
	color							: #4b4c4f;
	text-decoration			: none;
	padding-bottom				: 2px;
	padding-left				: 20px;
	border-bottom				: 1px solid #bed000;
	border-left					: 1px solid #bed000;
}
a.SiteMap2:hover {
	position						: relative;
	top							: -10px;
	left							: 40px;
	color							: #ffffff;
	text-decoration			: none;
	padding-bottom				: 2px;
	padding-left				: 20px;
	border-bottom				: 1px dotted #bed000;
	border-left					: 1px dotted #bed000;
}

a {
	color							: #ffffff;	
}

p {
	padding						: 0px;		
	margin						: 0px;
}

