/* CSS Document */
* {
	margin:0px;
	padding:0px;
}

ul, ol {
	margin-left:22px;
}

body {
	margin-left:auto;
	margin-right:auto;	
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	_line-height:100%;
}

.check {
	margin:0; /* for FF */ 
	width: 15px; /* for ie */ 
	height: 15px; /* For ie */ 
}

#container{
	clear:both;
	position:relative;
	width:1024px;
	margin:auto;
	text-align:left;
	-moz-box-sizing: border-box;	
	-webkit-box-sizing: border-box;
}

#master_nav {		
	padding-right:60px;
	text-align:right;
	margin:0px;
	height:42px;
	display:block;
	clear:both;
}

#header {
	width:100%;
	height:87px;
	vertical-align:middle;
	padding-top:7px;	
	border:0px solid #AA0000;
}

#header_subpage {
	width:100%;
	height:87px;
	vertical-align:middle;
	padding-top:7px; /* this line is causing footer alignment issues on ie6 */
}

#logo {
	margin:0px;
	padding:0px;
	display:inline;
	border:0px solid #cc0000;
	float:left;
	width:401px;
}

#nav {
	margin:0px;
	float:right;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:10px;
	padding-top:0px;
	display:inline;
	border:0px solid #ffffff;
	vertical-align:bottom;
	width:607px;
	_width: 555px; /* IE6 */
	_padding-left: 0px; /* IE6 */
	_padding-right: 50px; /* IE6 */
}

#login {
	height:50px; 
	padding-top:10px; 
	border:0px solid #000; 
	margin-right:60px; 
	text-align:right; 
	width:90%; 
	float:right;
	_margin-right: 0px; /* IE6 */
}

#signup_button{
	padding-top:10px;
	padding-bottom:6px;
	text-align:center;
}

#navigation {
	vertical-align:baseline;
	clear:both;
}

#content{
	width:924px;
	vertical-align:top;
	text-align:left;
	border:0px solid #000000;
	padding-top:10px;
	padding-left:50px;
	-moz-box-sizing: border-box;	
	-webkit-box-sizing: border-box;
}

#home_content{
	width:922px;
	vertical-align:top;
	text-align:left;
	border:0px solid #000000;
	padding-top:10px;
	padding-left:50px;
}

#content_subpage{
	width:1058px;
	position:relative;
	text-align:left;	
	-moz-box-sizing: border-box;	
	-webkit-box-sizing: border-box;
	display:block;
	clear:both;
	min-height:605px;
}

#content_subpage_profile{
	width:1058px;
	vertical-align:top;
	text-align:left;
	-moz-box-sizing: border-box;	
	-webkit-box-sizing: border-box;
}


#contentLeft{
	float:left;
	border:0px solid #000;
	display:inline;
}

#home_contentInnerLeft{
	background-image:url(../images/bg-signup-box.png);
	background-repeat:repeat-x;
	background-position:top;	
	background-color:#8FC913;
	width:221px;
	height:322px;
	_height:320px;
	padding:4px;
	vertical-align:middle;
}

#contentInnerLeft{
	width:275px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	padding-bottom:0px;

}

.border_yellow {
	border:1px solid #FFFFFF;
	padding-left:19px;
	padding-right:19px;
	padding-top:19px;
	padding-bottom:19px;
	line-height:100%;
	height:281px;
	_height:279px;
	_padding-bottom:17px;
}

#contentRight {
	float:right;
	border:0px solid #fff;
	display:inline;
}

#home_contentInnerRight {
	width:677px;
	height:329px;
	text-align:left;
	background-color:#FFFFFF;
	border:0px solid #66FF33;
}

#contentInnerRight {
	width:712px;
	height:545px;
	text-align:left;
	background-color:#FFC926;
	border:0px solid #66FF33;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
		
}

#global_padding {
	padding-left:15px; 
	padding-top:24px; 
	padding-right:25px;
	-moz-box-sizing: border-box;	
	-webkit-box-sizing: border-box;
}

#contentInnerRight_reg {
	width:689px;
	height:545px;
	text-align:left;
	background-color:#FFC926;
	border:0px solid #66FF33;
	overflow:auto;
		
}

#contentInnerRight_2 {
	width:512px;
	height:545px;
	text-align:left;
	background-color:#E5FA84;
	border:0px solid #66FF33;
		
}


