body {
	background-color:#fff;
	color:#444;
	font-size:12px;
	font-family:arial,verdana,tahoma,sans-serif;
	text-align:center;
	padding:0;
	margin:0;
}

#body {
	background-image:url('../images/bg.png');
	background-repeat:repeat-x;
	background-position:center top;
}

#footer_bg {
	background-image:url('../images/footer_bg.png');
	background-repeat:repeat-x;
	background-position:center bottom;
}

#container {
	background-image:url('../images/wrapper_bg.png');
	background-repeat:repeat-y;
	background-position:center top;
}

#wrapper {
	width:990px;
	margin:auto;
	text-align:left;
	min-height:500px;
	position:relative;
}

#header {
	height:162px;
}

.logo {
	float:left;
	margin:15px;
}

.headerRight {
	float:right;
	width:500px;
	margin:10px;
}

.headerLogin {
	height:66px;
	text-align:right;
	color:#fff;
	float:right;
}

.headerLogin input {
	color:#b7b7b7;
	font-style:italic;
	font-size:14px;
	display:block;
	float:left;
	margin-left:5px;
}

.headerLogin a,
.headerLogin a:link,
.headerLogin a:visited
{
	color:#fcca2f;
	text-decoration:none;
}

.headerLogin a:hover,
.headerLogin a:active
{
	text-decoration:underline;
}

.headerDealsBought
{
	float:right;
	background:#4d4d4e;
	width:160px;
	padding:8px 0;
	text-align:center;
	font-size:16px;
	color:#fcca2f;
}

.headerDealsBoughtNumber {
	color:#fff;
	font-size:24px;
	display:block;
}

.headerDollarsSaved
{
	float:right;
	background:#4d4d4e;
	width:160px;
	padding:8px 0;
	text-align:center;
	font-size:16px;
	color:#00a6d7;
	margin-right:5px;
}

.headerDollarsSavedNumber {
	color:#fff;
	font-size:24px;
	display:block;
}

#nav {
	height:33px;
	line-height:33px;
	position:relative;
}

#nav .navCity {
	display:block;
	float:left;
	color:#fff;
	font-size:17px;
	text-decoration:none;
	line-height:33px;
	overflow:hidden;
	height:33px;
	vertical-align:middle;
	padding:0 125px 0 20px;
	background-image:url('../images/nav_city_bg.png');
	background-position:top right;
	background-repeat:no-repeat;
	z-index:1000;
}

#nav .navCity a,
#nav .navCity a:link,
#nav .navCity a:visited,
#nav .navCity a:hover,
#nav .navCity a:active
{
	color:#fff;
	text-decoration:none;
}

a.navLink,
a:link.navLink,
a:visited.navLink
{
	display:block;
	float:left;
	color:#fff;
	font-size:17px;
	text-decoration:none;
	line-height:33px;
	vertical-align:middle;
	padding:0 20px;
	position:relative;
	left:-35px;
	z-index:1;
}

a:hover.navLink,
a:active.navLink
{
	/*background:#008dc8;*/
	color:#00313f;
	z-index:1;
}

a.navLinkFirst,
a:link.navLinkFirst,
a:visited.navLinkFirst
{
	
}

a.navLast {
	border:none;
}

a.rightnavLink,
a:link.rightnavLink,
a:visited.rightnavLink
{
	display:block;
	float:right;
	color:#fff;
	font-size:17px;
	text-decoration:none;
	line-height:33px;
	vertical-align:middle;
	padding:0 15px;
	position:relative;
	z-index:1;
	margin-right:10px;
}

a:hover.rightnavLink,
a:active.rightnavLink
{
	/*background:#008dc8;*/
	color:#00313f;
	z-index:1;
}


#content {
	padding:20px;
	min-height:250px;
}

.leftColumn {
	width:200px;
	float:left;
}

.blogSidebarLink {
	display:block;
	padding:4px 10px;
	border-bottom:dashed 1px #ccc;
	margin:0 12px;
}

.blogPostLinks {
	margin-top:12px;
}

.mainContent {
	width:670px;
	float:left;
}

.midColumn {
	width:450px;
	float:left;
	margin-left:20px;
}

.sidebar {
	width:255px;
	float:right;
}

#footer {
	height:171px;
	color:#fff;
}

.footerBox {
	float:left;
	margin-top:30px;
	line-height:1.25;
}

.footerHeading {
	display:block;
	margin-bottom:10px;
	font-size:17px;
}

#footer a,
#footer a:link 
{
	color:#fff;
	text-decoration:none;
	font-size:12px;
	
}

#footer a:hover
{
	text-decoration:underline;
}
.clear {
	clear:both;
}

.blue {
	color:#00a6d7;
}

a,
a:link,
a:visited
{
	color:#00a6d7;
	text-decoration:underline;
}

a:hover,
a:active
{
	color:#00a6d7;
	text-decoration:underline;
}

.padding5 {
	padding:5px;
}

