﻿html {
	margin: 0;
	padding: 0;
}

body {
	color: #737a7f;
    font-size: 16px;
    line-height: 18px;
    font-family: BNazanin, Tahoma, Helvetica, sans-serif;
	background: #f5f5f5;
    margin: 0;
    padding: 0;
}

.home #jm-main {
	color: #fff;
	padding: 0 9px 15px;
	direction:rtl;

}

.jm-mainpage {
	width: 940px;
	padding: 0 9px;
	margin: 0 auto;
}

/********** topmenu **********/

#jm-topmenu-wrap {
	padding-top: 5px;
	width: 952px;
	margin: 0 auto;
}

#jm-topmenu-right {
	padding: 0 6px;
}

#jm-topmenu {
	height: 40px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	box-shadow: 0 2px 3px #c7c7c7;
	-moz-box-shadow: 0 2px 3px #c7c7c7;
	-webkit-box-shadow: 0 2px 3px #c7c7c7;
}

/********** header **********/

#jm-header {
	position: relative;
	color: #000;
}

#jm-header-mod {
	padding:0px 0;
	direction:rtl;
}

.home #jm-header {
	padding: 0 9px 35px;	
}

#jm-header-bg.noheader.noheadermod.noslider {
	background: none;
}

#jm-header-left {
	float: none;
	width: 450px;
	height: 450px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 240px;
}

#jm-header-bg.noheader #jm-header-left {
	float: left;
	width: 700px;
	padding: 0;
}

#jm-header-bg.noheader.noheadermod #jm-header-left {
	float: none;
	width: 100%;
}

#jm-header-bg.noheadermod  #jm-header-left {
	width: 700px;	
}

#jm-header-right {
	float: right;
	width: 220px;
}

#jm-header-bg.noheader.noslider #jm-header-right {
	float: none;
	width: 100%;
}

#jm-header-bg.noheadermod.noslider #jm-header-left {
	width: 100%;
	padding: 0;
}

#jm-header-bg.noheadermod.noslider #jm-header-image {
    left: auto;
    top: auto;
	position: static;
	padding-bottom: 40px;
}

#jm-header-image {
	position: absolute;
	top: 99px;
	left: 9px;
}

#jm-header-slider {
	position: relative;
	-webkit-box-shadow: 0px 20px 15px -15px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 20px 15px -15px rgba(0,0,0,0.6);
	box-shadow: 0px 20px 15px -15px rgba(0,0,0,0.6);
	background: #fff;
	margin: 0px;
	height: 450px;
	width: 450px;
	padding: 0px;
}

#jm-search {
	float: right;
	padding: 25px 0;
}

#jm-logo-sitedesc {
	float: left;
	padding: 5px 0;
}

/********** main **********/

.jm-shadow-top-left {
	background: url(../images/shadow_top_left.png) no-repeat top left;
}

.jm-shadow-top-right {
	background: url(../images/shadow_top_right.png) no-repeat top right;
	padding: 0 19px;
}

.jm-shadow-top-in {
	background: url(../images/shadow_top_in.png) repeat-x;
	height: 19px;
}

.jm-shadow-left {
	background: url(../images/shadow_left.png) no-repeat top left;
}

.jm-shadow-right {
	background: url(../images/shadow_right.png) no-repeat top right;
	padding: 0 9px;
}

.jm-shadow-in {
	background: #fff;
	padding: 10px 20px;
}

#jm-main-bg.noheader.noheadermod.noslider {
	padding-top: 20px;
}

#jm-main-bg.noheader.noheadermod.noslider #jm-main-wrap {
	top: 0;
}

#jm-main-wrap {}

#jm-pathway {
	color: #fff;
	padding-bottom: 15px;
}

#jm-left{
	float: left;
	width: 220px;
	padding:0px 0 0 0 ;
}
#jm-right {
	float: left;
	width: 220px;
	padding:30px 0 0 0 ;
}

#jm-left {
	margin-right: 20px;
}

#jm-right {
	margin-left: 20px;
}

.scheme_3 #jm-content {
	float: left;
	width: 460px;
}

.scheme_2 #jm-content {
	float: left;
	width: 700px;
}

/* subpage */

.normal #jm-header-right {
	width: 620px;
	padding: 0;
}

.normal #jm-main {
	position: relative;
	margin: 0 auto;
	width: 958px;
		direction:rtl;

}

.normal #jm-pathway {
	color: #737a7f;
	margin-bottom: 15px;
	border-bottom: 1px solid #f1f1f1;
		direction:rtl;

}

.normal #jm-left {
	margin: 200px 0 20px;
	width: 278px;
}

.normal #jm-left .jm-shadow-in {
	min-height: 348px;
	height: auto !important;
	height: 348px;
}

.normal .noheader #jm-left {
	margin: 0 0 20px;
}

.normal .noheader #jm-left .jm-shadow-in {
	min-height: 548px;
	height: auto !important;
	height: 548px;
}

.normal .scheme_2 #jm-content {
	width: 680px;
}

.normal #jm-content {
	margin: 0 0 20px;
	direction:rtl;
    line-height: 150%;
}

.normal #jm-maincontent {
	min-height: 500px;
	height: auto !important;
	direction:rtl;
    line-height: 150%;
}

.normal #jm-bottom {
	padding: 0;
		direction:rtl;

}

/********** bottom **********/

#jm-bottom-bg {
	background: url(../images/bottom_bg.png) repeat-x top left;
	color: #454545;
}

#jm-bottom-shadow {
	background: url(../images/bottom_shadow.png) no-repeat top center;
}

#jm-bottom {
	padding: 20px 0 0;
		direction:rtl;

}

#jm-footer-shadow {
	background: url(../images/bottom_shadow2.png) no-repeat top center;
	padding: 12px 0 0;
}

.home #jm-footer-shadow.nobottom {
	background: none;
	padding: 0;
}

#jm-footer-wrap {
	background: #f5f5f5;
	padding: 15px 0;
	line-height: 14px;
}

#jm-bottommenu-copyrights {
	float: left;
}

#jm-bottommenu {
	padding: 0 0 10px;
}

#jm-copyrights {
	color: #afafaf;
		font-size:11px;

}

#jm-poweredby-stylearea {
	float: right;
}

#jm-poweredby {
	padding: 0 0 10px;
	font-size:11px;
}

#jm-stylearea {
	text-align: right;
}

/********** clearfix **********/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { 	
	display: inline-block;
}

/* Hides from IE-mac \*/ * html .clearfix {
    height: 1%;
}

.clearfix {
    display: block !important;
}

/* End hide from IE-mac */
