
div.dir{float:right;}
div.dir-op{float:left;}
div.dir-left{float:left;}
div.dir-right{float:right;}


div.container {width:100%;direction:rtl; text-align:center;background-image:url('../images/bg.jpg');background-repeat:repeat; background-position:center top;}
div.content-site{width:960px;float:right;overflow:auto;padding-right:10px;padding-left:10px;background-image:url('../images/bg.png');background-repeat:repeat-y; background-position:center bottom;}
div.content {width:978px;direction:rtl; margin:auto;text-align:right;height:100%;}
div.content-data {width:960px;float:right;}
div.content-data-inner {width:922px;float:right;padding-right:19px;padding-left:19px;}
div.hp-right {width:485px;float:right;padding-left:32px;}
div.hp-left {width:405px;float:right;}


div.contact-hp{width:405px;background-color:#383838;overflow:auto;}
div.contact-hp-inner{padding:10px;overflow:auto;}
div.header {width:978px; height:120px;float:right;margin:auto;background-image:url('../images/menu-bg.png');background-repeat:no-repeat; background-position:center bottom;}

div.header-content {width:978px;height:90px;float:right;overflow:auto;margin:auto;background-image:url('../images/bg.jpg');background-repeat:repeat; background-position:center top;}

div.header-logo {width:305px;height:120px;float:right;}
div.header-text {width:642px;height:120px;float:right;overflow:hidden;padding-top:12px;padding-right:11px;}
div.menu-ttl{width:644px;float:right;}
div.menu{width:644px;float:right;padding-top:20px;}
div.Menu_Tab{float:right;padding-right:15px;padding-left:15px;}
div.site-content{width:960px;float:right;}

div.iframe-div{width:924px;margin:auto;padding-top:18px;padding-bottom:18px;}

div.page-img{width:958px;float:right;margin-bottom:19px;}
div.page-right{width:245px;overflow:auto;min-height:400px;float:right;margin-left:36px;}
div.page-right-small{width:100px;overflow:auto;min-height:400px;float:right;margin-left:36px;background-image:url('../images/up-hr-big.jpg');background-repeat:no-repeat; background-position:left top;}}


div.page-right-top{width:100%;height:90%;float:right;}
div.page-right-bottom{width:100%;height:10%;float:right;position:relative;bottom:0px;right:0px;padding-top:200px;}

div.page-left{width:605px;float:right;margin-left:36px;overflow:auto;height:100%;}
div.page-left-big{width:750px;float:right;margin-left:36px;overflow:auto;height:100%;}

div.contact-small{width:244px;padding-top:10px;height:248px;background-image:url('../images/contact-bg.jpg');background-repeat:no-repeat; background-position:center top;}
div.contact-hp-inner-small{padding:2px;overflow:auto;}

div.content-fotter{width:960px;float:right;text-align:center;padding-right:10px;padding-left:10px;background-image:url('../images/bg-bot.png');background-repeat:no-repeat; background-position:center top;}
div.fotter-menu{width:530px;direction:rtl; margin:auto;text-align:right;float:none;padding-top:30px;padding-bottom:35px;}





/*DESGINED CHECKBOXES*/
/*  CHECKBOX */

B.fmCheckbox {
	float: left;
	width: 12px;
	height: 12px;
	background: red;
	position: relative;
	cursor: pointer;
	background: url("../images/checkbox.gif") no-repeat left -12px;
	margin-top: 5px;
	font-size: 9px;
	line-height: 1%;
	text-indent: -1000em;
}

B.fmCheckbox.checked { background-position: left top; }
B.fmCheckbox:HOVER { background-position: -12px -12px; }
B.fmCheckbox.checked:HOVER { background-position: -12px top; }

B.fmCheckbox.chbx-disabled { background-position: -24px -12px; }

B.fmCheckbox.checked.chbx-disabled,
B.fmCheckbox.checked.chbx-disabled:HOVER { background-position: -24px top; }

