body{
	background-color:#560000;
	background-image:url('images/back.gif');
	background-repeat:repeat-x;
	background-size:auto 100%;
	color:white;
	font-family:Tahoma;
	font-size:12px;
}
td{
	text-align:right;
}
ul,li{
	margin:0px 0px 0px 1px;
	list-style:none;
	padding:0px 0px 0px 1px;
}
a{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	border-width:0px;
	color:white;
}
img{
	border-width:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.txtbox{
	font-family:Tahoma;
	font-size:12px;
	border:2px #560000 solid;
	width:150px;
}
.btn{
	font-family:Tahoma;
	font-size:12px;
	border:3px #560000 solid;
}
/* MENU */
.menu {
	position:relative;
	direction:rtl;
	width:778px;
	height:28px;
	margin:0px auto 0px auto;
    z-index:1000;
}
	 
.menu ul {
    list-style: none;
	margin: 0;
    z-index:1000;
}
	 
.menu li {
	float: right;
    position: relative;
    z-index:1000;
}
	 
.menu a {
    display: block;
    background-image:url('images/btn_bk.png');
    width:113px;
   	height:23px;
    padding: 0 10px;
   	text-align:center;
	padding-top:5px;
}
.menu a:hover{
	background-image:url('images/btn_bk.png');
	background-position:113px -28px;
}
.menu ul ul a{
    display: block;
    background-image:none;
    background-color:#848484;
    width:113px;
   	height:23px;
    padding: 0 10px;
	padding-top:5px;
	text-align:center;
	display:block;
    background-image:url('images/menu-li_01.png');
    background-repeat:no-repeat;
    background-position:right;
    margin-bottom:1px;
    z-index:1000;
}
.menu ul ul a:hover{
	background-image:url('images/menu-li_02.png');
    background-repeat:no-repeat;
    background-position:right;
}
.menu ul ul {
	display:none;
    position: relative;
    width: 113px;
    margin:0;
    padding:0;
    z-index:1000;   
}
.menu ul ul ul{
    margin:-29px 134px 0px 0px;
}
.menu ul li:hover > ul {
    display: block;
}
/* END OF MENU */
/* CONTENT */
.container{
	position:relative;
	width:712px;
	height:auto;
	margin:65px auto 0px auto;
	background-image:url('images/container_bk.png');
	background-size:auto 100%;
	background-repeat:repeat-x;
	z-index:0;
}
.arm{
	position:relative;
	width:280px;
	height:111px;
	top:-58px;
	left:-17px;
	background-image:url('images/arm.png');
	background-repeat:no-repeat;
	z-index:0;
}
.text{
	font-size:11px;
	position:relative;
	top:-90px;
	width:100%;
	text-align:center;
}
/* SLIDER */
.slider{
	position:relative;
	width:674px;
	height:225px;
	margin:0px auto 0px auto;
	overflow:hidden;
	direction:rtl;
	z-index:-1;
}
.slides{
	position:absolute;
	width:3370px;
	height:225px;
	z-index:-1;
}
.slides img{
	float:right;
}
.slide_nav{
	position:absolute;
	bottom:10px;
	left:20px;
}
.slide_nav a{
	width:7px;
	height:7px;
	display:block;
	float:left;
	background-image:url('images/slide_nav.png');
	background-repeat:no-repeat;
	margin-left:2px;
}
/* END OF SLIDER */
.content{
	position:relative;
	width:607px;
	height:auto;
	direction:rtl;
	margin:auto;
	top:-50px;
}
.content table td {
	text-align:center;
	padding:0px 10px 0px 10px;
	color:white;
}
.about{
	position:absolute;
	background-repeat:no-repeat;
	width:539px;
	height:464px;
	top:-50px;
	left:-20px;
	z-index:0;
}
.contact{
	position:relative;
	width:607px;
	direction:rtl;
	color:white;
}
.gallery{
	width:89px;
	height:97px;
	background-image:url('images/gallery.png');
}
.gallery2{
	width:189px;
	height:97px;
	background-image:url('images/gallery2.png');
}
.q_access{
	position:relative;
	margin:0px auto 0px auto;
	background-image:url('images/q_access.png');
	width:516px;
	height:124px;
	z-index:70;
	
}
.q_prdct{
	position:absolute;
	width:30px;
	left:422px;
	top:28px;
	font-size:12px;
}
.q_prdct_s{
	position:absolute;
	width:90px;
	height:120px;
	left:422px;
	top:50px;
	text-align:left;
	font-size:10px;
}
.q_glry{
	position:absolute;
	width:50px;
	left:247px;
	top:28px;
	font-size:12px;
}
.q_glry_s{
	position:absolute;
	width:90px;
	height:120px;
	left:247px;
	top:50px;
	text-align:left;
	font-size:10px;
}
.q_glry_s a{
	font-size:10px;
}
.q_abt_us{
	position:absolute;
	width:50px;
	left:71px;
	top:28px;
	font-size:12px;

}
.q_cntct{
	position:absolute;
	width:60px;
	left:17px;
	top:50px;
	font-size:12px;

}
/* END OF CONTENT */

/* FOOT */
.foot{
	margin:auto;
	width:451px;
	height:80px;
	background-image:url('images/foot.png');
}
/* END OF FOOT */


/* ADMIN */
.login{
	border:5px black solid;
	border-radius:3px;
	background-color:#FF9D9D;
	direction:rtl;
	width:300px;
	margin:auto auto auto auto;
}


/* END OF ADMIN */

