/* CSS Document */
body {
	overflow:hidden;
}
#logo {
	position: absolute;
	top:22px;
	left:45px;
	width:150px;
	height:30px;
	z-index: 10;
}
#navbar {
	position: absolute;
	padding:0;
	width: 610px;
	left: 180px;
	top: 27px;
	z-index: 20;
	list-style:none;
	font-family: Arial;
	font-weight: bold;
	font-size:1px;
}
#boxtop {
	position:absolute;
	top:0;
	left:0;
	height:70px;
	width:100%;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index:3;
}
#boxleft {
	position: absolute;
	top:70px;
	left:0px;
	width:40px;
	height:500px;
	overflow:hidden;
	z-index: 1;	
}
#boxleft2 {
	position: absolute;
	top:70px;
	left:0px;
	width:39px;
	height:500px;
	z-index: 1;
}
#boxright {
	position: absolute;
	top:70px;
	right:0px;
	width:1000px;
	height:500px;
	overflow: hidden;
	background-color:#9AD603;
}
#boxfilter {
	position: absolute;
	filter:alpha(opacity=30);-moz-opacity: 0.3; opacity: 0.3;
	background-color:#444444;
	top:70px;
	left:40px;
	width:700px;
	height:500px;
	overflow: hidden;
	z-index:110;
}
#boxbottom {
	position: absolute;
	background-color:#CCCCCC;
	bottom:0px;
	left:40px;
	width:700px;
	height:1200px;
	overflow: hidden;
	z-index:0;
}
#div_border {
	position: absolute;
	font-size:1px;
	top:70px;
	left:740px;
	width:1px;
	height:500px;
	background-color:#FFFFFF;
	overflow: hidden;
	z-index:120;
}
#boxmaster {
	position: absolute;
	top:70px;
	left:40px;
	width:100%;
	height:500px;
	overflow: hidden;
	background-color:#9AD603;
	z-index:100;
}
#boxmaster_up {
	position: absolute;
	filter:alpha(opacity=50);-moz-opacity: 0.5; opacity: 0.5;
	top:70px;
	left:40px;
	width:700px;
	height:500px;
	overflow: hidden;
	z-index:100;
}
#payoff {
	position: absolute;
	filter:alpha(opacity=60);-moz-opacity: 0.6; opacity: 0.6;
	top:95px;
	left:75px;
	z-index:120;
}
#payoff2 {
	position: absolute;
	top:95px;
	left:75px;
	z-index:120;
}
.menu {
	float: left; 
	font-size: 11px;
	text-align: center; 
	width:140px;
	text-decoration:none;
	color: #666666;	
}
.menu:hover {
	color: #FF6600;	
}
.text {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	width: 550px;
	text-decoration: none;
	line-height: 1.3em;
}
.textbold {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
	background-image: url(images/arrowlink.gif);
	background-repeat: no-repeat;
	border: 0;
	padding-right: 80px;
	padding-bottom: 30px;
	line-height: 2em;
	cursor: pointer;
}
a.text:hover{
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.textbold_over{
	font-size: 12px;
	color:#9AD603;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/arrowlink_hover.gif);
	background-repeat: no-repeat;
	border: 0;
	padding-right: 80px;
	padding-bottom: 30px;
	line-height: 2em;
	cursor: pointer;
}
.textbold2 {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	width: 550px;
	text-decoration: none;
}
a.textbold2:hover{
	color:#ff9000;
	font-weight: bold;
	text-decoration: none;
}
.border_work {
	position: absolute;
	font-size:1px;
	top:225px;
	left:78px;
	width:615px;
	height:1px;
	background-color:#FFFFFF;
	overflow: hidden;
	z-index:200;
}
