@charset "utf-8";
/* CSS Document */

html {
	min-height: 102%; /* force vertical scrollbar - browser support flaky, doesn't work in Opera */
	/*overflow-y: scroll;*/
}

body {
    background: #f6f6f3 url(../images/background_second.png) left top repeat-x;
	/*font-family: "Calibri", "Arial", "Helvetica", "Nimbus Sans L", sans-serif;*/
	font-family: "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0;
}

p {font-size: 12px;}

a{color: #000;}

a:hover{color: #242424;}

img {border:none;}

#wrapper {
    width: 1000px;
	margin: 0 auto;
	margin-bottom: 25px;
}

#header {
    height:  186px;
	margin: 0;
	padding: 0;
}

#headeRight {
    float: right;
	width: 695px;
	height: 186px;
	margin: 0;
	padding: 0;
}

#headeRighTop {
    width: 695px;
	margin: 0;
	height: 121px;
	background: url(../images/headeRighTop_bg.png)
}

#headeRighMenu {
    float: right;
	margin: 0;
	height: 66px;
}

#headeRighMenu ul {
    display: block;
	margin-right: 10px;
}

#headeRighMenu ul li {
    list-style-type:none;
	float: left;
	display:block;
	width: 92px;
	height: 50px;
	margin: 0 3px;
	position: relative;
	top: -11px;
	text-align: center;
	background: url(../images/li_bg.png);
}

#headeRighMenu ul li a {
    text-decoration: none;
	text-align: center;
	color: #000;
	margin: 0;
	width: 92px;
	height: 50px;
	font-weight: bold;
}

#headeRighMenu ul li a:hover {
    color: #900000
}

#headeRighMenu ul li.current {
    background: url(../images/current.png);
}

#headeLeft {
    float: left;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 186px;
}

#headeLeft img {margin: 0 0 0 50px;border: none;}

#container {
    height: 100%;
	overflow: hidden;
	padding-top: 35px;
}

#containerRight {
	margin: 0;
	width: 620px;
	float: right;
	padding: 5px;
}

#contentRight h4{margin: 3px 0px;color: #F5270B;}
#contentRight p{font-weight: normal;margin: 3px 5px;font-size:12px;letter-spacing:1px;}

#containerLeft {
    float: left;
	margin: 0;
	width: 345px;
    background: transparent url(../images/contentRight.png) top center no-repeat;
}
.leftRight_bg{
    background:url(../images/arrow_menu.gif) no-repeat left 7px;
    width: 250px;
	height: 47px;
	margin: 5px 25px;
	padding: 0 30px;
	color: #000;
	font-weight: bold;
}

#footer {height: 45px;margin: 0;padding: 10px 0 0 10px;background:#dbdbd6;font-size: 12px;}


/* example_6 css */




