body{
	direction: rtl;
	margin: 0px;
	font-family: arial;
	font-size: smaller;
}

#wrapper{
	width: 750px;
	border: 1px solid #0c5b8b;
	background-color: #F9FBFE;
}

#header{
	width: 750px;
	height: 223px;
	background-image: url(images/header.jpg);
	text-align: right;
	border-bottom: 1px solid #0c5b8b;
}

#main_menu{
	margin-top: 110px;
	margin-right: 5px;
}

.main_menu_item{
	background-image: url(images/bar.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 170px;
	height: 25px;
	padding-right: 2px;
}

.sub_menu{
	visibility: hidden;
	position: absolute;
	border-collapse: collapse;
	background-color: #0c5b8b;
	margin-right: -2px;
}

.sub_menu_item{
	width: 168px;
	height: 25px;
	padding-right: 2px;
	background-color: #9cc1dc;
	background-image: url(images/pop.jpg);
}

.sub_menu_item_big{
	width: 168px;
	height: 40px;
	padding-right: 2px;
	background-color: #9cc1dc;
	background-image: url(images/pop_big.jpg);
}

a.menu, a.menu:hover{
	color: #3f136b;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

#bod{
	text-align: right;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #0A2C60;
}

#bod td{
	color: #0A2C60;
}

#sidebar{
	float: right;
	width: 200px;
	border-left: 1px solid #0c5b8b;
	padding-left: 20px;
	margin-right: 0px;
	margin-left: 20px;
}

.kine{
	text-align: center;
}

#footer{
	margin-top: 30px;
	text-align: center;
	font-size: 9pt;
	color: #0c5b8b;
	width: 500px;
}

#up{
	
	text-align: left;
	width: 500px;
}

a{
	text-decoration: none;
	color: blue;
}

a:hover{
	text-decoration: underline;
}

h1{
	color: #f85391;
	font-size: 16px;
}

.kine h1{
	margin-top: 0px;
}

h2{
	color: #c9044e;
	font-size: 14px;
}

.testi h2, .testi_kine h2{
	margin-top: 0px;
	text-align: center;
}

.kine h2{
	margin-bottom: 0px;
}

h3{
	color: #3a628b;
	font-size: 13px;
}

.testi h3, .testi_kine h3{
	text-align: center;
}

b{
	color: #c9044e;
}

.testi{
	background-color: #EAF3FC;
	border: 1px solid #0c5b8b;
	padding: 10px;
	width: 500px;
	margin-right: 75px;
	text-align: right;
}

.testi_kine{
	background-color: #EAF3FC;
	border: 1px solid #0c5b8b;
	padding: 10px;
	width: 385px;
	text-align: right;
	float: left;
}

.left{
	text-align: left;
}

tr{
	font-size: smaller;
}

.col_right{
	float: right;
	padding-left: 15px;
	width: 310px;
}

.col_left{
	float: left;
	padding-right: 15px;
	width: 310px;
}

.all_clear{
	clear: both;
}