@charset "UTF-8";
/* ------------------------------ THE MAIN CSS IS FOR ALL CONSTANT ITEMS THAT WILL NOT CHANGE MINUS BANNER ---------------------- */ 
/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: url(../_images/_jpgs/BodyBackground.jpg); /* this just clears out for IE6, not an actual image */
	font-family:Verdana, Geneva, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END RESET ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */



.clearfloats { clear: both; }
.clear { clear:both; }


/* Font Styles ––––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,h2,h3,h4,h5,h6 { color: #0069aa; font-family:Verdana, Geneva, sans-serif; font-size: 11px; }
p,ul,ol,li,a,tr,td {color: #666; font-family:Verdana, Geneva, sans-serif; font-size: 12px; }
h1,h2,h6 { font-weight: bold; }
h1, .h1 { font-size: 30px; }
h2, .h2 { font-size: 26px; }
h3, .h3 { font-size: 22px; line-height: 1.7em; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 14px; line-height: 1.5em; }
h6, .h6 { font-size: 12px; }
.bold { font-weight: bold; }
p.white { color: white; }
/* Body Styles ––––––––––––––––––––––––––––––––––––––––––––––––––– */

body { 
	background: #fff url(../_images/_jpgs/site_background.jpg) repeat-x scroll top center; 
	}

/* –––––––––––––––––––––––––––––––––––– Span Styles ––– */
span.underline { text-decoration: underline; }	
span.unbold { font-weight: normal; }
span.inline {display: inline; }
span.small { font-size: 10px; }

/* –––––––––––––––––––––––––––––––––––– Text Button ––– */
a.button { 
	width: 100px;
	height: 22px;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 2em;
	}
a.button:hover { 
	background-color: #0069aa;
	color: white;
	}

/* –––––––––––––––––––––––––––––––––––– Color Class Styles ––– */
.blue { color: #0069aa; }
.green { color: #5aba47; }
.purple { color: #502e8c; }
.orange { color: #ff8c1d; }

.grey-border { border: 1px solid #999; }
.blue-border { border: 1px solid #0069aa; }
.green-border { border: 1px solid  #5aba47; }
.purple-border { border: 1px solid #502e8c; }
.orange-border { border: 1px solid #ff8c1d; }

/* –––––––––––––––––––––––––––––––––––– Form Field Styles ––– */
input { border: 1px solid #999; }

/* –––––––––––––––––––––––––––––––––––– Table Styles ––– */
table {}
table tr {}
table tr td { padding: 5px; text-align: bottom; }

/* –––––––––––––––––––––––––––––––––––– List Styles ––– */
ul.border { border: 1px solid #ececec; padding: 10px;}

/* Wrapper Styles ––––––––––––––––––––––––––––––––––––––––––––––––––– */

#wrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;
	}

/* Header NAVIGATION Styles –––––––––––––––––––––––––––––––––––––––––––––––Header NAVIGATION Styles–––– */

#header {
	width: 900px;
	height: 320px;
	position: relative;
	padding-bottom: 40px; 
	background: url(../_images/_pngs/header-bg.png) top right no-repeat;
	}
	
/* ck logo */
#header .logo { 
	position: absolute; 
	left: 30px; 
	top: 182px; 
	}
#header .home-button {
	position: absolute;
	left: 30px;
	top: 142px; 
	width: 78px;
	height: 80px;
	}
#header .home-button .title {
	position: absolute;
	left: 20px;
	top: 30px;
	}

/* financial services */
#header .button1 { 
	position: absolute;
	left: 127px; 
	top: 13px;
	width: 194px;
	height: 156px;
	position: relative; 
	 }
#header .button1 .title {
	position: absolute;
	top: 51px;
	left: 111px;
	width: 80px;
	} 
	 
/* fresh food */
#header .button2 { 
	position: absolute; 
	left: 273px; 
	top: 79px; 
	}
#header .button2 .title {
	position: absolute;
	top: 27px;
	left: 59px;
	width: 80px;
	} 

/* hot coupons */
#header .button3 { 
	position: absolute; 
	left: 463px; 
	top: 39px; 
	}
#header .button3 .title {
	position: absolute;
	top: 98px;
	left: 133px;
	width: 80px;
	} 
	
/* fuel */	
#header .button4 { 
	position: absolute; 
	left: 690px; 
	top: 64px; 
	}
#header .button4 .title {
	position: absolute;
	top: 168px;
	left: 85px;
	width: 80px;
	} 	

