body, .normal {
  font:100%/1 "Gotham", "Helvetica Neue", arial, sans-serif; /* default font (unless overriden otherwise) */
  background: #BABCBE;
}

/*___________________________________________________________________ Header */

#header {
  position: relative;
  width: 999px;
  height: 91px;
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
  background: url(/images/redesign/header_background.png);
  z-index: 2;
}

#header a { color: #fff; }

#header #logo {
  float: left;
  width: 170px;
  height: 80px;
  margin-left:10px;
}

#normal_logo {
	margin-top: 16px;
}

#partner_logo {
	margin-top: 4px;
}

#partner_signup_logo {
	float: right;
	margin-right: 205px;
	margin-top: 31px;
}

div.headerflap {
	background-color: red;
	height: 9px;
}

div.headerflap img {
	margin-top:-4px;
}

div.footerflap {
	margin-top: -12px;
	
}

#header .user_navigation {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1em;
  color: #FFF;
}

#header .user_navigation a {
  color: #a1cd3a;
  padding: 0 0 0 5px;
}


#header .user_navigation p {
  margin-bottom: 5px;
  color: #fff;
}

#header .user_navigation form { overflow: hidden; }
#header .user_navigation form input { float: left; }
#header .user_navigation form input[type='text']  { width: 120px; padding: 2px 0; color: #535353; }
#header .user_navigation form input[type='image'] { margin-left: 3px; }


#header .choose_your_city {
  position: absolute;
  z-index:3000;
  top: 38px;
  left: 180px;
  display: block;
  width: 139px;
  height: 25px;
  padding-left: 10px;
  color: #233c79;
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
  background: url(/images/redesign/choose_your_city.png) no-repeat;
  cursor:pointer;
}

#header .choose_your_city.active {
  background-position: 0 -26px;
}

#header_internal {
	width: 1000px;
}

#city_selector {
  position: absolute;
  top: 63px;
  left: 180px;
  width: 149px; 
  color: #333;
  background: #fff;
}

#city_selector_cities {
  border: 1px solid #c3c3c3;
  border-top: 0;
}

#city_selector_cities ul a {
  margin-bottom: 10px;
}

#city_selector a {
  display: block;
  color: #000;
}

#city_selector a span { display: block; color: #666; }

#new_deal_selector {
  border: 1px solid #eee;
  padding: 6px;
  background: #eee;
}

#header #main-nav { margin-left: 185px; }

#header #main-nav {
  overflow: hidden;
  float: left;
  height: 68px;
  background: url(/images/redesign/main_navigation_border.png) no-repeat 100% 100%;
}

#header #main-nav li {
  float: left;
  height: 68px;
  background: url(/images/redesign/main_navigation_border.png) no-repeat 0 100%;
}

#header #main-nav li a {
  display: block;
  padding: 49px 25px 11px;
}

#header #main-nav li a#today_deal.active,
#header #main-nav li a#today_deal:hover {
  background:url("/images/redesign/main_nav_today_deal_hover.png") no-repeat scroll 45px 5px transparent;
}

#header #main-nav li a#more_deals.active,
#header #main-nav li a#more_deals:hover {
  background:url("/images/redesign/main_nav_more_deals_hover.png") no-repeat scroll 45px 5px transparent;
}

#header #main-nav li a#our_favorites.active,
#header #main-nav li a#our_favorites:hover {
  background:url("/images/redesign/main_nav_our_favorites_hover.png") no-repeat scroll 45px 5px transparent;
}

/*___________________________________________________________________ Main Content */

#main_content {
  width: 934px;
  margin: -20px auto 0 auto;
  padding: 20px;
  background: #fff;
}

/*___________________________________________________________________ Footer */

#footer {
  overflow: hidden;
  width: 997px;
  height: 158px;
  margin: -4px auto 0px auto;
  padding: 54px 0 0 0;
  color: #fff;
  font-size: 13px;
  letter-spacing: -0.05em;
  background: url(/images/bg_gradient_03.png) 0 0;
}

#footer_wrapper {
	padding-left: 15px;
}

#footer h2 {
  margin-bottom: 15px;
  color: #cf3;
  font-size: 18px;
  font-weight: normal;
}

#footer p {
  margin-bottom: 20px;
  padding-top: 2px;
  color: #fff;
}

#footer a { color: #fff; }

#footer ul {line-height:13px;}

#footer li { margin-bottom: 5px; }

#footer #copyright_and_signup {
  float: left;
  width: 280px;
}

#footer .column { float: left; }

#footer #footer_business_owners { width: 204px; }
#footer #footer_buy_with_me     { width: 177px; }
#footer #footer_important_info  { width: 185px; }
#footer #footer_about_us        { width: 135px; }

.errorExplanation, #flash_notice, #flash_error, #flash_success, #flash_failure {
  border: 1px solid #e0bc26;
  background-color: #fdefb0;
  padding: 10px;
  margin: 20px;
}

.errorExplanation p, #flash_notice, #flash_error, #flash_success, #flash_failure {
  font-size: 75%;
  line-height: 1.4em;
}

#errorExplanation {
  border: 1px solid #e0bc26;
  background-color: #fdefb0;
  padding: 10px;
  margin-bottom: 20px;
}

.errorExplanation li {
  font-size: 75%;
  line-height: 1.4em;
}

.fieldWithErrors {
  display: inline;
}

.city_divs{padding:5px 0 0 10px;border-bottom:1px solid #CCC;}
.city_divs:hover{background-color:#FDEFB0;}
#city_selector_cities ul {border-top:1px solid #CCC;}

/* TOP NAVIGATION */

#user_nav_top {
  float: right;
  margin-bottom: 9px;
  color: #fff;
}

#user_nav_bottom {
  float: right;
}

#share-deal-headline {
  color: #789D3E;
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom:0px;
}

.share-deal-form h2 {
  margin-bottom: 30px;
}

.share-deal-form .right_column img {
  margin-left: 5px;
}

.share-deal-form p {
  margin:14px 0 8px;
}
.redbox_contents .right_column fieldset {
  margin-bottom: 10px;
}

.redbox_contents  {
-moz-border-radius:10px;
}
body.deals .redbox_contents form {-moz-border-radius: 0 0 10px 10px;background:#fff;}
body.deals .redbox_contents form #border_box{border:0px;padding:0px;}

#copyright_and_signup h2 {margin:85px 0 4px;}
