/************************** GLOBAL STYLES **************************/

body {
	color: #004156;
	font-size: 14px;
	text-align: justify;
	font-family: Calibri, Verdana, Arial, sans-serif, "Times New Roman";
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

a {
	color: #ff7200;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
a:hover {
	color: #ffa200;
}

.special_mention {
	color: #ff7200;
	font-weight: bold;
}

#global_slogan {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-shadow: -2px 3px 10px #868686;
	position: absolute;
	top: 10px;
}

#global_bottom_globalbg {
	width: 100%;
	height: 50%;
	position: absolute;
	top: 50%;
	overflow: hidden;
}

#global_bottom_topbg {
	background: url(../imgs/global_bottom_bg.png) repeat-x;
	width: 100%;
	height: 372px;
	position: relative;
}

#global_bottom_whitebg {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: relative;
}

#global_left_area {
	background: url(../imgs/news_bg.png) no-repeat;
	width: 651px;
	height: 542px;
	position: relative;
	float: left;
}

.global_leftarea_topshadow {
	background: url(../imgs/news_bg_topshadow.png) no-repeat;
	width: 460px;
	height: 20px;
	position: absolute;
	top: 151px;
	left: 180px;
	z-index: 2;
}

.global_leftarea_rightshadow {
	background: url(../imgs/news_bg_rightshadow.png) no-repeat;
	width: 10px;
	height: 359px;
	position: absolute;
	top: 151px;
	right: 11px;
	z-index: 2;
}

.global_leftarea_bottomshadow {
	background: url(../imgs/news_bg_bottomshadow.png) no-repeat;
	width: 460px;
	height: 20px;
	position: absolute;
	bottom: 35px;
	left: 180px;
	z-index: 2;
}

#global_right_area {
	width: 360px;
	height: 360px;
	position: relative;
	float: right;
	right: 110px;
	top: 160px;
}

.global_right_area {
	width: 360px;
	height: 360px;
	position: relative;
	float: right;
	right: 110px;
	top: 160px;
}

.global_right_area form {
	width: 325px;
	position: relative;
	margin: 70px auto auto;
}

.global_right_area ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.global_right_area ul li {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	margin-bottom: 22px;
}

