*
{
	margin:0px;
	padding:0px;
}

html
{
	background:#e8edf0 url(/images/_new/bg.jpg) repeat-y center;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	background:#e8edf0 url(/images/_new/bg.jpg) repeat-y center;
	margin: 0px auto;
	direction:rtl;
}

h1
{
	font-size:20px;
	color:#008540;
	margin-bottom:20px;
}

h2
{
	font-size:18px;
	color:#333;
	margin-bottom:20px;
}
h3
{
	font-size:17px;
	color:#a0cf67;
}
h4
{
	font-size:17px;
	color:#008442;
}
h5
{
	font-size:15px;
	color:#008442;
}
h6
{
	font-size:15px;
	color:#008442;
}

p
{
	margin:6px 0px;
	line-height:160%;
}


ol li{
	padding:0px;
	font-size:14px;
	color:#000;
	margin:0px 20px;
	line-height:160%;
}
ol li a{
	color:#000;
}


a
{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
}

a:hover
{
	text-decoration:underline;
}

td
{
	vertical-align:top;
}
.button {
	margin:20px 50px;
	text-align:center;
	top:0px;
	left: 0px;
	background-color:#ecf5e2;
	border: 1px #4f6c8a solid;
	padding: 10px 10px 10px 10px;
}
.button a {
	display:block;
	font-size:16px;
	color: #4F6C8A;
	display: inline;
	margin: 0px;
	padding: 5px 5px 10px 10px;
}
.button a:link {
	text-decoration:none;
}
.button a:hover {
	color:#092644;
	text-decoration:underline;
}
img
{
	border-width:0px;
}

#main_div
{
	width:998px;
	background-color:#FFF;
	margin:0px auto;
	position:relative;
}

#time_div
{
	position:absolute;
	left:20px;
	top:10px;
	width:400px;
	color:#666666;
	text-align:left;
}

#lang_div
{
	position:absolute;
	right:20px;
	top:10px;
	width:400px;
}

#lang_div p
{
	font-size:16px;
	color:#000;
	margin:0px;
}

#lang_div a
{
	font-size:18px;
	color:#000;
}

#lang_time_line_div
{
	position:absolute;
	left:20px;
	right:20px;
	top:40px;
	margin:auto;
	border-top:#AAA 1px dashed;
	height:0px;
}

#marquee_div
{
	position:absolute;
	right:0px;
	top:215px;
	width:294px;
	height:254px;
	background-image:url(/images/_new/menu_td_2.jpg);
	color:#FFF;
	font-size:14px;
	overflow:hidden;
}
#marquee_div a
{
	color:#FFF;
}
#pics_div
{
	position:absolute;
	left:0px;
	top:215px;
	width:704px;
	height:254px;
}
#info_but_div
{
	position:absolute;
	left:0px;
	right:0px;
	top:469px;
}
.border
{
	border:#adb1b4 1px solid;
}
.vsep
{
	border-top:#AAA 1px dashed;
}

#address_td
{
	padding:5px 18px;
}

#address_td p
{
	font-size:15px;
	color:#666666;
	line-height:120%;
}

#news_td
{
	padding:5px 18px;
	width:258px;
	border-left:#AAA 1px dashed;
}

#newslwtter_td
{
	padding:5px 18px;
	width:258px;
	border-right:#AAA 1px dashed;
}

#t
{
	margin:10px 0px 0px 0px;
}

#right_td
{
	padding:0px 15px 15px 15px;
	border-left:#AAA 1px dashed;
}

#left_td
{
	width:755px;
}

hr
{
	border:none 0px;
	border-top:#AAA 1px dashed;
}

.hr_td
{
	padding:0px 18px;
}

.hr_td hr
{
	padding:0px;
}

#footer
{
	margin:20px;
	font-size:14px;
}
form.contact {
	background-color: #fff;
	margin:20px 0px;
	font-size: 13px;
}
form.contact fieldset {
	border:#008442 1px solid;
}
form.contact legend {
	margin:0px 10px;
	padding:5px;
	color:#3f3f3f;
}

form.contact div{
	padding:3px;
	clear:right;
	height:22px;
}

form.contact label {
	display: block;
	float:right;
	width: 70px;
	text-align: left;
	color:#3f3f3f;
	font-weight: bold;
	padding:4px 0px;
}

form.contact em {
	display: block;
	float:right;
	width:10px;
	font-weight: bold;
	color:#F00;
	text-align:left;
}

form.contact span {
	display: block;
	float:right;
	padding:4px 15px 4px 0px;
}

form.contact input[type="text"], form.contact input[type="password"], form.contact textarea, form.contact select{
	display: block;
	float:right;
	width: 140px;
	margin:0px 10px;
	border: solid 1px #d8d8d8;
	padding: 4px;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	background-image: url('/images/_new/blue_bg.png');
	background-repeat: repeat-x;
	background-position: top;
}

form.contact input[type="text"]:focus, form.contact input[type="password"]:focus, form.contact textarea:focus, form.contact select:focus{
	background-image: none;
	background-color: #ffffff;
	border: solid 1px #008442;
}

form.contact input[type="radio"] {
	display: block;
	float:right;
	margin:4px 10px;
	font-size: 13px;
}

form.contact select{
	width:260px;
}

form.contact label.error {
	width:auto;
	padding:1px 80px 6px 0px;
	color: red;
}

form.contact input[type="submit"], form.contact input[type="button"]
{
	border-width:2px;
	margin:0px 10px;
	padding:2px 6px;;
}
.table_border {
	margin:5px;
	width:100%;
	border:#adb1b4 solid 1px;
	text-align:right;
}
table.table_border td, table.table_border th {
	padding:5px;
	border-bottom:#adb1b4 1px solid;
}
table.table_border td.no_line, table.table_border th.no_line {
	border-bottom-width:0px;
}
.table_all {
	width:100%;
	border-width: 1px;
	border-style: solid;
	border-color: #adb1b4;
	border-collapse: collapse;
	text-align:right;
}
table.table_all td, table.table_all th {
	padding:6px;
	border-width: 1px;
	border-style: solid;
	border-color: #adb1b4;
}
table.table_all td.no_line, table.table_all th.no_line {
	border-bottom-width:0px;
}

.div_text{
	margin:15px;
}

.div_text ul{
	margin:0px 20px;
}
