body {
	margin: 0;
	background: #fff url('../gfx/bg.png') top repeat-x;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	color: #333;
	font: 14px/140% Arial, Helvetica, sans-serif;
	direction: rtl;
}
img {
	border: 0;
}
.light {
	color: #808080;
}
a {
	color: #36c;
}
a:hover {
	color: #121212;
	text-decoration: none;
}
.centered {
	text-align: center;
}
p {
	margin: 10px 0;
}
.tight, form {
	margin: 0;
	padding: 0;
}
.tight_top {
	margin-top: 0;
}
.small {
	font-size: 12px;
	line-height: 125%;
}
#wrapper {
	width: 830px;
	padding: 22px 40px 0 40px;
	margin: 0 auto;
	background: url('../gfx/bg_wrapper.png') top no-repeat;
}

#wide {
	float: right;
	width: 470px;
}
#narrow {
	width: 330px;
	padding-right: 14px;
	border-right: 1px solid #ccc;
	margin-right: 15px;
	float: right;
	font-size: 12px;
	line-height: 120%;
}
#adtower {
	margin-left: 15px;
	float: right;
	width: 120px;
}

#side_tower {
	float: right;
	width: 195px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	border-top: 2px solid #cdcdcd;
	border-bottom: 1px solid #ccc;
	padding: 4px 2px;
	margin: 20px 0 10px 0;
}
h3 a {
	color: #333;
	text-decoration: none;
}
h3 a:hover {
	color: #000;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 1px;
	color: #fff;
	margin: 15px 0;
}
* html body hr {
	margin: 10px 0;
}
h1 {
	font-size: 22px;
	color: #000;
	margin: 25px 0 15px 0;
}
h2 {
	font-size: 16px;
	color: #777;
	line-height: 18px;
	margin: 15px 0;
}
h3 a {
	text-decoration: none;
}
#small_about {
	border-top: 2px solid #b8bcd9;
	border-bottom: 2px solid #b8bcd9;
	background: #f5f5f5;
	padding: 10px;
	margin: 10px 0 0 0;
}
#small_about h3 {
	color: #000;
	border: 0;
	margin: 0;
}
#small_about p {
	margin: 5px 0;
}

div#member {
	margin-top: 1px;
	float: right;
	font-size: 11px;
	line-height: 120%;
	color: #336;
	letter-spacing: .1pt;
	width: 380px;
}
div#member b {
	color: #336;
}
div#member a {
	color: #669;
	font-weight: bold;
}
ul#menu {
	float: left;
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	width: 440px;
}
* html body ul#menu {
	margin-top: -1px;
}
*+html body ul#menu {
	margin-top: -2px;
}

ul#menu li {
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-right: 3px;
	padding: 9px 15px 6px 15px;
}
ul#menu li a {
	display:block;    
	color: #000;
	text-decoration: none;
}
ul#menu li a:hover {
	color: #000;
	text-decoration: underline;
}
ul#menu li#forum {
	background: url('../gfx/bg_forum.png') center no-repeat;
}
ul#menu li#kb {
	background: url('../gfx/bg_kb.png') center no-repeat;
}
ul#menu li#kb_b {
	background: url('../gfx/bg_articles.png') center no-repeat;
}
ul#menu li#articles{
	background: url('../gfx/bg_articles.png') center no-repeat;
}
ul#menu li#blog {
	background: url('../gfx/bg_blog.png') center no-repeat;
}
ul#menu li#courses {
	background: url('../gfx/bg_courses.png') center no-repeat;
}
/* --- */

img.homepic {
	margin: 0 0 2px 10px;
	float: right;
	border: 1px solid #ccc;
	padding: 5px;
	width: 80px;
	height: 80px;
}

img.pic {
	margin: 2px 0 2px 10px;
	float: right;
	border: 1px solid #ccc;
	padding: 5px;
	width: 44px;
	height: 44px;
}
img.sidethumb {
	margin: 10px 0 0 0;
	border: 8px solid #ddd;
	padding: 12px;
	width: 80px;
	height: 80px;
}

#footer {
	background: url('../gfx/bg_footer.png') left center no-repeat;
	padding: 1px 0;
	margin: -5px 0 10px 0;
}

ul.nav_categories {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.nav_categories li {
	margin: 5px 0;
	padding: 0px 18px 5px 5px;
	font-weight: bold;
	background: url('../gfx/bg_side_menu.png') right top no-repeat;
}


ul.comments {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 125%;	
}

ul.comments li {
	margin: 3px 0;
	padding: 10px;
}
ul.comments li div.commentby {
	color: #808080;
	padding: 3px 0 7px 0;
}
ul.comments li div.commentby a {
	font-weight: bold;
}
ul.comments li img.avatar {
	border: 1px solid #ccc;
	padding: 1px;
	background: #fff;
	float: right;
	margin: 0 0 0 10px;
}
.odd {
	background: #eee url('../gfx/bg_comment.png') top left no-repeat;
}
.even {
	background: #fff url('../gfx/bg_comment.png') top left no-repeat;
}

div.single_course {
	margin-top: -10px;
}

a.info {
	border: 1px solid #bbb;
	background: #f5f5f5 url('../gfx/icon_info.png') center right no-repeat;
	padding: 10px;
	padding-right: 30px;
	font-size: 12px;
	line-height: 125%;	
	font-weight: bold;
	margin: 20px 0;
	display: block;
	color: #03c;
}

fieldset {
	border: 1px solid #ddd;
	border-top: 2px solid #bbb;
	padding: 5px 10px 10px 10px;
}
fieldset legend {
	font-weight: bold;
	margin: 2px;
	padding: 0 5px;
	color: #036;
	font-size: 16px;
}
label {
	width: 100px;
	float: right;
	font-weight: bold;
}
input.text {
	width: 340px;
}
textarea {
	width: 100%;
}
div.testimonial {
	margin-top: 20px;
}

ul.calendar, ul.more_articles {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.calendar li, ul.more_articles li {
	margin: 4px 0;
	padding: 0;
	padding-right: 20px;
	background: url('../gfx/cal.png') top right no-repeat;
}
ul.more_articles li {
	background: url('../gfx/article.png') top right no-repeat;
}

div.search_form {
	margin: 20px 0 0 0;
	background: #ffd;
	padding: 10px 10px 8px 10px;
	border-top: 2px solid #eeb;
	border-bottom: 2px solid #eeb;
}
div.search_form input {
	font: bold 12px Arial, sans-serif;
	color: #333;
}
div.search_form table {
	border: 0;
	border-spacing: 0;
	width: 100%;
	font-weight: bold;
}
div.search_form table tr td.submit {
	width: 55px;
	text-align: left;
}

div.tips, div.faq, div.download {
	margin: 5px 0 20px 0;
}
div.dnld {
	margin: 5px 0 30px 0;
}

div#support_cats a {
	color: #c00;
}