.padding10 {
	padding:10px;
}

.padding15 {
	padding:15px;
}

.padding20 {
	padding:20px;
}

.formTable td {
	padding: 5px 20px 5px 0;
	font-size:14px;
}

.formInput {
	width:175px;
	font-size:14px;
	border:solid 1px #b0b0b0;
	background:url('../images/form_input_bg.png');
	background-repeat:no-repeat;
	padding:2px;
	color:#444;
}

/*** HOME ***/

.homeLeftColumn {
	width:200px;
	float:left;
}

.homeCenterColumn {
	width:450px;
	margin-left:20px;
	float:left;
}

.homeRightColumn {
	width:255px;
	float:right;
}

a.subnav,
a:link.subnav,
a:visited.subnav
{
	display:block;
	margin-bottom:3px;
	width:185px;
	padding-left:15px;
	height:22px;
	background:url('../images/btn_subnav_bg.png');
	background-repeat:no-repeat;
	line-height:22px;
	vertical-align:middle;
	color:#333;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

a:hover.subnav,
a:active.subnav
{
	background:url('../images/btn_subnav_hover_bg.png');
	color:#fff;
}

a.subnavHighlight,
a:link.subnavHighlight,
a:visited.subnavHighlight,
a:hover.subnavHighlight,
a:active.subnavHighlight
{
	background:url('../images/btn_subnav_hover_bg.png');
	color:#fff;
}

.homeDealNumbers {
	font-size:14px;
	margin:10px auto;
	width:200px;
}

.homeDealNumbers div {
	text-align:center;
	width:33%;
	border-right:solid 1px #d8d8d8;
	float:left;
}

.homeDealNumbersValue {
	color:#00a6d7;
	font-size:24px;
}

.countdown {
	line-height:1.25;
	text-align:center;
	padding-top:8px;
	background-image:url('../images/countdown_bg.png');
	background-repeat:no-repeat;
	width:200px;
	margin:auto;
}

.countdownFooter {
	background-image:url('../images/countdown_bg.png');
	background-position:left bottom;
	padding-bottom:5px;
}

.countdownNumber {
	width:30%;
	float:left;
	text-align:center;
	font-size:11px;
	color:#7f7f80;
}

.countdownNumberDigit {
	display:block;
	font-size:30px;
	color:#00a6d7;
}

.countdownNumberColon {
	width:3%;
	float:left;
	font-size:30px;
	color:#00a6d7;
}

.dealTotals {
	margin:12px;
}

.dealStatus {
	margin-top:10px;
	line-height:32px;
	vertical-align:middle;
	font-size:16px;
}

.dealStatus img {
	display:block;
	float:left;
	margin-right:10px;
}

.greyHeading {
	height:32px;
	margin-bottom:5px;
	padding-left:10px;
	background-image:url('../images/hdr1_bg.png');
	background-repeat:no-repeat;
	color:#fff;
	font-size:18px;
	line-height:32px;
	vertical-align:middle;
	position:relative;
	font-size:18px;
	font-weight:normal;
}

.greyHeading img {
	position:absolute;
	top:-5px;
	right:5px;
}

.greyHeading span {
	display:block;
	background-image:url('../images/hdr1_bg.png');
	background-position:right top;
}

a.blueButton {
	height:22px;
	display:block;
	float:left;
	padding-left:15px;
	background-image:url('../images/btn_blue_bg.png');
	background-repeat:no-repeat;
	color:#fff;
	font-size:12px;
	line-height:22px;
	vertical-align:middle;
	position:relative;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:20px;
}

.blueButton span {
	display:block;
	padding-right:15px;
	background-image:url('../images/btn_blue_bg.png');
	background-position:right top;
}

/* mid column */

.homeDealHeader {
	margin-bottom:5px;
	padding-top:10px;
	background-image:url('../images/mid_column_box_bg.png');
	background-repeat:no-repeat;
	color:#fff;
	font-size:18px;
	min-height:50px;
}

.homeDealHeaderTitle {
	color:#fcca2f;
	font-size:27px;
	display:block;
}

.homeDealTerms {
	margin-top:5px;
	padding-top:15px;
	background-image:url('../images/mid_column_box_bg.png');
	background-repeat:no-repeat;
	color:#fff;
	min-height:50px;
}

.greyBoxFooter {
	background-image:url('../images/mid_column_box_bg.png');
	background-position:left bottom;
}

.greyBoxPadding {
	padding:0 20px 10px 20px;
}

.homeBusinessTabs {
	margin-top:10px;
	font-size:11px;
	font-weight:bold;
}

a.homeBusinessTab {
	display:block;
	float:left;
	margin-right:1px;
	height:21px;
	line-height:21px;
	text-align:center;
	padding-left:15px;
	background-image:url('../images/company_tab_yellow.png');
	background-repeat:no-repeat;
	color:#000;
	text-decoration:none;
}

a.homeBusinessTab span {
	display:block;
	padding-right:15px;
	background-image:url('../images/company_tab_yellow.png');
	background-position:right top;
}

a.homeBusinessTabSelected {
	display:block;
	float:left;
	margin-right:1px;
	height:21px;
	line-height:21px;
	text-align:center;
	padding-left:15px;
	background-image:url('../images/company_tab_grey.png');
	background-repeat:no-repeat;
	color:#fff;
}

a.homeBusinessTabSelected span {
	display:block;
	padding-right:15px;
	background-image:url('../images/company_tab_grey.png');
	background-position:right top;
}

.homeBusiness {
	padding-top:15px;
	background-image:url('../images/company_box_hdr.png');
	background-repeat:no-repeat;
	background-color:#9e9e9f;
	color:#fff;
	min-height:50px;
}

.homeBusinessFooter {
	background-image:url('../images/company_box_ftr.png');
	background-position:left bottom;
	background-repeat:no-repeat;
}

.homeBusinessStripe {
	background:#8a8a8a;
	padding:10px 15px;
}

.homeBusinessStripe span {
	font-size:21px;
}

.homeBusinessStripeAddress {
	font-weight:bold;
	float:right;
	text-align:right;
	width:30%;
}


/* sidebar */

.yellowBox {
	margin-bottom:10px;
	padding-top:11px;
	background-image:url('../images/box_bg_blue_join.png'); /*changed from box_bg_yellow.png - By Shane*/
	background-repeat:no-repeat;
	color:#fff; /*changed from #333 - By Shane*/
	min-height:50px;
	width:255px;
}

.yellowBoxFooter {
	background-image:url('../images/box_bg_blue_ftr_join.png'); /*changed from box_bg_yellow_ftr.png - By Shane*/
	background-position:left bottom;
	background-repeat:no-repeat;
}

.yellowBox h3 {
	height:32px;
	line-height:32px;
	margin:0 11px 10px 11px;
	background-image:url('../images/hdr_grey_fade_bg.png');
	background-repeat:no-repeat;
	padding-left:12px;
	color:#fff;
	position:relative;
}

.yellowBox h3 img {
	position:absolute;
	top:-10px;
	right:3px;
}

.blueBox {
	margin-bottom:10px;
	padding-top:11px;
	background-image:url('../images/box_bg_blue.png');
	background-repeat:no-repeat;
	color:#fff;
	min-height:50px;
	width:255px;
}

.blueBoxFooter {
	background-image:url('../images/box_bg_blue_ftr.png');
	background-position:left bottom;
	background-repeat:no-repeat;
}

.blueBox h3 {
	height:32px;
	line-height:32px;
	margin:0 11px 10px 11px;
	background-image:url('../images/hdr_blue_fade_bg.png');
	background-repeat:no-repeat;
	padding-left:12px;
	color:#fff;
	position:relative;
}

.blueBox h3 img {
	position:absolute;
	top:-12px;
	right:3px;
}

.silverBox {
	margin-bottom:10px;
	padding-top:15px;
	background-image:url('../images/box_bg_silver.png');
	background-repeat:no-repeat;
	color:#444;
	min-height:50px;
	width:255px;
}

.silverBoxFooter {
	background-image:url('../images/box_bg_silver_ftr.png');
	background-position:left bottom;
	background-repeat:no-repeat;                              
}

.silverBox h3 {
	height:32px;
	line-height:32px;
	margin:0 11px 10px 11px;
	background-image:url('../images/hdr_lightgrey_fade_bg.png');
	background-repeat:no-repeat;
	padding-left:12px;
	position:relative;
}

.silverBox h3 img {
	position:absolute;
	top:-6px;
	right:3px;
}

.boxPadding {
	padding:0 20px 10px 20px;
}

.boxButton {
	text-align:center;
	margin:4px;
}

.recentDeal {
	border:solid 1px #c2c2c2;
	margin-bottom:4px;
	padding:4px;
	background-image:url('../images/recentDeal_box_bg.png');
	background-color:#ebebeb;
	background-repeat:repeat-x;
	font-size:11px;
	line-height:18px;
}

.recentDealImage {
	width:50px;
	height:37px;
	float:left;
	margin-right:5px;
}

.recentDeal a {
	color:#444;
	text-decoration:none;
}


/*** CHECK OUT ***/

.checkoutItems {
	margin-bottom:10px;
	padding-top:15px;
	background-image:url('../images/checkout_grey_box_bg.png');
	background-repeat:no-repeat;
	color:#fff;
	min-height:50px;
	width:650px;
	font-size:21px;
}

.checkoutItemsFooter {
	background-image:url('../images/checkout_grey_box_ftr.png');
	background-position:left bottom;
	background-repeat:no-repeat;
}

/*** DEAL / Comments ***/

.comment {
	padding-bottom:12px;
	border-bottom:solid 1px #ccc;
	margin-bottom:12px;
}

