/* CSS Document */

/* start clear fix */

div:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div {display: inline-block;}
/* Hides from IE-mac \*/
* html div {height: 1%;}
div {display: block;}
/* End hide from IE-mac */

/* end clear fix */

body{
	margin:20px auto;
	background-color:#fff;
	font-size:12px;
	text-align:center;
	width:760px;
}
.win{
	letter-spacing:1px;
}
img{
	border:0px;
}
#header, #ad_advent, #notes, #footer{
	width:760px;
	text-align:left;
	color:#0a50a1;
	line-height:18px;
}
#header{
	margin-bottom:8px;
}

#ad_advent{
	margin-bottom:20px;
}

#notes{
	margin-bottom:8px;
}

#column1{	
	width:480px;
	float:left;
	padding-right:13px;
}
#column2{	
	width:364px;
	float:left;
	padding:0px 15px;
	border-left:1px solid #aec9df;
}
#column3{	
	width:251px;
	float:left;
	padding-left:13px;
	border-left:1px solid #aec9df;
}
#information1, #information2, #countdownbanner{
	width:480px;
	margin-bottom:5px;
}
#information3{
	width:480px;
	color:#2F564E;
	margin-bottom:5px;
	line-height:20px;
}
#endcomment{
	width:480px;
	text-align:center;
	margin-bottom:10px;
}
#update{
	font-size:12px;
	color:#5d94c0;
}
.news{
	width:460px;
	color:#453953;
	line-height:16px;
	padding:6px 0px 6px 15px;
	border-top:1px dotted  #5d94c0;
	background:url("../image/point.gif") no-repeat 0px 7px;
}
#demo{
	width:80px;
	height:150px;
	float:left;
	margin-right:10px;
}
#present, #openterm{
	width:364px;
	margin-bottom:20px;
}
#present_mov{
	margin-top:10px;
}
#greeting, #menu, #enq, #brandbanner{
	width:253px;
	margin-bottom:20px;
}
.win #brandbanner{
	width:253px;
}
#menu img{
	float:left;
	margin:0px 0px 3px 0px;
}
#brandbanner img{
	float:left;
	margin:0px 2px 2px 0px;
}

.header{
	display:block;
	margin-bottom:8px;
}
.lead{
	display:block;
	margin-bottom:8px;
}

.greetingimg{
	float:left;
	margin:0px;
	padding:0px;
	width:125px;
	height:136px;
	border:0px;
}
.btn_adbanner{
	margin-top:10px;
}

#footer{
	border-top:1px solid #aec9df;
	padding-top:15px;
}

#footer_menu{
	float:left;
}
#copyright{
	float:right;
	text-align:right;
}

.clear{
	clear:both;
}
a{
	text-decoration:none;
	color:#990000;
}
a:hover,a:active{
	text-decoration:underline;
	color:#990000;
}