body {
	margin:0 auto;
	background: rgb(41,72,101);
	background: linear-gradient(90deg, rgba(41,72,101,1) 0%, rgba(59,103,145,1) 45%, rgba(59,103,145,1) 56%, rgba(41,72,101,1) 100%);
	font-size:0;
	font-family: 'Open Sans', sans-serif;
	color:#e6e6e6;
	overflow-y: scroll;
}
.topbar {
	height:60px;
	background: rgb(41,72,101);
	background: linear-gradient(90deg, rgba(41,72,101,1) 0%, rgba(59,103,145,1) 45%, rgba(59,103,145,1) 56%, rgba(41,72,101,1) 100%);
	width:100%;
}
.middlebar {
	min-height:300px;
	background: linear-gradient(90deg, rgba(33,94,153,1) 0%, rgba(76,146,197,1) 45%, rgba(76,146,197,1) 55%, rgba(33,94,153,1) 100%);
	width:100%;
	z-index:1;
}
.pagewidth {
	width:1200px;
	margin:0 auto;
}
.mainmenu {
	width:100%;
	height:60px;
	line-height:60px;
	text-align:center;
}
.mainmenu_btn {
	height:55px;
	line-height:60px;
	padding:0 20px;
	font-size:18px;
	display:inline-block;
	border-bottom:5px transparent white;
	position:relative;
	overflow:hidden;
	color:#e6e6e6;
	cursor:pointer;
	vertical-align:top;
}
.mainmenu_btn_active {
	height:55px;
	line-height:60px;
	padding:0 20px;
	font-size:18px;
	display:inline-block;
	border-bottom:5px transparent white;
	position:relative;
	overflow:hidden;
	color:#FF680A;
	cursor:pointer;
	vertical-align:top;
}
.highlight {
	position:absolute;
	top:-15px;
	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	width:50%;
	height:10px;
	border-radius:50%;
	box-shadow: 0px 0px 15px 10px #ffb080;
}
.mainmenu_btn > .highlight {
	display:none;
}
.mainmenu_btn:hover > .highlight {
	display:block;
	box-shadow: 0px 0px 15px 10px #ffffff;
}
.mainmenu_btn_active > .highlight {
	display:block;
}
.buynow_btn {
	height:40px;
	line-height:40px;
	margin-top:10px;
	padding:0 15px;
	font-size:18px;
	display:inline-block;
	position:relative;
	overflow:hidden;margin-left:5px;
	font-weight:bold;
	color:#ffffff;
	cursor:pointer;
	background: linear-gradient(0deg, #e65800 0%, #ff914d 100%);
	vertical-align:top;
	border-radius:5px;
}
.buynow_btn:hover {
	background: linear-gradient(0deg, #ffa500 0%, #e6e600 100%);
}

.bottombar {
	background: rgb(41,72,101);
	background: linear-gradient(90deg, rgba(41,72,101,1) 0%, rgba(59,103,145,1) 45%, rgba(59,103,145,1) 56%, rgba(41,72,101,1) 100%);
	width:100%;
	z-index:2;
}
.bottombar_top {
	padding:15px 0;
	width:100%;
	text-align:center;
}
.bottombar_top > .column {
	width:200px;
	line-height:30px;
	font-size:16px;
	display:inline-block;
	vertical-align:top;
}
.bottombar_bottom {
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:14px;
	width:100%;
}
.column > .activebottombtn {
	color:#FF680A;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
	color: #FF680A;
}
.imgdiv {
	width:200px;
	border-radius:13px;
	height:112px;
	padding:5px;
	display:inline-block;
	overflow:hidden;
	vertical-align:top;
}
.imgdiv:hover {
	background:rgba(255,255,255,0.4);
}
.middle_title {
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
.big_title {
	font-size:34px;
	font-weight:bold;
	text-align:center;
}
.middle_paragraph {
	font-size:16px;
	line-height:25px;
	text-align:center;
	padding:0 200px;
}
.vspacer15 {
	width:100%;
	height:15px;
}
.hspacer20 {
	height:100%;
	width:20px;
	display:inline-block;
	vertical-align:top;
}
.vspacer25 {
	width:100%;
	height:25px;
}