html{
	direction: rtl;
}

body{
	background: #000;
	font-family: Arial, tahoma;
	font-size: 13px;
	color: #252525;
}


strong{
	font-weight: bold;
}

ol{
	list-style: decimal;
	margin: 0 20px 0 0;
}

/* LAYOUT */
#page_wrap{
	margin: auto;
	width: 1000px;
}

#header_wrap{
	background: url(../images/header_bg.png);
	height: 197px;
	position: relative;
}

#content_wrap{
	background: url(../images/page_bg.jpg);
	height: 584px;
	width: 1000px;
}

#right_col{
	background: url(../images/side_bg.jpg);
	float: right;
	height: 576px;
	margin: 0 116px 0 0;
	width: 227px;
	position: relative;
}

#left_col{
	float: left;
	margin: 69px 0 0 0;
}

#footer_wrap{
	background: url(../images/footer_bg.jpg);
	clear: both;
	height: 40px;
	width: 1000px;
}


/* ELEMENTS */
.top_banner{
	position: absolute;
	top: 0;
	left: 0;
}

.logo{
	float: right;
	margin: 0 60px 0 0;
}

.page_text{
	direction:rtl;
	text-align:right;
	padding-right: 20px;
	margin: 0 0 0 40px;
}

.page_text ul{
	list-style: disc;
}

.page_text ul li{
	margin: 4px 0 4px 0;
}

/* News */
.news_box{
	background: url(../images/news_box_bg.jpg);
	height: 223px;
	width: 263px;
	position: absolute;
	top: 344px;
	right: -18px;
}

.news{
	height: 170px;
	width: 200px;
	margin: 40px auto;
	overflow: hidden;
	/* padding: 46px 33px 0 33px; */
}

.news p{
	font-weight: bold;
	text-align: justify;
}

.news hr{
	background: none;
	border: none;
	border-top: 1px solid #666;
	height: 1px;
}

/* Navigation */
.navigation{}

.navigation ul{
	margin: 12px 20px 0 0;
	width: 185px;
}

.navigation ul li{
	background: url(../images/nav_bullet.png);
	background-position: center left;
	background-repeat: no-repeat;
}

.navigation ul li.active{
	background: url(../images/nav_bullet_on.png);
	background-position: center left;
	background-repeat: no-repeat;
}

.navigation ul li a{
	color: #411841;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
}

.navigation ul li a:hover{
	color: #363636;
}

.navigation ul li a.active{
	color: #363636;
}

/* Pages */
.page_title{}

.page_content{
	background: url(../images/content_bg.jpg);
	height: 462px;
	width: 589px;
}

.content{
	direction: rtl;
	line-height: 18px;
	padding: 12px;
}

.content2{
	direction: rtl;
	line-height: 18px;
	padding: 24px;
}

img.btn{
	cursor: pointer;
}

.footer{
	font-size: 11px;
	line-height: 13px;
	padding: 12px 0 0 0;
	text-align: center;
}

/* Prices Page */
.tbl_prices{
	margin: 0 0 20px 0;
}

.tbl_prices a{
	color: #411841;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.tbl_prices a:hover{
	text-decoration: underline;
}


/* Represented */
.rep_name{
	color: #411841;
	font-size: 14px;
	font-weight: bold;
}

li.rep{
	padding: 0 0 15px 0;
}

/* Search */
.tbl_search td{
	padding: 0 0 8px 5px;
}


/* Results */
.search_results{
	direction:rtl;
	margin: 0 12px 0 24px;
}

.tbl_results{
	border: 1px solid #aaa;
	padding: 12px;
	text-align: right;
}

.tbl_results td{
	padding: 0 0 6px 6px;
}

.tbl_results .title{
	font-weight: bold;
}


/* Contact */
.tbl_frm{}

.tbl_frm td{
	padding: 10px 0 0 5px;
}

label{
	font-size: 14px;
}

.frm_fld{
	border: 1px solid #797979;
	width: 168px;
}

textarea{
	border: 1px solid #797979;
	width: 430px;
}

.btn_submit{
	background: url(../images/btn_submit.png) no-repeat;
	border: none;
	cursor: pointer;
	height: 37px;
	width: 59px;
}

.contact_info{
	font-size: 14px;
	margin: 30px 20px 0 0;
}

.response_msg{
	margin: 0 5px 0 0;
	font-size: 14px;
}