.info_left
 {
	 width:28%;
	 display:inline-block;
	 vertical-align:top;
 }
 .info_center
 {
	 width:40%;
	 display:inline-block;
 }
 .info_right
 {
/*	 width:28%;*/
	 display:inline-block;
	 vertical-align:top;
 }
 #ctl00_phoenix
 {
	font-size: 9pt;
 }
 .gold
 {
	 color:#DCC66E;
 }
 .gray
 {
	 color:#606060;
 }
 .lmrg5
 {
	 margin-left:5px;
 }
 .lmrg30
 {
	 margin-left:30px;
 }
 .phoenixLogo 
 {
	width:280px; 
	margin: auto;
	margin-bottom:0px;
 }
 .txt_center
 {
	 text-align:center;
 }
 .tpmrg30
 {
	 margin-top:30px;
 }
  #clock
  {
	  width:23px;
	  height:24px;
  }
  .white
  {
	  color:white;
  }
  .vrtop
  {
	  vertical-align:top;
	  margin-top:5px;
	  top: 5px;
	position: relative;
  }
  .lmrg10
  {
	  margin-left:10px;
  }
  #bottom
  {
	   width: 1120px; 
	   height: 36px;
  }
  .iconpaypal 
  {
    width: 100%;
    margin-top: 10px;
    margin-left: -15px;
	}
  .iconpaypal img
  {
	  width:100%;
  }
.mobile {

	float: right;
	padding: 20px;	
	display:none;
	
}

#menu-icon {

	display: hidden;
	width: 40px;
	height: 40px;
	background: #c2bca6 url(../images/menu-icon.png) center;

}

a:hover#menu-icon {

	background-color: #444;
	border-radius: 4px 4px 0 0;

}

.mobile ul {

	list-style: none;

}

.mobile ul li {

	display: inline-block;
	float: left;
	padding: 10px

}
/*MEDIA QUERY*/
@media only screen and (max-width : 800px) {
    .info_right{
	  display:none;
	}
	.mobile
	{
		display:inline-block;
	}
	#menu-icon {
        
		display:inline-block;
		background-color:#444444;
	}

	.mobile ul, .mobile:active ul { 

		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 5px solid #444;
		right: 20px;
		top: 60px;
		width: 50%;
		border-radius: 4px 0 4px 4px;

	}

	.mobile li {

		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}

	.mobile:hover ul {

		display: block;

	}

	.mobile ul {
			z-index:9999;
	}
