* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a,
a:hover {
	text-decoration: none;
}

body {
	direction: rtl;
	background-image: url(../images/body_bg.gif);
	background-color: #e9e8e9;
	background-position: top left;
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
}

.container {
	width: 770px;
	height: 100%;
	margin: 0 auto;
	border: 0px solid red;
}

.top {
	width: 100%;
	height: 83px;
	border: 0px solid blue;
}
.logo {
	float: left;
	width: 133px;
	height: 38px;
	margin-left: 5px;
	margin-top: 31px;
}
.top_Nav {
	float: right;
	width: auto;
	height: 24px;
	margin-right: 30px;
	margin-top: 5px;
	border: 0px solid red;
}
.top_Nav li {
	display: inline;
	width: auto;
	height: 24px;
}
.top_Nav .first {
	background-image: none;
}
.top_Nav a {
	background-image: url(../images/disc.gif);
	background-position: 100% 60%;
	background-repeat: no-repeat;
	padding-left: 6px;
	padding-right: 8px;
	display: inline;
	*display: inline-block;

	width: 100%;
	line-height: 24px;
	font-size: 10pt;
	font-weight: normal;
	color: #626262;
}
.top_Nav a.sel, .top_Nav a:hover {
	color: #179540;
	text-decoration: none;
}


.top_menu {
	list-style: none;
	clear: right;
	float: right;
	*float: none;
	_float: none;
	width: auto;
	height: 42px;
	margin-top: 11px;
	margin-right: 8px;
	border: 0px solid red;
}
.top_menu li {
	float: right;
	background-image: url(../images/tab_bg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	width: auto;
	height: 42px;
	padding: 0 10px;
}
.top_menu .right {
	background-image: url(../images/tabRight.gif);
	background-repeat: no-repeat;
	width: 16px;
	padding: 0;
}

.top_menu .sep {
	background-image: url(../images/tabSep.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 3px;
	padding: 0;
}

.top_menu .left {
	background-image: url(../images/tabLeft.gif);
	background-repeat: no-repeat;
	width: 16px;
	padding: 0;
}

.top_menu a {
	float: left;
	line-height: 42px;
	font-size: 9pt;
	font-weight: normal;
	color: #403d3c;
	text-align: center;
}

.top_menu a.sel, .top_menu a:hover {
	color: #179540;
	text-decoration: none;
}

.top_menu .search {
	padding: 0px;
	background-image: url(../images/tbSearch.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	margin-right: 15px;
	width: 97px;
	border: 0px solid red;
}
.top_menu .searchPanel {
	float: left;
	padding: 0 5px;
	border: 0px solid blue;
}
.search .tbSearch {
	float: right;
	background-color: Transparent;
	width: 62px;
	height: 16px;
	margin: 12px 0;
	color: #aaa;
	padding-right: 2px;
	border: 0px solid #ccc;
}

.search .btnSearch {
	float: left;
	background-color: Transparent;
	line-height: normal;
	margin-left: 2px;
	margin-top: 16px;
}






.short {
	float: right;
	width: 100%;
	height: 110px;
	overflow: hidden;
	line-height: 16px;
	font-size: 10pt;
	font-weight: normal;
	color: #313131;
	text-align: right;
	margin-top: 10px;
	padding-bottom: 3px;
	border: 0px solid red;
} 
.short a {
	color: #179540;
}
.short a:hover {
	text-decoration: underline;
}
.more {
	float: right;
	background-image: url(../images/gPointer.jpg);
	background-position: 0 56%;
	background-repeat: no-repeat;
	width: auto;
	line-height: 24px;
	font-size: 10pt;
	font-weight: bold;
	color: #17953f;
	padding-left: 16px;
}







.footer {
	clear: both;
	width: 730px;
	height: 24px;
	padding: 10px 20px 0 20px;
	border: 0px solid red;
}
.footer .credits {
	float: right;
	width: auto;
	line-height: 21px;
	font-size: 9pt;
	font-weight: normal;
	color: #474747;
}
.footer .credits a {
	font-size: 8pt;
	color: #474747;
	margin: 0 1px;
}

.footer .nav {
	list-style: none;
	clear: left;
	float: left;
	width: auto;
	height: auto;

	font-size: 9pt;
	font-weight: normal;
	color: #474747;
}
.footer .nav a {
	width: auto;
	line-height: 14px;
	font-size: 9pt;
	font-weight: normal;
	color: #474747;
	margin: 0 2px 0 2px;
}
.footer .nav a:hover {
	color: #179540;
	text-decoration: none;
}
