@import "ct2007_customer.css";

* {
  margin: 0;
  padding: 0;
}

a:link {

}

a:visited {

}

a:hover {

}

a img {
  border: 0;
}

hr {
  display: none;
}

p {
  margin-bottom: 15px;
}

body {
  background: #797871;
/*  font: normal 13px "Verdana", "Lucida Grande", "Lucida Sans Unicode", "Arial", sans-serif;*/
  font: normal 13px "Arial", "Tahoma", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  line-height: 19px;

  cursor: default;
}

#container {
  width: 799px;
  background: url("../images/body_bkg.gif") repeat-y top center;
  margin: 0 auto;
}

#header {
  background: url("../images/header_bkg.gif") bottom no-repeat;
  height: 178px;
  margin: 0 10px;
  
}

#logo {
/*
  position: relative;
  top: 12px;
  left: 38px;
*/
  position: absolute;
  top: 12px;
  margin-left: 38px;
}

#nav {
  position: absolute;
  top: 154px;
  
  height: 24px;
}
/*
#nav ul {
  margin-left: 5px;
  list-style: none;
}

#nav ul li {
  display: inline;
}

#nav ul li a {
  width: 107px;
  height: 24px;
  background: url("../images/tabs_bkg.gif");
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  line-height: 24px;
  text-decoration: none;
  float: left;
  margin: 0 3px;
}
*/

#nav, #nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* suckerfish */
/* break into two a types, by top level and second level */
#nav ul li a {
  width: 107px;
  height: 24px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  background: url("../images/tabs_bkg.gif");
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-left: 5px;
  text-decoration: none;
}

#nav ul li ul a {
  display: block;
  width: 130px;
  background: #5A605A;
  font-size: 12px;
}

#nav ul li ul a:hover {
  background: #627062;
}

#nav li {
  float: left;
}

#nav li ul {
  position: absolute;
  width: 130px;
  left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
}

#nav ul li a:hover {
  background: url("../images/tabs_bkg.gif") 0 -24px;
  color: #F1EECC;
}

#nav ul li a.active {
  background: url("../images/tabs_bkg.gif") 0 -48px;
}

#nav ul li a.nav_customer {
  position: relative;
  left: 75px;
  background: url("../images/tabs_bkg.gif") 0 -72px;
}


#nav ul li a.nav_customer_active {
  position: relative;
  left: 75px;
  background: url("../images/tabs_bkg.gif") 0 -96px;
}

#nav li {
  float: left;
}
/*
#nav li ul { /* second level lists */
/*  position: absolute;
  background: #958D82;
  width: 130px;
  left: -999em;
  top: 24px;
  float: left;
}

#nav li ul a {
  width: 130px;
  background: #5A605A;
  font-size: 12px;
}

#nav li ul a:hover {
  background: #627062;
}

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  float: left;
}
*/
#main {
  margin: 0 10px;
  background: #FAF9F2;
}

#level_one {
  background: #fff;
  height: 215px;
  clear: both;
}

#c_nav { /* Customer panel navigation; replaces #access when logged in */
  background: #3B4646;
  height: 215px;
  width: 192px;
  float: right;
}

#access {
  background: #3B4646 url("../images/access_bkg.gif") no-repeat;
  height: 215px;
  width: 192px;
  float: right;
}

#access h2 {
  display: none;
}

#access form {
  margin-left: 23px;
  margin-top: 55px;
}

#access .c_input {
  background: url("../images/access_input_bkg.gif") no-repeat top right;
  border: 0px;
  height: 22px;
  width: 145px;
  text-indent: 3px;
  font-size: 12px;
  padding-top: 4px;
}

#access .c_button {
  cursor: pointer;
  margin-top: 10px;
  margin-left: 88px;
}

#access .c_label {
  color: #E1D3A5;
  text-indent: 6px;
  font-size: 12px;
  float: left;
}

#access .c_helper {
  font-size: 10px;
  float: right;
  display: block;
  width: 94px;
}

#access .c_helper a, #access .c_helper a:link, #access .c_helper a:visited, #access .c_helper a:active {
  font-size: 10px;
  color: #A3A8A8;
  
  display: block;
  text-indent: 16px;
  
  background: url("../images/c_helper_bkg.gif") 0 0 no-repeat;
  text-decoration: none;
}

#access .c_helper a:hover {
  color: #E4E5E5;
  background: url("../images/c_helper_bkg.gif") 0 -19px no-repeat;
  text-decoration: underline;
}

#panel {
  width: 585px;
  height: 215px;
  background: #363936;
  float: left;
}

#content {
  width: 555px;
  padding: 15px;
  float: left;

}

#sidebar {
  height: 220px;
  width: 192px;
  background: url("../images/sidebar_bkg.gif") top left repeat-x; 
  float: right;
}

#sidebar div {
  font-size: 12px;
  margin-left: 23px;
  margin-top: 30px;
}

#sidebar p {
  margin-bottom: 8px;
  
}

/* Styles for Content area */
h3 {
  /*letter-spacing:-1px;*/
  font: normal 24px/26px "Century Gothic","Trebuchet MS","Helvetica","Arial",sans-serif;
  font-weight: 100;
  line-height: 40px;
}


#footer {

  background: url("../images/footer_bkg.gif") top left no-repeat;
  clear: both;
  color: #30302D;
  height: 120px;
  
}

#copyright {
  font-size: 11px;
  text-align: center;
  padding-top: 90px;
}

#footer a {
  color: #80B3E6;
}

#footer a:visited {
  color: #A5ACB8;
}

#footer a:hover {
  color: #FFB380;
}

/* Styles for new user form, potentially new order */
.c_newform .row {
  clear: both;
}

.c_newform .label {
  float: left;
  margin-right: 7px;
  width: 120px;
  text-align: right;
}

.c_newform .value {
  float: left;
}

.c_newform input {
  width: 160px;
}

form.ct_form {
  clear: both;
}

form.ct_form fieldset {
  margin-bottom: 10px;
  border: none;
}
form.ct_form legend {
  padding: 0 2px;
  font-weight: bold;
}
form.ct_form label {
/* Mozilla doesn't handle inline-block properly.
 *  * We use floats to simulate this properly across IE & Moz */
 
/*  display: inline-block;*/
  vertical-align: top;
}
form.ct_form fieldset ol {
  margin: 0;
  padding: 0;
}
form.ct_form fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
  clear: both;
}

form.ct_form fieldset li input {
  width: 15em;
}

form.ct_form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.ct_form label {
  width: 120px; /* Width of labels */
  display: block;
  float: left;
}
