body {
	background-color: #1b1b22;
	background-repeat: repeat-x;
	background-image: url("../images/bg.png");
}

/* Anchors */
a {
	text-decoration: none;
	color: white;
	font-size: 20px;
	cursor: pointer;
}

a:hover {
	color: #ffe588;
	color: white;
	text-shadow: 0 0 1.5px #ffffbe;
}

a.selected {
	font-weight: bold;
}

/* Text */
* {
	color: white;
	color: #adadaf;
}

p, ul, li {
	font-size: 20px;
}

.highlight {
	color: #ffe588;
	color: white;
}

#signup {
	margin-left: 36px;
}

/* Page banners */

#bitwink {
	background-repeat: no-repeat;
	background-image: url("../images/bitwink.png");
	height:97px;
	width:439px;
	text-indent: -100em;
}

#contract {
	background-repeat: no-repeat;
	background-image: url("../images/contract.png");
  width: 587px;
	height: 167px;
	text-indent: -100em;
}

#zoomLensVideo {
	position: absolute;
  width: 225px;
	height: 336px;
	left: 98px;
	top: 84px;		
	overflow: hidden;
	z-index: -20;	
}

#videos {
	position: absolute;
  width: 225px;
	height: 336px;
	left: 38px;
	top: 84px;		
	overflow: hidden;		
}

.videoScroll {
    height: 337px;
    width: 225px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    margin: 0;
}

.video {
	  height: 337px;
    width: 225px;
}

.video_qt {
	display: block;
}

.hidden {
	display: none;
}

.video img {
	position: absolute;
  width: 225px;
	height: 336px;
	display: block;
	left: 0px;
	top: 0px;
	z-index: -100;
}

#iphone {
  position:  relative;
}

#iphone h1 {
  background-repeat: no-repeat;
  background: url('../images/iphone.png');
  width: 300px;
	height: 606px;
	text-indent: -9999px;
}

#iphone a.appstore {
  position:  absolute;
  width: 195px;
	height: 70px;
	text-indent: 0;
	left: 51.5px;
	bottom: 34px;
}

#iphone a.zoomlensappstore {
	left: 115.5px;
}

#slideshow_builder2 {
	position: relative;
	height:  606px;
}

#slideshow_builder2 h1 {
	text-indent: -9999px;
	height:142px;
	width:510px;
	background: url("../images/slideshowBuilder2.png") no-repeat;
}

#zoom_lens_poster h1 {
	text-indent: -9999px;
	height:397px;
	width:300px;
	background: url("../images/ZoomLensPoster.png") no-repeat;
	margin-left: 30px;
	margin-top: 20px;
}

#steve_approval a {
	font-size: 24px;
	margin-left: 30px;
}

#slider {
	margin-left: 48px;
}

.scroll {
    height: 340px;
    width: 460px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    margin: 0;
}

.scrollContainer div.panel {
    padding: 0;
    margin: 0;
    height: 340px;
    width: 460px;
}

.scrollContainer div.panel h2 {
  text-shadow: 0 0 2.5px #ffffbe;
  font-size: 36px;
  color: white;
	font-weight: normal;
	margin-top: 20px;
	margin-left: 2px;
	margin-right: 10px;
	font-family: 'Helvetica Neue', HelveticaNeue, Arial, Helvetica, Geneva, sans-serif;

}

.scrollContainer div.panel p {
  color: #adadaf;
  margin-left: 2px;
  margin-right: 20px;
}

#buttons {
	position:  absolute;
	left: 44px;
	bottom: 5px;
}

#buttons img {
	opacity: 0.4;
	filter:alpha(opacity=40);
	margin-right: 2px;
}

#buttons img.selected {
	background-repeat: no-repeat;
  background: url('../images/buttonGlow.png');
  width: 71px;
	height: 70px;
	opacity: 1.0;
	filter:alpha(opacity=100);
}

#buttons img:hover {
	background-repeat: no-repeat;
  background: url('../images/buttonGlow.png');
  width: 71px;
	height: 70px;
	opacity: 1.0;
	filter:alpha(opacity=100);
}

#about {
	background-repeat: no-repeat;
	background-image: url("../images/about.png");
	height:97px;
	width:821px;
	text-indent: -100em;
}

#ken_burns h1 {
	text-indent: -9999px;
	height:212px;
	width:703px;
	background: url("../images/kenBurnsSlideshowSuperseded.png") no-repeat;
	margin-bottom: 0;
}

#slideshow_builder_support h1 {
	text-indent: -9999px;
	height:227px;
	width:824px;
	background: url("../images/slideshowSupport.png") no-repeat;
	margin-bottom: 0;
}

#bitwink_support h1 {
	text-indent: -9999px;
	height:226px;
	width:481px;
	background: url("../images/support.png") no-repeat;
	margin-bottom: 1px;
}

#version p {
	font-size: 32px;
	line-height: 32px;
	text-align: right;
	margin-bottom: 40px;
}

/* Navigation */
#dummy_nav {
	height: 60px;
}

#nav {
	float: left;
	font-size: 18px;
	height: 2em;
	margin: 20px 0 40px 0;
}

