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

.CopyrightBox
{
	border:1px dashed #CCCCCC;
	background-color:#eeeeee;
	padding:5px;
}
body
{
	font:12px arial;
	direction:rtl;
	text-align:right;
}
a:link { color:#222222; text-decoration: underline;}
a:hover { color:#222222; text-decoration:none;}
a:visited { color:#222222; text-decoration:underline;}
a:visited:hover { color:#222222; text-decoration:none;}

.top
{
	background-image:url(top.jpg);
	width: 950px;
	height:115px;
	overflow:hidden;
	position:relative;
}
.menu
{
	background-image:url(menu.jpg);
	width: 950px;
	height:38px;
	overflow:hidden;
	position:relative;
}
.menu .buttons
{
	position:absolute;
	top:0px;
	right:23px;
	width:900px;
	height:38px;
}
.menu .btn
{
	background-image:url(menu_off.jpg);
	width: 123px;
	height:38px;	
	float: right;
	line-height:38px;
	text-align:center;
}
.menu .btn_on
{
	background-image:url(menu_on.jpg);
	width: 123px;
	color:#FFFFFF;
	height:38px;	
	float: right;
	line-height:38px;
	text-align:center;
}
.menu .btn a:link { color:#333333; text-decoration:none;}
.menu .btn a:hover { color:#000000; font-weight:bold; text-decoration:none;}
.menu .btn a:visited { color:#333333; text-decoration:none;}
.menu .btn a:visited:hover { color:#000000; font-weight:bold; text-decoration:none;}

.menu .btn_on a:link { color:#FFFFFF; text-decoration:none;}
.menu .btn_on a:hover { color:#FFFFFF; text-decoration:none;}
.menu .btn_on a:visited { color:#FFFFFF; text-decoration:none;}
.menu .btn_on a:visited:hover { color:#FFFFFF; text-decoration:none;}

.banner
{
	background-image:url(banner.jpg);
	width: 950px;
	height:192px;
	overflow:hidden;
	position:relative;
}
.bg_mid
{
	background-image:url(bg_mid.jpg);
	width: 950px;
	height: auto;
	position:relative;
}
.bg_mid .left
{
	position: relative;
	width: 215px;
	margin-left:10px;
	float:right;
	text-align: right;
}
.bg_mid .right
{
	position: relative;

	width: 700px;
	float:right;
	text-align: right;
}
.clear
{	
	clear: both;
}
.bg_bottom
{
	background-image:url(bg_bottom.jpg);
	width: 950px;
	height: 31px;
	position:relative;
}
.side_menu
{
	margin-top:13px;
	background-color: #353a41;
	width:164px;
	overflow-x: hidden;
	padding:3px;
	padding-right:10px;
}

.side_menu  a:link { color:#FFFFFF; text-decoration:none;}
.side_menu   a:hover { color:#FFFFFF; text-decoration:none;}
.side_menu  a:visited { color:#FFFFFF; text-decoration:none;}
.side_menu  a:visited:hover { color:#FFFFFF; text-decoration:none;}
.side_menu h3 { color:#ffc000; font:12px arial; font-weight:bold; padding:0px; margin:0px; }
.side_menu p { margin:0px; padding:0px; padding-top:5px;}

.footer
{
}
.footer  a:link { color:#333333; text-decoration:none;}
.footer   a:hover { color:#000000; text-decoration:none;}
.footer  a:visited { color:#333333; text-decoration:none;}
.footer  a:visited:hover { color:#000000; text-decoration:none;}

.search
{
	position: relative;
}
.search .input1
{
	position: absolute;
	top: 154px;
	right:546px;
	width: 183px;
	border:none;
	background:none;
	height:17px;
	overflow:hidden;
	font:14px arial;
	color:#333333;
}
.search .submit_btn
{
	position: absolute;
	top: 154px;
	right:739px;
	width: 42px;
	height:25px;
	border:  none;
	cursor: pointer;
	background:none;
	overflow:hidden;
	font:14px arial;
	color:#333333;

}