/* –––– couchtard logo –––– */
#couchetard 
	{
	padding-top: 10px; 
	float: right; 
	}

/* –––––––––––––––––––––––––––––––––––––––––––––––––––top login banner */	
#header #navigation-tab { 
	position: absolute; 
	right: 35px; 
	top: -5px; 
	height: 30px;
	}
#header #navigation-tab #buttons { 
	float: left;
	height: 30px; 
	min-width: 114px;
	background: url(../_images/_pngs/home-navigation-tab-bg-left.png) top left no-repeat; 
	}
#header #navigation-tab #buttons #cell {
	float: left;
	padding: 0px 15px;
	color: white;
	font-weight: bold;
	font-size: 11px;
	line-height: 2.6em;
	border-right: 1px solid white;
	}
#header #navigation-tab #buttons #cell.last { border-right: none; }
#header #navigation-tab #buttons #cell  a{
	color: white;
	}
#header #navigation-tab #buttons #cell  a.padded {
	padding-right: 
	}
#header #navigation-tab #cell-bookend{ 
	float: left;
	height: 30px; 
	width: 14px;
	background:  url(../_images/_pngs/home-navigation-tab-bg-right.png) top left no-repeat; 
	}

#header .title {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-weight: 700;
	}
#header a {
	text-decoration: none;
	}

/* Sidebar_left Styles ––––––––––––––––––––––––––––––––––––––––––––––––––– */

#sidebar_left {
	float: left;
	width: 150px;
	padding-left: 35px;
	margin-bottom: 15px;
	}
#sidebar_left .sidebar_left_wrapper {
	padding-bottom: 10px; 
	position: relative;
	width: 150px;
	overflow: hidden;
	}
#sidebar_left .sidebar_left_wrapper img{
	position: relative;
	float: left;
	padding: 0px;
	}
#sidebar_left .sidebar_left_header {
	position: relative;
	float: left;
	width: 150px;
	height: 27px;
	}
.sidebar_left_header .sidebar_left_header_title {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 150px;
	height: 27px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 2.1em;
	}
#sidebar_left .sidebar_left_content {
	position: relative;
	float: left;
	width: 148px;
	border-left: solid 1px #999; 
	border-right: solid 1px #999;
	}
#sidebar_left .sidebar_left_footer {
	position: relative;
	float: left;
	width: 150px;
	height: 25px;
	overflow: hidden;
	}
#sidebar_left .sidebar_left_footer .sidebar_left_footer_title {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 150px;
	height: 27px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 2.1em;
	}
#sidebar_left .sidebar_left_button {
	width: 148px;
	height: 26px;
	background: url(../_images/_jpgs/sidebar_button_bg.jpg) repeat-x scroll top center;
	overflow: hidden;
	}
#sidebar_left .sidebar_left_button a {
	width:148px;
	height: 26px;
	display: block;
	text-decoration: none;
	line-height: 2.3em;
	text-align: center;
	font-weight: bold;
	color: #999;
	font-size: 10px; 
	}
#sidebar_left .sidebar_left_button a:hover {
	color: #0076b8;
	}
#sidebar_left .sidebar_left_button a.current {
	color: #0076b8;
	}
	
/* Sidebar_right Styles ––––––––––––––––––––––––––––––––––––––––––––––––––– */

#sidebar_right {
	float: left;
	width: 150px;
	min-height: 100px;
	margin-right: 35px;
	margin-bottom: 15px;
	}
#sidebar_right .sidebar_right_wrapper {
	margin-bottom: 10px; 
	}
#sidebar_right .sidebar_right_header {
	position: relative;
	width: 150px;
	height: 27px;
	overflow: hidden;
	}
.sidebar_right_header .sidebar_right_header_title {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 150px;
	height: 27px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 2.1em;
	}
#sidebar_right .sidebar_right_content {
	min-height: 150px;
	width: 148px;
	background: #fff;
	border-left: solid 1px #999; 
	border-right: solid 1px #999;
	}
#sidebar_right .sidebar_right_footer {
	width: 150px;
	height: 10px; 
	}
	
	
/* MainContent Styles ––––––––––––––––––––––––––––––––––––––––––––––––––– */

#maincontent {
	position: relative;
	float: left;
	width: 500px;
	min-height: 100px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	}
#maincontent .maincontent_wrapper {
	margin-bottom: 10px;
	}
#maincontent .maincontent_header {
	position: relative;
	width: 500px;
	height: 27px;
	overflow: hidden;
	}
