#active_lang {
    color: #00A8EC;
    font-size: 18px;
}

#sky {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 160px;
	background: url("/image/gradient/sky.png") repeat-x;
}

#grass {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 200px;
	background: url("/image/gradient/grass.png") repeat-x;
}
#logo {
    background: url("/image/logo.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    height: 70px;
    left: 0;
    margin: 0 auto;
    /*padding-right: 160px;*/
    position: relative;
    top: 25px;
    width: 1000px;
    /*z-index: 997;*/
}
#logo .separator {
    background: none repeat scroll 0 0 #000000;
    float: left;
    height: 60px;
    margin: 5px 0 0 170px;
    width: 1px;
}
#logo .info {
    float: left;
    line-height: 1;
    margin-left: 10px;
    margin-top: 10px;
    text-align: left;
}
#logo .info .version a {
	font-size: 10px;
	color: #5e8ac6;
	text-decoration: none;
}

#logo .info .model {
	font-weight: bold;
	font-size: 24px;
	color: #000;
}

#logo .info .lang,
#logo .info .system {
	float: left;
    margin: 2px 0 0;
}

#logo .info .lang .text,
#logo .info .system .text {
	float: right;
	padding-left: 12px;
	margin-right: 3px;
	background: url("/image/lang_arrow.gif") no-repeat center left;
	font-weight: bold;
	font-size: 12px;
	color: #044476;
}

#logo .info .lang .icon, 
#logo .info .system .icon {
	float: right;
	width: 20px;
	height: 12px;
    cursor: pointer;
}

#logo .info .lang.eng .icon {
	background: url("/image/lang/eng.png") no-repeat center center;
}

#logo .info .lang.rus .icon {
	background: url("/image/lang/rus.png") no-repeat center center;
}

#logo .info .lang.ara .icon {
	background: url("/image/lang/ara.png") no-repeat center center;
}

#logo .info .lang.fas .icon {
	background: url("/image/lang/fas.png") no-repeat center center;
}

#logo .info .lang.fra .icon {
	background: url("/image/lang/fra.png") no-repeat center center;
}

#logo .info .lang.heb .icon {
	background: url("/image/lang/heb.png") no-repeat center center;
}

#logo .info .lang.tur .icon {
	background: url("/image/lang/tur.png") no-repeat center center;
}

#logo .info .lang.ukr .icon {
	background: url("/image/lang/ukr.png") no-repeat center center;
}

#logo .lang #tip ul {
	width: 100px;
	text-align: left;
}

#logo .lang #tip ul li .bull {
	float: left;
	width: 8px;
	padding-top: 3px;
}

#logo .lang #tip ul li .title {
	float: left;
	width: 80px;
	overflow: hidden;
}

.messYourLang {
    color: #044476;
    cursor: pointer;
    float: left;
    font-weight: bold;
    margin: 2px 0 0 5px;
	display: none;
}

.messYourLang:hover {
    color: #00A8EC;    
}

#creator {
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 997;
}

#creator .vendor, #creator .support {
	text-align: right;
	line-height: 1;
}

#creator .desc {
	margin-top: 4px;
	font-size: 12px;
	color: #c8e19d;
}

#creator .value, #creator .value a {
	font-weight: bold;
	font-size: 16px;
	color: #abd46e;
	text-decoration: none;
}

#creator .phone {
	font-weight: bold;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

#creator .value a {
	border-bottom: 1px dotted #abd46e;
}

#creator .value a:hover {
	color: #518413;
	border-bottom: 1px dotted #518413;
}

#workbox .smoothing {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 996;
}

#workbox .smoothing.sky {
	top: 0;
	background: url('/image/gradient/sky_tr.png') repeat-x;
}

#workbox .smoothing.grass {
	bottom: 0;
	background: url('/image/gradient/grass_tr.png') repeat-x;
}

div.warning {
	margin: 250px auto;
	width: 525px;
	font-family: Times New Roman, Times, serif;
	line-height: 1;
}

div.warning div.icon {
	float: left;
	font-weight: bold;
	font-size: 200px;
	color: #555;
}

div.warning div.message {
	float: left;
	font-weight: bold;
	font-size: 40px;
	color: #777;
	padding: 40px 10px;
}


