/* CSS Document */

body{
	 
	padding:0;
	width:1920px;
	height:1080px;
	overflow:hidden;
	margin:0 auto;
	background-color: #0b090a;
	color: #641340; 
	font-family:  Futura, Arial;
	}
a {text-decoration: none;}

#main_top_header{
    width:  100%;
    color: #641340; 
    font-size:60px;
    font-weight: bold;
    line-height:170px;
    height: 170px;
    text-align: right; 
    
}

#main_body{
width:  100%;
height: 825px;   
    
}
#main_nav{
    width:  100%;
    height: 77px;
    text-align: center;
    position: absolute;
    bottom:0;
}

/**********************************************************/

 #popupboxsearch{
	font-size: 18px;
	overflow-y: scroll;
	clear: both;
	width: 70%; height: 80%;
	background-color:#ffffff;
	border:2px solid #ccc;
	border-radius:5px;
	position:absolute;
	left:15%;
    top:10%; 
	padding:10px 10px 10px 10px;
	display:none;
	z-index:99999; 
	text-align: center;
}
#shaddow{
	clear: both;
	z-index:888;
	width:100%;
	height:110%;
	top:0%;
	left:0;
	background-color:#000;
	opacity:.5;
	filter: alpha(opacity = 50);
	position:fixed;
	display:none;
}

/******************KEYBOARD****************************************/


.goldbtn2{
	 
	padding:10px 20px;;
	 
	border:2px solid #fff;
	background-color:#641340;
	background-repeat:no-repeat;
	background-position:center middle;
	 
	text-transform:uppercase;
	font-size:25px;
	text-decoration:none;
	color:#fff;
	text-align:center;
	line-height:30px;
	 
	cursor:pointer;
	border-radius: 10px;
	}
 
	input.goldbtn2 {
	height:70px; width:350px;
	padding:5px 20px;
}
.inputbox{
	height:50px;
	width:650px;
	font-size:26px;
	text-align:center;
	font-family:'arial';
	font-style:italic;
	}
#keyboard{
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	background-color:#641340;
	border:5px solid #fff;
	padding:10px;
	display:none;
	z-index:99999;
}

 
/**********************************************************/