/*************************tabs***********************/
/** tab_1 **/
#tab_1{
	position:relative;
}
#tab_1 #tab_overflow{
	width:900px;
}
#tab_1 #tab_body_container{
	width:900px;
/*	background-image:url(../images/01.png);
	background-repeat:no-repeat;*/
}
.tab{
	background-color:transparent;
	color:#999;
	cursor:pointer;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10pt;
	font-weight:bold;
	left:10px;
	margin-left:5px;
	margin-top:29px;
	padding:3px;
	position:relative;
}
.tab:hover{
	background-color:transparent;
	color:#CCC
}
.active_tab:hover{
	background-color:transparent;
	color:#FFF
}
.tab_body{
	padding:22px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:8pt;
	font-weight:normal;
	color:#000;
	background-image: url(../images/Con_bg.png);
}

.tab_body a{
	color:#000;
}

.active_tab{
	background-color:transparent;
	color:#FFFFFF;
}


/*************************body/containers*******************/
html,body{
	height:100%;
}
body {
	margin:0;
	padding:0;
	background-image:url(../images/0011.jpg);
}
a{
	color:#000;
	border: 1;
	direction: rtl;
}
a:hover{
	color:#000;
	text-decoration:underline;
}
#container {
	position:relative;
	height:800px;
	margin:0 auto;
	width:900px;
	background-image:url(../images/main_Loago.png);
}
#content{
	position:relative;
	margin:0 auto;
	width:900px;
	height:800px;
}

.content_middle{
	background-image:url(../images/Con_middle.png);
	background-repeat:no-repeat;
	height:140px;
}
