@charset "UTF-8";
/* Allied Telesis iPad CSS */
/* Sep 1 2010 - Gene Cowan, Corporate Marcom */

div#container, div.container {margin: 0px 10px; padding: 2px 10px 2px 20px;}
 
html {
	background-attachment: fixed;
    background: url(/global-images/light-swooshes.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #FFF;
}


body { 
	background-attachment: fixed;
	background-color: none;
	background-image: none;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
} 



/* MEGAMENU */

.megamenu {
	padding: 20px 14px 2px 14px;
	margin: 10px 0px 10px 20px;
	width: 320px;
	-webkit-box-shadow: 0 0px 20px rgba(0,0,0,0.75);
	-webkit-border-radius: 12px;
}

.megamenu .column {
	float: none;
	width: auto; /*width of each menu column*/
}

.megamenu .column ul li a { 
	line-height: 20pt; 
	font-size: 16pt;
	}

