﻿#ulSocialMenu,
#divSiteLogo	{ zoom:.5; }
#ulQuickNav		.ico32:before	{ zoom:.75; }
.icoSearchRed.ico32:before	{ zoom:.75; height:2.1875rem !important; line-height:2.1875rem; }

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) 
{
	/* body { background-color:Blue; } */
	/*
  .ipad-portrait { color: red; } 
  */
  /* your css rules for ipad portrait */
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) 
{
	/* body { background-color:Yellow; } */
	/*
  .ipad-landscape { color: blue; } 
  */
  /* your css rules for ipad landscape */
  #divLeftMainMenu	{ zoom: .75; width:30%; }
  #divLeftMainMenu	li		a		{ padding:.35rem .25rem; }

  .divBody			{ zoom: .75; width:70%; }
}