html, body {
	color: white;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0; padding: 0;
/*	background-color: black;*/
}

body {
	padding: 20px;
}

.black {
	background-color: #000000;
}

.black a.active {
	color: white;
}

.grey {
	background-color: #A0A4A3;
}

.grey a.active {
	color: black;
}

.orange {
	background-color: #FA7308;
}

.orange a.active {
	color: white;
}

.langSwitcher {
	position: absolute;
	top: 15px;
	right: 0;
	margin-right: 20px;
}

.b {
	font-weight: bold;
}

.langSwitcher a {
	font-weight: normal !important;
}

table, td {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

td {
	vertical-align: top;
}

h1, h2, h3, h4 {
	margin: 0; padding: 0;
}

h2 {
	font-size: 21px;
	font-weight: normal;
	color: white;
	line-height: 24px;
}

h3 {
	font-size: 21px;
	font-weight: normal;
	color: #FA7308;
	line-height: 24px;
}

.bigText {
	font-size: 17px;
	font-weight: normal !important;
	color: white;
	line-height: 21px;
	padding-bottom: 20px;
}

h3 a {
	font-size: 13px;
/*	font-weight: normal !important;*/
	line-height: 17px !important;
}

.orange h3 {
	color: white;
}

.grey h3 {
	color: white;
}

img {
	border: 0;
}

a {
	color: #FA7308;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: white;
}

.orange a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.orange a:hover {
	color: black;
}

.grey a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.grey a:hover {
	color: black;
}

.logo {
	background: url("../i/logo.gif") top left no-repeat;
	width: 260px;
	height: 60px;
	margin-bottom: 92px;
	display: block;
}

.black .logo{
	background: url("../i/logo-black.gif") top left no-repeat;
}

.grey .logo{
	background: url("../i/logo-grey.gif") top left no-repeat;
}

.orange .logo{
	background: url("../i/logo-orange.gif") top left no-repeat;
}

.logo h1 {
	display: none;
}

.logo span {
	width: 260px;
	height: 60px;
	display:block;
}

.clear {
	display: block;
	clear: both;
}

.hidden {
	display: none;
}

.visible {
	display: block;
}

.container {
	width: 956px;
}

.navigation {
	width: 275px;
	padding-bottom: 25px;
	font-size: 21px;
	font-weight: normal !important;
	color: white;
	line-height: 24px;
}

.navigation a {
	font-weight: normal !important;
}

.nItem {
	width: 275px;
	padding-bottom: 20px;
}

.nItemHome {
	width: auto;
	height: 170px;
	float: left;
	display: inline;
	padding-right: 20px;
}

.nText { width: 275px; }

.nItem img {
	margin: 5px 5px 0px 0px;
}

.bigLine {
	background: url("../i/bg-line.gif") top left repeat-x;	
	display: block;
	height: 12px;
	font-size: 1px;
	line-height: 12px;
	margin-bottom: 4px;
}

.bgLeft {
	width: 278px;
	float: left;
	margin-right: 16px;
}

.bgRight {
	width: 661px;
	float: right;
}

.bgFull {
	width: 955px;
}

.smallLine {
	background: url("../i/bg-line.gif") top left repeat-x;	
	display: block;
	height: 6px;
	font-size: 1px;
	line-height: 6px;
	margin-bottom: 4px;
}

.footer {
	padding-bottom: 80px;
}

.fl {
	float: left;
}

.content {
	width: 661px;
	float: right;
	/*padding-bottom: 95px;*/
/*	background: url("../i/bg-list2.gif") top left repeat;	*/
}

/*
.bt {
	font-size: 21px;
	font-weight: normal;
	color: white;
	line-height: 24px;
}*/

.pThumb {
	float: left;
	width: 200px;
	height: 247px;
	margin-right: 15px;
	font-size: 12px;
	line-height: 14px;
	color: white;
}

#titleContainer {
	padding-bottom: 20px;
}

.colLeft {
	float: left;
	width: 190px;
	margin-right: 15px;
}

.colRight {
	width: auto;
	float: right;
}

.colRight img {
	margin-bottom: 15px !important;
}

.c1 {
	width: 100px;
}

.imgContainer {
	margin-top: 10px;
}

.newsDetail { padding: 5px 20px 10px 0px; }

.newsPageDetail {}

.ndText { width: 350px; margin-top: 10px; padding-bottom: 20px; float: left;}

.newsPageDetail .ndText { width: 300px; }

.ndImages { float: left; display: inline; margin-top: 10px; margin-left: 20px; }

.imgItem {
	float: left;
	margin-right: 10px;
/*	height: 250px;*/
	padding-bottom: 10px;
}

#ajaxContent {
	position: absolute;
	z-index: 50;
	top: 300px; left: 20px;
	width: 975px;
	height: 400px;
	overflow: auto;
	background-color: black;
	display: none;
}


.black #ajaxContent {
	background-color: #000000;
}

.grey #ajaxContent {
	background-color: #A0A4A3;
}

.orange #ajaxContent {
	background-color: #FA7308;
}

.ajaxLoader {
	width: 100%; height: 100%;
	background: url("../i/preloader-black.gif") 50% 50% no-repeat;
}

.grey .ajaxLoader {
	background-image: url("../i/preloader-grey.gif");
}

.orange .ajaxLoader {
	background-image: url("../i/preloader-orange.gif");
}


.closeDetail { display: block; width: 16px; height: 15px; position: absolute; top: 5px; left: 940px; }

.closeDetail a { display: block; width: 16px; height: 15px; }
.closeDetail span { display: none; }

.black .closeDetail { background: url("../i/close-black.gif") top left no-repeat; }

.orange .closeDetail { background: url("../i/close-orange.gif") top left no-repeat; }

.grey .closeDetail { background: url("../i/close-grey.gif") top left no-repeat; }

.thumbnails a { margin-right: 3px; }