@charset "utf-8";
/* CSS Document */
.clearfloat {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 0px;
}
.link {
	text-decoration:none;
	background-color:#B60C0C;
	border:solid 3px;
	border-color: #F66;
	border-radius: 8px;
	padding: 0.3em 0.66em;
	color: white;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#top {
	background-color: #27B6EE;
	margin: 0px;
	padding: 0px;
	height: 60px;
	color: #FFF;
}
#info h1 {
	color: #27B6EE;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #27B6EE;
	padding: 0px;
	margin: 0px;
	font-size: 20px;
}
#banner {
	background-image: url(../imgs/bg_rpt.png);
	background-repeat: repeat;
}

#info {
	margin-top: 20px;
	background-color: #F2F2F2;
	height: 240px;
}


#about {
	width: 600px;
	float: left;
	padding: 10px;
	height: 100%;
}
#coontact {
	float: right;
	width: 340px;
	height: 200px;
	padding: 10px;
}


#main {
	width: 980px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#wrap_top {
	margin: auto;
	width: 980px;
}
#menu {
	float: left;
	width: 780px;
}

#menu ul li {
	list-style-type: none;
	color: #FFF;
	float: left;
	display: block;
	margin-right: 40px;
}
#menu ul li a {
	text-decoration: none;
	color: #FFF;
}

#logo {
	width: 200px;
	float: left;
}
#footer {
	background-color: #27B6EE;
	height: 150px;
	color: #FFF;
	text-align: center;
	padding: 10px;
}
form label {
	display: block;
	width: 200px;
}
#slider {
    width: 980px; /* important to be same as image width */
    height: 400px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 980px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font-size: 10px/15px;
    /*padding: 10px 13px;*/
    width: 980px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;margin:0;padding:0;}
