@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	direction: rtl;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/bg.gif) repeat;
}
p {
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
#wrapper {
	width: 860px;
	margin: auto;
	padding-bottom: 15px;
	padding-top: 10px;
	background: #fff;
}
#header {
	width: 860px;
	height: 178px;
	background: url(images/header.jpg) no-repeat;
	margin: auto;
}
#headerholder {
	width: 860px;
	margin: auto;
}
#breadcrumbs {
	background: url(images/breadcrumb.jpg) repeat-x;
	width: 840px;
	padding: 15px 20px 0 0;
	margin: auto;
	height: 28px;
}
#left {
	width: 590px;
	border: 1px solid #375168;
	padding: 25px 10px 10px 10px;
	float: left;
	background: url(images/head_bar_blue.jpg) top repeat-x;
}
#left h1 {
	background: url(images/ribbon.jpg) no-repeat;
	height: 53px;
	display: block;
	color: #fff;
	font-size: 22px;
	margin: 0;
	padding: 5px 80px 0 0;
}
#right {
	width: 210px;
	border: 1px solid #a29165;
	padding: 10px;
	background: url(images/head_bar_yellow.jpg) top repeat-x;
}
#menu ul {
	list-style-type: none;
	margin: 20px 0 0 0 ;
	padding: 0;
}

#menu ul li {

}
#menu ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	display: block;
	height: 45px;
	padding-top: 18px;
	/*margin: auto;*/
	margin-right: 10px;
	width: 182px;
	text-align: center;
	background: url(images/button.jpg) no-repeat;
}

#footer {
	width: 860px;
	margin: auto;
	height: 29px;
	padding-top: 20px;
	background: url(images/footer.jpg) repeat-x;
	color: #630;
	text-align: center;
}
#footer a {
	color: #630;
}
#footer a:hover {
	text-decoration: none;
}
#expert {
	width: 50px;
	margin: auto;
}
#expert img {
	border: none;
}
#menubread {
	float:right;
	height: 25px;
}
#searchbar {
	margin-left: 30px;
	float: left;
}


