/* CSS Document */

/*** General styles ***/
html {
	overflow-x:hidden
}
body {
	direction:rtl;
	font-family:Arial;
	font-size:14px;
	color:#000;
	margin:0;
	padding:0;
}
div#main-wrapper {
	width:1024px;
	margin:0 auto;
}
div.clear {
	clear:both;
	width:100%;
	height:0;
	font-size:0;
}
/*** Header ***/
div#header {
	width:100%;
	height:152px;
	background:url(images/event-header-bg.jpg) top center no-repeat;
	border-bottom:solid 3px #666;
}
div#header div#logo {
	float:left;
	padding:30px 0 0 70px;
	width:252px;
	height:82px
}
div#header div#banner {
	float:right;
	padding:55px 70px 0 0;
	font-size:30px;
	color:666;
	font-weight:bold;
}

/*** Content ***/

div#content {
	width:100%;
	min-height:350px;
  	height:auto !important;
  	height:350px;
}
div#content-body {
	float:right;
	padding:20px;
	width:600px;
}
/*** Menu ***/

div#menu {
	width:250px;
	float:right;
	padding-right:10px;
}
div#menu ul {
	padding:0;
	margin:0;
	list-style:none;
}
div#menu ul li {
	margin-bottom:1px;
}
div#menu ul li a {
	display:block;
	width:150px;
	background:#666;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:2px 0;
	border-left:solid 5px #9D9D9D;
	border-top:solid 5px #8B8B8B;
	border-right:solid 5px #3A3A3A;
	border-bottom:solid 5px #454545;
}
div#menu ul li a:hover,
div#menu ul li a.selected {
	border-left:solid 5px #838383;
	border-top:solid 5px #9A9A9A;
	border-right:solid 5px #eee;
	border-bottom:solid 5px #EAEAEA;
	background:#E4E4E4;
	color:#666;
}

div#menu-horz {
	width:100%;
}
div#menu-horz ul {
	padding:0;
	margin:0;
	list-style:none;
}
div#menu-horz ul li{
	display:block;
	float:right;
	margin-left:1px
}
div#menu-horz ul li a {
	display:block;
	width:159px;
	background:#666;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:2px 0;
	border-left:solid 5px #9D9D9D;
	border-top:solid 5px #8B8B8B;
	border-right:solid 5px #3A3A3A;
	border-bottom:solid 5px #454545;
}
div#menu-horz ul li a:hover,
div#menu-horz ul li a.selected {
	border-left:solid 5px #838383;
	border-top:solid 5px #9A9A9A;
	border-right:solid 5px #eee;
	border-bottom:solid 5px #EAEAEA;
	background:#E4E4E4;
	color:#666;
}

/*** Footer ***/
div#footer {
	width:1024px;
	margin:0 auto;
	background:url(images/event-footer-bg.jpg) top center no-repeat;
	text-align:center;
	padding-top:50px;
}
div#footer a {
	color:#000;
}
