body, h1, h2, h3, h4, h5, h6, img, a, p, form   {
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
*html img {
/*	behavior: url(css/iepngfix.htc)*/

}
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #EBE4D4 url(../images/body_tile.png) repeat;
	text-align: right;
	direction: rtl;
}
.text01 {
	font-size: 12px;
	font-weight: normal;
	color: #F30;
}
.text02 {
	text-align: justify;
}
/*3px jog hack*/
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html p {
	height: 1%;
	margin-left: 0;
}
/* End hide from IE5/mac */

.wrapper {
	width: auto;
	height: 100%;
}
.frame {
	width: 959px;
	height: auto;
	margin: 0 auto;
}
.page {
	width: 100%;
	height: auto;
	margin: 0 auto;
	float: right;
	background: url(../images/page_hebtext.jpg) no-repeat left 696px;
}
.header {
	height: 201px;
	width: 959px;
	background: url(../images/header_bg.jpg) no-repeat right top;
}
.header .logo {
	float: right;
	height: auto;
	width: auto;
	font: 10px Helvetica, sans-serif;
}
/*-------------------- LIST ---------------------------*/

.nav_lan {
	background: url(../images/nav_lan_bg.png) no-repeat left top;
	float: left;
	height: 46px;
	width: 320px;
	font-size: 11px;
	font-weight: bold;
	color: #999;
}
.nav_lan ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: block;
	margin: 3px auto 0;
	height: 14px;
	width: 290px;
	padding-left: 0px;
	direction: ltr;
}
.nav_lan ul li {
	color: #666666;
	display: inline;
	min-width: 10px;
}
.nav_lan ul li a {
	font-size: 11px;
	color: #999;
	padding: 0px 7px;
	font-weight: normal;
	display: -moz-inline-box;
}
.nav_lan ul li a:hover {
	color: #0482B3;
}
.nav_lan ul li a.selected {
	color: #0482B3;
}
/*-------------------- END OF LIST ---------------------------*/


.header .timer {
	float: left;
	height: 77px;
	width: 170px;
	clear: left;
}
.header .timer #cd {
	height: 25px;
	width: 170px;
	font: normal 26px Arial, Helvetica, sans-serif;
	color: #0176ad;
	text-align: center;
	padding-top: 15px;
	background: url(../images/counter_ttls.png) no-repeat -5px 5px;
}
.nav_hold {
	width: 959px;
	height: 46px;
	float: right;
	background: url(../images/nav_holder_bg.png) no-repeat left top;
	direction:rtl;
}


#nav_top {
	height: auto;
	width: 700px;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 100;
	text-align: center;
	padding-left: 4px;
	float: right;
}

ul.menu {
	list-style:none;
	margin:0;
	padding:0;
	margin-top: 1px;
}

ul.menu * {
	margin:0;
	padding:0
}

ul.menu li {
	position:relative;
	float:right;
	width: auto;
	text-align: center;
	background: url(../images/nav_top_sep.png) no-repeat right top;
	padding-right: 1px;
}
ul.menu li.last {
	border-style: none;
	background: url(../images/pixel.gif);
}
ul.menu li a{
	display:block;
	color:#0080B2;
	text-decoration:none;
	font-size: 14px;
	width: 135px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 29px;
	height: 29px;
}
ul.menu li a.selected {
	color: #FFF;
	background: url(../images/nav_top_sel.png) repeat-x left top;
}
ul.menu li a.selected:hover {
	color: #FFF;
	background: url(../images/nav_top_sel.png) repeat-x left top;
}
ul.menu li a:hover , ul.menu .menuhover{
	background: url(../images/nav_top_over.png) repeat-x left top;
}


ul.menu ul {
	position:absolute;
	margin: 0px;
	padding: 0px;
	top:28px;
	background:no-repeat left top;
	display:none;
	opacity:0;
	list-style:none;
	color: #333;
	width: 143px;
	border-right: 1px solid #F8F7ED;
	border-left: 1px solid #F8F7ED;
	right: 0px;
}

