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

*{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
a{
	text-decoration:none;
}

img{
	border:0;
}

.clear{
	clear:both;
}

.header{
	height:311px;
	background:url(../images/header_bg.jpg) repeat-x;
}

.login{
	height:38px;
	line-height:38px;
	direction:rtl;
	display:inline;
	color: #003a53;
}
.login span{
	font-size:13px;
	margin:0 0 0 3px;
}

.login input{
	background:#003a53;
	border:1px solid #0299cf;
	width:111px;
	height:22px;
	color: #ffffff;
	font-size:13px;
}
.login a:link, .login a:visited, .login a:active {
	color: #003a53;
	text-decoration: none;
}
.login a:hover {
	color: #003a53;
	text-decoration: underline;
}

.signup{
	width:53px;
	height:21px;
	background:url(../images/sign.jpg) no-repeat;
}

.header_content{
	width:955px;
	margin: 0 auto;
}
.header_top{
	height:118px;
}
.top_left{
	width:399px;
	float:left;
}
.top_right{
	width:556px;
	height:118px;
	background:url(../images/top_right_png.png) no-repeat;
	float:right;
}
.menu_site{
	height:194px;
}
.button_menu{
	height:193px;
	width:119px;
	float:left;
	
}
.button_menu .image{
	height:146px;
}
.button_menu .image img{
	padding:10px;
	z-index:2;
}
.button_menu .title_button{
	color:#000;
	height:46px;
	line-height:46px;
}
.button_menu .title_button2{
	height:46px;
	line-height:46px;
	color:white;
	background:url(../images/btn_over_png.png) repeat-x;
}

.button_menu a{
	display:block;
	height:193px;
	width:119px;
	position:relative;
	font-size:11pt;
	font-weight:bold;
	cursor:pointer;
	z-index:3;
}
.serach{
	height:71px;
	line-height:71px;
	text-align:right;
	padding:0 10px 0 0;
}
.serach_input{
	color:#666;
	font-size:13px;
	text-align:right;
	direction:rtl;
	height:23px;
	width:144px;
	border:none;
	background:url(../images/serach_bg.png) no-repeat;
}
.serach_btn{
	height:23px;
	width:23px;
	background:url(../images/serach.png) no-repeat;
	border:none;
}


