﻿/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	margin:0;
	padding:0;
	background:#FFF;
	font-family:Tahoma;
	font-size:8pt;
	color:#5F4923;
	direction:rtl;
}
#warpper{
	background:url('images/bg.gif') repeat-x;
	height:400px;
	width:100%;
	margin:0;
	padding:0;
}
#main-menu{
	padding:0;
	margin:0;
	list-style:none;
	margin-right:100px;
}
#main-menu li{
	margin-top:-1px;
	width:19px;
	float:right;
	margin-right:5px;
	height:70px;
	cursor:pointer;
}
#logo{
	margin:16px auto;
	width:268px;
	height:152px;
	background: url(images/mylogo-trans.png);
	margin-top:86px; 
}
#abs-bg{
	width:405px;
	height:100px;
	position:absolute;
	background:url('images/blockbg-trans.png') no-repeat;
	top:50px;
	left:300px;
}
p{
	font-family:Tahoma;
	font-size:8pt;
	width:390px;
	color:#5F4923;
	margin:15px 15px 0 0;
}
#form{
	margin-top:20px;
	width:450px;
	margin:12px auto;
}
#form label{
	display:block;
	margin:10px;
	color:#CABAA2;
}
#form input,textarea{
	height:20px;
	width:400px;
	border:1px #EAE4DB solid;
	color:#CABAA2;
	font-family:Tahoma;
	font-size:8pt;
	padding:10px;
}
.facebox-div{
  text-align:right;
  width:552px;
}
.abouts{
  text-align:justify;
  direction:rtl;
  width:550px;
  padding:5px;
}
#message-success-str{
  width:520px;
  background:#F2FAE9;
  padding:10px;
  height:20px;
  margin:auto;
  border:1px #DDEDCC solid;
}
#message-falid-str{
  width:520px;
  background:#FBEEEE;
  padding:10px;
  height:20px;
  margin:auto;
  border:1px #FDD8D8 solid;
}