/* 
	TapeShow Screen CSS
	http://www.tapeshow.com
	
	(c) 2008-2009 TapeShow, LLC
	Can/Should you use this without permission? No

*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	background: #fff;
	font-size: small;
	margin-bottom: 2.5em;
	margin-top: 3.5em;
	margin-left: 6em;
	margin-right: 6em;
}

#container {
	width: 900px;
	min-height: 200px;
/*	border: 1px dotted red; */
	float: left;
}



#appbox {
	width: 425px;
	float: left;
}

#appboxtop-image {
	padding-top: 1em;
	float:left;
	width:125px;
}

#appboxtop-text {
	padding-top: 1em;
	float:right;
	width:300px;
}

#appbox-iphone {
	width: 425px;
	float: left;
}

#appstore {
	float:left;
	margin-top: 20px;
	margin-left: 15px;
}

#appstore h2 {
	font-size: 130%;
}

.appboxbot {

	padding-top: 1em;
	margin-right: 5px;
	text-align: center;
	line-height: 1.5em;
	float: left;
	position: relative;
	width: 135px;
}

#newsletter-box {
	padding-top: 1em;
	width: 425px;
	font-size: 120%;
	float: left;
	line-height: 1.4em;
}

#signup .small {
	padding-top: 3.0em;
	font-size: 70%;
}

#signup .text {
	font-size: 105%;
	line-height: 1.4em;
	padding-bottom: .5em;
}


#contactdone {
	margin-top: 20px;
	width: 100%;
	text-align: left;
}

	#contactdone h1 {
		font-size: 260%;
		font-weight: bold;
		
	}
	
	#contactdone #p.message {
		margin-top: 10px;
	}



	#signup {
		padding-top: .5em;
		clear: both;
		height: 30px;
		width: 350px;
		margin: 0 auto;
	}
	
	
	#email-field {
	float: left;
	font-weight: bold;
	width: 200px;
	padding: 5px;
	}

	#submit-button {
		border: 0px solid;
		font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;	
		letter-spacing: .1em;	
		padding: .3em;
		padding-right: .6em;
		padding-left: .6em;
		background: #0e4291;
		color: #fff;
		float: right;
		font-size: 105%;

	
		}

#section_title_macandiphone {
	float: left;
	width: 100%;
	min-height:20px;
	background: url("imgs/_formacandiphone.png") no-repeat bottom left;
}

#section_title_iphone {
	padding-top:2em;
	float: left;
	width: 100%;
	min-height: 20px;
	background: url("imgs/_foriphone.png") no-repeat bottom left;
}

#aboutbox {
	width: 425px;
	float: right;
}

	#aboutbox p.text {
		text-align: justify;
		margin: 1.2em 0 0 0;
		line-height: 1.5em;
	}



#header {
	padding-bottom: 1.2em;

}

#footer {
	float:right;
	padding-top: 2em;
	font-size: 90%;
	font-weight: bold;
}

	#header img.logo {
		margin-right: 1.2em;
		padding-bottom: .5em;
		border: 0;
	}
	
	#header img.header {
		margin-left: 2.0em;
		border: 0;
		
	}
	

a {
	color: #0e4291;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	font-weight: bold;
	color: #0e4291;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: red;
	text-decoration: none;
}

/* contact */

#emailbox {
	background-color: #ccc;
	float: right;
	padding: .5em .5em .5em .5em;
}

	input.submit {
		border: 0px solid;
		font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;	
		letter-spacing: .1em;	
		padding: .3em;
		background: #0e4291;
		color: #fff;
		float: right;
		font-size: 105%;
		width: 180px;
	}
	
	input.check {
		margin: 0;
	}

	#contact-messagearea {
		margin-top: 5px;
		float: right;
		text-align: left;		
	
	}

	#contact-field {
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 110%;
		padding: .5em;
		float: left;
		font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;	
		width: 180px;
		border: 1px solid #cccccc;		
	} 
	
	#contact-messagebox {
		margin: 0;
		margin-bottom: 10px;
		width: 400px;
		padding: .5em;
		font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
		font-size: 110%;
		border: 1px solid #cccccc;
	}