/*  -------------------------------------------------------------------
	Shell ------------------------------------------------------------- */

	/* container */
	#container {
		
	}

	/* center */
	.visible {
		margin:0 auto;
		text-align:left;
		width:960px;
	}


/*  -------------------------------------------------------------------
	Header ------------------------------------------------------------ */
	#header {
		background:#2d5c3d url('../img/bg_header_content.gif') repeat-x;
		color:#fff;
		font-size:11px;
		height:27px;
	}
	#header .visible {
		position:relative;
		z-index:11;
	}

	#home #header { background:#fafafa; color:#999; } /* #home */
	
		/* links */
		#header a.nav_a { color:#fff; height:27px; line-height:27px; }
		#header a.nav_a:hover, ul#offers_nav li.selected a.nav_a { background:#3d7d53; }

		/* #home */
		#home #header a.nav_a { color:#363636; background:none; }
		#home #header a.nav_a:hover { background:#eee; }

		/* offers nav */
		ul#offers_nav { float:left; background:url('../img/bg_offers_nav.jpg') no-repeat right; padding-right:1px; }
		ul#offers_nav li { background:url('../img/bg_offers_nav.jpg') no-repeat left; float:left; position:relative; }

			ul#offers_nav li a {
				display:block;
				float:left;
				font-size:12px;
				font-weight:bold;
				height:27px;
				line-height:27px;
				margin-left:1px;
				outline:0;
				padding:0 10px;
				text-decoration:none;
				text-transform:uppercase;
			}
			ul#offers_nav li a:hover, ul#offers_nav li.selected { text-decoration:underline; }

		#home ul#offers_nav { display:none; }

		/* main nav */
		ul#m_nav { float:right; }
		ul#m_nav li { float:left; position:relative; margin-left:1px; }

			ul#m_nav li a {
				display:block;
				float:left;
				height:27px;
				line-height:25px;
				outline:0;
				padding:0 10px;
			}

			ul#m_nav li.location a { text-decoration:none; }
			ul#m_nav li.location a span { text-decoration:underline; }
			ul#m_nav li.location a:hover span { text-decoration:none; }


		/* s_nav */
		ul#m_nav li.withsub_hover a.open_sub {
			color:#fff!important;
			background:#3d7d53!important;
		}

			ul#m_nav li.withsub .s_nav {
				background:#3d7d53;
				color:#fff;
				display:none;
				float:left;
				position:absolute;
				top:27px; right:0;
				* _right:-1px;
				width:370px;
				* _width:384px; /*IE6*/
				z-index:98;
			}
			ul#m_nav li.withsub_hover .s_nav { display:block; }
			ul#m_nav li.withsub #change_location.s_nav { width:420px; }

				ul#m_nav li.withsub .s_nav .inner { padding:15px; position:relative; }
				ul#m_nav li.withsub .s_nav .inner p { width:85%; }
				ul#m_nav li.withsub .s_nav .inner input.submit { display:inline; margin-left:20px; }
				ul#m_nav li.withsub .s_nav .inner .close_sub { position:absolute; top:8px; right:0; }


		/* font size */
		#fontswitcher { float:right; }
		#fontswitcher li { float:left; }

			#fontswitcher li a#sizesmall,
			#fontswitcher li a#sizelarge {
				display:block;
				float:left;
				font-weight:bold;
				margin-left:1px;
				outline:0;
				padding:0 10px;
				text-decoration:none;
			}

			/* currently selected */
			body.large #fontswitcher li a#sizesmall,
			body.small #fontswitcher li a#sizelarge { color:#609945; }
			body.small #fontswitcher li a#sizesmall,
			body.large #fontswitcher li a#sizelarge { color:#87c240; }

			/* #home | currently selected */
			#home.large #fontswitcher li a#sizesmall,
			#home.small #fontswitcher li a#sizelarge { color:#c4c4c4; }
			#home.small #fontswitcher li a#sizesmall,
			#home.large #fontswitcher li a#sizelarge { color:#363636; }


