@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #676767;
	direction: rtl;
	line-height: 16px;
	vertical-align: top;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/page-bg.jpg);
	background-repeat: repeat-x;
}
#base {
	border: 1px solid #666;
	background-color: #FFF;
}
#menu {
	background-image: url(../images/menu-bg.jpg);
	background-repeat: repeat-x;
	height: 33px;
}
#menu a {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 24px;
	float: right;
	text-align: center;
	vertical-align: middle;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 2px;
	margin-left: 7px;
	padding-right: 10px;
	padding-left: 10px;
}
#menu a:hover {
	color: #6FBAFF;
	background-color: #002637;
}
.home-page-bg {
	background-color: #F5F5F5;
	padding: 10px;
}
.home-page-bg a {
	color: #39a4ce;
	text-decoration: none;
}
.home-page-bg a:hover {
	color: #39a4ce;
	text-decoration: underline;
}

.featured-projects-divs {
	display: block;
	width: 136px;
	padding: 5px;
	float: right;
	border: 1px solid #BCBCBC;
	margin: 5px;
}

.featured-projects-divs:hover {
	display: block;
	width: 136px;
	padding: 5px;
	float: right;
	border: 1px solid #69C8F8;
	margin: 5px;
	background-color: #CAEBFC;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
// first!
	filter: alpha(opacity=90);
	opacity: .9;

}

.home-page-bg .featured-projects-div0 {
	float: right;
	width: 156px;
	height: 200px;
}
.featured-projects-div0 .featured-projects-title {
	float: right;
	font-weight: bold;
	width: 146px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.featured-projects-div0 .featured-projects-text {
	float: right;
	width: 146px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.featured-projects-div0 .featured-projects-more {
	text-align: left;
	float: right;
	width: 146px;
}
.copyrights {
	color: #38B5E3;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
}
.downmenu {
	text-align: center;
	font-size: 10px;
	color: #A2A2A2;
}
.downmenu a {
	color: #666;
	text-decoration: none;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
.downmenu a:hover {
	color: #39A4CE;
}
.lefty {
	text-align: left;
}
.newtd {
	padding-right: 10px;
	padding-bottom: 10px;
	border: 1px dotted #999;
}