.maincontent_header .maincontent_header_title {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 500px;
	height: 27px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 2.1em;
	}
#maincontent .maincontent_content {
	width: 478px;
	min-height: 150px;
	background: #fff;
	border-left: solid 1px #999; 
	border-right: solid 1px #999;
    padding: 10px;
	}
#maincontent .maincontent_footer {
	width: 500px;
	height: 10px;
	}
	
	
/* Footer Styles ––––––––––––––––––––––––––––––––––––––––––––––––––– */

#footer {
	text-align: center;
	width: 830px;
	min-height: 20px;
	float: left;
	clear: both;
	margin-left: 35px;
	}
	
#footer p {
	font-size: 10px;
	}
	
/* About You Styles ––––––––––––––––––––––––––––––––––––––––––––––––––– */

#maincontent .maincontent_aboutyou {
	width: 438px;
	min-height: 370px;
	padding: 20px;
	background: #fff;
    background: url(../_images/_jpgs/aboutyou_bg.jpg) no-repeat scroll top center;
	}
.maincontent_aboutyou h1 {
	font-size: 20px;
	color: #fff;
	}
.maincontent_aboutyou td {
	vertical-align: top;
	color: #fff;
	font-weight: bold;
	}
.maincontent_aboutyou tr {
	}
.maincontent_aboutyou td.width {
	padding-bottom: 30px;
	}

/* Find Us Styles ––––––––––––––––––––––––––––––––––––––––––––––––––– */

#maincontent .maincontent_findus {
	position: relative;
	width: 438px;
	min-height: 623px;
	padding: 20px 20px 5px 20px;
	margin-right: -200px;
	overflow: hidden;
	background: #fff;
    background: #49a7c4 url(../_images/_jpgs/findus2.jpg) no-repeat scroll top center;
	}
	
/* Promos MainContent Styles ––––––––––––––––––––––––––––––––––––––––––––––––––– */

.maincontent_promos_deals {
	position: relative;
	width: 400px;
	float: left;
	background: #502e8c url(../_images/_jpgs/promos_deals_bg.jpg) no-repeat scroll top center;
	}
.maincontent_promos_coupons {
	width: 400px;
	min-height: 200px;
	float: right;
	background: #5aba47 url(../_images/_jpgs/promos_coupons_bg.jpg) no-repeat scroll top center;
	}
.deal_wrap {
	width: 358px;
	min-height: 640px;
	margin-left: 21px;
	margin-top: 120px;
	}
.deal {
	width: 358px;
	margin-bottom: 10px;
	}
.deal_wrap a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center; 
	}
span.green {
	color: #5aba47;
	}
span.purple {
	color: #502e8c;
	}
span.orange {
	color: #ff8c1d;
	}
.deal_wrap h4 {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	}
.deal_wrap h5 {
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 20px;
	}

/* Fresh Foods Homepage MainContent Styles ––––––––––––––––––––––––––––––––––––––––––––––––––– */

#maincontent_1col {
	float: left;
	width: 830px;
	min-height: 100px;
	padding-left: 35px;
	margin-bottom: 15px;
	}
#maincontent_1col .maincontent_1col_wrapper {
	margin-bottom: 10px;
	}
#maincontent_1col .maincontent_1col_header {
	position: relative;
	width: 830px;
	height: 27px;
	overflow: hidden;
	}
.maincontent_1col_header_title {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 830px;
	height: 27px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 2.1em;
	}
#maincontent_1col .maincontent_1col_content {
	width: 808px;
	min-height: 150px;
	background: #fff;
	border-left: solid 1px #999; 
	border-right: solid 1px #999;
    padding: 10px;
	}
#maincontent_1col .maincontent_1col_footer {
	width: 500px;
	height: 10px;
	}
#maincontent_1col .map {
	position: relative;
	width: 800px;
	height: 400px;
	float: left;
	}
	
/* FreshFood MainContent Styles ––––––––––––––––––––––––––––––––––––––––––––––––––– */

#maincontent_2col {
	float: left;
	width: 660px;
	min-height: 100px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	}
#maincontent_2col .maincontent_wrapper {
	margin-bottom: 10px;
	}
#maincontent_2col .maincontent_2col_header {
	position: relative;
	width: 660px;
	height: 27px;
	overflow: hidden;
	}
.maincontent_2col_header .maincontent_2col_header_title {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 660px;
	height: 27px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 2.1em;
	}
