/******* Resets **************/

* {
	margin: 0;
	padding: 0
}

a:focus {
	outline: none
}

img {
	border: 0
}


/******* Layout **************/

body {
	font-family: Verdana, Helvetica, sans-serif;
	color: #cccccc;
	padding-bottom: 20px;
	background: #000000 url(../img/bg.png) repeat-x;
}

#wrapper{
	margin: auto;
	width: 750px;
	padding-top: 30px;
}

#phone{
	float: left;
	/*margin: 0 20px 0 0;*/
	width:350px;
	margin: 0px 0px 0px -80px;
}

#copy{
	width: 350px;
	float: left;
	padding: 20px 0 0 20px;
}

/****** iPhone **************/

.slider-wrap {
	position: relative;
	/*
	width: 391px;
	height: 517px;
	padding: 94px 0 0 0;
	background: url(../images/iPhone.png) no-repeat 40px 0;
	*/
	
	width: 391px;
	height: 517px;
	padding: 94px 0 0 0;
	background: url(../images/iPhone.png) no-repeat 40px 0;
	
}

.iphone {
	float: left;
	width: 700px;
	height: 446px;
	margin: auto;
	background: url(../img/side_iphone.png) no-repeat;
}

.csw {
	width: 243px;
	height: 364px;
	overflow: hidden;
}

.csw .loading {
	color: #dddddd;
	margin: 100px 0 300px 150px;
	text-align: center;
}

.stripViewer {
	position: relative;
	overflow: hidden;
	/*margin: auto;*/
	width: 166px;
	height: 233px;
	margin: 35px 0px 0px 122px;

	/*
	width:320px;
	height:460px;
	*/
	clear: both;
	/*background: #000000;*/
	/*background: #fff;*/
}

.wrapper img {
	width: 166px;
	height: 233px;
}

.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}

.stripViewer .panelContainer .panel {
	float: left;
	height: 100%;
	position: relative;
	/*width: 243px;*/
	width:320px;
}

.stripNavL, .stripNavR {
	position: absolute;
	top: 200px;
	text-indent: -9000em;
	
}



.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavL {
	left: 0;
	background: url("../images/arrow-left.png") no-repeat center;
	margin-left: 70px;
}

.stripNavR {
	right: 0;
	background: url("../images/arrow-right.png") no-repeat center;
	margin-right: 50px;
}

/*
.stripNavL a:hover {
	left: 0;
	background: url("../images/arrow-right.png") no-repeat center;
}

.stripNavR a:hover {
	right: 0;
	background: url("../images/arrow-left.png") no-repeat center;
}
*/

/****** Typography **************/

h1{
	letter-spacing: -2px;
	font-size: 1.7em;
	color: #FFFFFF;
	margin-bottom: 18px;
	
}

#copy h4{
	padding-left: 4px;
	margin-bottom: 30px;
	font-weight: normal;
	font-style: normal;
}

h3{
    color: #CCCCCC;
	margin-bottom: 2px;
	font-size: 1em;
}

#copy p{
	margin-bottom: 20px;
	color: #999999;
	font-size: 0.8em;
}

#copy p a{
	color: #7291BE;
	text-decoration: none;
}

#copy p a:hover{
color: #FF8400;
	text-decoration: underline;
}

#logo img{
	margin-top: 20px;
}


/****** Warning **************/

#warning {
	color: #000000;
	font-size: 13px;
	line-height: 1.4em;
	text-align: center;
	background-color: #ffde20;
	padding: 5px;
}

#warning a {
	color: #000000;
	text-decoration: underline
}

.stripNav {
	list-style-type: none;
	display: none;
}

/*
.wrapper {
	width: 100px;
	height: 200px;
}
*/

#app_store_badge {
	/*margin-left: 250px;*/
	float: right;
	padding: 10px;
	
}

#heading {
	font-size: medium;
	color: #000;
}

.description {
	color: #000;
}

 tr.odd {
	background: #EEE;
}

tr.even td {
	padding: 5px 0px 5px 0px;
}


/*Remind me styles*/
#content img.remind_me_logo {
	float: left;
}

#content, #sidebar {
	color: #000;
}

#heading hr {
	width: 295px;
}

.description a {
	text-decoration: none;
}

#sidebar a {
	text-decoration: none;
}
