@charset "utf-8";
/* CSS Document */

body
{
	direction: rtl;
	margin: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
}

.bar{
	width: 100%;
	height: 30px;
	background: #7b001c;
	border-bottom: 2px solid #000;
}
.menu td, .menu td a, .menu td a:visited{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	background: #184148;
}
.context {
	height: 500px;
	text-align: justify;
	background: #414e4b;
	padding: 3px 15px 15px 15px;
	vertical-align: top;
	color: #fff;
	border: 2px solid #5a6f72;
}
.context h1{
	font-size: 12px;
	font-weight: bold;
	color: #faeb5c;	
}
.left_col {
	width: 200px;
	padding: 10px 25px 10px 5px;
	text-align: right;
	vertical-align: top;
}
.left_col h1 {
	color: #999;
	font-family: "B Mitra", Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FF0;
}
.rightcol{
	background: #110f0e url(../images/chair.gif) no-repeat bottom center;
	vertical-align: top;
	padding-top: 10px;
	height: 500px;
}
.rightcol div{
	width: 100%;	
	text-align: center;
}
.rightcol ul{
	list-style: none;	
}
.rightcol ul li{
	display: block;
	padding: 3px 15px 3px 3px;
	background: Transparent url(../images/arrow.gif) no-repeat center right;
}
.rightcol ul li a, .rightcol ul li a:visited{
	color: #fff;
	text-decoration: none;
}
.rightcol ul li a:hover{
	color: #F90;
	text-decoration: none;
}
.image{
	width: 100%;
	text-align: center;
}
.image img {
	border: 1px solid #dcdedd;	
}
.frmcontact input{
	width: 150px;
}
.frmcontact textarea {
	width: 100%;
}
.button_style {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color: #7b001c;
	border: 1px solid #fff;
	padding: 3px;
	color: #fff;
}
.footer{
	background: #000;
	text-align: center;
	padding: 15px;
	color: #c7c7c7;
	font-size: 10px;
}
.footer a, .footer a:visited{
	color: #a5a6a6;
	text-decoration: none
}
.footer a:hover{
	color: #fbf288;
	text-decoration: underline;
}

/*---------*/
/* Gallery */
/*---------*/
.tblgallery td {
	vertical-align: top;	
}
.tblgallery #content {
	line-height: 5px;
	padding: 0px 12px 0px 0px;
}
.tblgallery h1 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 12px 0px 0px;
}
.glryimage {
	background-color: #d9dad5;
	width: 150px;	
}
.separator {
	width: 97%;
	padding: 5px;
	background: url(../images/separator.gif) repeat-x left center;
}
.treelistbox {
	margin-right: 3px;
}
.treelistbox ul {
	list-style: none;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 10px;
	margin-left: 0px;
}
.treelistbox li {
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-right: 3px;
}
.treelistbox a, .treelistbox a:visited {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.treelistbox a:hover {
	color: #F90;
	text-decoration: none;
}
li.child {
	padding-right: 25px;
	background: url(../images/treelist/closefolder.gif) no-repeat top right;
}
li.parent {
	padding-right: 25px;
	background: url(../images/treelist/openfolder.gif) no-repeat top right;
}

/*-----------*/
/* paginator */
/*-----------*/
.paginator 
{
	vertical-align: middle;
	padding: 8px;		
	text-align: center;
	background-color: #5a6f72;
}
.paginator a, .paginator a:visited {
	font-family: verdana;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #ADC103;
	background-color: #ADC103;
}
.paginator a:hover {
	font-family: verdana;
	color: #2D642E;
	text-decoration: none;
	border: 1px solid #ADC103;
	background-color: #ADC103;
}