#contentInnerRight_new {
	width:512px;
	text-align:left;
	border:0px solid #66FF33;
		
}

#sub_contentRight {
	float:left;
	border:0px solid #fff;
	display:inline;
	padding-top:4px;
}

#home_contentInnerRight_bg {	
	background-image:url(../images/bg-content.jpg);
	background-repeat:no-repeat;
	height:330px;
}

.home_content_padding {
	width:615px;
	padding:20px;
	_padding:20px 10px 10px 30px;
}

#carousel {
	clear:both; 
	margin:0px; 
	padding-top:28px;
	height:169px;
}

#legal {
	padding-top:20px;
	width:924px; 
	margin-left:auto; 
	margin-right:auto;
	text-align:center;	
}

#footer {
	clear:both;
	text-align:center;
}

.footer_pad {	
	padding-top:15px;
}

#footer_subpage_long {
	position:relative;
	clear:both;
	text-align:center;
}

#legalLeft {
	float:left;
	width:50%;
	text-align:left;
}

#legalRight {
	float:right;
	width:50%;
	text-align:right;
}

.master_nav_bg {
	background-image:url(../images/masternav-bg.jpg);
	background-repeat:no-repeat;
	width:318px;
	height:27px;
	line-height:27px;
	text-align:center;
	vertical-align:middle;
	display:inline-block;
}

.style_input {
	background-color:#FFFEC3;
	border:1px solid #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003300;
}

.style_input_thin {
	background-color:#FFFEC3;
	border:1px solid #666666;
	width:148px;
	height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003300;
}

.bg_home {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#B0D94D;
}

.bg_subpage {
	background-image:url(../images/subpage-bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#B0D94D;
}

.bg_subpage_long {
	background-image:url(../images/subpage-bg-long.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#B0D94D;
}

.bg_subpage_profile {
	background-image:url(../images/bg-profile.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#FFFFFF;
}

.topnav_bg {
	background-image:url(../images/topnav-bg.jpg);
	background-repeat:repeat-x;
	height:87px;
}

.green_bar {
	width:100%;
	height:8px;
	background-color:#003300;
}

.reward_box_mid {
	background-image:url(../images/bg-code-mid.gif);
	background-repeat:repeat-y;
	width:219px;
	text-align:center;
}

#code_box {
	background-color:#FFFF99;
	width:183px;
	height:32px;
	line-height:32px;
	vertical-align:middle;
	margin-bottom:4px;
}

#subpage_main_content {
	width:715px;
	margin-left: auto; 
	margin-right: auto;
	text-align:left;
}

#subpage_top_video {
	background-color:#FFFFFF;
	height:80px;
	vertical-align: bottom;
	text-align:center;
	text-align: -moz-center;
	margin-left: auto; 
	margin-right: auto;
	padding-top:16px;
}

#subpage_mid_video {
	background-color:#FFFFFF;
	height:365px;
	vertical-align: bottom;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	overflow:auto;
}

#subpage_top {
	background-color:#FFFFFF;
	height:115px;
	vertical-align: bottom;
	text-align:center;
	text-align: -moz-center;
	margin-left: auto; 
	margin-right: auto;
	padding-top:16px;
}

#subpage_mid {
	background-color:#FFFFFF;
	height:330px;
	vertical-align: bottom;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	overflow:auto;
}

#subpage_mid_long {
	background-color:#FFFFFF;
	height: 415px;
	vertical-align: bottom;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	overflow:auto;
}

#subpage_mid_longest {
	background-color:#FFFFFF;
	height:535px;
	vertical-align: bottom;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	overflow:auto;
}

#subpage_mid_pad {
	padding-top:10px; 
	padding-left:30px; 
	padding-right:20px;
	text-align:left;
}

#subpage_mid_pad_new {
	padding-top:10px; 
	padding-left:20px;
	text-align:left;
}

#subpage_mid_pad2 {
	padding-top:10px; 
	padding-left:50px; 
	padding-right:10px;
	text-align:left;
}

#subpage_btm {
	background-color:#FFFFFF;	
	height:60px;
	vertical-align: bottom;
	text-align:center;
	text-align: -moz-center;
	margin-left:auto;
	margin-right:auto;
	padding-top:16px;
}

#subnav {
	height:24px;
}

#rewards_container {
	background-image:url(../images/code-bg.jpg); 
	background-repeat:no-repeat; 
	height:135px; 
	width:332px;
}

