/* CSS Document */

* {margin:0; padding:0;}
a:focus {outline:none;}

body#landing_page {
	background:#c9cbcf url(../images/styles/bg_body.jpg) center top no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	color:#4f5256;
	font-size:12px;
	}

#landing_page #container {
	width:980px;
	margin:0 auto;
	margin-top:33px;
	position:relative;
}

#landing_page #content {
	width:324px;
	height:210px;
	padding:33px 37px 0;
	position:absolute;
	top:132px;
	left:310px;
	overflow:hidden;
}
	#landing_page #content p {position:absolute; left:400px;}
	
#landing_page #mail {
	width:247px;
	position:absolute;
	right:0;
	top:0;
}
	#landing_page #mail input.input_text {
		width:154px;
		height:30px;
		background:url(../images/styles/bg_input.png) no-repeat;
		border:none;
		line-height:30px;
		padding:0 11px;
		font-style:italic;
		color:#626262;
		font-size:12px;
		font-family:Verdana, Geneva, sans-serif;
		vertical-align:top;
	}
	#landing_page #mail input.input_submit {
		background:url(../images/styles/bt_go.png) left top no-repeat;
		width:53px; height:30px; text-align:left;
		border:none;
		font-size:1px; color:#90ba1f; cursor:pointer;
		vertical-align:top;
		margin-left:5px;
	}
		#landing_page #mail input.input_submit:hover, #landing_page #mail input.input_submit:focus {background-position:left bottom;}

#landing_page #appstore {
	width:184px;
	height:168px;
	position:absolute;
	left:310px;
	padding:5px 30px 0 2px;
	top:410px;
	border-right:#e5e6e8 solid 1px;
}
	#landing_page #appstore .bt_appstore {position:absolute; top:75px; left:0;}
	.bt_appstore {display:inline-block; height:67px; width:183px; background:url(../images/styles/bt_appstore.png) left top no-repeat; overflow:hidden; margin-top:10px;}
		.bt_appstore span {text-indent:-400px; display:block; width:30px;}
		.bt_appstore:hover, .bt_appstore:focus {background-position:left bottom;}
		
#landing_page #facebook {
	width:190px;
	height:168px;
	position:absolute;
	left:560px;
	padding:5px 25px 0 0;
	top:410px;
}
	#landing_page #facebook p img {vertical-align:text-bottom;}
	
	#landing_page #facebook .bt_facebook {position:absolute; top:75px; left:0;}
	.bt_facebook {display:inline-block; height:66px; width:183px; background:url(../images/styles/bt_facebook.png) left top no-repeat; overflow:hidden; margin-top:10px;}
		.bt_facebook span {text-indent:-400px; display:block; width:30px;}
		.bt_facebook:hover, .bt_facebook:focus {background-position:left bottom;}


#landing_page p {line-height:18px; margin-bottom:8px;}
