﻿body 
{
    margin:0;
}
table
{
    margin-left:auto;
    margin-right:auto;
    border-collapse: collapse;
}
div
{
    margin-left:auto;
    margin-right:auto;
}
/*///////////////////*/
.page
{
    width:884px;
    height:100%;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}
.page .page_border_left
{
    width:15px;
    height:100%;
    position:absolute; top:0px; left:0px;
    background-image:url('page_l.gif');
}
.page .page_border_right
{
    width:15px;
    height:100%;
    position:absolute; top:0px; right:0px;
    background-image:url('page_r.gif');
}
.page .page_center
{
    margin-left:15px;
    margin-right:15px;
}
.page .page_center #contents
{
	width:100%;
	position:relative;
}
.page .page_center #contents .column_right
{
	width:180px;
    padding-left:1px;
    vertical-align:top;
}
.page .page_center #contents .column_center
{
    padding-top:2px;
    padding-left:1px;
    padding-right:3px;
    vertical-align:top;
}
.page .page_center  #contents .column_left
{
	width:200px;
	padding-top:5px;
	padding-right:0px;
    padding-left:5px;
}
.page .footer
{
	font-family:Tahoma;
	color:#ffffff;
	font-size:8pt;
    width:100%;
    margin-top:10px;
    position: relative; top: 0px;left: 0px;
    height:50px;
    background-image:url('footer_bg.gif');
}
.page .footer a
{
	color:#ffffff;
	text-decoration: none;
}
.page .footer a:hover
{
	color:Orange;
}
.page .footer .email
{
    display:inline-block;
    width:30px;
    height:16px;
    vertical-align:baseline;
    BACKGROUND-IMAGE:url(email.jpg);
    background-position:top;
    vertical-align:middle;
    margin-right:5px;
}
.page .footer .tel
{
    display:inline-block;
    width:22px;
    height:22px;
    vertical-align:baseline;
    BACKGROUND-IMAGE:url(tel.gif);
    background-position:top;
    vertical-align:middle;
    margin-right:5px;
}

/*//////////////////////////////////////////////////*/
/*///////////////////////BANNER/////////////////////*/
/*/////////////////////////////////////////////////*/
.page .page_center #div_banner
{
    width:100%;  
    height:202px;  
    position: relative; top: 0px;left: 0px;
}
#div_banner .banner_1
{
    width:475px;
    height:152px;
    background-image:url('banner_1.jpg');
    position: absolute;top: 0px;right: 0px;
    background-repeat:no-repeat;
}
#div_banner .banner_2
{
    margin-right: 475px;
    margin-left: 379px;
    height:202px;
    background-image:url('banner_2.jpg');
    background-repeat:repeat-x;
}
#div_banner .banner_3
{
    width:379px;
    height:152px;
    background-image:url('banner_3.jpg');
    position: absolute;top: 0px;left: 0px;
    background-repeat:no-repeat;
    text-align:right;
}
#div_banner .banner_4
{
    width:475px;
    height:50px;
    background-image:url('banner_4.jpg');
    position: absolute;top: 152px;right: 0px;
    background-repeat:no-repeat;
}
#div_banner .banner_5
{
    width:379px;
    height:50px;
    background-image:url('banner_5.jpg');
    position: absolute;top: 152px;left: 0px;
    background-repeat:no-repeat;
    text-align:right;
}
#div_banner .banner_shadow
{
    width:100%;
    height:15px;
    
    background-image:url('banner_shadow.jpg');
 
    position: absolute;top: 202px;left: 0px;
    background-repeat:repeat-x;
}

/*//////////////////////////////////////////////////*/
/*/////////////////////banner_icons///////////////////*/
/*/////////////////////////////////////////////////*/
#div_banner #banner_icons 
{
    width:200px;
    height:26px;   
    position: absolute;top: 160px;left: 0px;
    text-align:right;
}
#div_banner #banner_icons  a
{
	width:26px;
    height:26px;
    margin:8px;
    display:inline-block;
}
#div_banner #banner_icons  span
{
    height:26px;
    display:inline-block;
}
#div_banner #banner_icons  .home 
{
    BACKGROUND-IMAGE:url(icon_home.gif);
}
#div_banner #banner_icons  .home:hover
{   
    background: url(icon_home.gif) bottom center;
}
#div_banner #banner_icons  .mail
{
    BACKGROUND-IMAGE:url(icon_mail.gif);
}
#div_banner #banner_icons  .mail:hover
{   
    background: url(icon_mail.gif) bottom center;
}
#div_banner #banner_icons  .search 
{
    BACKGROUND-IMAGE:url(icon_search.gif);
}
#div_banner #banner_icons  .search:hover
{   
    background: url(icon_search.gif) bottom center;
}
#div_banner #banner_icons  .en 
{
	width:50px;
    BACKGROUND-IMAGE:url(icon_eng.gif);
}
#div_banner #banner_icons  .en:hover
{   
    background: url(icon_eng.gif) bottom center;
}
/*//////////////////////////////////////////////////*/
/*/////////////////////top bar///////////////////*/
/*/////////////////////////////////////////////////*/
#top_menu
{
	padding-top:5px;
}
#top_menu a
{
    height:23px;
    margin:4px;
    margin-bottom:1px;
    display:inline-block;
}
#top_menu .home 
{
	width:52px;
    BACKGROUND-IMAGE:url(link_tob_home.png);
}
#top_menu .home:hover
{
	background: url(link_tob_home.png) bottom center;
}     
#top_menu .about_us 
{
	width:62px;
    BACKGROUND-IMAGE:url(link_tob_about_us.png);
}
#top_menu .about_us:hover
{
	background: url(link_tob_about_us.png) bottom center;
}     
#top_menu .contact 
{
	width:59px;
    BACKGROUND-IMAGE:url(link_tob_contact.png);
}
#top_menu .contact:hover
{
	background: url(link_tob_contact.png) bottom center;
}     
#top_menu .news 
{
	width:42px;
    BACKGROUND-IMAGE:url(link_tob_news.png);
}
#top_menu .news:hover
{
	background: url(link_tob_news.png) bottom center;
}     

#top_menu .join 
{
	width:76px;
    BACKGROUND-IMAGE:url(link_tob_join.png);
}
#top_menu .join:hover
{
	background: url(link_tob_join.png) bottom center;
}     

#top_menu .bar 
{
	width:4px;
    BACKGROUND-IMAGE:url(link_tob_bar.gif);
}
/*//////////////////////////////////////////////////*/
/*/////////////////////  search  ///////////////////*/
/*/////////////////////////////////////////////////*/

#search
{
   direction:rtl;
   width:165px;
   padding-right:5px;
   z-index:3;
   position: absolute;top: 7px;right: 0px;
}
#search .search_text
{
   direction:rtl;
   font-size: 10px; 
   width: 120px; 
   color: #808080;
   font-family: Tahoma;
   position: absolute;top: 0px;right: 0px;
}
#search .search_btns
{
   direction:rtl;
   position: absolute;top: 0px;left: 0px;
}


/*/////////////////////////////*/
	.opacity IMG { filter:alpha(opacity=100); BORDER-BOTTOM: #f9f9f9 1px solid; border-top: #f9f9f9 0px solid;  border-left: #f9f9f9 0px solid;  border-right: #f9f9f9 0px solid; moz-opacity: 1 }
	.opacity:hover IMG { filter:alpha(opacity=70); BORDER-BOTTOM: red 0px solid ; border-top: red 0px solid;  border-left: red 0px solid;  border-right: red 0px solid; moz-opacity: 0.4 }	
/*/////////////////////////////*/

