@charset "windows-1255";
/* CSS Document */
body {margin: 0px; font-size: 12px; font-family: Arial; font-weight: normal;}
Form {padding: 0px; margin: 0px;}
p {font-size: 12px; font-family: Arial; font-weight: normal; color: #000000;}
H1 {font-size: 21px; font-family: Arial; font-weight: normal; color: #19648B; font-weight: bolder;}
H2 {font-size: 18px; font-family: Arial; font-weight: normal; color: #19648B; font-weight: bolder;}
H3 {font-size: 15px; font-family: Arial; font-weight: normal; color: #19648B; font-weight: bolder;}
H4.subTitle {font-size: 15px; font-family: Arial; font-weight: normal; color: #DE001C; font-weight: bolder;}
A {font-size: 12px; font-family: Arial; font-weight: normal; color: #DE001C; font-weight: bolder;}
font{
	color: #333333 !important;
	size: 12px !important;
}
#header{
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	width: 966px;
	border: 1px solid #cccccc;
	background-image: url(images/header_bg.png);
	direction: rtl;
	color: #FF3333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#header_links{
	margin: 20px 10px 0px 0px;
}

#header_links h1{
	color: #FF6600;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 3px;
}

#header_links a{
	text-decoration: none;
	color: #333333;
	font-size: 13px;
}
#header_links a:hover{
	text-decoration:underline;
}
#main_pic{
	width: 968px;
	height: 260px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/main_pic.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}
#pic_content{
	width: 370px;
	background-image: url(images/pic_content_bg.png);
	position: absolute;
	left: 50px;
	top: 150px;
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	direction:rtl;
	color: #333333;
}
#main_content_wraper{
	width: 968px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	direction: rtl;
}

#right_menu{
	float: right;
	width: 190px;
	background-color: #F4F4F4;
	border: 1px solid #cccccc;
	direction: rtl;	
}
#right_menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#right_menu ul li{
	height: 25px;
	background-image: url(images/btn_bg.png);
	border-bottom: 3px solid #ffffff;
	padding-right: 10px;
}
#right_menu ul li a{
	display: block;
	width: 180px;
	height: 20px;
	padding-top: 5px;
	background-image: url(images/arrow_btn.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	color: #333333;
	text-decoration:none;
}
#main_content{
	float: right;
	width: 600px;
	padding: 10px;
	line-height: auto;
	margin-right: 5px;
	overflow-x: hidden;
	padding: 10px;
	border-left: 1px solid #cccccc;
}
#left_content{
	float: left;
	width: 142px;
	padding-top: 10px;
}

