body, html {
	margin: 0;
	padding: 0;
	outline: 0;
}
body {
	background-color: #999999;
	position: relative;
}


.hide {
	display: none;
}

a {
	text-decoration: none;
}

@media all and (max-width: 1000px) {
	body {
		// extra styles for mobile
	}
}

@media all and (min-width: 1000px) {
	body {
		
	}

#footer img {
	width: 400px !important;
}

	#wrap {
		max-width: 600px;
		margin: 0 auto;
	}
}

.clearfix {
	clear: both;
}

#footer {
	text-align: center;
	background-color: #FFFFFF;
	padding: 15px 0 0 0;
	position: absolute;
	display: none;
	height: 40px;
	width: 100%;
	z-index: 20000;
}



#footer img {
	width: 90%;
}

#wrap {
	border: 3px solid #000;
	position: relative;
	background-color: #688258;
}

#c1 {
	height: 100%;
	float: left;
	width: 35%;
	background: url(../img/left-bg.jpg) top right #dfd19e;
	overflow: hidden;
}

#c1wrap {
	border-right: 3px solid #5c7348;
}

#c3wrap {
	border-left: 3px solid #5c7348;
}

#c2 {
	float: left;
	width: 60%;
	height: 100%;

}

#c3 {
	float: left;
	width: 5%;
	overflow: hidden;
}

#header-img {
	display: block;
}

.group {
	background-color: #3b3624;
	margin: 0 0 2px 0;
	width: 100%;
	position: relative;
}

.g1 {
	width: 48%;
	float: left;
	position: relative;
}

.g1 img {
	width: 98%;
	padding-top: 3px;
}

.g2 {
	width: 25%;
	float: left;
	border-left: 1px solid #f4e680;
	margin-left: -1px;
}

.g2.play {
	background: url(../img/play.png) no-repeat center center;
}

.g2.jp-stop {
	display: none;
	background: url(../img/stop.png) no-repeat center center;
}

.track-default {
	display: none;
}

.g3 {
	width: 25%;
	float: left;
	border-left: 1px solid #f4e680;
	background: url(../img/download.png) no-repeat center center;
	margin-left: -1px;
}

#groupwrap {
	padding: 0 2px 1px 2px;
	background-color: #f4f3d4;
}

#wr {
	position: absolute;
	z-index: 10000;
	top: 0;
	width: 100%;
	height: 100%;
}

#wr2 {
	width: 92%;
	margin: 0 auto;
	border: solid #5c7348;
	border-width: 0 3px 0 3px;
	height: 100%;
	background-color: #f4f3d4;
	text-align: center;
}

#wr1img {

}

#wr2img {
	padding: 30px 0 30px 0
}

#yesno {
	display: block;
	position: relative;
}

#go-no {
	position: absolute;
	right: 0;
	width: 49%;
	height: 300px;
	background: url(../img/trans.gif) center center;
}

#go-yes {
	position: absolute;
	left: 0;
	width: 49%;
	height: 300px;
	background-color: #999999;
	background: url(../img/trans.gif) center center;
}

#splashwrap {
	width: 100%;
	position: absolute;
	top: 30%;
	z-index: 30000;
	display: none;
}

#splashcontent {
	position: relative;
	background-color: #f4f3d4;
	padding: 20px 20px 30px 20px;
	width: 220px;
	margin: 0 auto;
	border: 3px solid #5c7348;
	font-family: verdana;
	font-size: 12px;
}

#iphone_submit {
	display: block;
	float: left;
	background-color: #516e38;
	height: 23px;
	padding: 0 6px 1px 6px;
	margin-left: 5px;
	color: #fcf18a;
	font-size: 15px;
	font-family: Verdana;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#iphone_email {
	display: block;
	float: left;
	height: 20px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#overlay {
	z-index: 11000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000000;
	opacity:0.8;
	filter:alpha(opacity=80);
	display: none;
}

#splashclose {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #666666;
	color: #f4f3d4;
	padding: 1px 4px 1px 4px;
}

#form_msg {
	padding: 0 0 0 10px;
}

#jquery_jplayer {
	height:0;
}