/* media queries for sliders ect. IMPORTANT!*/
@media only screen and (device-width: 768px) {
	#slider_info_wrapper {
		height:100%;
		width:1024px;
		position:absolute;
		left:50%;
		margin-left:-512px;
	}
		#slider_info_wrapper #slider_info_inner_wrapper {
			width:100%;
			height:134px;
			position:absolute;
			bottom:64px;
		}
		#header_top_wrapper {
			width:1024px;
		}
	.addthis_floating_style {
		top:200px!important;
	}
	.flexslider {
		width:1024px;
	}
	#menuWrapper {
		position:absolute;
		width:1024px;
		height:57px;
		background-image: url("/images/frontend/menu_background.png");
		background-repeat:repeat-x;
		z-index:999;
	}
	#content_home_wrapper {
		width:1024px;
	}
		#content_home_wrapper #content_figure_home_wrapper {
			width:1024px;
			height:44px;
			background-image: url("/images/frontend/content_figure_top.png");
			background-repeat:no-repeat;
			background-position:center top;
			background-size:cover;
			position:relative;
			margin:0 auto;
			margin-top:-26px;
			z-index:998;
			overflow:hidden;
		}
			#white_bar_content_wrapper #white_bar_content_inner_wrapper ul li {
				width:auto;
				padding-right:50px;
				border-right: 1px solid #727981;
				float:left;
				color:#727981;
				padding-left:50px;
			}
	#customer_tells_wrapper {
		width:1024px;	
	}
	#white_bar_content_wrapper {
		width:1024px;
	}
	#footer_wrapper {
		background-repeat: no-repeat;
		background-size: 100% auto;
		height: 370px;
		width: 1024px;
	}
		#footer_wrapper #footer_inner_wrapper {
			background-image: url("/images/frontend/footer_background_ipad.jpg");
			background-position: center 0;
			background-repeat: no-repeat;
			height: 370px;
		}
	#header_sub_wrapper {
		width:1024px;
		height:325px;
		margin:0 auto;
		overflow:hidden;
	}
	#contact_page_wrapper {
		width:1024px;
	}
}

@media only screen and (max-device-width: 1024px) {
	#slider_info_wrapper {
		height:100%;
		width:1024px;
		position:absolute;
		left:50%;
		margin-left:-512px;
	}
		#slider_info_wrapper #slider_info_inner_wrapper {
			width:100%;
			height:134px;
			position:absolute;
			bottom:64px;
		}
		#header_top_wrapper {
			width:1024px;
		}
	.addthis_floating_style {
		top:200px!important;
	}
	.flexslider {
		width:1024px;
	}
	#menuWrapper {
		position:absolute;
		width:1024px;
		height:57px;
		background-image: url("/images/frontend/menu_background.png");
		background-repeat:repeat-x;
		z-index:999;
	}
	#content_home_wrapper {
		width:1024px;
	}
		#content_home_wrapper #content_figure_home_wrapper {
			width:1024px;
			height:44px;
			background-image: url("/images/frontend/content_figure_top.png");
			background-repeat:no-repeat;
			background-position:center top;
			background-size:cover;
			position:relative;
			margin:0 auto;
			margin-top:-26px;
			z-index:998;
			overflow:hidden;
		}
			#white_bar_content_wrapper #white_bar_content_inner_wrapper ul li {
				width:auto;
				padding-right:50px;
				border-right: 1px solid #727981;
				float:left;
				color:#727981;
				padding-left:60px;
			}
	#customer_tells_wrapper {
		width:1024px;	
	}
	#white_bar_content_wrapper {
		width:1024px;
	}
	#footer_wrapper {
		background-repeat: no-repeat;
		background-size: 100% auto;
		height: 370px;
		width: 1024px;
	}
		#footer_wrapper #footer_inner_wrapper {
			background-image: url("/images/frontend/footer_background_ipad.jpg");
			background-position: center 0;
			background-repeat: no-repeat;
			height: 370px;
		}
	#header_sub_wrapper {
		width:1024px;
		height:325px;
		margin:0 auto;
		overflow:hidden;
	}
		#contact_page_wrapper {
		width:1024px;
	}
}