/*-----------------Carousel---------------------------*/
.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px solid black;
overflow: scroll; /*leave this value alone*/
width:930px; /*Width of Carousel Viewer itself*/
height: 150px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
width: 930px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepcarousel_inner{
position: relative; /*leave this value alone*/
border: 0px solid black;
overflow: scroll; /*leave this value alone*/
width:440px; /*Width of Carousel Viewer itself*/
height: 76px; /*Height should enough to fit largest content's height*/
}

.stepcarousel_inner .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel_inner .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
width: 440px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.coupon_box {
	float:left;
	text-align:left;
	width:120px;
	height:60px;
	vertical-align:middle;
	padding-right:10px; 
	padding-left:10px;
}

.coupon_box_new {
	float:left;
	text-align:left;
	width:80px;
	height:60px;
	vertical-align:middle;
	padding-right:10px; 
	padding-left:10px;
}

.article_box {
	float:left;
	text-align:left;
	width:200px;
	height:60px;
	vertical-align:middle;
	padding-right:10px; 
	padding-left:10px;
}

#main_box {
	float:left;
	width:180px; 
	padding-right:15px;
	text-align:left;
	height:60px;
	vertical-align:middle;
}

#main_box_video {
	float:left;
	width:170px; 
	padding-right:15px;
	text-align:left;
	height:60px;
	vertical-align:middle;
}

.popout {
	background-image:url(../images/bg-popout_new.gif);
	background-repeat:no-repeat; 
	width:307px; 
	height:164px; 
	position:absolute; 
	left:180; 
	top:0; 
	z-index:1;
	visibility:hidden;
}

.popout_close {
	text-align:right;
	padding-right:10px;
}

#bg_left_box {
	background-image:url(../images/bg-left-box.jpg); 
	background-repeat:no-repeat; 
	width:219px; 
	height:76px;
}

.popout_text {
	padding-left:20px;
	padding-right:20px;
	padding-top:24px;
}

.popout_hdr {
	padding-bottom:10px;
}

#focus_container {
	width:231px;
	float:left;
	cursor:pointer;
}

.focus_img {
	width:73px; 
	padding-right:10px; 
	float:left;
}

.focus_copy {
	width:148px; 
	float:right; 
	text-align:left;
}

.focus_copy_pad {
	padding-right:10px;
}

#box
 {
	  position: absolute;
	  left: 50%;
	  top:40%;
	  margin-left: -115px;
	  width: 415px;
	  padding: 12px; 
	  text-align: left;
	  visibility:hidden;
	  z-index:1000;
}

#bg_redeem {
	  background-image:url(../images/redeemcode-bg.gif); 
	  background-repeat:no-repeat; 
	  height:118px; 
	  width:280px;
}

.redeem_pad {
	  padding-left:5px; 
	  padding-top:5px; 
	  padding-bottom:10px;
}

.radio{
    border:0px; 
	height:14px;
	margin:0px;
	padding:0px;
  }

.ecard1_bg {
	background-image:url(../images/bg-card1.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:615px;
	height:371px;
}

.ecard2_bg {
	background-image:url(../images/bg-card2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:615px;
	height:371px;
}

.ecard3_bg {
	background-image:url(../images/bg-card3.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:615px;
	height:371px;
}

.ecard_input {
	border:1px solid #999999;
	width:175px;
	height:22px;
}

.font13_gray_input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#212C00;
	font-weight:bold;
	padding:2px;
}

.bg {
	background-color:#FF9900;
}

.box_padding {
	float:left; 
	padding-left:8px;
}

#inner_padding {
	padding-top:10px; 
	padding-left:10px; 
	padding-right:10px;
}

#redeem_padding {
	padding-left:15px; 
	padding-top:24px; 
	padding-right:25px;
	-moz-box-sizing: border-box;	
	-webkit-box-sizing: border-box;
}

#footer_green_bar {
	height:15px; 
	background-color:#AFD84C;
}

#wrap_legal {
	background-color:#AFD84C;
	width:100%;
	height:80px;
}

#footer_darkg_bar {
	height:18px; 
	line-height:100%; 
	background-color:#033103;
}

.subpage_btm_pad {
	padding-left:40px; padding-top:10px;
}

.subpage_btm_pad_video {
	padding-left:40px; padding-top:4px;
}