/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

html {
	min-width:1024px;
} 

body { 
	background:#fff; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:100%; 
	line-height:1em; 
	color:#585858; 
	min-width:1024px;
}

object { 
	vertical-align:top; 
	outline:none;
}

input, 
textarea, 
select { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em; 
	vertical-align:middle; 
	font-weight:normal;
}

fieldset {
	border:0;
}

p { 
	margin:0; 
	padding:0;
}

img { 
	border:0; 
	vertical-align:top; 
	text-align:left;
}

ul, 
ol { 
	list-style:none;
}

/*========================== ALIGMENT =========================*/

.fleft { 
	float:left;
}

.fright { 
	float:right;
}

.clear { 
	clear:both;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%; 
	overflow:hidden;
}

.container { 
	width:100%;
}

/*=========================== TAILING =========================*/

.tail-bg {
	background:url(images/tail-bg.jpg) repeat-y left top;
}
.bot-bg {
	background:url(images/bot-bg.jpg) no-repeat left top;
}
.top-bg {
	min-height:1500px;
	height:auto!important;
	height:1500px;
	background:url(images/top-bg.jpg) no-repeat left bottom;
}

/*=========================== FORMS ===========================*/

#contacts-form .field { 
	height:57px;
}
#contacts-form input {
	width:273px; 
	padding:2px 0 2px 3px; 
	background:#fff;
	color:#8f8f8f; 
	border-top:1px solid #303030; 
	border-left:1px solid #303030; 
	border-bottom:1px solid #e1e1e1; 
	border-right:1px solid #e1e1e1;	
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:273px; 
	height:321px; 
	overflow:auto;
	background:#fff;
	color:#8f8f8f; 
	border-top:1px solid #303030; 
	border-left:1px solid #303030; 
	border-bottom:1px solid #e1e1e1;	
	border-right:1px solid #e1e1e1; 
	padding:2px 0 2px 3px;
	margin-bottom:25px; 
}

/*========================== LISTS ============================*/

.img-list {
	width:100%;
	overflow:hidden;
	padding-bottom:15px;
}
.img-list li {
	float:left;
	padding-right:6px;
}
.img-list li.last {
	 padding:0;
}
.img-list li a {
	border:2px solid #fff;
	display:block;
	float:left;
}
.img-list li a:hover {
	border:2px solid #2f2f2f;
}

.list {
	padding-bottom:14px;
}
.list li {
	color:#fff;
	font-weight:bold;
	background:url(images/marker.png) no-repeat left top;
	padding:3px 0 8px 6px;
}
.list li span {
	font-weight:normal;
}
.list li span,
.list li span a {
	color:#585858;
}
.list li span a {
	font-weight:bold;
	text-decoration:none;
}
.list li span a:hover {
	text-decoration:underline;
}

.list1 li {
	background:url(images/line-hor1.gif) repeat-x left bottom;
	padding-bottom:7px;
	margin-bottom:7px;
}
.list1.alt li span a {
	color:#cb0202;
}
.list1 li.last {
	background:none;
}
.list1 li.alt {
	margin-bottom:16px;
}
.list1 li span {
	padding:0 0 0 19px;
	background:url(images/marker1.gif) no-repeat left 3px;
}
.list1 li a {
	color:#236cb1;
	text-decoration:none;
	text-transform:uppercase;
	font-size:1.1em;
}
.list1 li a:hover {
	font-weight:bold;
}

.list2 li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-bottom:15px;
	font-size:1.08em;
}
.list2 li a {
	color:#585858;
	text-decoration:none;
	float:left;
}
.list2 li a:hover {
	text-decoration:underline;
}
.list2 li span {
	color:#cb0202;
	float:right;
}
.list2 li strong {
	display:block;
	background:url(images/line-hor2.gif) repeat-x left 12px;
	overflow:hidden;
}

