/* HTML5 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* META */
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

/* Links */
a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

/* TYPOGRAPHY */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* LISTS */
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* MEDIA */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }

/* FORMS */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

/* IMAGE REPLACEMENT */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* CUSTOM */

.fltlft { float: left; }
.fltrht { float: right; }
.clrflt { clear: both; }

html {
	background: #000;
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	background: #ff5400 url('img/spot.png') center top;
	height: 600px;
	-moz-transition: 2s;
	-o-transition: 2s;
	-ie-transition: 2s;
	-webkit-transition: 2s;
	transition: 2s;
}

#scene {
	margin: 0 auto;
	width: 788px;
	background: url('img/s1.png') no-repeat 20px top; /* Dynamic */
}

#container {
	background: url('img/panels.png') no-repeat center top;
}

#logo {
	display:block;
	width: 100%;
	height: 77px
}

header h1, header h2 {
	text-indent: -999px;
	margin: 0;
}

#qs ul {
	margin: 0;
	padding: 10px 170px 0px 285px;
	height: 295px; /* 295 */
}

#qs ul li {
	list-style: none;
	display: none;
}

#qs ul li label {
	display: block;
}

#qs ul li p,
#fb-status {
	font-family: "blambot-pro";
	background: #ffc;
	border: solid 3px #665200;
	padding: 14px;
	color: #665200;
}

#qs ul li p strong {
	color: #000;
}

label {
	margin: 14px 0 0 100px;
	padding: 0 0 0 30px;
	font-family: "Verdana";
	display: block;
	cursor: pointer;
	line-height: 20px;
	background: url('img/radios.png') no-repeat 0 0;
}

label input  { 
	position: absolute;
	left: -9999px;
}

.r_on {
	background: url('img/radios.png') no-repeat  0 -69px;
}

#buttons {
	width: 250px;
	height: 112px;
	margin:  -122px 0 76px 548px;
}

#next {
	width: 100%;
	height: 100%;
	background: url('img/buttons.png') no-repeat 0 0;
	text-indent: -9999px;
	display: block;
}

#next:hover {
	background: url('img/buttons.png') no-repeat -250px 0;
}

#next .finn {
	background: url('img/buttons.png') no-repeat -250px 120px;
}

#next .finn:hover {
	background: url('img/buttons.png') no-repeat -250px 120px;
}

#youare {
	display: none;
}

.hero, #pause {
	margin: 0;
	padding: 10px 15px 0px 125px;
	height: 295px; /* 295 */
	display: none;
}

#pause h2, #pause p {
	padding: 10px 170px 0px 285px;
}

.hero .c1 {
	float: left;
	margin: 0 35px 0 0;
	width: 210px;
	height: 242px;
}

.hero .c1 img {
	padding: 5px 5px 22px 5px;
	margin: 30px 0 0 0;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .25);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .25);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .25);
	background-color: #fff;
}

.hero .c1 .use {
	display: block;
	position: relative;
	bottom: 285px;
	left: 0;
	width: 210px;
	height: 5px;
	background: url('img/clip.png') no-repeat center 0;
	padding: 237px 0 0 0;
	margin: 30px 0 0 0;
	text-align: center;
	text-decoration: none;
	color: #000;
}

.hero .c2 {
	width: 390px;
	float: left;
}

.hero .c2 h2 {
	font-size: 26px;
	font-family: "blambot-pro";
	margin: 40px 0 0 0;
}

.hero .c2 p {
	width: 280px;
	padding: 0 0 0 20px;
	font-size: 14px;
	font-family: "blambot-pro";
}

footer {
	width:728px;
	height:90px;
	margin: 0 auto;
	
	/* Removed ad
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .25);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .25);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .25);
	*/
}


footer a:link, footer a:visited {
	text-decoration: none;
	color: #666;
}
footer a:hover, footer a:active  {
	text-decoration: underline;
	color: #ccc;
}


