* {
    margin: 0;
    padding: 0;
}
#page {
    width: 799px;
    margin: 5px auto 0;
    direction: rtl;
    text-align: right;
    font-family: arial;
    font-size: 13px;
}
#header {
    background: url(../images/header.jpg) no-repeat scroll 0 0;
}
#header img.login {
    margin-right: 5px;
    display: block;
}
#topMenu {
    margin-top: 64px;
    height: 28px;
}
#graphics {
    height: 220px;
    background: url(../images/bg_strip_up.gif) 0 207px repeat-x;
}
#graphics img {
    margin: 0;
}
#topMenu ul {
	direction: rtl;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
}
#topMenu ul li {
	direction: rtl;
	text-align: right;
	float: right;
	margin-right: 10px;
	padding-right: 3px;
    background: url(../images/icon.gif) 100% 8px no-repeat;
    width: 105px;
    height: 27px;
}
#topMenu ul li a {
	vertical-align: 3px;
	font-size: 13px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
    text-indent: 10px;
    display: block;
    width: 100%;
    height: 20px;
    padding-top: 3px;
}
#content {
    background: url(../images/bg_strip.gif) bottom repeat-x;
}
#contentMain {
    width: 605px;
    float: left;
    line-height: 18px;
}
#rightMenu {
    width: 175px;
    float: right;
	vertical-align: top;
	text-align: right;
	clear: none;
	margin: 0;
}
#rightMenu ul {
	width: 174px;
	margin: 0;
	padding: 0;
	direction: rtl;
	text-align: right;
}
#rightMenu ul li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	height: 29px;
    font-weight: bold;
}
#rightMenu ul li a {
	background: url(../images/menu_but.gif) left top no-repeat;
    text-decoration: none;
	color: #757575;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 23px;
	font-size: 13px;
	padding-top: 6px;
	text-indent: 27px;
}
#rightMenu ul li a:hover {
	background: url(../images/menu_but_select.gif) left top no-repeat;
    color: #303030; 
}
#contentMain h1 {
    background: url(../images/menu_row.gif) 100% 6px no-repeat;
    color: #ED2B29;
    font-weight: bold;
    font-size: 14px;
    padding-right: 15px;
    margin-bottom: 7px;
}
#contentMain h2 {
    color: black;
    font-weight: bold;
    font-size: 14px;
}
#contentMain h3 {
    color: #4F4F4F;
    font-size: 12px;
}
#contentMain h4 {
    color: #979797;
    font-size: 12px;
}
#contentMain ul {
    margin: 3px;
	list-style-image: none;
	list-style-type: none;
}
#contentMain ul li {
    background: url(../images/row.gif) 100% 7px no-repeat;
    text-indent: 10px;
    margin: 0;
    padding: 0;
}
#contentMain ul ul li {
    margin-right: 15px;
}
#contentMain ul li a {
    color: rgb(19, 19, 19);
    text-decoration: none;
}
#contentMain ul li a:hover {
    color: rgb(19, 19, 19);
    text-decoration: underline;
}
#contentMain a {
    text-decoration: none;
    color: black;
}
#footer {
    background: white url(../images/footer_strip.gif) repeat-x 0 0;
    text-align: center;
    color: #404040;
    clear: both;
    margin: 1px 0;
    padding: 5px 0;
}
#footer a {
    text-decoration: none;
    color: #131313;
    
}
#footer a:hover {
    text-decoration: underline;
}
#copyrights {
    text-align: left;
    direction: rtl;
    font-size: 11px;
    float: left;
}
#seo {
    text-align: right;
    direction: rtl;
    font-size: 11px;
    float: right;
}
div#pageContent.articles div {
    width: 530px;
    border: 1px solid rgb(220, 220, 220);
    margin: 0 auto 2px auto;
    padding: 6px 20px;
    color: rgb(117, 117, 117);
}
div#pageContent.articles div a {
    font-size: 13px;
    font-weight: bold;
    color: rgb(116, 116, 116);
    text-decoration: none;
    line-height: 19px;
}
div.article0 {
    background: white;
}
div.article1 {
    background: rgb(241, 239, 240);
}
.clearall {
	clear: both;
}
#gallery {
    direction: rtl;
}
#gallery td {
    padding: 5px 20px;
}
#gallery td h2 {
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 3px;
    color: rgb(48, 48, 48);
    text-decoration: none;
}
#gallery td a:hover h2 {
    text-decoration: underline;
}
#gallery td img {
    border: 0;
    cursor: pointer;
}
