/* Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: arial;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	cursor: pointer;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0px;
}

.clear_div { 
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	/*display: inline-block;*/
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* Crowbar CSS */

html {
width: 100%; height: 100%; /*background: url(../images/splash_bg.jpg) no-repeat center;*/ background: #000000; overflow: hidden;
}

body {
width: 100%; height: 100%; background: url(../images/top_bg.png) repeat-x left top;
}

a {
color: #990033; font-size: 11px; text-decoration: underline;
}

a:hover {
color: #990033; font-size: 11px; text-decoration: none;
}

#splash_html_over_flash {
width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; z-index: 2000;
}

#splash_swf_bg {
width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index: 1000;
}

#splash_bg {
width: 514px; height: 477px; margin-left: auto; margin-right: auto; position: relative;
}#az #splash_bg {background: url(../images/splash_text_az.png) no-repeat; }#ru #splash_bg {background: url(../images/splash_text_ru.png) no-repeat; }#en #splash_bg {background: url(../images/splash_text_en.png) no-repeat; }

#splash_page {
width: 100%; height: 100%; overflow: hidden;
}

#yes_button {
width: 98px; height: 29px; position: absolute; top: 368px; left: 153px;
}

#splash_bg p {
position: absolute; top: 420px; left: 78px; font-size: 10px; color: #ffffff; font-family: tahoma; line-height: 12px; text-align: center; width: 360px;
}

#yes_button input, #no_button input{
background: transparent; border: none; width: 98px; height: 29px; cursor: pointer;
}

#no_button {
width: 98px; height: 29px; position: absolute; top: 368px; left: 267px;
}

#lang1_button { 
width: 39px; height: 22px; position: absolute; top: 458px; left: 208px;
}

#lang2_button { 
width: 39px; height: 22px; position: absolute; top: 458px; left: 256px;
}

#lang1_button input, #lang2_button input{
background: transparent; border: none; width: 39px; height: 22px; cursor: pointer;
}