ul#gateways {
	margin-top: 38px;
}
#gateways table {
	margin-left: 29px;
}
#gateways table td{
    height: 31px;
}
#gateways table td.lang {
	width: 78px;
	padding-left: 30px;
	height: 31px;
	background: url(/static/images/gateway/gateway_li_bg.gif);
}
#gateways table td.remember {
	padding-left: 17px;
	width: 230px;
	height: 31px;
}
#gateways li {
}
#gateways li a {
    display: inline;
}
#gateways li.over span {
    display: inline;    
}
#gateways li span {
    display: none;
}
#gateways li:hover span {
    display: inline;
}
div#navFooter {
	padding-top: 9px;
}



#gateways li.over table td.lang{
	background: url(/static/images/gateway/gateway_rollover_01.gif);
}
#gateways li:hover table td.lang{
	background: url(/static/images/gateway/gateway_rollover_01.gif);
}

#gateways li.over table td.remember{
	background: url(/static/images/gateway/gateway_rollover_02.gif);
}
#gateways li:hover table td.remember{
	background: url(/static/images/gateway/gateway_rollover_02.gif);
}

#gateways li span.code
{
	display:none;
}

/*

javascript changes the class

*/

div#page
{
	position: relative;
	margin-top: 20px;
	width: 760px;
	height: 423px;
}

div#page div#logo {
	position: absolute;
	/* 11 - (94-71)/2 */
	top: 2px;
	/* 18 - (110-78)/2 */
	margin-left: 2px;
	width: 110px;
	height: 94px;
	background: url(/static/images/cabot_logo.gif);
}


/* TODO: space this perfectly */
div#page div#welcome {
	position: absolute;
	top: 56px;
	right: 17px;
	width: 509px;
	height: 32px;
	background: url(/static/images/gateway/welcome.gif);
}

div#page div#border {
	position: absolute;
	top: 100px;
	left: 5px;
	width: 750px;
	height: 10px;
	background: url(/static/images/gateway/red_line_bg.gif) top left repeat-x;
}

div#page div#focus_image {
	position: absolute;
	left: 5px;
	top: 110px;
	width: 231px;
	height: 314px;
	background: url(/static/images/gateway/focus_image.jpg) top left;
}
div#page div#grey_v_spacer {
	position: absolute;
	top: 110px;
	left: 236px;
	width: 6px;
	height: 314px;
	background: url(/static/images/gateway/grey_v_spacer.gif) top left;
}
div#page div#content {
	position: absolute;
	right: 0px;
	top: 110px;
	width: 493px;
	height: 294px;
	padding: 10px;
	background: url(/static/images/gateway/content_bg.gif) top left;
}