/* iPads (portrait & landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
/* Global Navigation */
ul.menu 												{ border: none !important; }

/* Products */

body#iphone ul#sub-nav li#subnav-buynow-iphone,
body#ipad ul#sub-nav li#subnav-buynow-ipad			{ display: block !important; }
body#iphone ul#sub-nav li#subnav-buynow,
body#iphone ul#sub-nav li#subnav-free-trial				{ display: none !important;}
/* Solutions */

body#solutions-starter ul#tab-nav li 					{ width: 300px !important; }
body#solutions-starter div.solution 					{ padding: 8px 0 0 0 !important; }

/* Support */
body#filemaker-support ul#main-nav,

body#filemaker-support div.callout div.support-section,
body#bento-support div.callout div.support-section 		{ width: 370px; }

}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */

#body-content { min-width:768px; overflow-x:hidden; }
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */

#body-content { min-width:1024px; overflow-x:hidden; }

}