#maincontent_2col .maincontent_content {
	position: relative;
	width: 638px;
	min-height: 150px;
	background: #fff;
	border-left: solid 1px #999; 
	border-right: solid 1px #999;
    padding: 10px;
	}
#maincontent_2col .maincontent_footer {
	width: 660px;
	height: 10px;
	}
#maincontent_2col .maincontent_content .box_wrap {
	width: 150px;
	height: 360px;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 10px 0px;
	}
#maincontent_2col .maincontent_content .box_wrap img {
	margin-bottom: 10px;
	}
img.spacer {
	margin-bottom: 10px;
	}
/* this is just for a vertical layout with squares at the bottom */	
.maincontent_content .box2_wrap {
	height: 100px;
	position: absolute;
	bottom: 39px;
	left: 35px;
	}
.maincontent_content .box2_wrap img {
	margin-right: 8px;
	}
	
/* Find Us Styles ––––––––––––––––––––––––––––––––––––––––––––––––––– */

.maincontent_findus .findus_box {
	width: 400px;
	}
	
.maincontent_findus .findus_box p{
	color: #333;
	}

.maincontent_findus .findus_box h4{
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.2em;
	text-align: left;
	}
.maincontent_findus .findus_box h5 {
	font-size: 14px;
	margin-bottom: 5px;}
	
.maincontent_findus .findus_box input {
	margin-bottom: 10px;}
	
.maincontent_findus .findus_box td{
	padding: 5px;
	}
.maincontent_findus .findus_box p {
	color: #fff;
	vertical-align: top;
	}
.maincontent_findus .findus_box h5.white {
	color: #fff;
	}
.maincontent_findus .findus_box input {
	line-height: 1.2em;}
	
.white {
	color: #fff;}
	
.black {
	color: #000;}
	
/* Coming Soon Styles ––––––––––––––––––––––––––––––––––––––––––––––––––– */
img.comingsoon {
	position: relative;
	width: 638;
	height: 340;
	margin-left: 125px;
	}
	
/* Community Styles ––––––––––––––––––––––––––––––––––––––––––––––––––– */

.habitatcopy {
	position: absolute;
	width: 250px;
	height: 250px;
	top: 60px;
	right: 50px;
	}
	
.habitatcopy p {
	font-family: "Zapf Chancery", "Comic Sans MS", cursive;
	font-size: 12px;
	color: #000;
	line-height: 1.3em;
	}
.habitatcopy h3 
	{
	 text-align: center; 
	font-family: "Zapf Chancery", "Comic Sans MS", cursive;
	color: black;
	}
.habitatcopy p span.bold { font-weight: bold; }
.habitatcopy p span.italic {
		font-style: italic;
	}
	

.boysandgirls {
	position: absolute;
	width: 250px;
	height: 250px;
	top: 150px;
	right: 50px;
	}
	
.boysandgirls p {
	font-family: "Zapf Chancery", "Comic Sans MS", cursive;
	font-size: 12px;
	color: #000;
	line-height: 1.3em;
	}
	
.mda {
	position: absolute;
	width: 250px;
	height: 250px;
	top: 150px;
	right: 50px;
	}
	
.mda p {
	font-family: "Zapf Chancery", "Comic Sans MS", cursive;
	font-size: 12px;
	color: #000;
	line-height: 1.1em;
	padding-bottom: 10px; 
	}
.boysandgirls p span.italic {
		font-style: italic;
	}
.habitatcopy .white { color: white; }
/* –––––––––––––––––––––––––––––––––––– Sidebar Styles ––– */
#sidebar {
	float: left;
	position: relative;
	width: 185px;
	margin-bottom: 15px;
	}
#sidebar #sidebar-bg-dots {
	position: absolute;
	top: -35px;
	left: 5px;
	width: 148px;
	height: 389px;
	background: url(../_images/_pngs/sidebar-bg-dots.png) top left no-repeat;
}
#sidebar #sidebar_inner {
	padding-bottom: 10px; 
	position: relative;
	width: 185px;
	overflow: hidden;
	}
#sidebar #sidebar_inner ul {}
#sidebar #sidebar_inner ul li {
	height: 23px;
	text-align: center;
	padding-bottom: 6px; 
	}
#sidebar #sidebar_inner ul li a {
	display: block;
	color: white;
	text-decoration: none;
	line-height: 2em;
	font-size: 12px;
	height: 23px;
	padding-left: 35px;
	background: url(../_images/_pngs/sidebar-button-passive.png) top right no-repeat;
	}