/*  -------------------------------------------------------------------
	Home -------------------------------------------------------------- */
	#home #content { background:#cdcdcd url('../img/bg/bg_1.jpg') repeat-x center top; }
	#home #content .visible {
		background:#cdcdcd url('../img/bg/bg_home.jpg') no-repeat center top;
		min-height:680px;
		height:auto!important;
		height:680px;
		position:relative;
		z-index:10;
	}

		#home #b_td_exclusive {
			background:#fff url('../img/b_td_exclusive.gif') no-repeat 15px 12px;
			border:1px solid #bcc8c2;
			border-radius:11px;
			-moz-border-radius: 11px;
			-khtml-border-radius: 11px;
			-webkit-border-radius: 11px;
			position:absolute;
			top:12px; right:15px;
			width:250px; height:82px;
		}
			#home #b_td_exclusive .inner {
				font-size:10px;
				padding:40px 15px 0 15px;
			}

		/* col_left */
		#home #content .col_left {
			float:left;
			margin-top:18px;
			width:360px;
			* _width:361px; /*IE 6*/
		}
		

			#home #content .col_left h1 { font-size:32px; }
			#home #content .col_left #cta { margin:30px 0 50px; }
			#home #content .col_left #cta div { width:200px; float:left; margin-left:20px; }

		/* col_right */
		#home #content .col_right {
			float:right;
			margin:200px 143px 0 0;
			position:relative;
			width:350px;
			
		}
		#home #content .col_right .valign a { color:#252525; text-decoration:none; }

			#home #content .col_right h1.location { font-size:18px; }
			#home #content .col_right .change { font-size:11px; }

			#home #content .col_right .offer_1,
			#home #content .col_right .offer_2 {
				font-size:15px;
				position:absolute; left:0;
				width:350px
			}
			#home #content .col_right .offer_1 { top:37px; }
			#home #content .col_right .offer_2 { top:154px; }

				#home #content .col_right .offer_1 img,
				#home #content .col_right .offer_2 img {
					float:left;
					margin-left:10px;
					width:93px;
				}
				#home #content .col_right .valign {
					float:left;
					margin-left:20px;
					width:220px;
				}
				
				#home #b_view_offers { position:absolute; top:285px; left:75px; }


/*  -------------------------------------------------------------------
	Content ----------------------------------------------------------- */
	#inside #content { background:#cdcdcd url('../img/bg/bg_1.jpg') repeat-x center top; }
	#inside #content .visible { padding-top:176px; }

		/* content_box */
		#content_box_top { background:#fff; width:960px; height:50px; }
		#content_box { background:#fff; padding-bottom:50px; width:960px; }
		#content_box .inner { padding:0 30px; }

		/* inside page bg variations */
		#inside #content.style_1 {  }
		#inside #content.style_1 .visible { background:#cdcdcd url('../img/bg/bg_1_content.jpg') repeat-x center top; }
		#inside #content.style_1 #content_box_top { background:#fff url('../img/bg/bg_1_content_box_top.jpg') no-repeat center top; }

		#inside #content.style_2 {
			background:#a0da62 url('../img/bg/bg_2.jpg') repeat-x center top;
			* _background:#a0da62 url('../img/bg/bg_1.jpg') repeat-x center top; /* IE6 */
		}
		#inside #content.style_2 .visible {
			background:#a0da62 url('../img/bg/bg_2_content.jpg') repeat-x center top;
			* _background:#a0da62 url('../img/bg/bg_1_content.jpg') repeat-x center top; /* IE6 */
		}
		#inside #content.style_2 #content_box_top {
			background:#fff url('../img/bg/bg_2_content_box_top.jpg') no-repeat center top;
			* _background:#fff url('../img/bg/bg_1_content_box_top.jpg') no-repeat center top; /* IE6 */
		}

		#inside #content.style_3 { background:#cdcdcd url('../img/bg/bg_3.jpg') center top;  }
		#inside #content.style_3 .visible { background:#cdcdcd url('../img/bg/bg_3_content.jpg') repeat-x center top; }
		#inside #content.style_3 #content_box_top { background:#fff url('../img/bg/bg_3_content_box_top.jpg') no-repeat center top; }

		/* col_wide & col_narrow */
		.col_wide, .col_narrow { float:left; position:relative; }
		.col_wide { width:650px; }
			* _.col_wide { width:637px; } /*IE6*/
		.col_narrow { width:220px; }
			* _.col_narrow { width:220px; } /*IE6*/
		.col_margin { margin-left:30px; }
		
		
		


/*  -------------------------------------------------------------------
	Card Details ------------------------------------------------------ */
	#card-benefits #frm_filters { margin:10px 0 0 0; font-size:12px!important; line-height:14px; }
		#card-benefits #frm_filters label { display:inline; padding:0 8px 0 5px; vertical-align:bottom; }
		#card-benefits #frm_filters input { vertical-align:bottom; }

	#card-benefits #description_container { width:72%; }
	#card-benefits #description_container .description { margin-top:32px; }
	#card-benefits #description_container img { margin-bottom:12px; }
	#card-benefits #description_container p { margin-bottom:18px; }


