@charset "utf-8";
/* cs copyright */
#container_footer {
	width: 1000px;
	font-size: 10px;
	color: #323231;
	position:absolute;
	top:65px;
	left:0;
	z-index:120;
}
#container_footer_in {
}
#footer_ew {
	margin: 20px 0 10px 42px;
	width: 290px;
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display:inline;
}

#footer_ew a {
font-weight:bold;
}

#footer_ew a {
color:#008EFE;
}

#container_footer a {
	color: #323231;
	text-decoration: none;
}
#container_footer a:hover {
	text-decoration: none;
	color: #606060;
}
#footer_copy {
	margin:20px 50px 0 0;
	width: 200px;
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer_copy a :hover {
	text-decoration:underline;
}
#footer_copy a>span{display:block;}
/* end cs copyright */

form {
	margin:0;
	padding:0;
}

/* layout */

.cleaner {
	clear:both;
}
#header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:407px;
	margin:0 auto 0 auto;
	position:relative;
	z-index:130;
}

#logo 

{			width:182px;
			height:90px;
			position: absolute; top: 97px; left: 25px;
			display: block;
			z-index: 20;
}


#panelMainWrap {
	background-image:url(../images/panelmain-background.jpg);
	background-repeat:repeat-y;
	background-position:right;
	width:1000px;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	position:relative;
	z-index:20;
}
#panelMain {
	background-image:url(../images/panelmain-header.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	width:1000px;
	min-height:300px;
	margin:0 auto 0 auto;
}
#footer{	background-image:url(../images/footer.jpg);
			background-repeat:no-repeat;
			width:1000px;
			height:160px;
			margin:0 auto 0 auto;
			position:relative;
			z-index:100;
			
}
#footerDownRight {
z-index: 1;
width:50%;
position: absolute;
bottom: 0px;
left: 50%;
background-color: transparent;
background-repeat: repeat-x;
background-attachment: scroll;
background-position: 498px 0px;
background-image:url(../images/patch-right.jpg);
height:160px;
}
#footerDownLeft {
z-index: 1;
width:50%;
position: absolute;
bottom: 0px;
right: 50%;
background-color: transparent;
background-repeat: repeat-x;
background-attachment: scroll;
background-position: -220px bottom;
background-image:url(../images/patch-left.jpg);
height:160px;
}


#boxMain {
	width:690px;
	float:left;
	margin:0 0 0 15px;
	padding:0 0 40px 0;
	z-index:120;
	position:relative;
}
#boxRight {
	width:225px;
	min-height:500px;
	margin:0 30px 0 0px;
	float:right;
	z-index:120;
	position:relative;
}

/* end layout */

/* top menu*/
#menu {
	width:890px;
	position:relative;
	top:370px;
	left:100px;
	height:38px;
}
.menuMain1 {
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.menuMain1>li {
	margin:0 2px 0 0;
	padding:0 0 0 0;
	list-style-image:none;
	float:left;
}
.menuMain1>li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	display:block;
	text-align:center;
	margin:0 20px 0 0;
	padding:3px 30px 0 30px;
}
.menuMain>li:hover>a {
}
/* buttons */

.menuItem1_0 a {
	height:30px;
}
.menuItem1_0:hover>a {
	background-image:url(../images/tl_2.jpg);
	background-repeat:repeat-x;
}

.menuItem1_1 a {
	height:30px;
}
.menuItem1_1:hover>a {
	background-image:url(../images/tl_2.jpg);
	background-repeat:repeat-x;
}

.menuItem1_2 a {
	height:30px;
}
.menuItem1_2:hover>a {
	background-image:url(../images/tl_2.jpg);
	background-repeat:repeat-x;
}

.menuItem1_3 a {
	height:30px;
}
.menuItem1_3:hover>a {
	background-image:url(../images/tl_2.jpg);
	background-repeat:repeat-x;
}

.menuItem1_4 a {
	height:30px;
}
.menuItem1_4:hover>a {
	background-image:url(../images/tl_2.jpg);
	background-repeat:repeat-x;
}

.menuItem1_5 a {
	height:30px;
}
.menuItem1_5:hover>a {
	background-image:url(../images/tl_2.jpg);
	background-repeat:repeat-x;
}

ul.menuMain2>li {
	width:160px;
	height:24px;
    display: block;
    position: relative;
    margin-bottom:1px;
    list-style-image:none;
	list-style-type:none;
    

}

ul.menuMain2>li>a {
   
    background-image:url(../images/tl2_1.jpg);
	background-repeat:no-repeat;
    width: 100px;
    height:20px;
    padding-top: 6px;
    font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	color: #000;
	text-decoration: none;
	list-style-image:none;
	list-style-type:none;
}

ul.menuMain2>li>a:hover {	
	background-image:url(../images/tl2_1.jpg);
	background-repeat:no-repeat;
	color: #fff;
}

ul.menuMain2 {
    z-index: 60;
    padding: 0;
    margin: 0;
    width: 100px;
    height:24px;
    visibility:hidden;
    position: absolute; 
}

ul.menuMain1>li:hover ul.menuMain2 { visibility: visible; }

/* end top menu*/



/* bottom menu  */
#menu3 {
	width: 600px;
	z-index:50;
	position:absolute;
	top:20px;
	left:50px;
}
.menuMain3 {
	list-style: none;
	margin:0px auto 0 auto;
}
.menuMain3 li {
	display: inline;
}
.menuMain3 li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	font-weight:bold;
	text-decoration: none;
	padding: 0px 10px 0 10px;
	text-transform:uppercase;
}
.menuMain3 li.last a {
	border-right: none;
}
.menuMain3 li:hover a {
	color: #008EFE;
	text-decoration: none;
}
/* end bottom menu  */

/* news */

.headline {
	width:118px;
	height:26px;
	margin:0 auto 0 auto;
	padding-top:5px;
	color:#000;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
}

.newsItem {
	margin:0 0 30px 0;
}
.newsDay {
	font-size: 10px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 12px 2px 12px;
	text-align:right;
	float:right;
}
.newsDetail {
	font-size: 10px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 12px 2px 12px;
	text-align:left;
	float:left;
}
.newsDetail :hover{
	color:#008EFE;
	text-decoration:none;
}
.newsTitle {
	font-size: 12px;
	color:#000;
	margin:0 12px 0 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0 10px 10px 10px;
}
.newsTitle a {
	color:#000;
	text-decoration:none;
}
.newsTitle a:hover {
	color:#008EFE;
	text-decoration: underline;
}
.newsText {
	font-size: 10px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 12px 5px 12px;
}
/* end news */