ul.menu ul li {
	position:relative;
	border-top:none;
	width:auto;
	margin:0;
	background: url(../images/pixel.gif);
	padding: 0px;
}

ul.menu ul li a {
	display:block;
	color: #3B3B2F;
	text-transform: none;
	text-align: right;
	line-height: normal;
	height: auto;
	padding: 3px 18px 3px 0px;
	font-size: 12px;
	background: #F4F4E8 url(../images/nav_top_arr.png) no-repeat right 7px;
	width: 125px;
	font-weight: normal;
}

ul.menu ul li a:hover {
	color: #FFFFFF;
	background: #0080B2 url(../images/nav_top_arrOn.png) no-repeat right 7px;
}

ul.menu .lowline {
	display: block;
	background: url(../images/nav_top_lowline.png) no-repeat left bottom;
	height: 11px;
	width: 143px;
}

.nav_small {
	float: left;
	height: 29px;
	width: auto;
	background: url(../images/nav_2_over.png) repeat-x left top;
	margin-top: 1px;
}
.nav_small a {
	display:inline-block;
	color:#FF8900;
	text-decoration:none;
	font-size: 14px;
	width: 110px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 29px;
	height: 29px;
	text-align: center;
}
.nav_small a:hover, .nav_small a.selected {
	color: #15CDF9;
}
.content_hold {
	float: right;
	height: auto;
	width: 100%;
}