.global_input {
	width: 200px;
	height: 25px;
	position: relative;
	float: right;
	top: -7px;
	padding: 5px;
	border: none;
	z-index: 5;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.global_textarea {
	font-size: 12px;
	text-align: justify;
	font-family: Calibri, Verdana, Arial, sans-serif, "Times New Roman";
	width: 300px;
	min-width: 300px;
	max-width: 300px;
	height: 90px;
	min-height: 20px;
	max-height: 90px;
	position: relative;
	float: right;
	top: -7px;
	padding: 5px;
	border: none;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.global_rightarea_errorarea {
	color: #ffcc00;
	font-size: 12px;
	background-color: #c00000;
	width: 180px;
	height: auto;
	position: relative;
	float: left;
	padding: 5px 10px;
	margin-left: 115px;
	top: -11px;
	border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.input_submit {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: left;
	background: url(../imgs/global_sprite.png) no-repeat 0 -100px;
	width: 175px;
	height: 30px;
	position: relative;
	display: block;
	left: 168px;
	top: -10px;
	padding: 0 5px 30px 0;
	border: none;
	cursor: pointer;
	text-shadow: 0 1px 0 #b1d100;
	-o-text-shadow: 0 1px 0 #b1d100;
	-ms-text-shadow: 0 1px 0 #b1d100;
	-moz-text-shadow: 0 1px 0 #b1d100;
	-webkit-text-shadow: 0 1px 0 #b1d100;
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.input_submit:hover {
	color: #fff;
	background-position: -180px -100px;
}

.global_page_container {
	font-size: 12px;
	background-color: #f6e6b3;
	width: 400px;
	height: 355px;
	position: relative;
	float: right;
	top: 152px;
	right: 1px;
	margin: 0;
	padding: 5px 15px 10px;
}

.right_page_container {
	width: 360px;
	height: 360px;
	position: relative;
	float: right;
	right: 110px;
	top: 160px;
}

/************************** INDEX PAGE STYLES **************************/

#index_global_container {
	background: url(../imgs/index_bg.png) no-repeat;
	width: 1190px;
	height: 668px;
	position: absolute;
	margin: -380px 0 0 -595px;
	top: 50%;
	left: 50%;
}

#index_link {
	width: 260px;
	height: 110px;
	position: absolute;
	display: block;
	top: 19px;
	left: 179px;
}

#index_video_area {
	width: 470px;
	height: 315px;
	position: relative;
	left: 180px;
	top: 173px;
}

.global_left_container {
	width: 437px;
	height: 355px;
	position: relative;
	float: right;
	top: 152px;
	right: 1px;
}

.global_left_container ul {
	list-style-type: none;
	position: relative;
	margin: 0;
	padding: 10px 0 10px 0;
}

.global_left_container ul li {
	width: 427px;
	height: auto;
	position: relative;
	display: block;
	margin-bottom: 20px;
}

/************************** NEWS AREA STYLES **************************/

.news_header {
	color: #ff7200;
	font-weight: bold;
	font-size: 16px;
	background: url(../imgs/global_sprite.png) no-repeat 0 -160px;
	width: 367px;
	height: 40px;
	position: relative;
	padding: 17px 0 0 60px;
	margin-bottom: -20px;
	z-index: 1;
	cursor: pointer;
}

.news_content {
	background-color: #f6e6b3;
	width: 356px;
	position: relative;
	left: 31px;
	padding: 20px 20px 10px;
	border-bottom-left-radius: 20px;
	-o-border-bottom-left-radius: 20px;
	-ms-border-bottom-left-radius: 20px;
	-moz-border-bottom-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
}

/************************** REGISTER / REGISTER CONFIRM AREA STYLES **************************/

.free_register_pin {
	background: url(../imgs/global_sprite.png) no-repeat 0 -274px;
	width: 126px;
	height: 126px;
	position: absolute;
	top: -70px;
	right: -50px;
}

.register_top_title {
	color: #ffa200;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: -2px;
	position: relative;
	float: left;
	left: 20px;
	top: 5px;
}

.register_confirm_message {
	color: #ffcc00;
	font-size: 14px;
	font-weight: bold;
	width: 300px;
	position: relative;
	top: 150px;
	display: block;
	margin: auto;
}

/************************** HELP PAGE STYLES **************************/

.help_header {
	color: #ff7200;
	font-weight: bold;
	font-size: 16px;
	background: url(../imgs/global_sprite.png) no-repeat 0 -217px;
	width: 367px;
	height: 40px;
	position: relative;
	padding: 17px 0 0 60px;
	margin-bottom: -20px;
	z-index: 1;
	cursor: pointer;
}

/************************** FOOTER AREA STYLES **************************/

#footer_area {
	text-align: center;
	width: inherit;
	height: auto;
	position: absolute;
	bottom: -35px;
}

#download_button {
	color: #fff;
	line-height: 28px;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-align: left;
	background: url(../imgs/global_sprite.png) no-repeat 0 0;
	width: 350px;
	height: 95px;
	position: relative;
	display: block;
	margin: auto;
	padding-top: 5px;
	top: -25px;
	left: 30px;
	z-index: 3;
	text-shadow: 0 1px 0 #ffa200;
	-o-text-shadow: 0 1px 0 #ffa200;
	-ms-text-shadow: 0 1px 0 #ffa200;
	-moz-text-shadow: 0 1px 0 #ffa200;
	-webkit-text-shadow: 0 1px 0 #ffa200;
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
#download_button:hover {
	background-position: -350px 0;
}

#facebook_like_area {
	position: relative;
	float: right;
	clear: both;
	top: 35px;
	left: 30px;
	margin-left: -200px;
	overflow: hidden;
}

#footer_area ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer_area ul li {
	display: inline;
	margin-right: 50px;
}

#footer_area ul li a img {
	border: none;
}

#midgar_button {
	position: relative;
	top: 19px;
	transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
#midgar_button:hover {
	transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}