#sidebar #sidebar_inner ul li a:hover,  #sidebar #sidebar_inner ul li a.current{
	background: url(../_images/_pngs/sidebar-button-active.png) top right no-repeat;
	}
	
/* –––––––––––––––––––––––––––––––––––– Homepage Styles ––– */
#maincontent-block{
	position: relative;
	float: left;
	width: 660px;
	min-height: 100px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	}
 #maincontent-header-landscape {
	background: url(../_images/_pngs/maincontent-header-landscape.png) top left no-repeat;
	width: 665px;
	height: 231px;
	position: absolute;
	top: 185px;
	left: 200px;
	z-index: -100;
	}
#maincontent-block .maincontent-inner {
	margin-bottom: 10px;
	}
#maincontent-block .maincontent-inner .header {
	position: relative;
	width: 660px;
	height: 27px;
	overflow: hidden;
	}
#maincontent-block .maincontent-inner .header .title {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 660px;
	height: 27px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 2.1em;
	}
#maincontent-block .maincontent-inner .content {
	position: relative;
	width: 638px;
	background: #fff;
	border-left: solid 1px #999; 
	border-right: solid 1px #999;
    padding: 10px 10px 0 10px;
    overflow: hidden;
	}
#maincontent-block .maincontent-inner .content .col-left {
	position: relative;
	float: left;
	width: 483px;
	min-height: 300px;
	border-right: 1px solid #999;
	padding-right: 10px;
	}
#maincontent-block .maincontent-inner .content .col-left h1 {
	color: #0069aa;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #ececec;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}
#maincontent-block .maincontent-inner .content .col-left p {
	font-size: 12px;
	line-height: 1.5em;
}
#maincontent-block .maincontent-inner .content .col-left .box {
	border: 1px solid #ececec;
	min-height: 50px;
	width: 461px; 
	margin-bottom: 10px;
	padding: 10px;
	}
#maincontent-block .maincontent-inner .content .col-left .last { margin-bottom: 0px; }
#maincontent-block .maincontent-inner .content .col-left .purple { background: #f8f5fe; }
#maincontent-block .maincontent-inner .content .col-left .green { background: #f4f9f3; }
#maincontent-block .maincontent-inner .content .col-left .orange { background: #fff9f3; }
#maincontent-block .maincontent-inner .content .col-left .box table {padding: 0px; margin: 0px; }
#maincontent-block .maincontent-inner .content .col-left .box table tr{padding: 0px; margin: 0px; }
#maincontent-block .maincontent-inner .content .col-left .box table tr td{padding: 0px; margin: 0px; vertical-align: top; }
#maincontent-block .maincontent-inner .content .col-left .box table tr td span.title{
	font-size: 16px;
	font-weight: bold;
	}
#maincontent-block .maincontent-inner .content .col-left .box table tr td span.date{
	font-size: 12px;
	color: #999;
	}	
#maincontent-block .maincontent-inner .content .col-left .box table tr td p { font-size: 12px; line-height: 1.2em; }	
#maincontent-block .maincontent-inner .content .col-left .box table tr td.col-2{padding-left: 20px; }
#maincontent-block .maincontent-inner .content .col-right {
	position: relative;
	float: right;
	width: 135px;
	background: #000000;
	margin-bottom: -1000px; 
	padding-bottom: 1000px;
	}
#maincontent-block .maincontent-inner .content .col-left .box  a.button{ 
	display: block;
	width: 125px;
	text-align: center;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.9em;
	background: url(../_images/_pngs/button-bg.png) top left repeat-x;
	}
#maincontent-block .maincontent-inner .footer {
	width: 660px;
	height: 10px;
	}
	