.hp {
	margin-top: 12px;
	width: 959px;
	float: right;
}
.hp .left {
	background: url(../images/hp_gdjl_bg.png) no-repeat left top;
	float: right;
	height: 240px;
	width: 322px;
}
.hp .left .in {
	padding: 13px 18px 0px 35px;
}
.hp .left .in h2 {
	color: #FF8B00;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 15px;
}
.hp .left .in p {
	color: #333;
	font-size: 13px;
	text-align: justify;
	line-height: 22px;
}
.hp .left .in p a {
	font-size: 13px;
	color: #0080B2;
}
.hp .left .in p a:hover {
	color: #FD971D;
	text-decoration: underline;
}
.hp .center {
	float: left;
	width: 292px;
	margin-right: 20px;
}
.hp .center p {
	font-size: 11px;
}
.hp .center h3 {
	color: #1289B7;
	font: normal 18px Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
.comunity_reg {
	background: url(../images/hp_comunityreg_bg.jpg) no-repeat left top;
	height: 163px;
	width: 292px;
	left: 0px;
	top: 0px;
	clear: both;
}
.comunity_reg .in {
	padding: 13px 12px 0px 16px;
}
.comunity_reg .in h2 {
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
}
.comunity_reg .in p {
	float: left;
	height: 75px;
	width: 135px;
	padding-top: 15px;
	padding-right: 10px;
	font-size: 14px;
	color: #FFF;
	text-align: justify;
}
.comunity_reg .in .btn {
	font-size: 15px;
	line-height: 27px;
	font-weight: normal;
	color: #FFF;
	background: url(../images/btn_register.png) no-repeat right top;
	text-align: center;
	height: 28px;
	width: 153px;
	float: left;
}
.comunity_reg .btn:hover {
	background: url(../images/btn_register_on.png);
}
.hp .right {
	float: left;
	height: auto;
	width: 300px;
	font-size: 12px;
	line-height: normal;
	margin-right: 20px;
	padding-left: 5px;
}
.hp .right h3 {
	font-size: 22px;
	font-weight: normal;
	color: #0080B2;
	background: url(../images/hp_right_horsep.gif) no-repeat right bottom;
	padding-bottom: 6px;
	margin-bottom: 12px;
}
.hp .right img
{
	margin-left: 10px;
}

.hp .right p {
	text-align: justify;
}
.hp .right .text02
{
	line-height: 20px;
}

.hp .right .readon {
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #FFF;
	background: url(../images/hp_right_btn.png) no-repeat left top;
	text-align: center;
	float: left;
	height: 20px;
	width: 66px;
	margin-top: 15px;
}
.hp .right .readon:hover {
	text-decoration: underline;
}
.media_inner {
	background: url(../images/inner_media_frame.png);
	float: left;
	height: 152px;
	width: 945px;
	padding: 7px;
}
.inner {
	margin-top: 0px;
	width: 959px;
	float: left;
	height: auto;
	padding-bottom: 15px;
}
.inner .left {
	background: #F0EAD8;
	float: right;
	height: auto;
	width: 292px;
}
.inner .list_hold {
	background: url(../images/nav_side_bg.jpg);
	float: left;
	height: auto;
	width: 292px;
}
.inner .left .list_hold h3 {
	font-size: 20px;
	font-weight: normal;
	color: #FF8B00;
	height: 34px;
	width: auto;
	line-height: 34px;
	margin-top: 15px;
	display: block;
	padding-right: 20px;
}
.nav_side {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 270px;
	padding: 0px 11px;
}
.nav_side li {
	list-style: none;
	float: left;
	clear: both;
	width: 270px;
	background: url(../images/nav_side_sep.png) no-repeat right bottom;
	height: 31px;
	padding-bottom: 1px;
}
.nav_side a {
	font-size: 13px;
	font-weight: normal;
	color: #3B3B2F;
	float: left;
	width: 250px;
	height: 31px;
	background: url(../images/arr_gray.png) no-repeat 255px 12px;
	line-height: 29px;
	padding-right: 20px;
}
.nav_side a.selected {
	background: url(../images/arr_blue.png) no-repeat 255px 12px;
	color: #009AC5;
}
.nav_side a:hover {
	background: url(../images/arr_blue.png) no-repeat 255px 12px;
	color: #009AC5;
}
.inner .list_hold .list_foot {
	background: url(../images/nav_side_hold_foot.jpg) no-repeat;
	clear: both;
	height: 20px;
	width: 292px;
}

.inner .right {
	float: left;
	height: auto;
	width: 647px;
	padding-right: 4px;
}
.inner .right h1 {
	font-size: 22px;
	font-weight: normal;
	color: #0080B2;
	background: url(../images/inner_h1_sep.png) no-repeat right bottom;
	margin-bottom: 15px;
	padding-bottom: 5px;
	margin-top: 20px;
	float: right;
	clear: both;
	padding-left: 140px;
}
.inner .right .textHold {
	width: 100%;
	clear: both;
	text-align: right;
}
.inner .right .textHold p {
	text-align: justify;
	margin-bottom:8px;
}
.footer {
	background: url(../images/footer_bg.png) no-repeat left top;
	height: 85px;
	width: 959px;
	clear: both;
}
.footer .footer_ttl
{
	float: right;
	font-size: 16px;
	line-height: 60px;
	color: #333333;
	padding-right: 25px;
	padding-left: 45px;
}

.footer a {
	color: #000;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline !important;
}
.footer .in {
	padding: 13px 0px 23px 26px;
	font-size: 15px;
	line-height: 20px;
}
.footer .in img {
	vertical-align: middle;
}
.footer .copy {
	font-size: 10px;
	float: left;
	padding-left: 10px;
}
.footer .wdi {
	float: right;
	font-size: 10px;
	color: #000;
	padding-right: 10px;
}
.footer .wdi:hover {
	text-decoration: underline;
}
.footer_inner {
	background: url(../images/footer_inner.png) no-repeat left top;
	height: 40px;
	width: 959px;
	clear: both;
	padding-top: 10px;
}
.footer_inner a {
	color: #000;
	text-decoration: none;
}
.footer_inner a:hover {
	text-decoration: underline !important;
}
.footer_inner .copy {
	font-size: 10px;
	float: left;
	padding-left: 10px;
}
.footer_inner .wdi {
	float: right;
	font-size: 10px;
	color: #000;
	padding-right: 10px;
}
.footer_inner .wdi:hover {
	text-decoration: underline;
}
