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

@font-face {
	font-family: Angelina;
	src: url(../fonts/angelina.ttf);
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: #c3c9d0 url(../images/water.jpg) no-repeat top center;
	color: #1d538c;
	text-shadow: 3px 3px 4px #999;
	margin-top: -15px;
}
h1 {
	font-family: Angelina, Arial;
	font-size: 60px;
	text-shadow: 3px 3px 4px #999;
	text-align: center;
	color: #1f7300;
	font-weight: normal;
}
a:link {
	color: #1f7300;
	text-decoration: none;
}
a:visited {
	color: #1f7300;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #1f7300;
}
.container {
	width: 1024px;
	margin: 0 auto 0 auto;
}
.nav {
	width: 400px;
	margin: 0 auto 0 auto;
	color: #1d538c;
	border: none;
}
.header {
	width: 1024px;
	height: 200px;
	background: #bcd5ff url(../images/logo.jpg) top center no-repeat;
	margin: 5px 0 0 0;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-top-left-radius: 15px;
	-moz-border-top-right-radius: 15px;
	-webkit-box-shadow: 3px 3px 6px #9eaac5;
	-moz-box-shadow: 3px 3px 6px #9eaac5;
	box-shadow: 3px 3px 6px #9eaac5;
}

.social {
	position: relative;
	width: 1024px;
	height: 50px;
	background: #bcd5ff;
	margin: 15px 0 0 0;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	-webkit-box-shadow: 3px 3px 6px #9eaac5;
	-moz-box-shadow: 3px 3px 6px #9eaac5;
	box-shadow: 3px 3px 6px #9eaac5;	
}

.socialtb {
	width: 1024px;
	height: 42px;
	position: absolute;
	top:50%;
	margin: -25px auto 0 auto;
	border: none;	
}

.menu3 {
	width: 1024px;
	height: 40px;
	background: #bcd5ff;
	border-top: solid thin #1d538c;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	-webkit-box-shadow: 3px 3px 6px #9eaac5;
	-moz-box-shadow: 3px 3px 6px #9eaac5;
	box-shadow: 3px 3px 6px #9eaac5;
}

.menutb {
	width: 800px;
	margin: 7px auto 0 auto;
	border: none;
}

.main {
	width: 1024px;
	background: #bcd5ff;
	margin: 5px 0 0 0;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-box-shadow: 3px 3px 6px #9eaac5;
	-moz-box-shadow: 3px 3px 6px #9eaac5;
	box-shadow: 3px 3px 6px #9eaac5;
}
.plugin {
	width: 180px;
	margin: 0 auto 0 auto;
}
.form {
	background: #fff;
	width: 180px;
	margin: 0 auto 0 auto;
	font-family: Arial;
	font-size: 0.4em;
	color: #1d538c;
	border: solid thin #999;
}
.submain {
	width: 924px;
	margin: 5px 50px 5px 50px;
	text-align: center;
}

.footer {
	clear: both;
	width: 1024px;
	margin: 0 auto 20px auto;
	height: 110px;
	background: #bcd5ff;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-box-shadow: 3px 3px 6px #9eaac5;
	-moz-box-shadow: 3px 3px 6px #9eaac5;
	box-shadow: 3px 3px 6px #9eaac5;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: #1d538c;
	text-shadow: 3px 3px 4px #999;
	font-weight: normal;
	position: relative;
}
.subfooter {
	width: 1024px;
	height: 80px;
	position: absolute;
	top: 5%;
	margin: 0 auto 0 auto;
}
.slogan {
	text-align: center;
	font-family: Angelina, Arial;
	font-size: 28px;
	color: #1d538c;
	text-shadow: 3px 3px 4px #999;
	font-weight: normal;
	width: 800px;
	margin: 0 auto 0 auto;
}
.desc {
	font-size: 90%;
	text-align: justify;
}
.buyform {
	width: 600px;
	margin: 0 auto 0 auto;
	text-align: center;
}
.scheduletable {
	width: 65%;
	border: thin solid #1f7300;
	border-collapse: collapse;
}
.scheduletable td {
	border: thin solid #1f7300;
}

