/******* Default Part CSS *******/
body, div, h1, h2, h3, h4, h5, h6, a, form, fieldset, select, input, th, dd, dl, dt { 
	padding:0px; 
	margin:0px;
}


body {
	font-family: Tahoma, Arial, Trebuchet MS, sans-serif;
	font-size: 11px;
	width:100%;
	height:100%;	
	min-width: 958px;
	background: url(../images/index-bg.gif) repeat left top;
}





/* Content  texts and links------------------------------------------------------*/

a, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}


/* Header 
------------------------------------------------------*/
.country-change {
	position: absolute;
	top: 15px;
	right:0px;
	font: 12px  Times new roman, Arial, Tahoma, Verdana, Trebuchet MS, sans-serif;
	font-style:italic;
	color: #ffff8f;
	width:220px;
	height:20px;
}



.country-change a {
	display:block;
	float:left;
	width:16px;
	height:11px;
	text-decoration:none;
	margin-left:5px;
	font-size:1px;
}

.country-change span{
	display:block;
	float:left;
	width:100px;
	height:11px;
	line-height:11px;
}

.country-change a:hover{
	text-decoration:none;
}

.country-change a.lang-ua {
	background:url(../images/ua.gif) no-repeat left -11px;
}
.country-change a.lang-ua-active,
.country-change a.lang-ua:hover {
	background:url(../images/ua.gif) no-repeat left top;
}


.country-change a.lang-ru {
	background:url(../images/ru.gif) no-repeat left -11px;
}
.country-change a.lang-ru-active,
.country-change a.lang-ru:hover {
	background:url(../images/ru.gif) no-repeat left top;
}

.country-change a.lang-en {
	background:url(../images/en.gif) no-repeat left -11px;
}
.country-change a.lang-en-active,
.country-change a.lang-en:hover {
	background:url(../images/en.gif) no-repeat left top;
}


/* main part */

.wrapper {
	width:100%;
	height:590px;
    position:absolute;
    top:50%;
    margin:-295px auto 0;
}




.flash-wrapper {
	margin:0px auto;
	width:900px;
	height:590px;
	position:relative;
}

.flash-wrapper-table {
	width:100%;
	height:590px;
}


.flash-wrapper-table th {
	background: transparent url(../images/intro-line-bg.png) repeat-x left top;
}

* html .flash-wrapper-table th {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/intro-line-bg.png', sizingMethod='scale');
}



.flash-wrapper-table td{
	width:900px;
}

