﻿*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #244368;
	background: #fff url(bg.jpg);
	background-repeat: repeat-x;
}

a
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
a:hover
{
	color: #25446a;
	font-weight: bold;
	text-decoration: none;
	background: #f1f0f0;
}

a:visited
{
	color: #000000;
}

#wrapper
{
	margin: 0 auto;
	width: 922px;
}
#header
{
	width: 950px;
	color: #333;
	padding: 0px;
	border: 0px solid #ccc;
	height: 95px;
	margin: 0px;
	background: #DAC8BF;
	text-align:right;
	direction:rtl;
	
	background: #990099 url(header.jpg);
	border-bottom: 0px #10243d solid;
	
}
#navigation
{
	width: 900px;
	height:30px;
	color: #333;
	padding: 10px;
	border: 1px solid #ccc;
	margin: 0px 0px 0px 0px;
	background: #904446;
	border-bottom: 1px #2e5a8c solid;

}
#content
{
	width: 900px;
	color: #333;
	border: 1px solid #ccc;
	background: #F2F2E6;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: auto;
		text-align:right;
	direction:rtl;
}
#footer
{
	width: 900px;
	color: #333;
	border: 1px solid #ccc;
	background: #904446;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	text-align:center;
	direction:rtl;
	
	border-right: 1px #25456a solid;
	border-left: 1px #25456a solid;
	
	color: #eaeaea;
}


#footer a
{
	font-family: Tahoma;
	font-size: 11px;
	color: #00ff00;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	background: #f1f0f0;
}


.btn
{
	border: 1px solid #F3900F;
	background-color: #F2F2F1;
	width: 110px;
	padding: 0px;
	margin: 3px;
	font-family: tahoma, Terminal;
	font-size: 8pt;
	color: #000099;
	height: 20px;
}



#topMenu
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#topMenu LI
{
	position: relative;
	list-style-type: none;
	float: right;
	padding: 0px;
	margin: 0px;
}
#topMenu LI A
{
	padding: 0px;
	margin: 0px;
	border-bottom: #777 1px solid;
	border-left: #777 1px solid;
	display: block;
	color: #ffffff;
	border-top: #777 1px solid;
	border-right: #777 1px solid;
	text-decoration: none;
	padding:5px;
}
#topMenu LI A:hover
{
	color: #00ff00;
	background-color: #000000;
	border-bottom-color: #555;
	border-top-color: #555;
	border-right-color: #555;
	border-left-color: #555;
}
#topMenu LI UL
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	
	margin: 0px;
	margin-right:100px;
	
	border-left: #555 1px solid;
	border-right: #555 1px solid;
	border-top: #555 1px solid;
	border-bottom: #555 1px solid;
	
	position: absolute;
	display: none;
	background: #777;
	top: 20px;
	right: 0px;
}
#topMenu LI UL LI
{
	border-bottom: #888 1px solid;
	text-align: center;
	list-style-type: none;
	width: 100%;
	display: list-item;
	padding:0px;
	margin:0px;
	
}

#topMenu LI > UL
{
	top: auto;
	right: auto;
}
#topMenu LI:hover UL
{
	display: block;
}
#topMenu LI.over UL
{
	display: block;
}


.title
{
	width:100%;
	background-color:#c1c1c1;
	color:#000000;
	font-family:Arial;
	font-size:24px;
}
