
/***********************
 * PAGE LEVEL ELEMENTS *
 ***********************/

body {
  margin: 0;
  font-family: Tahoma, Geneva;
}

img { border: 0; }

br { clear: both; }

a {
  color: #f60;
  font-family: helvetica, arial;
}
a:hover { color: #a7b312; }

h2 {
   font-family: helvetica, arial;
   letter-spacing: -1px;
}

h2 span, h1 span, h3 {
   color: #ff9900;
}

.error {
  color: red;  
}

h2.error {
  fint-size: medium;
}

h3 {
  font-size: .9em;
}

th {
  border: none;
  color: #a7b312;
  padding: 0px 2px;
}

td {
  margin: 1px;
  background-color: #F5F5F5;
  border: none;
}

tr.alt td {
  background-color: #FFFCEF;
}


/***********************
 *      CONTAINER      *
 ***********************/

#bounding-box {
  /*border: 1px solid yellow;*/
  margin: auto;
  width: 1120px;
}

#bounding-box .stack {
   width: 100%;
}

#content, 
#banner h2, 
#short-banner h1,
#tagline,
#banner div.content {
   margin-left: 100px;
}

/***********************
 *       HEADER        *
 ***********************/

#upper { 
  height: 189px; 
  border-top: 4px solid #eaeaea;
}

a#logo {
  display: block;
  /* border: 1px solid green; */
  margin-left: 150px;
  width: 363px;
  height: 143px;
  background-image: url(images/logo.png);
}

#tagline {
  /* border: 1px solid aquamarine; */
  width: 407px;
  height: 47px;
  background-image: url(images/tagline.png);
}

#nav {
  /* border: 1px solid gray; */
  float: right;
  margin-top: -4px;
  width: 588px;
  height: 183px;
  background: url(images/nav-bg.png) top repeat-x;
}

#nav a {
  text-decoration: none;
  float: left;
  width: 90px;
  height: 40px;
  margin-top: 73px;
  padding-top: 74px;
  background: url(images/navlink-shadow.png) top left no-repeat;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

#nav a div {
   border: 0;
   padding: 0;
}

#nav a:first-child {
  background-image: url(images/navlink-left.png);
}

#nav a div.subtext {
  color: #999;
  font-size: 8px;
  font-family: monospace, sans-serif;
  padding-top: 2px;
}

#nav a:hover div.subtext { color: #000; }
#nav a .active div.subtext { color: #f60; }
#nav a:hover .active div.subtext { color: #f60; }

/***********************
 *  HOME PAGE BANNER   *
 ***********************/

#banner {
  height: 275px;
  background: #ededec url(images/banner-bg.jpg) no-repeat;
  /* err, don't understand, but moz is buggy unless this has a border */
  border-top: 1px solid white;
}

#banner h2 {
   margin-top: 35px;
}

#banner div.content {
   margin-top: 10px;
   width: 535px;
   /* border: 1px solid gray; */
}

#banner div.sidebar {
   float: right;
   width: 280px;
   margin-top: 60px;
   margin-right: 100px;
   height: 150px;
}

#banner div.sidebar button {
   background: transparent url(images/sign-up.png) no-repeat;
   padding: 0;
   margin: 0;
   height: 50px;
   width: 292px;
   border: 0;
}

#banner div.sidebar button:hover {
   cursor: hand;
   background-image: url(images/sign-up-hot.png);
}

/***********************
 *  INTERNAL BANNER    *
 ***********************/

#short-banner {
   /* fixes firefox rendering issue */
   border-top: 1px solid white;
   height: 108px;
   background: url(images/banner-bg-inner.png) no-repeat top center;
}

#short-banner h1 {
   margin-top: 60px;
}

/***********************
 *  MAIN CONTENT AREA  *
 ***********************/

#main { 
   background: url(/images/orange.png) 711px repeat-y;
}

#content {
  float: left;
  width: 535px;
  min-height: 400px;
  padding-top: 10px;
}

#main-sidebar {
  float: right;
  padding-top: 15px;
  margin-right: 50px;
  width: 320px;
}

#main-sidebar .sidebar {
  margin-bottom: 20px;
}

#main-sidebar .sidebar h3 {
   margin-bottom: 1px;
}

.box {
   background: #f5f5f5 url(/images/box-bg.png) repeat-y center;
   margin-bottom: 25px;
   border: 1px solid #eee;
   padding: 4px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
}

#main-sidebar .sidebar a {
   display: block;
   width: 100%;
   padding: 12px 0;
   text-decoration: none;
   font-weight: bold;
   color: black;
   background: transparent url(/images/sidebar-a-line.png) center top no-repeat;
}
#main-sidebar .sidebar a:hover {
  color: #a7b312;
  background-color: #f5f5f5;
}

#main-sidebar .sidebar a img {
   padding-left: 12px;
   padding-right: 10px;
}

#main-sidebar .sidebar a:first-child {
   background-image: none;
}

#member-nav {
  width: 229px;
}

a#friend {
  display: block;
  margin-top: 15px;
  height: 160px;
  width: 289px;
  background: url(images/friend-tag.png) no-repeat;
}

a#friend:hover {
  cursor: pointer; cursor: hand;
  background: url(images/friend-tag-hot.png) no-repeat;
}

/***********************
 *    FOOTER AREA      *
 ***********************/

#footer {
  margin-top: 20px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  height: 35px;
  background: #ededec url(images/banner-bg.png) center repeat-y;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: .7em;
  color: #999;
}

#footer div {
   margin-top: 10px;
}

#subfooter {
   text-align: center;
   font-size: .8em;
   padding-top: 5px;
   color: #999;
}

a.signup {
   display: block;
   width: 125px;
   height: 30px;
}

a.signup-personal {
   background: transparent url(images/sign-up-9.png) no-repeat;
}

a.signup-small {
   background: transparent url(images/sign-up-50.png) no-repeat;
}

a.signup-pro {
   background: transparent url(images/sign-up-150.png) no-repeat;
}

/************************
 *  CONTENT FORMATTING  *
 ************************/

.num {
  text-align: right;
}

label {
  display: block;
  font-weight: bold;
  margin-top: 5px;
}

.footnote {
  color: #999;
  font-style: italic;
}

#payment_methods {
  float: right;
  margin-top: 20px;
}
