@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin:0;
	padding:0;
	text-align: center;
	color:#000000;
	height:100%;
}

/* ------------------------------- CONTAINER */

.rb_layout #container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	/*background-image: url(../images/rusi_body_bg.gif);
	background-repeat: repeat-y; */
	position: relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-color: #F5F1E0;
	background-image: url(../images/rusi_body_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 260px;
	;
} 

/* ------------------------------- HEADER */
.rb_layout #header {
	height: 205px;
	background-image: url(../images/header/rusi_head_bg2.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 760px;
}

.rb_layout #header_logo {
	float:left;
	height: 140px;
	width: 220px;
	padding: 60px 0px 0px 0px;
}

.rb_layout #header_navi {
	height: 16px;
	padding: 4px 6px 0px 6px;
	width: 290px;
	float: right;
} 


.rb_layout #header_bar {
	height: 16px;
	padding: 40px 5px 0px 5px;
	width: 520px;
	float: right;
} 
.rb_layout #header_bar h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#CC99CC;
	margin:0;
} 

.rb_layout #header_bar_lang {
	float:right;
	padding: 0 15px 0 0;
} 

/* ------------------------------- SIDE */

.rb_layout #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 11em 0px;
	background-image: url(../images/rusi_navi_bg2.gif);
	background-repeat: no-repeat;
	background-color: #333333;
}
.rb_layout #sidebar_navi {
}

/* ------------------------------- NAVI */
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
}

#nav-menu li a
{
height: 20px;
display: block;
padding:0 0 0 20px;
font-size:11px;
font-weight:bold;
color: #FFFFFF;
text-decoration: none;
text-align: left;
}

#nav-menu li a:hover
{
	background-image: url(../images/rusi_navi_arrow.gif);
	background-repeat:no-repeat;
	color: #CC99CC;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
	float:left;
}

.rb_layout #sidebar_intro {
	float: left;
	padding: 10px 0 0 20px;
	width: 180px;
}

#sidebar_intro p {
	margin:0;
	font-size:9px;
	color:#DEBCDE;
	line-height:16px;
}

/* ------------------------------- CONTENT */

.rb_layout #mainContent {
	padding: 20px 10px 9em 20px;
	float: right;
	width: 520px;
	background-color: #F5F1E0;
}

/* ------------------------------- FOOTER */

.rb_layout #footer {
	padding: 14px;
	background-color: #DBDBDB;
	width: 732px;
	position:absolute;
	bottom:0; /* stick to bottom */
} 
#footer p {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #999999;
}
#footer p a {
	color: #999999;
	text-decoration:none;
}
#footer p a:visited {
	color: #999999;
	text-decoration:none;
}
#footer p a:hover {
	color: #333333;
	text-decoration:none;
}
#footer p a:active {
	color: #999999;
	text-decoration:none;
}


/* ------------------------------- GEN */


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

img {
border:0px;
}