@CHARSET "ISO-8859-1";

html {
	font-size: 12px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	color: #333;
	background: #f2f2f2 url(../images/landingpage/bg_gradient.png) repeat-x;
}
a {
	color: #8d7822;
}
a:hover {
	color: #b99e2e;
}
a, a:hover, a:visited, a:active  {
   text-decoration: none;
   outline: none;
}
p em {
	font-weight: bold;
}
#glow {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -276px;
	margin-top: -276px;
	width: 553px;
	height: 553px;
	background: url(../images/landingpage/glow.png) no-repeat;
	z-index: 1;
}
#wrapper {
	width: 980px;
	margin: 0px auto;
	color: #333;
	line-height: 1.6em;
}
#logo {
	position: relative;
	width: 579px;
	height: 543px;
	background: url(../images/landingpage/logo.png) no-repeat;
	margin: -20px auto 0 auto;
	text-indent: -2000px;
	z-index: 0;
}
#leftSide {
	position: relative;
	float: left;
	width: 470px;
	margin-top: -170px;
	margin-bottom: 50px;
	text-align: right;
	padding-right: 20px;
	z-index: 5;
}
	#leftSide h2 {
		width: 470px;
		height: 11px;
		margin-bottom: 10px;
		background: url(../images/landingpage/gstbgoesonline.png) no-repeat right center;
	}
	#leftSide p {
		text-align: justify;
		padding-left: 55px;
		margin-bottom: .8em;
	}
	#leftSide p#thanks {
		padding-top: 2px;
		font-weight: bold;
		color: #8d7822;
	}
	#mailinglist {
		float: right;
		margin-top: -5px;
	}
	#mailinglist input#mail {
		margin-right: -3px;
		width: 273px;
		height: 17px;
		border: none;
		padding: 6px 10px;
		margin-right: 2px;
		background: url(../images/landingpage/input.png) no-repeat;
		font-size: 13px;
		color: #8d7822;
	}
	#mailinglist input#submit {
		position: relative;
		top: 2px;
		right: -3px;
		width: 117px;
		height: 37px;
		border: none;
		background: url(../images/landingpage/submit.png) no-repeat 0 0;
		font-size: 13px;
		color: #8d7822;
	}
	#mailinglist input#submit:hover {
		background-position: 0 -37px;
		cursor: pointer;
	}
	#mailinglist span {
		float: left;
		text-align: left;
		font-size: 11px;
		color: #8d7822;
	}
#rightSide {
	position: relative;
	float: left;
	width: 465px;
	margin-top: -170px;
	padding-left: 25px;
	z-index: 5;
}
	#rightSide h2 {
		width: 465px;
		height: 11px;
		margin-left: -1px;
		margin-bottom: 10px;
		background: url(../images/landingpage/newsandupdates.png) no-repeat left center;
	}
	#rightSide h2 a {
		display: block;
		text-indent: -3000px;
	}
	#rightSide p {
		text-align: justify;
		margin-right: 55px;
	}
	a#zumBlog {
		display: block;
		width: 187px;
		height: 46px;
		text-indent: -3000px;
		margin-top: 64px;
		margin-left: -5px;
		background: url(../images/landingpage/zumblog.png) no-repeat;
	}
	a#zumBlog:hover {
		background-position: 0 -46px;
	}



#topBar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 25px;
	background-color: #2c2c2c;
	z-index: 10;
}
#bottomBar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	background-color: #2c2c2c;
	z-index: 10;
}
#comingSoon {
	position: fixed;
	top: -10px;
	right: -10px;
	width: 327px;
	height: 134px;
	background: url(../blog/wp-content/themes/gstb/images/comingsoon.png) no-repeat;
	z-index: 99;
}
#comingSoon a {
	display: block;
	width: 200px;
	height: 70px;
	margin: 25px 0 0 110px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	#mailinglist { margin-top: -3px; }
	#mailinglist input#submit { top: -5px; }
	#mailinglist input#mail{ position: relative; top: 5px; }
	#mailinglist span { margin-top: -8px; }
	#leftSide p { padding-left: 55px; }
}