﻿
body {
	background-color: #000;
	background-image:url(../Images/bg.png);
	background-repeat:repeat-x;
	background-position:top;
	color:#ccc;
	font-family:Tahoma;
	font-size:11px;
	
}
table
{
	color:#ccc;
	font-family:Tahoma;
	font-size:11px;
}

#box_01{
	position:relative;	
	height:255px;
	margin-top:26px;
}
#box_01 #banner_01{
	position:absolute;
	top:0px;
	left:0px;
}
#box_01 #logo{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
}
#box_01 #top_menu{
	position:absolute;
	top:69px;
	left:0px;
	z-index:1000;
	direction:rtl;
}
#box_01 #top_menu .menu_item{
	background-image:url(../Images/menu-normal.jpg);
	width:196px;
	line-height:30px;
	height:30px;
}
#box_01 #top_menu .menu_item_hover{
	background-image:url(../Images/menu-hover.jpg);
	width:196px;
	line-height:30px;
	height:30px;
}
#box_01 #top_menu .menu_item a{
	font-family:Tahoma;
	font-size:11px;
	color:#8d8d8d;
	text-decoration:none;
	margin-right:5px;
}
#box_01 #top_menu .menu_item_hover a{
	font-family:Tahoma;
	font-size:11px;
	color:#FFF;
	text-decoration:none;
	margin-right:5px;
}
#box_01 #top_menu .menu_item a:hover{
	color:#FFF;
}
#box_02{
	position:relative;
	width:905px;
	height:184px;
}
#box_04{
	position:relative;
	width:905px;
	height:184px;
}

#box_02 #form{
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../Images/form_bg.jpg);
	width:222px;
	height:184px;
	font-family:Tahoma;
	font-size:11px;
	color:#CCC;
	direction:rtl;
}
#box_02 #form div{
	padding:10px;
}
#box_02 #form input{
	font-family:Tahoma;
	font-size:11px;
	border:1px #a3a3a3 solid;
	background-color:#a3a3a3;
}
#box_02 #buttons{
	position:absolute;
	top:0px;
	left:243px;
	width:227px;
	height:184px;
}
#box_02 #buttons div{
	margin-top:4px;
	margin-buttom:4px;
}
#box_02 #buttons div img{
	border:0px;	
}
#box_02 #news{
	position:absolute;
	top:0px;
	left:491px;
	width:220px;
	height:184px;
}
#box_02 #news .title{
	background-image:url(../Images/news_title.jpg);
	height:22px;
	margin-top:3px;
}
#box_02 #news .body{
	font-family:Tahoma;
	font-size:11px;
	color:#CCC;
	direction:rtl;
	padding-right:5px;
	text-align:justify
}
#box_02 #banner_02{
	position:absolute;
	top:0px;
	left:732px;
	width:154px;
	height:184px;
}
#box_03{
	position:relative;
	width:905px;
}
#box_03 #banner_03{
	float:left;
}
#box_03 #desc{
	float:left;
	background-image:url(../Images/desc_bg.jpg);
	width:223px;
	height:178px;
	font-family:Tahoma;
	font-size:11px;
	color:#FFF;
	padding:5px;
	direction:rtl;
	text-align:justify
}
.hr{
/*	background-image:url(../Images/hr.png);	
	background-position:center;
	background-repeat:no-repeat;*/
	height:9px;
	margin-top:6px;
	margin-bottom:6px;
}
.vr{
	background-image:url(../Images/vr.png);	
	background-position:center;
	background-repeat:no-repeat;
	width:9px;
	height:184px;
	margin-right:6px;
	margin-left:6px;
}
#footer{
	background-image:url(../Images/footer.png);
	background-position:center;
	background-repeat:no-repeat;
	height:41px;
}
#footer span{
	font-family:Tahoma;
	font-size:11px;
	margin-right:10px;
	margin-left:10px;
}
#footer span a{
	color:#CCC;
	text-decoration:none;
}
#footer span a:hover{
	color:#FFF;
	text-decoration:none;
}
h5
{
	border-bottom:solid 1px #ccc;
	font-weight:bold;
	font-size:13px;
	margin-bottom:10px;
	margin-top:0px;	
	color:#FFF;
}
.message
{
	color:Red;	
}

input{
	font-family:Tahoma;
	font-size:11px;
	border:1px #a3a3a3 solid;
	background-color:#a3a3a3;
	}

.allPanel
{
	margin:0px auto;width:880px;padding:10px
}
a:link
{
	text-decoration:none;
	font-family:Tahoma;
	color:silver;
}
a:hover
{
	text-decoration:underline;
	
	font-family:Tahoma;
	color:white;
}
a:visited
{
	text-decoration:none;
	
	font-family:Tahoma;
	color:silver;
}
a:active
{
	text-decoration:none;
	
	font-family:Tahoma;
	color:silver;
}