#nav li {
	float: left;
	margin-left: 0;
	height: 2em;
	list-style-type:none;
}

#nav a {
		float:left;
		line-height: 2em;
		margin: 0 0 0 4px;
		padding: 0 14px;
		background-color: #15151b;
		border-right: #0f0f13 1px solid;
		border-bottom: #0f0f13 1px solid;
		color: #aeaeb7;
}

#nav a:hover {
	background-color: #1b1b22;
	color: white;
}

#nav li.selected a {
	color: #ffe588;
	color: white;
}

#nav li.selected a:hover {
	color: #C0B768;
	color: white;
}

.massive {
	font-size: 80px;
	color: white;
	padding: 0 20px;
	line-height: 260px;
}

/* Secondary */
.fade_box {
/*	border: 1px solid #050507;*/
	background-repeat: repeat-x;
	background-image: url("../images/bg.png");
	padding:  20px;
}

.fade_box * {
	font-size: 14px;
	}

.fade_box h3 {
	font-size: 16px;
	font-weight: bold;
}

.fade_box a {
	color: #ffe588;
	color: white;
}

.fade_box a:hover {
	color: #C0B768;
	color: white;
}

#secondary li {
	text-align: right;
	list-style: none;
	line-height: 1.3;
	margin-bottom: 16px;
	margin-left: 0;
}

#secondary img.mainshot {
	margin-top: 2px;
	width: 218px;
	height: 146px;
	border: 1px solid white;
}

#secondary img.thumb {
	margin-left: 2px;
	width: 104px;
	height: 66px;
	border: 1px solid white;
}

#secondary img.first {
	margin-left: 0;
}

/* FAQ */
#faqlist h1 {
	text-indent: -9999px;
	height:54px;
	width:130px;
	background: url("../images/FAQs.png") no-repeat;
	margin-bottom: 10px;;
}

#videolist h1 {
	text-indent: -9999px;
	height:54px;
	width:165px;
	background: url("../images/Videos.png") no-repeat;
	margin-bottom: 10px;
}

#faqlist li, #videolist li {
	list-style-type: decimal;
	list-style-position: inside;
/*	line-height: 1.3;
	margin-bottom: 16px;*/
	margin-left: 0;
}

#videolist li {
	margin-left: 4px;
	list-style-type: upper-alpha;
}

#faqlist a, #videolist a {
	color: #ffe588;
	font-size: 20px;
	font-weight: normal;
	color: white;
}

#faqlist a:hover, #videolist a:hover {
	color: #C0B768;
	color: white;
}

#faqs {
/*	border-top: 1px dotted #aeaeb7;*/
	margin: 40px 0 0 0;
}

#faqs * {
	font-size: 14px;
	line-height: 1.5em;
}

#faqs li {
	margin-left: 0px;
	list-style-type: decimal;
	list-style-position: inside;
}

/*#faqs *.top {
	margin-top: 4px;
}*/

/*#faqs h3, #faqs h4 {
	margin-bottom: 4px;
}*/
/*
div.faq_group ol {
	margin-bottom:  20px;
}*/
div.faq_group {
	margin-bottom:  20px;
}

div.faq_group ol {
	margin-bottom:  4px;
}

#faqs li.group_title {
	margin-bottom: 4px;
	font-size: 20px;
	font-weight: normal;
}

#faqs li.group_title a {
	color: #ffe588;
	font-size: 20px;
	color: white;
}

#faqs li.video {
	list-style-type: upper-alpha;
}

/*#faqs h3 * {
	font-size: 20px;
	font-weight: normal;
}

#faqs h3 a {
	color: #ffe588;
	font-weight: normal;
}

#faqs h4 {
	font-size: 16px;
	font-weight: bold;
}*/

#faqs *.top a {
	color: #ffe588;
	color: white;
}

#faqs li.group_title a:hover, #faqs *.top a:hover {
	color: #C0B768;
	color: white;
}

#faqs li.faq_group_entry {
  list-style-type: lower-alpha;
  list-style-position: outside;
  margin: 0 22px;
}

/*div.faq_entry {
	border-top: 1px solid #121316;
	padding:  20px 0;
}*/

div.faq_entry p {
	margin: 0;
	padding: 6px 0 10px 0;
/*	border-bottom: 1px solid #121316;*/
/*	margin-bottom: 10px;*/
}


/*#faqs a.top {
	font-size: 14px;
}*/

/* Screenshots */
#screenshots div {
	float: left;
	margin-right: 60px;
	margin-top: 20px;
}

.zoomshot {
	border:1px solid #1b1b22;
}

/* Tip boxes */
.tip_box * {
	color: #1b1b22;
	margin-bottom: 0;
}

.tip_box {
		background-color: #aeaeb7;
		background-color: #e2e2ee;
		border: 1px solid #aeaeb7;
		padding: 1em;
		font-size: 20px;
		margin-bottom: 0;
}

.tip_box li {
	margin-bottom: 20px;
}

.tip_box a {
	color: #d6a700;
}

.tip_box a:hover {
	color: #f4bf00;
}

.movie {
  border: 1px solid white;
}


