/* CSS Document */
/*--
	General
	???? ?????? ????? ?????? ????? ?????? ??? ??? ???????
--*/
body{
	margin:0px; padding:0px; background:url(../images/bg.gif) repeat-x top;
}

/*--??? ??????? ????? ???????? ???????? ??????? ???? ???? ?? ????? ?? ???? ?????? ??? ?????? ??? ?? ???
? ?? ???? ??? ?? ??? ?????
 --*/
#container{
	width:98%; margin:0px auto; padding:0px;
}

/*--
	Top & News Slider 
--*/
/* ??? ???????? ?????? ????? ??????? ?? ??????*/
#top{
	width:100%; height:34px; display:block;
}
#top_ls{
	width:100px; height:34px; float:left; background:url(../images/top_left_sep.gif) no-repeat;
}
#top_rs{
	width:214px; height:34px; float:left; background:url(../images/top_right_sep.gif) no-repeat;
}
#newsSlider{
	width:66%; height:34px; display:block; float:left; background:url(../images/news_slider_bg.gif) repeat-x;
}
/* ??? ?????? ????? ?????? ??????? ???? ?????? ???????? */
#newsSlider a{
	 height:18px; font-family:Arial, Helvetica, sans-serif; font-size:11pt; font-weight:bold; text-decoration:none; color:#FFFFFF;
	background:url(../images/marq_sep.gif) no-repeat left; padding:8px 30px; display:block; float:left;
}
#newsSlider a:hover{
	color:#CCCCCC;
}

/*--
	Search Box
	??? ???????? ?????? ??? ????? ? ?? ?????
--*/

#searchBox{
	width:155px; height:15px; display:block; margin:6px 5px; padding-top:2px; float:right; outline:none;
	border:0px; font-family:Tahoma; font-size:9pt; color:#0033CC;
}
#searchBox:active{
	outline:none;
}
#searchBotton{
	width:30px; height:30px; display:block; float:right;
}

/*--
	Header
	??? ???????? ?????? ?????? ??????
--*/
#header{
	width:100%; height:207px; margin:30px 0px 0px 0px; display:block; background:#0033FF url(../images/header_bg.jpg) repeat-x left;
}
/*--
	??? ?????? ??? ??????? ?????? ?? ????????
--*/
#header_left{
	width:452px; height:207px; margin:0px; display:block; background:url(../images/header_01.jpg) no-repeat left; float:left;
}
/*--
	??? ?????? ??? ??????? ?????? ?? ????????
--*/

#header_right{
	width:490px; height:207px; margin:0px; display:block; background:url(../images/header_02.jpg) no-repeat right; float:right;
}

/*--
	Navigations
	??? ???????? ?????? ???????? ???????
--*/
#nav_bg{
	width:100%; height:41px; display:block; margin:0px auto; padding:0px; background:url(../images/nav_bg.gif) repeat-x;
}
#nav{
	height:39px; margin:0px auto; list-style:none; 
}
#nav li{
	width:10%;	height:40px;float:right; margin:0px; padding:0px; border-right:1px solid #b4b4b4;
}
.tab{
	width:98%; height:30px; display:block; float:right; border-left:1px solid #fff; border-right:1px solid #fff;
	font-family:Arial, Helvetica, sans-serif; font-size:11pt; font-weight:bold; text-align:center; text-decoration:none;
	color:#0099FF; padding-top:9px; outline:none;
}
.tab:hover{
	background:url(../images/tabHover.gif) repeat-x; color:#FF3300;
}
.tab:active{
	background:url(../images/tabActive.gif) repeat-x; color:#FF3300; 
	color:#fff;
	border-left:1px solid #ff4800; border-right:1px solid #ff4800;
}
#nav #last{
	border-left:1px solid #b4b4b4;
}

/*--
	footer
	??? ???????? ?????? ???? ??????
	???? ???? ??? ????? ????? ???? ???????? ???????
--*/
#footer{
	width:98%; height:120px; margin:0px auto; padding:0px; background:#0033CC url(../images/footer_bg.gif) repeat-x;
}
/*--
	??? ?????? ????? ??????? ?????? ?? ??? ??????
--*/

#footer_left{
	width:7px; height:120px; background:url(../images/footer_left.gif) no-repeat; float:left;
}
/*--
	??? ?????? ????? ??????? ?????? ?? ??? ??????
--*/

#footer_right{
	width:7px; height:120px; background:url(../images/footer_right.gif) no-repeat; float:right;
}
/*--
	??? ?????? ????? ????????? ???? ???? ?? ??? ?????
--*/

#footerData{
	width:930px; height:30px; margin:70px auto 0px auto; padding:0px; float:left;
	font-family:Tahoma; font-size:9pt; text-align:center; text-decoration:none;	color:#FFFFFF;	
}

/*--
	Box
	??? ?????? ????? ????????? ?? ??????? ???????? ??? ?????? ? ?????? ? ???????
	???????? ?????? ???????? ?? ??????
--*/
.boxHeader{
	font-family:Arial, Helvetica, sans-serif; font-size:11pt; font-weight:bold; text-align:right; text-decoration:none;
	line-height:34px; color:#FFFFFF;
}
.boxLink{
	width:100%; height:25px; display:block; text-align:right; margin:0px; border-bottom:1px solid #bdbdbd; text-decoration:none;
	font-family:Arial, Helvetica, sans-serif; font-size:11pt; text-decoration:none; color:#5b92b7; font-weight:bold;
}
.boxLink p{
	width:88%; height:25px; line-height:25px; display:block; margin:0px 5px 0px 0px; padding:0px 16px 0px 0px; 
	background:url(../images/arrow.gif) no-repeat right; 
}
.boxLink:hover{
	background:url(../images/boxLinkHover.gif) repeat-x; color:#fff;
}
.boxLink p:hover{
	background:url(../images/arrow_hover.gif) no-repeat right; 
}

/*--
	links and Picture
	??? ?????? ????? ??? ???? ????? ?????? ?????? ??? ??? ?????? ?????
--*/
.pic{
	border:2px solid #43779a; display:block;
}
.pic:hover{
	filter:alpha(opacity=80);	-moz-opacity:0.8;	-khtml-opacity: 0.8;	opacity: 0.8;
}

.colorbox_red {
	border-top: 2px red solid;
	border-bottom: 2px red solid;
	background-color: #FF9999;
	font-size:13px;
}
.colorbox_green {
	border-top: 2px green solid;
	border-bottom: 2px green solid;
	background-color: #D9FD8E;
	padding: 5px 0px 5px 0px;
	margin: 3px 0px 5px 0px;
	font-size:13px;
}

/*--
	
	?????? ??? ??? ???? ? ??? ??? ???????
	??? ???
	?????? ?? ???
	
--*/