.news-list li {
	line-height:1.5em;
	padding-bottom:18px;
}
.news-list li span {
	color:#cb0202;
	display:block;
}
.news-list li a {
	color:#585858;
	font-weight:bold;
	text-decoration:none;
}
.news-list li a:hover {
	text-decoration:underline;
}

/*========================== OTHER ============================*/

.img-indent { 
	padding:0 0 17px 0;
	width:100%;
	overflow:hidden; 
}

.img-box {
	border:1px solid #fff;
}
.img-box1 { 
	width:100%; 
	overflow:hidden;
}

p { 
	margin-bottom:20px;
	line-height:1.5em;
}
.p0 {
	margin:0;
}

.banner {
	padding-bottom:34px;
}

dl {
	line-height:1.5em;
	margin-bottom:-20px;
}
dl dt {
	font-weight:bold;
}
dl dd {
	margin-bottom:20px;
}

.address span,
.address p a {
	float:right;
	margin-right:72px;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#cb0202; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h2 {
	color:#2f2f2f;
	font-size:24px;
	line-height:2em;
}
h2 strong {
	color:#bd0102;
	display:block;
	text-transform:uppercase;
	margin-bottom:-22px;
	position:relative;
}
h2 span {
	font-size:30px;
	position:relative;
	top:1px;
}
h3 {
	font-size:24px;
	line-height:1.2em;
	color:#2f2f2f;
	text-transform:uppercase;
	margin-bottom:15px;
}
h3.extra {
	font-size:21px;
}
h4 {
	font-size:16px;
	line-height:1.2em;
	color:#1b5f9f;
	margin-bottom:7px;
}
h5 {
	font-size:1em;
	line-height:1.5em;
	color:#585858;
	margin-bottom:5px;
}
h5.extra {
	margin:0;
}

.img-link {
	float:left; 
	margin:0 20px 0 0;
	border:2px solid #fff;
}
.img-link:hover {
	border:2px solid #2f2f2f;
}

.link {
	color:#fff;
	font-weight:bold;
	background:#0b6da0;
	padding:9px 13px 9px 13px;
	line-height:1.08em;
	display:inline-block;
	text-decoration:none;
}
.link:hover {
	background:#bd081b;
}

.link1 {
	color:#585858;
	text-decoration:none;
	padding-left:9px;
	background:url(images/marker2.gif) no-repeat left 6px;
}
.link1:hover {
	text-decoration:underline;
}

/*============================ BOXES ==========================*/

.box { 
	width:100%;
}
.box .left-top-corner { 
	background:url(images/left-top-corner.png) no-repeat left top; 
	height:2px; 
	padding-left:2px;
}
.box .right-top-corner { 
	background:url(images/right-top-corner.png) no-repeat right top; 
	height:2px; 
	padding-right:2px;
}
.box .border-top { 
	background:url(images/border-top.png) left top repeat-x; 
	height:2px; 
	font-size:0; 
	line-height:0; 
	width:100%;
}
.box .left-bot-corner { 
	background:url(images/left-bot-corner.png) no-repeat left bottom; 
	height:2px; 
	padding-left:2px;
}
.box .right-bot-corner { 
	background:url(images/right-bot-corner.png) no-repeat right bottom; 
	height:2px; 
	padding-right:2px;
}
.box .border-bot { 
	background:url(images/border-bot.png) left bottom repeat-x; 
	height:2px; 
	font-size:0; 
	line-height:0; 
	width:100%;
}
.box .border-left { 
	background:url(images/border-left.png) left top repeat-y; 
	padding-left:2px;
}
.box .border-right { 
	background:url(images/border-right.png) right top repeat-y; 
	padding-right:2px;
}
.box .xcontent { 
	background:url(images/box-tail.png);
	padding:21px 21px 48px 21px;
}

/*---*/

.box1 {
	width:100%;
	background:#fff;
	margin-top:-7px;
}
.box1 .inner {
	padding:18px 19px 1px 23px;
}
.box1 .list1 li {
	background:url(images/line-hor.gif) repeat-x left bottom;
}
.box1 .list1 li.last {
	background:none;
}

