*{
    margin: 0;
    padding: 0;
}
A {
	-moz-outline-style:none;
	text-decoration:none;
	outline:none;
}
A IMG{
	border: 0;
}
h1,h3,h4,h5,h6,pre,code {
	font-size:1em;
}

h2
{
	font-size:16px;
	color:#A0A0A0;
}

HTML{
	direction: ltr;
}
BODY {
	font-size:12px;
	font-family:Arial;
	direction: rtl;
	background-image: url(../_Images/back_homepage.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	background-color: #7F8689;
}

#wrap_index
{
	margin: 0 auto;
	width:907px;
	height:530px;
	margin-top: 55px;
}

div.top 
{
	width: 907px;
	height: 20px;
	background-image: url(../_Images/in_top.png);
	background-repeat:no-repeat;
	background-position: center;
}
div.left 
{
	width: 20px;
	height:490px;
	background-image: url(../_Images/in_left.png);
	background-repeat:no-repeat;
	background-position: left;
	float: left;
	margin-top: 0;
	padding-top: 0;
}
div.right 
{
	width: 21px;
	height:490px;
	background-image: url(../_Images/in_right.png);
	background-repeat:no-repeat;
	background-position: right;
	float: right;
}
div.bottom 
{
	clear: both;
	width: 907px;
	height: 21px;
	background-image: url(../_Images/in_bottom.png);
	background-repeat:no-repeat;
	background-position: center;
}
#content_index 
{
	float:left;
	background-color:White; 
	height:490px;
	width:866px
}

div.img_index 
{
	float: left;
	margin: 0;
	padding: 0;
}

div.menu_index 
{
	float: right;
	width: 205px;
	height: 489px;
}
div.menu_index_top 
{
	margin: 0 auto;
	width: 154px;
	height: 118px;
}
div.menu_index_text 
{
	margin: 0 auto;
	width: 100%;
	height: auto;
	margin-top: 13px;
}
div.menu_index_text p 
{
	padding: 0 15px 5px 10px;
	color: #626262;
	font-weight: bold;
	font-size: 13px;
}
div.menu_index_text span
{
	color: #4E8BCB;
}

div.menu_index_buttons 
{
	width: 100%;
	height: 190px;
	text-align: center;
	margin-top: 10px;
}

ul.nav 
{
	margin: 0 auto;
	width: 100%;
	height: 100%;
	list-style-type: none;
	
	background-position: bottom;
	background-repeat: no-repeat;
}
ul.nav li 
{
	margin: 0;
	padding: 0;
	height: 25px;
	padding:13px 0 2px 0;	
	background-image: url(../_Images/menu_dot.jpg);
	background-position: 0 0px;
	background-repeat: no-repeat;
}
ul.nav li a
{
    width:135px;
    height:24px;
    display:block;
    background:url(../_Images/bg-menu.jpg);
    text-indent:-999px;
    overflow:hidden;
    margin-right:35px;
}
ul.nav li a.m1 { background-position:-0px 1px; }
ul.nav li a.m2 { background-position:-0px -37px; }
ul.nav li a.m3 { background-position:-0px -75px; }
ul.nav li a.m4 { background-position:-0px -113px; }
ul.nav li a.m5 { background-position:-0px -150px; }
ul.nav li a.m1:hover { background-position:-139px 1px; }
ul.nav li a.m2:hover { background-position:-139px -37px; }
ul.nav li a.m3:hover { background-position:-139px -75px; }
ul.nav li a.m4:hover { background-position:-139px -113px; }
ul.nav li a.m5:hover { background-position:-139px -150px; }
#footer_index 
{
	clear: both;
	margin: 0 auto;
	width: 840px;
	height: 20px;
	color: #E6E6E7;
	margin-top: 20px;
	text-align: center;
}

#footer_index ul 
{
	list-style-type: none;
}
#footer_index li 
{
	display: inline;
	color: #DEDFDF;
	font-weight: bold;
	font-size: 13px;
	padding-right: 7px;
	padding-left: 7px;
}

#footer_index li  a
{

	color: #DEDFDF;

}
