@charset "utf-8";
@media only screen and (max-width: 989px){	
	body,td,th{
		font-size:13px
	}
	.phone_hide{
		display:none
	}
	.phone_show{
		display:block
	}
	#header{
		min-height: 0;
	}
}
@media only screen and (max-width: 824px){
	body,td,th{
		font-size:13px
	}
	#header{
		min-height: 0;
	}
	#right_column{
		background:#fff none repeat scroll 0 0;
		border:1px solid #000;
		box-shadow:1px 1px 2px #000;
		display:none;
		right:-100%;
		margin:1%;
		padding:1%;
		position:fixed;
		width:96%;
		z-index:9999;
		float:right;
	}
	#left_column{
		background:#fff none repeat scroll 0 0;
		border:1px solid #000;
		box-shadow:1px 1px 2px #000;
		display:none;
		right:-100%;
		margin:1%;
		padding:1%;
		position:fixed;
		width:96%;
		z-index:9999;
		float:right;
	}
	#left_content{
		width:98%;
		margin:1%;
	}
	#right_content{
		width:98%;
		margin:1%;
	}
	div.click_to_slide{
		display:block;
	}
	.phone_show{
		display:block;
	}
	.phone_hide{
		display:none;
	}
}
@media only screen and (max-width: 530px){
	body,td,th{
		font-size:13px;
	}
	#header{
		min-height: 0;
	}
	#right_column{
		background:#fff none repeat scroll 0 0;
		border:1px solid #000;
		box-shadow:1px 1px 2px #000;
		display:none;right:-100%;
		margin:1%;
		padding:1%;
		position:fixed;
		width:96%;
		z-index:9999;
		float:right;
	}
	#left_column{
		background:#fff none repeat scroll 0 0;
		border:1px solid #000;
		box-shadow:1px 1px 2px #000;
		display:none;
		right:-100%;
		margin:1%;
		padding:1%;
		position:fixed;
		width:96%;
		z-index:9999;
		float:right;
	}
	#left_content{
		width:98%;
		margin:1%
	}
	#right_content{
		width:98%;
		margin:1%;
	}
	div.features{
		width:100%;
	}
	div.slider_tab{
		display:none;
	}
	div.header_container nav{
		padding-bottom:30px;
	}
	div.search_form input.searchbox{
		max-width:135px;
	}
	div.click_to_slide{
		display:block;
	}
	#close_x{
		display:none!important;
	}
	#slider .art{
		padding:1%;
		width:98%;
	}
	.phone_show{
		display:block;
	}
	.phone_hide{
		display:none;
	}
}