﻿* {
	margin:0px;
	padding:0px;
}
body {
	background:#f9f9f1 url(images/bodyBg.gif) repeat-x;
	color:#807569;
	direction:rtl;
	text-align:right;
	line-height:22px;
	font-family:Tahoma;
	font-size:13px;
}
a {
	color:#64584c;
}
a:hover {
	color:#ff1e00;
}
h1 {
	font-size:15px;
	margin-bottom:5px;
	font-weight:bold;
	color:#64584c;
}
#sidebar ul {
	padding-right:20px;
}

#sidebar ul a {
text-decoration:none;
}

#sidebar ul a:hover{}

/* Structural Style */

#wrapper {
	width:906px;
	margin:auto;
}

#topNavs {
	width:50%;
	margin-top:15px;
	margin-right:30px;
	height:35px;
}

#topClock
{
    float:left;
	width:50%;
	margin-top:15px;
	margin-right:30px;
	height:35px;
	
}

#header {
	
	width:100%;
	height:203px;
	background-image:url(images/header.jpg);
}

#contentWrapper 
{
    width:100%;
	clear:both;
    background:url(images/contentBg.gif) repeat-y;
}
#sidebar {
	padding:0px 10px 0px 10px;
	margin-right:32px;
	width:200px;
	float:right;
	
}
#sidebar li {
	list-style-image:url(images/arrow.gif);
}

#sidebarClock
{
    display:inline;
  
}

#content {
	margin-left:40px;
	display:block;
	width:600px;
	float:left;
}

#contentFooter
{
    margin-left:auto;
    margin-right:auto;
    width:906px;
    height:25px;
    background-image:url(images/contentFooter.jpg);
    margin-bottom:10px;
}

#footer 
{
	top:40px;
	height:100px;
	background:url(images/footerTopBorder.gif) repeat-x #e6e3dc;
	text-align:center;
	
}

#footer a
{
    color:#000;
    text-decoration:none;
}
#footer a:hover
{
    color:red;
}



/* Top Navs */

#topNavHome {
	display:inline;
	float:right;
	width:81px;
	height:23px;
	cursor:pointer;
	background:url(images/topMenuHome.jpg);
	margin-left:10px;
}
#topNavHome:hover {
	background-position:0 23px;
}

#topNavSiteMap {
	display:inline;
	float:right;
	width:81px;
	height:23px;
	cursor:pointer;
	background:url(images/topMenuSiteMap.jpg);
	margin-left:10px;
}
#topNavSiteMap:hover {
	background-position:0 23px;
}

#topNavRss {
	display:inline;
	float:right;
	width:81px;
	height:23px;
	cursor:pointer;
	background:url(images/topMenuRss.jpg);
	margin-left:10px;
}
#topNavRss:hover {
	background-position:0 23px;
}


/* Siedbar Items */
.sidebarBox
{
    display:block;
    width:180px;
    margin: 10px 0 10px 0;
}
.sidebarBoxTop
{
  height:5px;
  width:180px;
  background:url(images/sideMenuTop.gif) no-repeat bottom;
}
.sidebarBoxContent
{
  padding:10px 10px 10px 0;
  background:url(images/sideMenuContentBg.gif);  
}
.sidebarBoxBottom
{
  height:5px; 
  width:180px;   
  background:url(images/sideMenuFooter.gif) no-repeat;  
}


/* Manshur news */
.news_withImage_wrapper
{
    margin-bottom: 20px;
    width: 100%;
    
}

.news_withImage_wrapper img
{
    width: 30%;
    display: block;
    height: 115px;
    width: 156px;
    padding: 5px 5px 13px 5px;
    margin-right: 0px;
    margin-bottom: 4px;
    float: right;
    background-image:url(images/imageBorder.jpg);
    background-position:0 135px;
    border:0;
}

.news_withImage_wrapper img:hover
{
   background-position:0 0px;
}

.news_withImage_abstract
{
    width: 67%;
    display: block;
    float: left;
}

.news_withImage_abstract h1
{
    font-size: 12px;
    font-weight: bold;
    color: #ed6332;
    padding-top: 3px;
}

.news_withImage_date
{
}


.newsOlder
{
    margin-right: 20px;
    margin-bottom: 20px;
}

.newsOlder ul a
{
    text-decoration:none;
}


/* mini search */
#sidebarSearch
{
    width:180px;
    height:34px;
    background-image:url(images/search.gif);
    margin-bottom:10px;
    cursor:pointer;
}

#sidebarSearch input
{
    cursor:text;
    font-family:Tahoma;
    border:0;
    background-color:Transparent;
    width:85px;
    float:left;
    height:20px;
    margin-top:10px;
    margin-left:5px;
}

/* Misc */
#developedByOpebweb
{
    float:right;
    margin-right:25px;
}
