/* @override http://natemac.local/~natecroft/online_coupons/frontend/global.css */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

#container {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 1024px;
}

#logo {
	float: left;
	display: inline;
	margin-top: 2px;
}

/* Orange Navigation Bar and Styles */

#orange_nav {
	float: right;
	display: inline;
	background: url(images/orange_nav_bar.gif) no-repeat;
	width: 600px;
	height: 32px;
}

#orange_nav ul{
	float: left;
	display: inline;
	list-style-type: none;
	margin-top: 8px;
	margin-left: 24px;
	height: 24px;
}

#orange_nav li {
	float: left;
	display: inline;
	
}

#orange_nav li a {
	color: #fff;
	text-decoration: none;
	padding-right: 12px;
	font: 12px Helvetica;
}

#orange_nav li a:hover {
	text-decoration: underline;
}

/* Green Navigation Bar and Styles */

#green_nav {
	width: 630px;
	height: 40px;
	float: right;
	display: run-in;
	background: url(images/blue_nav_bar.gif) no-repeat;
	margin-top: 52px;
}

#green_nav ul{
	list-style-type: none;
	padding-top: 12px;
	padding-left: 35px;
}

#green_nav li {
	float: left;
	display: inline;
	padding-right: 27px;
}

#green_nav li a {
	color: #fff;
	font: 12px Helvetica;
	text-decoration: none;
}

#green_nav li a:hover {
	text-decoration: underline;
}

/* Content Styles */

#content {
	clear: both;
	padding-top: 20px;
	width: 800px;
}

#textbox {
	width: 496px;
	background: url(images/text_box_bg.gif) no-repeat;
	padding: 20px;
	float: left;
	display: inline;
}



#homepage_flash {
	width: 536px;
	float: left;
	display: inline;
	margin-bottom: 25px;
}

#account_info {
	
}

#account_table {
	margin-top: 15px;
	color: #4a4a4a;
	font: 13px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#account_table td{
	padding-bottom: 5px;
	padding-top: 7px;
	padding-left: 10px;
}


#order_status_table {
	margin-top: 15px;
	color: #4a4a4a;
	font: 13px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#order_status_table td{
	padding-bottom: 3px;
}

#blue_sidebar {
	background: url(images/blue_sidebar_box.gif) no-repeat;
	width: 240px;
	height: 362px;
	float: right;
	display: inline;
}

#blue_sidebar a{
	color: #fff;
	text-decoration: none;
}

#blue_sidebar a:hover{
	color: #fff;
	text-decoration: underline;
}

#sidebar_table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font: 13px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
}

#sidebar_table td {
	padding-bottom: 5px;
}

#join_and_login_box {
	background: url(images/pays_for_itself_login.gif) no-repeat;
	width: 240px;
	height: 362px;
	float: right;
	display: inline;
	z-index: 1;
}
	
#join_now_transparent_btn {
	z-index: 2;
	position: relative;
	height: 100px;
	width: 100px;
	bottom: 50px;
}	

#user_and_pass {
	width: 210px;
	float: right;
	display: inline;
	text-align: right;
	margin-top: 220px;
	padding-right: 20px;
}

#user_and_pass p {
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	padding-bottom: 7px;
	letter-spacing: 0;
}

#user_and_pass a {
	color: #fff;
	text-decoration: none;
}

#user_and_pass a:hover {
	text-decoration: underline;
}

.input_width {
	width: 138px;
	height: 12px;
	font-size: 10px;
	line-height: 10px;
}

#choose_a_section {
	width: 800px;
	background: url(images/blue_nav_bar.gif) no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

/* Table Styles */

#search_results_table {
	width: 100%;
	color: #4a4a4a;
	font: 13px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 20px;
	
}

#search_results_table td {
	height: 14px;
	border-bottom: 1px solid #e3e3e3;
	padding-top: 7px;
	padding-bottom: 7px;
	vertical-align: middle;
}

.coupon_value {
	font-size: 12px;
	line-height: 10px;
	font-weight: bold;
}

.small_gray_text {
	font-size: 10px;
	line-height: 12px;
	color: #8c8c8c;
	padding-bottom: 7px;
}

.gray_bg {
	background-color: #ededed;
}

.number_input_with {
	width: 25px;
}

.sixty_percent_wide {
	width: 60%;
	padding-right: 10px;
}

.twenty_percent_wide {
	width: 20%;
	padding-top: 5px;
}

#search_results_table .no_bottom_line {
	border-style: none;
	font-size: 90%;
	background-color: #f0f1f6;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}

/* Footer */

#footer {
	width: 800px;
	background: url(images/bottom_green_nav_bar.gif) no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	height: 100px;
}

#footer_nav {
	width: 630px;
	height: 30px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: 70px;
}

#footer_nav ul{
	list-style-type: none;
}

#footer_nav li {
	float: left;
	display: inline;

}

#footer_nav li a {
	color: #fff;
	font: 12px Helvetica;
	font-weight: bold;
	text-decoration: none;
}

#footer_nav li a:hover {
	text-decoration: underline;
}

#footer_info {
	height: 20px;
	width: 255px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#footer_info p {
	font: 10px Helvetica;
	color: #a8a8a8;
	text-align: center;
}

#menu2 {

  padding:0;
  margin:0 auto;
  list-style-type:none;
  float:left;
  position:relative;
  left:50%;
  }
#menu2 li {
  float:left; position:relative; right:50%;
  }
#menu2 a {
  width:auto;
  display:block;
  padding:4px 16px;

  }
#menu2 a:hover {

  }

/* Typography */

h1 {
	color: #9bcb00;
	font: 20px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
	padding-bottom: 10px;
}

h2 {
	color: #ff8928;
	font: 16px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
	padding-bottom: 10px;
}

h3 {
	color: #fff;
	font: 16px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
	padding-bottom: 10px;
}

p {
	color: #4a4a4a;
	font: 13px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 10px;
}

li {
	color: #4a4a4a;
	font: 13px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 10px;
}

.red_text {
	color: #fe3a37;
}

.green_text {
	font-size: 90%;
	color: #2ca51b;
}

.big_total_text {
	font-weight: bold;
	font-size: 16px;
	line-height: 14px;
}

a {
	color: #008fdf;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	color: #fff;
}
#dining 
{	
	position:absolute;
	top:-30px;
	left:-50px;
	height:849px;
	width: 1100px;
	background: url(images/dining.jpg) no-repeat;
	z-index:2;
}
#grocery 
{	
	position:absolute;
	top:-30px;
	left:-50px;
	height:849px;
	width: 1100px;
	background: url(images/grocery.jpg) no-repeat;
	z-index:2;
}
#travel
{	
	position:absolute;
	top:-30px;
	left:-50px;
	height:849px;
	width: 1100px;
	background: url(images/travel.jpg) no-repeat;
	z-index:2;
}
#shopping
{	
	position:absolute;
	top:-30px;
	left:-50px;
	height:849px;
	width: 1100px;
	background: url(images/shopping.jpg) no-repeat;
	z-index:2;
}
#attractions 
{	
	position:absolute;
	top:-30px;
	left:-50px;
	height:849px;
	width: 1100px;
	background: url(images/attractions.jpg) no-repeat;
	z-index:2;
}
#close
{
	z-index:3;
	font-weight:bold;
	position:absolute;
	top:620px;
	right:180px;
}




