﻿* {
	font-family: Arial;
	font-size: 12px;
}
html {	
	height:100%;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	direction: rtl;
	background-color: #000;
}
img {
	border:0;
}

.wrap {
	width: 1000px;
	margin: 0 auto;
	background: #000;
	text-align: right;
}
.wrap .menu {
	height: 30px; 
	background: #3f3f3f;
}
.wrap .menu .links {
	margin-top: 2px;
}
.wrap .menu .links ul {
	list-style-type: none;
	margin:0;
	padding:0;
	padding-right:20px;
}
.wrap .menu .links li {
	float: right;
	padding: 5px 12px 0 12px;
	background: url(../images/vertical.gif) no-repeat 0 70%;
	color: #FFF;
}
.wrap .menu .links li.last {
	background: none;
}
.wrap .menu .links a {
	text-decoration: none;
	font-size: 13px;
	color: #FFF;
}
.wrap .menu .links a:hover {
	color: #769a28;
}


.header .left {
	float: left; 
	background: url(../images/headerL.gif) no-repeat 100% 0; 
	width: 420px; 
	height: 146px;
}
.header .middle {
	float: left; 
	background: url(../images/headerM.gif) no-repeat 100% 0; 
	width: 420px; 
	height: 146px;	
}
.header .right {
	float: right; 
	background: url(../images/headerR.gif) no-repeat 100% 0; 
	width: 160px; 
	height: 146px;	
}
.header .right a img {
	margin: 13px 39px 0 0;	
}


.background {
	background: url(../images/background.gif) no-repeat 100% 0;	
	float: right; 
	width: 112px; 
	height: 292px; 
}
.address {
	float: right; 
	width: 140px;
	margin: 35px 8px 0 0; 
	color: #fff;
	/*border:1px solid white;*/
}
.address .area {
	color: #769a28;
	font-size: 18px; 
	font-weight: normal;	
}
.address a {
	color: #FFF;
	text-decoration:none;
}
.address a:hover {
	text-decoration: underline;
}

.address p {
	font-size: 14px;
}

.main {
	width: 888px;
	height: 200px; 
	margin-top: 46px;
	float: right;
}
.title {
	float: right; 
	width: 133px; 
	height: 200px;	
}
.title img {
	margin: 90px 18px 0 33px;	
}





.footer {
	background: url(../images/footer.gif) no-repeat 100% 0;
	height: 81px;
	padding:0;
	margin:0;
	float:right;
	width: 100%;
}
.footer .inner {
	margin: 50px 0 0 40px;
	border: 0px solid red;
	direction: ltr;
	text-align: left;
	color: #FFF;
	height: 30px;
}
.footer .inner a {
	color: #FFF;
}
.footer .inner a, .footer .inner label, .footer .inner img {
	float: left;
}
.footer .inner img {
	margin-right:20px;
}
.footer .inner a {
	margin-top:5px;
}
.footer .inner label {
	margin-right:5px;
	margin-top:5px;
}




.tbl {
	/*width: 250px;*/
	margin-right: 25px;
	color: #fff;
}
.tbl input {
	border:0px solid red;
}







/*seperators*/
.vsep {
	float: right;
	width: 1px;
	height: 200px;
	border: 0px solid red;
	background: url(../images/sep_gray.gif) repeat-y 50% 100%;
}
.hsep {
	background: url(../images/sep_gray.gif) repeat-x 100% 0;
	width: 1000px;
	height: 1px;
	float:right;
}




/*----------------*/
.break {
	clear: both;
}
.debug {
	border: 1px solid red;	
}
.debug1 {
	border: 1px solid blue;	
}