@charset "utf-8";
/* CSS Document */

/**************************************************
	RESET
**************************************************/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	direction:rtl;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

body{
	background:url(../images/bg.jpg) repeat;
	font-family:Tahoma, Geneva, sans-serif;
	margin:0;
	padding:0;
}
body.rtl{
	direction:rtl;
}
#wrapper{
	margin:0 auto;
	padding:10px 20px;
}
#header{
	height:117px;
	position:relative;
}
#header div.logo{
	background:url(../images/logo.jpg) no-repeat;
	display:block;
	width:370px;
	height:116px;
	margin:0 auto;
}
/********************/
#main{
	padding:0;
	overflow:hidden;
}
#main p{
	text-align:justify;
	padding:15px 20px;
	margin:0 0 5px 0;
	color:#5e5e5e;
	direction:rtl;
	font-size:11px;
	line-height:15px;
	background:#fff;
	border:1px solid #D7D7D7;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	}
#main a.back{
	background:url(../images/fa_back.png) no-repeat;
	display:block;
	text-align:center;
	width:100%;
	height:21px;
	cursor:pointer;
	}
/*************************** content *************************/
#footer{
	background:url(../images/bg_footer.jpg) repeat;
	clear:both;
	/*padding:10px;
	margin:0 0 15px 0;
	-moz-border-radius: 7px;
	border-radius: 7px;*/
	overflow:hidden;
	position:absolute;
	width:100%;
	bottom:0;
}
#footer a.logo_footer{
	background:url(../images/logo_footer.jpg) no-repeat;
	width:234px;
	height:74px;
	display:block;
	float:right;
}
strong{
	font-weight:bold;
	}