@charset "utf-8";
/* CSS Document */
body{
	background:url(../images/ak-bg.jpg);
	padding:0;
	margin:0;
	color:#555555;
	font-family:Arial, Verdana,  Helvetica, sans-serif;
	background-color:#000;
	}
	 
div, p, h1, h2, h3, ul, span, ul, img, form{
	padding:0;
	margin:0;
	}
	
.spacer{
	clear:both;
	line-height:0;
	font-size:0;
	}
	
/*----------------main div start------------*/
#main_div{
	background:url(../images/bg.jpg) no-repeat 0 0;
	margin:0 auto;
	width:878px;
	height:808px;
	padding:28px 0 0 122px;
	}
	
/*------------------top part start----------*/
#top_part{
	height:145px;
	width:760px;
	}
	
/*----------logo part----------*/
	
.logo{
	display:block;
	float:left;
	font-size:0;
	line-height:0;
	}
	
/*-------------- form part start------------*/
#top_part form{
	background:url(../images/search_bg.jpg) no-repeat 0 0;
	width:382px;
	height:83px;
	float:right;
	padding:35px 0 0 45px;
	background-color:inherit;
	color:#711817;
	}
	
#top_part form input.text_box{
	background:url(../images/text_box.gif) no-repeat 0 0;
	height:19px;
	width:241px;
	border:none;
	text-align:center;
	/*line-height:23px;*/
	font-size:69%; /* 11px*/
	float:left;
	margin:0 5px 0 0;
	color:#EA0000;
	padding:4px 0 0 0;
	}
#top_part form input.submit{
	background:url(../images/submit.gif) no-repeat 0 0;
	height:23px;
	width:94px;
	border:none;
	cursor:pointer;
	float:left;
	}
	
#top_part form p{
	font-size:69%; /* 11px*/
	color:#ffffff;
	padding:0 0 0 30px;
	background-color:inherit;
	line-height:20px;
	}
	
/*----------------video part start------------*/
#video{
	background:url(../images/video_bg.gif) no-repeat 0 0;
	width:728px;
	height:491px;
	padding:9px 0 0 8px;
	margin:0 0 83px 0;
	}
	
#video img{
	display:block;
	font-size:0;
	line-height:0;
	}
	
/*-----------------footer part ----------------*/
#footer{
	width:391px;
	padding:0 0 0 454px;
	}
	
#footer img{
	display:block;
	font-size:0;
	line-height:0;
	}
	
#footer p{
	text-align:right;
	color:#370101;
	background-color:inherit;
	font-size:63%; /* 10px */
	padding:0 25px 0 0;
	}