/* CSS Document */
*:focus { 
    outline: none; 
}
*::-moz-focus-inner { 
    border: none; 
}
body{
margin:0px;
padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#golfbg{
	width:1024px;
	height:768px;
	left:50%;
	margin-left:-512px;
	background-image: url(../img/golf_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
#beachbg{
	width:1024px;
	height:768px;
	left:50%;
	margin-left:-512px;
	background-image: url(../img/beach_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
#mix{
	width:960px;
	height:700px;
	left:50%;
	margin-left:-480px;
	position: relative;
}
#foldingbg{
	width:1024px;
	height:768px;
	left:50%;
	margin-left:-512px;
	background-image: url(../img/folding_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
.sub{
	width:1024px;
	height:709px;
	padding-top: 25px;
}
.footer{
	width:1014px;
	height:27px;
	padding:8px 0 0 10px;
	font-size:12px;
	color:#FFFFFF;
}
.footer a{ color:#FFFFFF; text-decoration:none;}
.footer2{
	width:1014px;
	height:27px;
	padding:8px 0 0 10px;
	font-size:12px;
	color: #333333;
}
.footer2 a{ color:#333333; text-decoration:none;}
.flash{
	width:420px;
	height:709px;
	float:left;
	_display:inline;
}
.pro{
	width:600px;
	height:709px;
	float:left;
	_display:inline;
}
.pro ul{
	list-style:none;
	margin:200px 0px 0px 20px;
	width: 580px;
	padding: 0;
	display: block;
	float: left;
	_display:inline;
}
.pro ul li{
	width:96px;
	height:72px;
	float:left;
	margin:5px 0 5px 10px;
	_display:inline;
}
.pro ul li img{
	width:96px;
	height:72px;
	border:1px solid #999999;
	padding: 2px;
	background-color: #FFFFFF;
}
.pro ul li a img{
	opacity: 0.9;
	filter:alpha(opacity=90);
}
.pro ul li a:hover img{
	opacity: 1;
	filter:alpha(opacity=100);
}
#beachbg .page a{color: #333333; text-decoration:none;padding:0 2PX;}
.page{
width: 580px;
float:left;
text-align:center;
color:#FFFFFF;
font-weight:bold;
font-size:12px;
margin-left:20px;
}
.page div{ display:inline;}
.page a{color:#FFFFFF; text-decoration:none;padding:0 2PX;}
