﻿body {
	font-family: 'Open Sans' , Sans-Serif;
	font-style: normal;
	font-size: 24px;
	margin: 0;
	padding: 0;
	min-width: 1000px;
	font-family: "Microsoft JhengHei", "微軟正黑體", 
				"PMingLiU", "新細明體", "MingLiU", "細明體", 
				"DFKai-sb", "標楷體",
				"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	padding: 0;
	margin: 0;
}
h2 {
	padding: 0;
	margin: 0;
}
.header {
	background-image: url('../images/bg_banner_pattern.jpg');
	height: 90px;
	top: 0;
	position: fixed;
	width: 100%;
}
.footer {
	background-color: #2dc1db;
}
.section {
	padding: 25px 0px 25px 0px;
	min-height: 500px;
}
.top_banner {
	background-image: url('../images/bg_banner_pattern.jpg');
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 370px;
}
.nav_bar {
	color: #FFFFFF;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
}
.company_name {
	font-size: 60px;
	font-weight: bold;
}
.main_content {
	margin-top: 90px;
	width: 100%;
}
h1.black_bg {
	color: #ffffff;
	text-align: center;
	font-size: 42px;
	font-weight: 600;
}
h2.black_bg {
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
}
p.black_bg {
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	font-style: normal;
}
ul.black_bg{
	color: #ffffff;
	text-align: left;
	font-size: 14px;
	padding-left: 100px;
}
.black_bg {
	background-color: #3c3c3c;
}
h1.white_bg {
	color: #3c3c3c;
	text-align: center;
	font-size: 42px;
	font-family: 'Open Sans' , sans-serif;
	margin-bottom: 20px;
}
h2.white_bg {
	color: #868686;
	text-align: center;
	font-size: 24px;
	font-family: 'Open Sans' , sans-serif;
	font-style: normal;
}
.white_bg {
	background-image: url('../images/white_bg.jpg' );
}
p.white_bg_title {
	color: #646464;
	text-align: center;
	font-size: 18px;
	font-family: 'Open Sans' , sans-serif;
	font-weight: bold;
}
p.white_bg {
	color: #868686;
	text-align: left;
	font-size: 14px;
	font-family: 'Open Sans' , sans-serif;
	font-style: normal;
}
h1.black_bg {
	color: #ffffff;
	text-align: center;
	font-size: 42px;
	font-family: 'Open Sans' , sans-serif;
	margin-bottom: 20px;
}
p.quote_txt {
	color: #2dc1db;
	text-align: center;
	font-size: 32px;
	font-family: 'Open Sans' , sans-serif;
	font-style: normal;
}
p.quote_person {
	color: #ffffff;
	text-align: right;
	font-size: 24px;
	font-family: 'Open Sans' , sans-serif;
	font-style: normal;
}
span.contact {
	color: #ffffff;
	text-align: left;
	font-size: 18px;
	font-family: 'Open Sans' , sans-serif;
}
a:link {
	color: #2dc1db;
}
a:visited {
	color: #2dc1db;
}
a:hover {
	color: #2dc1db;
}
a:active {
	color: #2dc1db;
}
p.contact_form {
	color: #c1c1c1;
	text-align: left;
	font-size: 18px;
	font-family: 'Open Sans' , sans-serif;
	font-style: normal;
}
.white_text {
	color: #ffffff;
	font-size: 18px;
	text-align: left;
}
.blur {
	color: #c1c1c1;
}
.button_blue {
	border-style: none;
	border-width: thin;
	background-color: #2dc1db;
	font-size: 18px;
	font-family: 'Open Sans' , sans-serif;
	font-style: normal;
	color: #FFFFFF;
	cursor: pointer; cursor: hand;
}
.menu_link:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu_link:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu_link:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.menu_link:active {
	color: #FFFFFF;
	text-decoration: none;
}
