/*
	RESET & BASIC SETUP
*/
* 							{ margin: 0; padding: 0; }
body {
	font-size: 62.5%;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: #ffffff/*#e30b03*/;
	color: #000;
	overflow: hidden;
		
}
img{display:block;}
/*
	STRUCTURE
*/
#page-wrap{
	background:#e40b04;
	margin:0 auto;
	height:100%;
	width:686px;
	padding: 20px 0 0 0;
	overflow:hidden;
}
#wrapper{
	background:#e40b04;
	margin:0;
	height:100%;
}
#post {
	display:block;
	width: 686px;
	margin: 0 auto 0;
	color: #FFF;
	font-size:2.2em;
	font-weight:bold;
	
	/*height:420px;*/
	min-height:200px;
}
.post2 {
	display:block;
	width: 686px;
	margin: 0 auto 0;
	color: #FFF;
	font-size:2.2em;
	font-weight:bold;
	padding: 20px 0 0;
	height:121px;
}
#post_bottom {
	display:none;
	width: 100%;
	height:100%;
	margin: 0 auto 0;
}

#heading{
	width: 100%;
	display:block;
	background:#e40b04;
	padding:/*121px 0*/ 0;
}

#stayYes{
	margin-right:10px;
}

#likeSg{
	width: 686px;
	display:block;
	margin:0 auto 0;
	/*cursor:pointer;*/
}
#likeBtn{
	cursor:pointer;
}
.white-bar{
	display:none;
	position:relative;
	bottom:0px;
	margin: /*420px*/350px auto 0;
	width:/*1000px*/ 100%;
	height:89px;
	background:url(images/white-bar.jpg) no-repeat center top;
	padding: 28px 0 0;
}
#tooltipbox{
	display:none;
	width:686px;
	position:absolute;
	margin:88px 0 0 0;
	left:0;
}
.tooltip-left{
	background:url(images/tooltipSmall_left.jpg) left 16px no-repeat;
	width:32px;
	height:70px;
}
.tooltip-middle{
	background:url(images/tooltipSmall_middle.jpg) center 16px repeat-x;
	height:70px;
	font-size:1.1em;
	font-weight:bold;
	/*padding: 10px 0 32px;*/
}

.tooltip-right{
	background:url(images/tooltipSmall_right.jpg) right 16px no-repeat;
	height:70px;
	width:32px;
}
#tbl{
	position:relative;
	display:block;
	margin:0 auto 0;
}
#tbl td{
	font-size:1.0em;
	font-weight:bold;
	padding:0 10px;
}
#tbl td a{
	font-size:1.0em;
	font-weight:bold;
	padding:0 10px;
}

#tbl table td{
	padding:0 /*10px*/;
}


input#btnSubmit{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:1.0em;
	font-weight:bold;
	color: #e40b04;
}

input#email{
	color: #626262;
	width:100px;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size:1.0em;
}

#phrase{
	color: #626262;
	width:193px;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size:1.0em;
}
.home{
	display:block;
	cursor:pointer;
}
#emailForm{
	display:none;
}
#textPara a{
	color:#fff;
	/*display:block;*/
}
#textPara a:hover{
	color:#fff;
	text-decoration:none;
}
.faq{
	color:#ccc;
	position:relative;
	/*width:120px;*/
	width:145px;
	margin: 35px auto 0;
	font-size:1.0em;
	display:block;
}
.faq a{
	margin:0 10px;
	color:#ccc;
}

.clear {
clear:both;
}
/*
	TYPOGRAPHY
*/
p							{ font-size: 1.2em; margin: 0;/*margin: 0 0 15px 0;*/ }
h1							{ height:240px; }
h2							{ font-family: Helvetica, sans-serif; font-size: 3.0em;
							  letter-spacing: -1px; color: #ccc; }
a							{ color: #0066cc; }
a:hover						{ color: #ccc; }
a:link, a:hover, a:visited {
	text-decoration: none;	
	color: #e40b04;
}

