html {
}

body {
   color: #515151;
   background-color: #fff;
   font: 12px Verdana, sans-serif;

   background-image  : url('../img/web.gif');
   background-repeat : no-repeat;
   background-position  : top left;
}


body.remington {
   background-image: url('../img/background/remington.gif');
}

body.ladies {
   background-image: url('../img/background/ladies.gif');
}

body.boygirl {
   background-image: url('../img/background/boy-girl.gif');
}

body.contact {
   background-image: url('../img/background/contact.gif');
}

body.careers {
   background-image: url('../img/background/careers.gif');
}

body.keys {
   background-image: url('../img/background/login.gif');
}

body * {
   line-height: 1.4em;
}

div.footer {
  padding: 5px 0 5px 165px;
  margin: 20px 0 40px 0;
  font-size: 10px;
  width: 500px;
}

input, select, textarea {
   border: 1px solid #444;
}

p {
   margin : 1em 0;
}

table td {
   vertical-align: top;
   padding: 2px;
}


h1 {
   font-size: 12px;
   font-weight: bold;
}

h2 {
   font-size: 12px;
   font-weight: normal;
}

a, a:visited {
   color: #003368;
   text-decoration: none;
}

a:hover {
   color: #000;
}


#nav {
   color : #cc945f;
   list-style  : square outside;
}

#nav li {
   display: inline;
}

#nav li a {
   padding: 0 15px 0 10px;
   font: 15px Futura, Verdana, sans-serif;
   text-decoration: none;

   background-image  : url('../img/nav_dot.gif');
   background-repeat : no-repeat;
   background-position  : top left;

   color : #003468;
   background-color  : transparent;
}

#nav li a:hover {
   color : #cc945f;
}

#b_subnav {
   position: absolute;
   top: 20px;
   right: 20px;
}

#subnav {
   color : #cc945f;
   list-style  : none;
}

#subnav li {
   display: inline;
}

#subnav li a {
   padding: 0 15px 0 10px;
   font: 12px Futura, Verdana, sans-serif;
   text-decoration: none;

   color : #003468;
   background-color  : transparent;
}

#subnav li a:hover {
   color : #5d5d5d;
}

#logo {
   float    : left;
   position : relative; 
   width    : 165px;
   height   : 95px;
}

#toe {
   position : absolute;
   top   : 16px;
   left  : 114px;
}

div.content {
   padding: 40px 0 20px 0;
   margin-left: 165px;
   min-height: 500px;
}

.ptr {
   cursor: pointer;
}

img.main_title {
   margin: 0 0 0 -8px;
}

ul.noindent {
   padding: 0;
   margin: 0;
}

div.discovery {
   margin: 40px 0 0 0;
   font-size: 12px; 
   line-height: 17px;
}

div.discovery h3 {
   color: #003d72;
   font-size: 14px;
   font-weight: bold;
   margin-bottom: 3px;
}

input.signup {
   background-color: #003d72;
   color: #FFF;
   padding: 5px 10px;
   font-weight: bold;
   cursor:pointer;
}

div#f_text_nav {
   margin: 5px 0;
}

div#f_text_nav ul{
   list-style-type: none;
}

div#f_text_nav ul li {
   float: left;
   display: block;
   padding: 0 15px 0 0;
   color: #003d72;
   font-weight: bold;
   font-size: 11px;
   background-color: #FFF;
}

div#f_text_nav ul li a:hover {
  color : #cc945f;
}

div.form {
   margin-top: 30px;
}

div.form, div.form_button {
   color: #003d72;
   font-weight: bold;
}

div.form_button {
   margin: 5px 0;
}

div.form_fields {
   margin-top: 25px;
}
div.form_fields table tr td {
   padding: 10px 0;
}

#messagebox  {
   font-weight: bold;
   color: red;
}

#sitemap ul {
   list-style-type: square;
   padding: 0 0 0 20px;
}

#sitemap ul li a {
   font-weight: bold;
}

