﻿/* Imports
----------------------------------------*/
@import url("reset.css");
@import url("960.css");
@import url("typography.css");

body { background: #333; color: #fff; }
#branding { margin-bottom: 0; }
#branding h1 { background: transparent url('/media/74286/branding.jpg') no-repeat; height: 335px; text-indent: -9999px; margin: 0; }

#offer-sign-up label { width: 120px; margin-right: 10px;  }
#offer-sign-up input.text { width: 250px; }
#offer-sign-up div { clear: both; margin-bottom: 10px; }

#main-nav { background: #000; padding: 5px 0; margin: 0 0 1em 0; }
#main-nav li, #main-nav a, ul#main-nav li#mnuHome, ul#main-nav li#mnuHome a, 
ul#main-nav li#mnuSearch a, ul#main-nav li#mnuMothership a  { color: #fff; background: transparent; text-indent: 0; width: 156px; text-align:center; }
#main-nav li a:hover, li#mnuSearch a:hover,  li#mnuMothership a:hover { background: #333; }

a:link, a:visited  { color: #22bc4e; }

#secondary-content ul li a, #secondary-content ul li a:link, #secondary-content ul li a:visited  { color: #fff; }

#footer { background-image: none; color: #fff; border-top: 1px dotted #666; }
