@charset "utf-8";
/* cs copyright */
#container_footer {
	width: 950px;
	font-size: 11px;
	color: #000;
	margin:0 auto 0 auto;
	padding:0;
	position:relative;
	z-index:1000;
}
#container_footer_in {
}
#footer_ew {
	margin: 60px 0 0px 0px;
	width: 290px;
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:inline;
}
#footer_ewb {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:inline;
	color: #000;
}
#footer_ewb a {
	text-decoration: none;
	color:#000;
}
#container_footer a:hover {
	text-decoration: underline;
	color:#82081d;
}
#footer_copy {
	margin: 60px 0px 0 0;
	width: 290px;
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
}
#footer_copy a {
	color:#82081d;
	text-decoration:none;
}
#footer_copy a:hover {
	text-decoration:underline;
}
/* end cs copyright */


#flash_object_top {	

			position:absolute;
			width:950px;
			height:215px;
			top:0px;
			left:0px;
			z-index:1;
}

/* layout */
html {
	height: 100%;
}
form {
	margin:0 0 0 0;
	padding:0 0 0 0;
	height: 100%;
}
#pageWrap {
	min-height: 100%;
	position: relative;
}
#wholePage {
	min-height: 100%;
	position: relative;
	padding: 0;
	z-index: 20;
}

#headerWrap {
	position:absolute;
	left: 0px;
	width: 100%;
	height: 123px;
	background-color: transparent;
	background-image:url(../images/header.gif);
	background-attachment: scroll;
	background-position: 0% 0%;
	background-repeat: repeat-x;
	top: 0pt;
	z-index: 1000;
}
#header {
	background-image:url(../images/header.jpg);
	background-position:0px top;
	background-repeat:no-repeat;
	width:950px;
	height:215px;
	margin:0 auto 0 auto;
	position:relative;
	z-index:100;
}
#panelMainWrap {
	margin:0 auto 0 auto;
	width:950px;
	padding:0;
	min-height: 100%;
	position:relative;
	z-index:2;

}
#panelMain {
	padding:0;
	margin:0 auto 0 auto;
	padding:280px 0 0px 0;
	position:relative;
	z-index:2;

}
#panelMainWrapper {
	margin:0;
	padding:0;
	width:950px;
	position:relative;
	z-index:2;
	bottom:50px;
}
#boxMain {
	width:600px;
	margin:0;
	padding:0px 0px 50px 0px;
	position:relative;
	z-index:2;
	float:left;
}
#panelRight {
	float:right;
	width:300px;
	margin:0;
	padding:0;
	position:relative;
	z-index:2;
}
#footerWrap {
	bottom: 0;
	position: absolute;
	z-index: 1000;
	height: 83px;
	width: 100%;
}
#footer {
	background-image:url(../images/footer.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin: 0 auto 0 auto;
	width: 950px;
	height: 83px;
	position:relative;
	z-index:1000;
}
#headerRight {
	z-index: 1;
	width:50%;
	position: absolute;
	top: 0px;
	left: 50%;
	background-color: transparent;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 499px top;
	background-image:url(../images/header-right.jpg);
	height:215px;
}
#headerLeft {
	z-index: 1;
	width:1276px;
	position: absolute;
	top: 0px;
	right: 50%;
	background-color: transparent;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position:0px top;
	background-image:url(../images/header-left.jpg);
	height:215px;
}
#footerRight {
	z-index: 1;
	width:50%;
	position: absolute;
	bottom: 0px;
	left: 50%;
	background-color: transparent;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 499px bottom;
	background-image:url(../images/footer-right.jpg);
	height:83px;
}
#footerLeft {
	z-index: 1;
	width:979px;
	position: absolute;
	bottom: 0px;
	right: 50%;
	background-color: transparent;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position:0px bottom;
	background-image:url(../images/footer-left.jpg);
	height:83px;
}
/* end layout */

/* bottom menu  */
#menu3 {
	width: 1000px;
	margin:0px auto 0 auto;
	position:absolute;
	z-index:950;
	top:30px;
	left:0;
	text-align:left;
}

.menuMain3 {
	position:relative;
	list-style: none;
	margin:0px auto 0 auto;
}

.menuMain3 li {
	display: inline;
	padding:0;
	margin:0;
}

ul.menuMain3 {padding:0;}

.menuMain3>li>a {
	font-size: 9px;
	color: #868686;
	text-decoration: none;
	padding: 0px 8px 0 0px;
	text-transform:uppercase;
}

.menuMain3>li.last>a 
{
    margin-left:0px;
    padding:0;
    border-right: none;
}
.menuMain3 li:hover a {
	color: #870a1f;
	text-decoration: none;
}
/* end bottom menu  */

/* news */
.headline{
	font-size: 12px;
	margin:0 0px 0px 0px;
	font-weight:bold;
	top:172px;
	left:650px;
	position:absolute;
}
.newsItem {
	margin:0 0 15px 0;
}
.newsItemBody {
	padding:5px 0 5px 0;
}
.newsTitle {
	font-size: 12px;
	margin:0 0px 0px 0px;
	text-transform:uppercase;
	font-weight:bold;
}

.newsTitle a {
	font-size: 12px;
	color: #707070;
	text-transform:uppercase;
	font-weight:bold;
}

.newsLinka {
	font-size: 12px;
	margin:0 0px 0px 0px;
	text-transform:uppercase;
	font-weight:bold;
}

.newsText {
	margin:0 0px 5px 0px;
}
.newsDetail {
	margin:0 0px 0px 0px;
	font-weight:bold;
}
.newsDetail a {
	font-size: 12px;
	color:#82081d;
	text-decoration:none;
	
}
.newsDetail a:hover {
		text-decoration:underline;
}
.newsPic {
	width:181px;
	height:130px;
	margin:0 auto 0 auto;
}
/* end news */