/* –––––––––––––––––––––––––––––––––––– signup form ––– */
.content .signup-box { border: 1px solid #ececec; padding: 10px; }

/* –––––––––––––––––––––––––––––––––––– Concert Connnection Styles ––– */
.content .concert { position: relative; background: #000000; width: 638px; min-height: 300px; }
.content .concert .concert-header { width: 638px; float: left; padding-bottom: 40px; }
.content .concert .concert-col 
	{
	 position: relative; 
	 float: left; width: 212px; 
	 min-height: 50px;  
	 border-right: 1px solid white; 
	 border-top: 1px solid white; 
	 }
.content .concert .concert-col .concert-col-inner 
	{
	 position: relative; 
	 padding: 8px; 
	 padding-bottom: 30px; 
	 height: 400px;
	 }
.content .concert .concert-col-fix { margin-bottom: -1000px; padding-bottom: 1000px;  } 
.content .concert .concert-col-last { border-right: none; }
.content .concert .concert-click-box 
	{ 
	position: absolute; 
	bottom: 10px; left: 8px; 
	}
.content .concert .concert-click-box a.grey { color: #999; }
.content .concert .concert-click-box a.grey:hover { color: #666; }
.concert-page { padding: 0 20px 20px 20px; }
.concert-page img.blossom-logo { position: absolute; bottom: 20px; right: 40px; }
a.concert-a-link { 
	display: block;
	width: 194px; 
	height: 25px; 
	background: #333; 
	border: 1px solid #999; 
	text-align: center; 
	line-height: 2em;
	text-decoration: none; 
	color: #ececec;
	font-weight: bold; 
	}
a.concert-a-link:hover { background: #999; }

.content .concert .concert-page ul { padding-left: 10px; }
.content .concert .concert-page ul li { padding-left: 15px; }
.content .concert .concert-page ul li.star-white { background: url(../_images/_jpgs/concert-image-star-white.jpg) center left no-repeat; }
.content .concert .concert-page ul li.star-lime { background: url(../_images/_jpgs/concert-image-star-lime.jpg) center left no-repeat; }
.content .concert .concert-page ul li.star-cyan { background: url(../_images/_jpgs/concert-image-star-cyan.jpg) center left no-repeat; }
.content .concert .concert-page ul li.star-yellow { background: url(../_images/_jpgs/concert-image-star-yellow.jpg) center left no-repeat; }
.content .concert .concert-page a.concert-a-link { margin-left: 10px; }

.content .concert .lime { color: #c4ff5f; }
.content .concert .cyan { color: #11d2ff; }
.content .concert .yellow { color: #ffd257; }
.content .concert .silver { color: #999; }

.content .concert h1, .content .concert h2, .content .concert h3, .content .concert h4, .content .concert p, .content .concert li,  .content .concert table, .content .concert tr, .content .concert td, .content .concert th
{font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif; color: white; padding: 0 10px 10px 10px; }

.concert a { font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif; }

.content .concert h1 { font-size: 28px; font-weight: bold; }
.content .concert h2 { font-size: 20px; font-weight: bold; line-height: 1.5em;}
.content .concert h3, .content .concert a.h3 { font-size: 16px; font-weight: bold; }
.content .concert h4,  .content .concert a.h4 { font-size: 14px; font-weight: bold; line-height: 1.5em; }
.content .concert p { font-size: 12px; color: white; line-height: 1.5em; }
.content .concert li { font-size: 12px; color: white; line-height: 1.5em; height: 10px; }

.content .concert table{ padding-left: 10px; }
.content .concert table tr {}
.content .concert table th { color: white; font-weight: bold; font-size: 12px; }
.content .concert table tr td { border-right: 1px solid black; vertical-align: center; padding: 10px; line-height: 1.2em; }
.content .concert table tr td .fixed { max-width: 75%; }
.content .concert table tr.odd { background: #333; }
.content .concert table tr.even{ background: black; }

.content .concert-signup { background: black; }
.content .concert-signup ul { padding-left: 10px; }
.content .concert-signup ul h5{ color: #c4ff5f; line-height: 1.7em; }
.content .concert-signup h3 { padding-left: 15px; line-height: 2em; }
.content .concert-signup h4 { padding-left: 15px; line-height: 1.5em; }
.content .concert-signup h1 { padding-left: 15px; }
.content .concert-signup span {  }

.lime { color: #c4ff5f;; }
.lime-border { border: 1px solid #c4ff5f; }
.content .concert-signup a.button { background: url(../_images/_pngs/button-bg.png) top left repeat-x; color: black; }
.content .concert-signup a.button:hover { background: black; color: white; }

	/* –––––––––––––––––––––––––––––––––––– Span Styles ––– */
span.boldpurple { font-family: Helvetica, Verdana, Arial, sans-serif; font-weight: bold; color: #63429c; }
a.margin-left { margin-left: 30px; }


/* –––––––––––––––––––––––––––––––––––– Promos Page Setup ––– */
#promos { width: 900px; min-height: 20px; padding-bottom: 20px; }
#promos #column { width: 445px; float: left; margin-right: 10px; position: relative; }
#promos #column.right { margin-right: 0px; position: relative; }
#promos #column .header { width: 100%; height: 27px; position: relative; }
	#promos #column .header .left-green { width: 91%; background: url(../_images/_pngs/column-header-green-bg.png) top left no-repeat; height: 27px; position: absolute; top: 0px; left: 0px; margin-right: -1px; position: relative; z-index: 2; padding-right: -1px; }
	#promos #column .header .right-green { width: 10%; background: url(../_images/_pngs/column-header-green-bg.png) top right no-repeat; height: 27px; position: absolute; top: 0px; right: 0px; z-index: 1;}
	#promos #column .header .left-purple { width: 91%; background: url(../_images/_pngs/column-header-purple-bg.png) top left no-repeat; height: 27px; position: absolute; top: 0px; left: 0px; margin-right: -1px; position: relative; z-index: 2; padding-right: -1px;}
	#promos #column .header .right-purple { width: 10%; background: url(../_images/_pngs/column-header-purple-bg.png) top right no-repeat; height: 27px; position: absolute; top: 0px; right: 0px; z-index: 1;}
	#promos #column .header .title { width: 100%; height: 27px; position: absolute; top: 0px; z-index: 3;}
	#promos #column .header .title h4 { text-align: center; color: white; font-size: 13px; line-height: 2em; font-weight: bold; }
#promos #column .content { width: 443px; background: white; min-height: 600px; border-left: 1px solid white; border-right: 1px solid white; }
	#promos #column .content.green { background: #5aba47 url(../_images/_jpgs/promos-column-bg-green.jpg) top center no-repeat; }
	#promos #column .content.purple { background: #502e8c url(../_images/_jpgs/promos-column-bg-purple.jpg) top center no-repeat; }
	#promos #column .content img { padding: 0px 0px; }
	#promos #column .content .note { width: 413px; height: 27px;  padding: 0px 15px; position: relative; }
	#promos #column .content .note .left-green { width: 383px; height: 27px; background: url(../_images/_pngs/promos-note-bg-green.png) top left no-repeat; float: left; }
	#promos #column .content .note .right-green { width: 30px; height: 27px; background: url(../_images/_pngs/promos-note-bg-green.png) top right no-repeat; float: right; }
	#promos #column .content .note .left-purple { width: 383px; height: 27px; background: url(../_images/_pngs/promos-note-bg-purple.png) top left no-repeat; float: left; }
	#promos #column .content .note .right-purple { width: 30px; height: 27px; background: url(../_images/_pngs/promos-note-bg-purple.png) top right no-repeat; float: right; }
	#promos #column .content .note .title { position: absolute; top: 0px; height: 27px; width: 100%; left: 0px; }
	#promos #column .content .note .title p{ color: white; line-height: 2.5em; text-align: center;  font-size: 11px;  }
#promos #column .footer { width: 100%; height: 10px; position: relative; }
	#promos #column .footer .left-purple { width: 91%; background: url(../_images/_pngs/column-footer-purple-bg.png) top left no-repeat; height: 10px; position: absolute; top: 0px; left: 0px; margin-right: -1px; }
	#promos #column .footer .right-purple { width: 10%; background: url(../_images/_pngs/column-footer-purple-bg.png) top right no-repeat; height: 10px; position: absolute; top: 0px; right: 0px; }
	#promos #column .footer .left-green { width: 91%; background: url(../_images/_pngs/column-footer-green-bg.png) top left no-repeat; height: 10px; position: absolute; top: 0px; left: 0px; margin-right: -1px; }
	#promos #column .footer .right-green { width: 10%; background: url(../_images/_pngs/column-footer-green-bg.png) top right no-repeat; height: 10px; position: absolute; top: 0px; right: 0px; }
	#promos #column .footer .title { width: 100%; height: 27px; position: absolute; top: 0px; }
	
/* –––––––––––––––––––––––––––––––––––– Promo Blocks ––– */
#promo-blocks-wrapper { width: 413px; min-height: 500px; padding: 15px; position: relative; }
#promo-block { width: 100%; position: relative; margin-bottom: 20px; }
#promo-block-header { height: 27px; padding-left: 10px; position: relative; }
	#promo-block-header #promo-block-header-title-left 
		{ 
		float: left; 
		height: 27px; 
		width: 150px; 
		background: url(../_images/_pngs/column-header-green-bg.png) top left no-repeat; 
		}
	#promo-block-header #promo-block-header-title-right 
		{ 
		float: left; 
		height: 27px; 
		width: 25px; 
		background: url(../_images/_pngs/column-header-green-bg.png) top right no-repeat; 
		}
	#promo-block-header #promo-block-header-title 
		{
		position: absolute;
		width: 175px;
		height: 27px; 
		top: 0px;
		left: 10px; 
		text-align: center; 
		}
	#promo-block-header #promo-block-header-title h3
		{
		font-size: 12px;
		color: white; 
		font-weight: bold;
		line-height: 2.2em; 
		}
#promo-block-frame-header { height: 10px; width: 100%; position: relative; }
		#promo-block-frame-header #promo-block-frame-header-left 
			{ 
			height: 10px; 
			width: 81%; 
			background: url(../_images/_pngs/promo-frame-bg.png) top left no-repeat; 
			position: absolute;
			top: 0px;
			left: 0px;
			}
		#promo-block-frame-header #promo-block-frame-header-right 
			{ 
			height: 10px; 
			width: 20%; 
			background: url(../_images/_pngs/promo-frame-bg.png) top right no-repeat; 
			position: absolute;
			top: 0px;
			right: 0px;
			}
#promo-block-frame-footer { height: 10px; width: 100%; position: relative; }
		#promo-block-frame-footer #promo-block-frame-footer-left 
			{ 
			height: 10px; 
			width: 81%; 
			background: url(../_images/_pngs/promo-frame-bg.png) bottom left no-repeat; 
			position: absolute;
			top: 0px;
			left: 0px;
			}
		#promo-block-frame-footer #promo-block-frame-footer-right 
			{ 
			height: 10px; 
			width: 20%; 
			background: url(../_images/_pngs/promo-frame-bg.png) bottom right no-repeat; 
			position: absolute;
			top: 0px;
			right: 0px;
			}
#promo-block-frame { height: 125px; background: white; width: 393px; clear: both; padding: 0px 10px; }
	#promo-block-frame #promo-image { height: 125px; width: 175px;  float: left; background: #333; }
	#promo-block-frame #promo-text { height: 125px; width: 205px;  float: right; position: relative; }
		#promo-text #promo-text-box1,#promo-text #promo-text-box2, #promo-text #promo-text-box3 { width: 100%; text-align: center; }
			#promo-text-box1 { height: 95px; }
				#promo-text-box1 tr { height: 95px; }
				#promo-text-box1 tr td {  height: 95px;  text-align: center; vertical-align: middle; }
				#promo-text-box1 tr td.border { border-bottom: 1px solid  #502e8c; padding-bottom: 5px; }
				#promo-text-box1 tr td p { font-size: 17px; color: #502e8c; font-weight: bold; line-height: 1.2em; }
				#promo-text-box1 tr.border { border-bottom: 1px solid  #502e8c; padding-bottom: 5px; }
			#promo-text-box2 { padding-top: 5px; }
				#promo-text-box2 p { font-size: 10px; line-height: 2.7em; }
				
			#promo-text {}
			#promo-text table { width: 100%; }
			#promo-text table tr {}
			#promo-text table tr td {}
			#promo-text table tr td p {}
			
#promo-block-frame.coupon #promo-text { position: relative; }
#promo-block-frame.coupon #promo-text table { width: 100%; max-height: 95px; }
#promo-block-frame.coupon #promo-text table tr {}
#promo-block-frame.coupon #promo-text table tr td { vertical-align: middle; }
#promo-block-frame.coupon #promo-text table tr td #coupon-box1 { width: }
#promo-block-frame.coupon #promo-text table tr td #coupon-box1 p { text-align: center; font-weight: bold; font-size: 14px; color: #5aba47; }
#promo-block-frame.coupon #promo-text table tr td #coupon-box2 { width: 100%; }
#promo-block-frame.coupon #promo-text table tr td #coupon-box2 p { text-align: center; font-weight: bold; font-size: 32px; color: #5aba47; }
#promo-block-frame.coupon #promo-text #coupon-box3 
	{ 
	width: 100%; 
	border: 2px solid #502e8c; 
	position: absolute;
	bottom: 0px; 
	right: 0px; 
	}
#promo-block-frame.coupon #promo-text #coupon-box3 a 
	{ 
	text-align: center; 
	text-decoration: none; 
	display: block; 
	width: 100%; 
	height: 20px; 
	line-height: 1.7em; 
	font-size: 11px; 
	color: #5aba47;
	}
#promo-block-frame.coupon #promo-text #coupon-box3 a.active, #promo-block-frame.coupon #promo-text #coupon-box3 a:hover 
	{
	color: white;
	background: #502e8c;
	}			
