@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------global settings---------------------------------------------------------- */
body {
	font: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image:url(images/1024x768_Contact.jpg);
	background-repeat:repeat;
}

.oneColFixCtr #container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px;
	position:relative;
}
.oneColFixCtr #mainContent {
	padding:0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0px;
}

#nav{
	clear:both;
	float:left;
	width:850px;
	position:absolute;
	top:35px;
	left:128px;
	height:10px;
	z-index:2;
}

#nav_bar{
	position:absolute;
	top:50px;
	left:-5px;
	z-index:1;
}

#nav ul {
	clear:left;
	float:left;
	width:850px;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	left:25px;
	z-index:2;
	top: 22.5px;
}

#nav ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

#nav ul li a {
	float:left;
	margin:0 0 0 1px;
	padding:2px 28px;
	padding-left:22px;
	text-align:center;
	text-decoration:none;
	left:50px;
	font-weight:bold; 
	font-size:11px;
	color:#CCCCCC;
}

#nav ul li a:hover{
	color:#666666;
}

#time{
	position:absolute;
	z-index:1;
	right: 31px;
	top: 47px;
	font-size:9px;
	color:#CCCCCC;
}

#address{
	position:absolute;
	z-index:1;
	left: 60px;
	top: 73px;
	font-size:9px;
	color:#CCCCCC;
}

#facebook{
	position:absolute;
	left:660px;
	top:510px;
	z-index:1;
}

#facebook a{
	font-size:11px;
	color:#999999;
	font-style:normal;
	text-decoration:none;
}

#facebook li{
	list-style:none;
}

#facebook a:hover{
	color:#333333;
}

#banner{
	position:absolute;
	top:560px;
	left:60px;
	z-index:1;
}

/* ---------------------------------------------------others-------------------------------------------------------------------- */

#map{
	position:absolute;
	top:130px;
	left:360px;
	z-index:3;
}

#contact{
	position:absolute;
	top:130px;
	left:50px;
	color:#CCCCCC;
	z-index:3;
	font-size:12px;
	width:300px;
}