/*  -------------------------------------------------------------------
	Offer Listing & Map ----------------------------------------------- */

	/* col_narrow */
	#offer-listing ul#search-filter,
	#offer-listing #search-fields {
		background:url('../img/bg/bg_col_narrow_divider.jpg') no-repeat bottom center;
		margin-bottom:10px;
		padding-bottom:35px;
		* _width:244px; /* IE6 */
	}

	#offer-listing ul#search-filter li {  }
	#offer-listing ul#search-filter li input,
	#offer-listing ul#search-filter li label { float:left; margin-right:10px; }
	#offer-listing ul#search-filter li input { margin-top:6px; }
	#offer-listing ul#search-filter li label { line-height:24px; padding-left:31px; }

	#offer-listing ul#search-filter li label.apparel-accessories { background:url('../img/category-icons/apparel-accessories.gif') no-repeat left; }
	#offer-listing ul#search-filter li label.food-drink { background:url('../img/category-icons/food-drink.gif') no-repeat left; }
	#offer-listing ul#search-filter li label.travel-entertainment { background:url('../img/category-icons/travel-entertainment.gif') no-repeat left; }
	#offer-listing ul#search-filter li label.other { background:url('../img/category-icons/other.gif') no-repeat left; }

	#offer-listing #search-fields { padding-bottom:40px; }
	#offer-listing #search-fields select { margin-top:20px; }

	#offer-listing #map_canvas { width:652px; height:474px; background-color:#999; }

	#offer-listing .changeview.space { margin-right:135px; }
	#offer-listing .changeview a { font-size:13px; }
	#offer-listing .changeview img { vertical-align:middle; padding:0 4px 2px 0; }

	/* offer-list */
	.addthis_button {
		* _display:none; /* IE6 */
		position:absolute;
		top:-3px; right:-37px;
	}
	
	.offer-list { border-top:1px dotted #999; margin-bottom:30px; }
	.offer-list li { border-bottom:1px dotted #999; padding:15px 0; position:relative; }
	.offer-list li.myaxs { background:url('../img/bg/bg_myaxs.jpg') repeat-x top; }

		.offer-list li .description {
			line-height:1.33em;
			margin-left:15px;
			position:relative;
			width:450px;
		}
			.offer-list li .description .headline { font-size:13px; }
			.offer-list li .description .details { font-size:11px; margin-top:12px; }
			.offer-list li .description .price { color:#76bd50; }
			.offer-list li .b_view_details { top:50px; right:-37px; position:absolute; }

	/* offer-list.featured */
	.offer-list.featured {
		border:1px solid #ffcc7f;
		border-radius:11px;
		-moz-border-radius:11px;
		-khtml-border-radius:11px;
		-webkit-border-radius:11px;
		margin-bottom:20px;
	}
	.offer-list.featured li { border:none; padding:15px; }
		.offer-list.featured li .b_view_details { right:-38px; }

	/* pagination */	
	.pagination { margin-left:0; }
	.pagination li { float:left; margin-right:10px; }
	.pagination li img { margin-top:-4px; }


/*  -------------------------------------------------------------------
	Offer Details ----------------------------------------------------- */
	#b_back_to_listing { position:absolute; top:-30px; }
		#b_back_to_listing img { float:left; }
		#b_back_to_listing a { float:left; margin-left:5px; }
	
	#offer-details .offer-exclusive { 
		background-color:#e5eae7;
		border-radius:11px;
		-moz-border-radius: 11px;
		-khtml-border-radius: 11px;
		-webkit-border-radius: 11px;
		font-size:10px;
		padding: 9px 12px;
		width:280px;
	}
	
	.offer-dates { font-size:11px; }
		.offer-dates span.first { margin-right:20px; }

	#offer-details .offer-terms { font-size:10px; line-height:12px; }
		#offer-details .offer-terms sup { font-size:8px; line-height:8px; }
	#offer-details .col_narrow { padding-top:40px; }
	#offer-details .minimap { width:224px; height:244px; background-color:#999; }
	#offer-details ol#offer_locations { padding-left:20px; *padding-left:35px; }
		#offer-details ol#offer_locations li { font-size:11px; line-height:12px; margin-bottom:8px }


/*  -------------------------------------------------------------------
	Footer ------------------------------------------------------------ */
	#footer {
		background:#ebebeb url('../img/bg_footer.gif') repeat-x center top;
		color:#636363;
		font-size:11px;
		padding:25px 0 15px 0;
	}
	#footer .visible {
		position:relative;
		text-align:center;
		z-index:11;
	}

		#l_footer { position:absolute; left:340px; top:-55px; }

		#footer p { margin:0; }
		#footer p.nav { padding:35px 0 12px 0; }
		#footer p.notice { padding:0 0 10px 0; }
		#footer p.copyright { padding:0; }
		

/*  -------------------------------------------------------------------
	Print Coupon ------------------------------------------------------ */
	#coupon-container { width:600px; background-color:white; padding:30px 25px 20px 20px; position:relative; }
	
		#coupon-container .offer-terms { font-size:10px; line-height:12px; }
		#coupon-container .coupon-detail { margin-left:20px; width:50%; }
		#coupon-container .close { margin-top:-10px; }
		#coupon-frame-top, #coupon-frame-bottom { display:none; width:630px; }
		#coupon-frame-top { position:absolute; top:15px; left:5px; }
		#coupon-frame-bottom { position:absolute; bottom:20px; left:5px; }
		
		
/*  -------------------------------------------------------------------
	Warning ----------------------------------------------------------- */
	#warning { 
		background-color:#9e0b0f;
		color:white;
		padding:10px;
		position:absolute; right:60px; top:50px;
		width:256px;
	}
		#warning a { color:white; }