﻿body {
	color: #333333; 
	margin: 0; 
	background-color: #1C1C1C
}
.header {
	background-image: url('../img/images/header.png');
}
.menubg {
	background-image: url('../img/images/menubg.png');
}
.navbar {
	background-color: #EAEAEA;
}
.search {
	background-color: #F4F4F4;
	font-family: Tahoma;
	font-size: 11px;
	height: 40px;
	color: #333333;
}
select {
	font-family: Tahoma;
	font-size: 11px;
	border: 1px #EEEEEE solid;
	color: #333333;
	padding: 3px;
	direction: rtl;

}
input {
	font-family: Tahoma;
	font-size: 11px;
	border: 1px #EEEEEE solid;
	color: #333333;
	padding: 3px;
	direction: rtl;
}
.menu {
	border-left: 1px gray dotted;
	height: 40px;
	width:auto;
}
.menu a{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	padding-left: 18px;
	padding-right: 18px;
	display: block;
}
.menu a:hover{
	color: #d05a14;
}
.menufirst {
	border-left: 1px gray dotted;
	border-right: 1px gray dotted;
	height: 40px;
	width:auto;
}
.menufirst a{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	padding-left: 18px;
	padding-right: 18px;
	display: block;
}
.menufirst a:hover{
	color: #d05a14;
}
.navtitle {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #54100e;
	border-bottom:1px solid #ffffff;
	color: #ffffff;
	text-align:right;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 15px;
}
.srchMenu{
	direction: rtl;
	background-color: #f0f0f0;
	font-family: Tahoma;
	font-size:10px;
	font-weight:bold;
	line-height:20px;
	margin:1px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right: 15px;
	padding-left: 5px;
	text-align:right;
	width:auto;
	text-decoration: none;
	color: #333333;
}
.navmenu, .navmenuSub  {
	direction: rtl;
	background-color: #d0d0d0;
	border-bottom:1px solid #ffffff;
	font-family: Tahoma;
	font-size:10px;
	font-weight:bold;
	line-height:20px;
	margin:1px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right: 15px;
	padding-left: 5px;
	text-align:right;
	width:auto;
	text-decoration: none;
	color: #333333;
}
.navmenu:hover, .navmenuSub:hover {
	background-color: #EAEAEA;
}

.navmenu a, .navmenuSub a {
	color: #333333;
	text-decoration: none;
	display: block;
}
.navmenu a:hover, .navmenuSub a:hover {
	color: #9b1212;
	text-decoration: none;
	display: block;
}
.navmenuSub{
	background-color:#e0e0e0;
	}
	
.probodybg {
	background-color: #FFFFFF;
}
.pro_feature {
	direction: rtl;
	background-color: #ffffff;
	border: 1px solid #C0C0C0;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	color: #575757;
}

.ajNavBx{
	cursor:pointer; 
	
	border:1px solid #CCCCCC;
	font-family: Tahoma;
	font-size:10px;
	font-weight:bold;
	margin:1px;
	padding:3px;
	text-align:center;
	width:auto;
	text-decoration: none;
	color: #333333;
}

.pagenav {
	background: url('../img/images/button_bg.png') repeat scroll 0 50%;
	border:1px solid #CCCCCC;
	font-family: Tahoma;
	font-size:10px;
	font-weight:bold;
	line-height:20px;
	margin:1px;
	padding:3px;
	text-align:center;
	width:auto;
	text-decoration: none;
	color: #333333;
}
.srchBtn {
	font-family: Tahoma;
	font-size:10px;
	font-weight:bold;
	line-height:20px;
	margin:1px;
	padding:3px;
	text-align:center;
	width:auto;
	text-decoration: none;
	color: #333333; 
}
.pagenav:visited{
	color: #333333;
}
.pagenav:hover{
	color: #9b1212;
}
.pro_box {
	border: 1px solid #C0C0C0;
	padding-top:5px;
}
.pro_info {
	direction: rtl;
	background-color: #F3F3F3;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	color: #575757;
}
.pro_info span{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.featuretxt {
	background-color: #F4F4F4;
}
.footer {
	text-align: center;
	font-family: Tahoma;
	font-size: 10px;
	color: #ffffff;
	direction: rtl;
	padding: 10px;
}


.fullBodyDiv{
	z-index:10000;
	width:100%;
	height:800px;
	position:fixed;
	top:0;
	left:0;
	background-image:url(../img/back.gif);
	background-repeat:repeat;
	display: none;
}

.runingLogo{
	position:fixed;
	left:45%;
	top:45%;
}
