html p{
  font: 14px "Helvetica", Arial, Verdana, sans-serif;
  line-height: 24px;
}

html {
	background: url(../images/bg_texture.jpg) repeat;
}

body { 
	background-color: transparent;
	color: #898989;
}

a {
	text-decoration: none;
	color: #ffffff;
}

a:hover{
	text-decoration: underline;
}


div#footer ul li{
	float: left;
	margin-top: 5em;
	margin-right: 1.5em;
}

div#footer ul li p{
	font-size: 12px;
	color: #131313;
}

div#footer ul li a{
	color: #060606;
	text-decoration: underline;
}

div#container {
	width: 960px;
	margin: auto;
}

div#name {
	background: url(../images/green_bg.png) no-repeat;
	width: 1000px;
	margin: auto;
	height: 340px;
}

.clear {
	clear:both;
}



html div#top-header {
	background-color: #111B0D; 
	height: 340px;
}

div#top-header hr {
	margin-top: -1px
}

hr {
	height: 0;
	border-top: 1px solid #111111;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #363636;
}

html h1#hqueue a {
	display: block;
	float: right;
	width: 220px;
	height: 220px;
	background: url(../images/sprite.png);
	text-indent: -9999px;
	margin-right: 4.5em;
	margin-top: 4.5em;
}

h2 {
	text-transform: capitalize;
	color: #162908;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 2px;
}

h2#tagline {
	position: relative;
	float: right;
	right: -17em;
	top: 4em;
}

a#agoodcompany {
	display: block;
	width: 120px;
	height: 20px;
	background: url(../images/sprite.png) 230px 419px;
	text-indent: -9999px;
	cursor: pointer;
	margin: auto;
}

div#description {
	float: right;
	width: 420px;
}



div#description h3 {
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 3em;
	text-align: center;
}

div#description #appstore {
	display: block;
	width: 220px;
	height: 85px;
	background: url(../images/sprite.png) 230px 180px;
	text-indent: -9999px;
	cursor: pointer;
	margin: auto;
}

div#description #appstore:hover {
	display: block;
	width: 220px;
	height: 85px;
	background: url(../images/sprite.png) 230px 96px;
}

div#app-images {
	display: block;
	width: 624px;
	height: 771px;
	background: url(../images/ipod.png);
	float: left;
	position: relative;
	top: -686px;
}

div#app-images ul.slideshow{
	position: relative;
	left: 146px;
	top: 38px;
}

div#app-images a#previous {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background: url(../images/sprite.png) 232px 285px;
	cursor: pointer;
	position: relative;
	left: 55px;
	top: 320px;
}

div#app-images a#previous:hover {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background: url(../images/sprite.png) 232px 232px;
	cursor: pointer;
}

div#app-images a#next {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background: url(../images/sprite.png) 164px 285px;
	cursor: pointer;
	position: relative;
	left: 473px;
	top: 280px;
}

div#app-images a#next:hover {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background: url(../images/sprite.png) 164px 232px;
	cursor: pointer;
}
