
/* @group Menu */
#menu{
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
	padding-top: 200px;
	background: url(images/logo-iphone.png) no-repeat 50% 20px;
}

#menu li{
	list-style-type: none;
	margin: 0; padding: 0;
	display: block;
}

#menu li a, #menu li div{
	padding: 8px 10px;
	font-weight: bold;
	display: block;
	font-size: 16px;
	text-decoration: none;
	border-top: 1px solid #222;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	background: #111111 url(images/left.png) center right no-repeat;
}

#menu li #m1{
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-top: 1px solid #444;
}
#menu li #m7{
	display: none;
}

#menu li #m6{
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom: 1px solid #333;
}

#menu li.download a{
	color: #ff2900;
	background: #111111 url(images/download.png) center right no-repeat;
}

/* @end */

body{
	color: #eee;
	background: #000000 url(images/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	padding-bottom: 5%;
	text-align: left;
	line-height: 125%;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

#pagewrapper{
	width: 100%;
}

#pagewidth{
	width: 100%;
}

.borders{
	float: left;
	top: 0px;
	margin-left: -100%;
	left: 100%;
	width: 100%;
	display: none;
	position: relative;
	margin-bottom: 5%;
}

#back{
	position: absolute;
	background: url(images/back.png) no-repeat;
	height: 28px;
	width: 59px;
	top: 8px;
	left: 5px;
	z-index: 100;
	display: none;
}

.content{
	width: 100%;
	top: 0px;
	padding-top: 44px;
	background: url(images/titlebar.png) repeat-x;
}

.padding{
	margin: 1em 2em;
}

#testimonials p{
	color: #333;
	background: white;
	padding: 10px 15px;
	-webkit-border-radius:10px
}
#testimonials p em{
	font-weight: bold;
	color: #000;
	display: block;
	text-align: right;

}
h2{
	color: white;
	text-align: center;
	position: absolute;
	font-size: 16px;
	top: 0px;
	left: 0px;
	text-shadow: #000 0 -1px 1px;
	width:100%;
	height: 1.3em;
	white-space: nowrap;

}
h2 span{
	display: block;
	margin-left: 74px;
	margin-right: 74px;
}
#lite h2 span, #pro h2 span{
	margin-right: 132px;
}

.title, .y-title{
	text-align: center;
	line-height: 1.1em;
	font-family: "Myriad Pro",  "Trebuchet MS";
	font-size:24px;
	color: #fc7323;
}

.y-title{
	color: #fc7323;
}
.subtitle{
	display: none;
}

.big-title div.undernote{
	display: none;
}

.big-title{
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}
.big-title b{
	display: none;
}

#features .padding {
	margin: 0;
	margin-top: 1em;
}

#version-choice, #lite, #pro{
	display: none;
}


#products .big-title .title{
	display: none;
}

#products .title{
	color: #444;
	font-size: 17px;
}

#products .big-title .gopro, #products .big-title .golite{
	position: absolute;
	height: 28px;
	width: 116px;
	top: 8px;
	right: 7px;
	z-index: 100;
}
#products .big-title .gopro{
	background: url(images/gopro.png);
}
#products .big-title .golite{
	background: url(images/golite.png);
}

.its{
	display: none;
}


/* @group table of features */

th.h2{
	text-align: left;
	padding: 6px 0px 0px 0px;
}

.ver1, .ver2{
	display: none;
}

th{
	font-family: "Myriad Pro",  "Trebuchet MS";
	color: #ddd;
	font-weight: normal;
	font-size: 20px;
}

td, th{
	padding: 2px 4px;
	text-align: center;
	border-bottom: 1px solid #1a1a1a;
}
td{
	font-size: 18px;
}
th{
	height: 30px;
	font-size: 16px;
	border-bottom: none;
}

.new{
	color: #fcac23;
	border-bottom: none;
}

div.new, td.new{
	font-family: "Myriad Pro";
	font-size: 20px;
	text-align: center;
	padding: 1.5em 4px 10px 4px;
}

.tb{
	border-top: 1px solid #1a1a1a;
}
.lite{
	width: 15px;
	background: url(images/lite-v.gif) no-repeat center top;
}

.pro{
	width: 15px;
	background: url(images/pro-v.gif) no-repeat center top;
}
td.tf{
	font-size: 15px;
	text-align: left;
}

/* @end */
p{
	margin-top: 0;
	margin-bottom: 20px;
}

a:link, a{
	color: #12AED8;
}

strong{
	color: #bbb;
}

#contact p, div.col{
	margin: 0px 0px 0px 0px;
	padding-bottom: 1em;
}

#blog img{
	border: none;
	display: block;
}

#faq div strong{
	font-size: 15px;
	text-decoration: underline;
}
#faq div{
	padding-bottom: 1.5em;
}
#faq div p{
	display: none;
	width: 100%;
	margin: 0;
}

#pro p{
	margin-top: 0;
}

#footer{
	background: none;
	text-align: center;
	font-size: 12px;
	color: #292929;
	width: 100%;
}
#footer a{
	color: #005f7f;
}

/* @group Stepper */

#stepper{
	margin-top: 1em;
	position: relative;
	margin-left: -1.5em;
	margin-right: -1.5em;
	/*border: 1px solid #9d9d9d;*/

	height: 30px;
	background: #333;
	-webkit-border-radius:8px;
}
#bar, .steps{
	display: none;
}

#step-items div{
	font-family: Arial;
	float: left;
	width: 25%;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	color: white;
	text-decoration: underline;
	position: relative;
	z-index: 2;
}

#step-items div.step-active{
	color: #000;
	text-decoration: none;
	background: #ddd;
	-webkit-border-radius:8px;
}

#iphone{
	margin: 0 5%;
}

#step-messages{
	text-align: center;
	margin: 3% 4%;
}

#lite-step-images, #pro-images{
	border: 5px solid black;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 224px;
	height: 336px;
}

#lite-step-images div, #pro-images div{
	position: absolute;
	top: 0;
	left: 0;
}

/* @end */