img#stdImage {width: auto; margin-right: 10px;}

@media only screen and (max-width: 800px)
{		
/*	
	.ui-topNav li .ui-topMenuLabel {
	color: pink;
	}
}

@media only screen and (max-width: 750px)
{	
		
	.ui-topNav li .ui-topMenuLabel {
	color: red;
	}
}

@media only screen and (max-width: 700px)
{
		
	.ui-topNav li .ui-topMenuLabel {
	color: yellow;
	}*/
}



@media only screen and (max-width: 700px)
{
	
	#topMenu
	{
	position: relative;	
	}
	
	#footerWrapper {
	position: static;
	}
	
	.ui-left-sidebar-bottom {
	height: 11px;
	left: 5px;
	position: relative;
	top: -5px;
	width: 54px;
	z-index: 100;
	}
	
	.ui-company-logo {
	height: 50px;
	left: 0;
	position: relative;
	top: -5px;
	width: 370px;
	left: 0px;
	}
	
	.ui-footerBorder {
	height: 6px;
	margin-left: 44px;
	position: relative;
	top: 0px;
	}
	.ui-footerContent {
	height: 70px;
	position: relative;
	top: -62px;
	}
	
	.ui-footer-legal {
	left: 51px;
	position: relative;
	top: -75px;
	}
	
	#productApplyNow, #leadFormButtons, .ui-footerButtonGroup {
	position: static;
	}
	
	
	embed
	{
		height: 0;
		display: none;
	}

}

