@charset "utf-8";
body {
	padding: 0;
	margin: 0;
	background: #000000 url(../images/body_bg.png) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 16px;
        -webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6, p{
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	padding: 0;
	margin: 0 0 20px 0;
}
h3 {
	padding: 0;
	margin: 0;
	font-size: 1.3em;
}
#gooddog {
	height: 75px;
	position: relative;
}
#badge{
	position: absolute;
	top: 30px;
	right: 100px;
	z-index: 300;
}
#badge a{
	display: block;
	background: url(../images/gdd_badge.png) top left no-repeat;
	width: 86px;
	height: 86px;
	text-indent: -999em;
	overflow: hidden;
}
#application {
	width: 894px;
	padding: 20px 0 35px 0;
	margin: 0 auto;
	position: relative;
}
#application h1 {
	margin: 0 auto;
	width: 756px;
	height: 127px;
}
#application h1 a {
  display: block;
  height: 127px;
	/* padding: 20px 0; */
	background: url(../images/tickletreat.png) 100px 20px no-repeat;
	text-indent: -999em;
	overflow: hidden;  
}
.box {
	background: url(../images/box.png) top left no-repeat;
	padding: 0 0 40px 0;
	position: relative;
	height: 588px;
}
.description {
	width: 465px;
	padding: 0 45px 0 25px;
	float: right;
	weight: 320;
	overflow-y: auto;
}
.image {
	float: left;
	background: url(../images/monsters.png) top left no-repeat;
	margin: 0 0 0 10px;
	padding: 0;
	width: 344px;
	height: 434px;
	text-indent: -999em;
	overflow: hidden;
}
.features {
	background: url(../images/features_bg.png) top left no-repeat;
	width: 502px;
	padding: 10px 0 5px 115px;
	height: 101px;
	position: absolute;
	bottom: 50px;
	left: 250px;
	color: #FFF;
}
.features ul {
	list-style: none;
	padding: 10px 0 0 0;
	margin: 0;
}
.features li {
	display: block;
	float: left;
	width: 400px;
	margin: 5px 0 0 0;
	padding: 0 20px 10px 30px;
	line-height: 13px;
	background: url(../images/features_star.png) left top no-repeat;
}
#price {
	background: url(../images/price_bg.png) top left no-repeat;
	width: 152px;
	height: 151px;
	position: absolute;
	top: -10px;
	left: -60px;
}
#price h5 {
	padding: 0;
	margin: 60px 0 5px 25px;
}
#price h5 a {
  display: block;
	background: url(../images/99.png) top left no-repeat;
	width: 94px;
	height: 26px;
	text-indent: -999em;
	overflow: hidden;  
}
#price a.buy {
  display: block;
  background: url(../images/buy_now.png) top left no-repeat;
  margin-left: 41px;
  height: 15px;
  width: 65px;
  text-indent: -9999px;
}
.contact {
	position: absolute;
	bottom: 10px;
	right: 30px;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