/*========================== HEADER ===========================*/

#header div {
	position:absolute;
	left:23px;
	top:0;
}


/*==========================================*/
/*** LOGO + SLIDER ***/
/*==========================================*/
.MainDiv { position:relative; overflow: hidden;}

.LogoDiv {
	position:absolute;
	top:350px;
	left:40px;
	z-index: 1;
}
.LangDiv {
	position:absolute;
	top:21px;
	right:22px;
	z-index: 2;
}
.NameDiv {
	position:absolute;
	top:55px;
	left:170px;
	z-index: 1;
}
.PageNameDiv {
	position:absolute;
	background:#888888;
	top:50px;
	left:35px;
	padding:5px 13px 3px 13px;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF; 
	z-index: 1;
}
.SlidersDiv {
	position:absolute;
	top:0;
	z-index: 3;
}


/*========================= CONTENT ===========================*/

#content .content {
	padding:28px 0 0 32px;
}
#content .indent {
	padding-bottom:18px;
}
#content .indent1 {
	padding-bottom:18px;
}

/*========================= FOOTER ============================*/

#footer .indent {
	padding:42px 23px 0 0;
	text-align:right;
}
#footer p {
	margin-bottom:7px;
}
#footer p strong {
	color:#c80202;
	font-size:18px;
	line-height:1.2em;
}
#footer p,
#footer a {
	color:#FFFFFF;
	font-weight:bold;
}
#footer a,
#footer ul li a.active {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer ul li {
	display:inline;
	border-right:1px solid #025086;
	padding-right:5px;
	margin-right:5px;
}
#footer ul li.last {
	border:0;
	padding:0;
	margin:0;
}
#footer ul li a.active {
	color:#AAEEFF;
	font-weight:bold;
	font-size:14px;
}

/*==========================================*/
/*** MAIN MENU ***/
/*==========================================*/
.flash2 { 
	padding-top:0px;
	position:relative;
	overflow: hidden;
	width:978px;
	height:59px; 
}

/*==========================================*/
/*** ESSENTIAL STYLES ***/
/*==========================================*/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: -4px;
	top: 50px; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/*** STYLIZATION ***/
nav {
	position:relative;
	background: url('../images/menu-bg.png');
	height: 50px;
}
.sf-menu > li  {
	background: url('../images/menu-border.png') no-repeat 100% 1px;
	border-right: 1px solid #030404;
}
.sf-menu > li > a {
	font: bold 12px/49px Arial, sans-serif;
	text-decoration:none;
	text-transform: uppercase;
	color: #e1e0e0;
	padding: 0 34px 0 34px;
}
.sf-menu > li + li + li > a {
	padding: 0 34px 0 34px;
}
.sf-menu > li > a:hover, .sf-menu > li.active > a, .sf-menu > li.sfHover > a {
	background: #6f1f0a url('../images/menu-bg-hover.png') repeat-x;
	-webkit-box-shadow: -1px 1px 2px rgba(170,62,21,0.5) inset;
	-moz-box-shadow: -1px 1px 2px rgba(170,62,21,0.5) inset;
	box-shadow: -1px 1px 2px rgba(170,62,21,0.5) inset;
}

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 190px;
	padding: 0 0 2px 0;
	background: url('../images/sub-menu-bg.png');
}
.sf-menu li li{
	background: url('../images/list-border.png') repeat-x;
}
.sf-menu li li:first-child{
	background:none;
}
.sf-menu li li a {
	font: bold 11px/22px Arial, sans-serif;
	color: #5e5e5e;
	padding: 0 14px;
	text-transform: uppercase;
}
.sf-menu  li li a:hover, .sf-menu > li li.active a, .sf-menu > li li.sfHover > a {
	color: #e74804;
}
/*=============================================================*/