@media (max-width:979px){
	#mainwrapper{
		width:95%;
	}
	#header{
		width:100%;
	}
	#logo{
		width:100%;
	}
	#banner{
		width:100%;
	}
	#banner img{
		width:100%;
	}
	#slides{
		width:100%;
	}
	textarea{
		width:100%;
	}
	img{
		width:100%;
	}
	#menu{
		width:100%;
	}
	#center{
		width:100%;
	}
	#gallery{
		width:100%;
	}
	table img{
		width:100%;
	}
	#footer{
		width:100%;
	}
	#escort_bg{
		width:100%;
	}
	table{
		width:100%;
	}
	.copyrght{
		width:100%;
		clear:both;
	}
	.category{
		width:30%;
	}
	.border{
		border:0px;
	}
}
@media (max-width:800px){
#banner{
	display:none;
	}	
}
@media (max-width:700px){
	.logo_title{
		width:60%;
		font-size:25px;
	}
	.ph{
		width:30%;
		font-size:16px;
		font-weight:bold;
	}
}
@media (max-width:480px){
	.logo_title{
		width:100%;
		font-size:25px;
		float:none;
	}
	.ph{
		width:100%;
		float:none;
		clear:both;
		padding:0px;
		margin:0px;
	}
	#menu{
		margin-top:40px;
	}
		.category{
		width:100%;
		float:none;
	}
	.category ul li a{
	width:100%;
	line-height:25px;
	}
	#escort_bg{
		height:250px;
		text-align:center;
	}

}
@media (max-width:360px){
	.logo_title{
		font-size:20px;
	}
	#menu{
		height:150px;
	}
	#menu ul li{
		display:block;
	}
	#menu ul li a{
		width:87%;
		float:left;
		line-height:28px;
		border-bottom:1px solid #fff;
		border-right:0px;
	}
	table{
		display:block;
	}
	tr{
		width:90%;
		margin-bottom:20px;
	}
	td{
		width:90%;
		display:block;
		margin-bottom:10px;
	}
	.category{
		width:100%;
		float:none;
	}
	.category ul li a{
	width:100%;
	line-height:25px;
	}
	#escort_bg{
		height:250px;
		text-align:center;
	}
}