/* Home page CSS */
body {
	background: #abd;
	margin: 0;
}

a:link, a:visited {
	color: #03056B;
	text-decoration: none;
}
a:hover, a:active {
	color: #ffe;
	text-decoration: underline;
}


.alt {
	display: none;
}


#home_menucontainer {
	position: relative;
	width: 750px;
	height: 396px;
	margin: 10px auto 0;
	border: 1px solid #37a;
}
#home_menubkg1x1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 279px;
	height: 396px;
	background: url(../image/home_1x1.jpg);
}
#home_menubkg1x2 {
	position: absolute;
	left: 279px;
	top: 0;
	width: 471px;
	height: 94px;
	background: url(../image/home_1x2.jpg);
}
#home_menubkg2x1 {
	position: absolute;
	left: 279px;
	top: 94px;
	width: 471px;
	height: 236px;
	background: url(../image/home_2x1.jpg);
}
#home_menubkg3x1 {
	position: absolute;
	left: 279px;
	top: 330px;
	width: 471px;
	height: 66px;
	background: url(../image/home_3x1.jpg);
}

#home_menu1, #home_menu2, #home_menu3, #home_menu4, #home_menu5, #home_menu6, #home_menu7, #home_menu8, #home_menu9 {
	position: absolute;
	height: 22px;
	background: url(../image/home_shell1.gif) no-repeat left top;
	padding: 1px 0 0 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}
#home_menu1 {
	left: 454px;
	top:105px;
}	
#home_menu2 {
	left: 459px;
	top:129px;
	background-image: url(../image/home_shell2.gif);
}	
#home_menu3 {
	left: 464px;
	top:154px;
	background-image: url(../image/home_shell3.gif);
}	
#home_menu4 {
	left: 471px;
	top:179px;
}	
#home_menu5 {
	left: 480px;
	top:204px;
	background-image: url(../image/home_shell2.gif);
}	
#home_menu6 {
	left: 490px;
	top:229px;
	background-image: url(../image/home_shell3.gif);
}	
#home_menu7 {
	left: 501px;
	top:254px;
}	
#home_menu8 {
	left: 516px;
	top:279px;
	background-image: url(../image/home_shell2.gif);
}	
#home_menu9 {
	left: 533px;
	top:303px;
	background-image: url(../image/home_shell3.gif);
}


#home_credits {
	position: relative;
	width: 750px;
	height: 40px;
	margin: 0 auto 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
#home_creditphoto {
	position: absolute;
	bottom: 0;
	left: 0;
}
#home_creditweb {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	padding: 20px 75px 0 0;
}
.www_logo {
	background: url(../image/www_logo.gif) no-repeat bottom right;
}
.www_logo_hover {
	background: url(../image/www_logo_hover.gif) no-repeat bottom right;
}

