body	{
	direction:rtl;
	text-align:right;
	background:url(images/bg.png) top center no-repeat;
	margin:0;
	padding:92px 0 0 0;
	font:11px tahoma;
	overflow:hidden;
	position:relative;
	}
#container	{
	width:725px;
	margin:auto;
	}
#top-qd	{
	background:url(images/qd.png) left no-repeat;
	width:710px;
	height:31px;
	margin-bottom:3px;
	}
#top-nav	{
	width:720px;
	height:32px;
	}
#top_menu	{
	width:525px;
	float:left;
	height:32px;
	padding:5px 0 0 0;
	}
#contents	{
	width:675px;
	padding-top:10px;
	height:438px;
	margin:auto;
	}
img	{
	border:none;
	}
a	{
	text-decoration:none;
	}
h1	{
	border-bottom:1px solid #ccc;
	font:12px tahoma;
	font-weight:normal;
	color:#333;
	margin:10px 0;
	padding:2px 10px;
	}
/*---- Ads -- **/
#footer	{
	width:500px;
	border-top:1px solid #ccc;
	margin:auto;
	margin-bottom:80px;
	}
#footer	p{
	text-align:center;
	font:10px tahoma;
	color:#666;
	margin:0;
	padding:0;
	}
#ads	{
	width:150px;
	height:245px;
	float:left;
	padding-top:5px;
	padding-left:3px;
	}
/*---- Topmenu Styles ---/ */
#top_menu ul {
  list-style       : none;
  padding          : 0;
  margin           : 0;
  }

#top_menu li {
  display          : block;
  background-image : none;
  float            : right;
  margin           : 2px;
  width            : auto !important;
  line-height      : 21px;
  white-space      : nowrap;
  padding-left:15px; 
}
#top_menu li a {
  font-size        : 12px;
  display          : block;
  text-decoration  : none;
  text-align:center;
  float:left;
  color: #000;
  padding-right:10px;

	
}
#top_menu  span{
  padding-left:9px;
  display:block;
  float:left;
}
#top_menu a:hover {
  color            : #333333;
  background: url(images/topmenu.png) top right no-repeat;
}
#top_menu  a:hover span{
  background: url(images/topmenu.png) top   left no-repeat;
  cursor:pointer;
}
/*---------------- active one -------------- */
#top_menu .active a {
  color            : #333333;
  background: url(images/topmenu.png) bottom right no-repeat;
}
#top_menu .active  a span{
  background: url(images/topmenu.png) bottom   left no-repeat;
  cursor:default;
  pointer:default;
}
/*--- hover */
#top_menu .active a:hover {
  color            : #333333;
  background: url(images/topmenu.png) bottom right no-repeat;
}
#top_menu .active  a:hover span{
  background: url(images/topmenu.png) bottom   left no-repeat;
  cursor:pointer;
}
/*---- Contact.php */
#billboard_cont	{
	font:12px tahoma;
	line-height:25px;
	text-align:center;
	padding-top:80px;
	}
#billboard_banner	{
	width:680px;
	height:146px;
	background:url(images/billboard2.png);
		}
#contact_c	{
	width:680px;
	height:350px;
	overflow:hidden;
	margin:auto;
	margin-top:15px;
}
#contact_form_b	{
	width:290px;
	overflow:hidden;
	float:left;
	padding-right:20px;
	padding-left:10px;
	border-right:1px solid #ccc;
	height:350px;
	}
#contact_form_b #sending	{
	display:none;
	overflow:hidden;
	}
#contact_form_b #overlay	{
	background:#fff;
	opacity:0.8;
	filter:alpha(opacity=80);
	position:absolute;
	height:250px;
	width:250px;
	z-index:5;
	}
#contact_form_b #overlay_bg	{
	background:url(images/loader.gif) center top no-repeat ;
	width:100px;
	height:15px;
	left:20%;
	top:50%;
	text-align:center;
	padding:35px 0 0 0 ;
	position:absolute;
	opacity:1;
	z-index:8;
	}
#contact_info	{
	width:350px;
	float:right;
	font-size:12px;
	}
#contact_info div {margin-bottom:10px;}
/*-- form classes --*/
.form1 input , select {
  background: #efefef url(images/input_bg.png) top repeat-x ;
  border: 1px solid #999;
  height:14px;
  line-height:18px;
  padding:2px;
  font:12px tahoma;
}
.form1 input:hover , .form1 input:focus	{
	background-position:0 -20px;
	}
.form1 textarea	{
	font-family:tahoma;
	font-size:11px;
	border:1px solid #999;
	}
.form1 p {
  clear: right;
  margin: 0;
  padding: 5px 0px;
  display:block;
  overflow:hidden;
}
.form1 p label {
  float: right;
  font-size:12px;
  width: 25%;
  line-height:19px;
  border-bottom:1px solid #ccc;
}
.form1 select	{
	margin:4px;
	}
.box_guide {
	padding:5px;
	height:15px;
	padding-right:40px;
}
.info	{
	background:#ccfeff url(images/info_bg.png) right no-repeat;
	border:1px solid #00a2de;
	}
.success	{
	background:#e4ffaa url(images/success_bg.png) right no-repeat;
	border:1px solid #91c71a;
	}
.error	{
	background:#ffdfdd url(images/error_bg.png) right no-repeat;
	border:1px solid #9a201a;
	}
	