/********************************************************/
/****************PSG PRINT STYLE SHEET*******************/
/********************************************************/

body {
  margin: 0;
  font-family: Arial;
    font-size: 12px;
}

img {
  border: none;
}

.clear {
  clear: both;
}

h1 {
  color: #014B8E;
  font-size: 19px;
}

ul {
  color: #737373;
}

a, a:visited, a:active{
  color: #00458B;
  font-weight: bold;
}

a:hover {
  color: #002F5E;
  font-weight: bold;
}

/********************************************************/
/***********************OUTER DIVS***********************/
/********************************************************/
#wrapper-outer {
  overflow: hidden;
}

#top-outer {
  width: 100%;
  background: bottom url(images/stretch-top.gif) repeat-x;
}

#middle-outer {
  width: 100%;
  background: url(images/stretch-middle.gif);
}

#bottom-outer {
  width: 100%;
  background: top url(images/stretch-bottom.gif) repeat-x;
}

/********************************************************/
/*****************START OF INNER DIVS********************/
/********************************************************/
#wrapper-inner {
  position: relative;
  left: 140px;
  width: 699px;
}

#header_index {
  margin: 0 auto;
  width: 966px;
  height: 228px;
  background: bottom url(images/background-top.gif) no-repeat;
}

#header {
  margin: 0 auto;
  width: 966px;
  height: 130px;
  background: bottom url(images/background-top.gif) no-repeat;
}

#logo_index {
  position: absolute;
  top: 110px;
  width: 205px;
  height: 90px;
}

#logo {
  position: absolute;
  top: 15px;
  width: 205px;
  height: 90px;
}

/********************************************************/
/********************MINI CART LOGIN*********************/
/********************************************************/
#login-box {
  float: right;
  width: 283px;
  height: 60px;
  background: url(images/login-box-background.gif);
}

#login-box a, #login-box a:visited, #login-box a:active {
  padding-bottom: 5px;
  color: #737373;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
}

#login-box a:hover {
  color: #585858;
}

#lb-top {
  width: 268px;
  height: 22px;
  padding: 3px 8px 8px 7px;
  line-height: 20px;
}

#lb-top a, #lb-top a:visited, #lb-top a:active{
  font-size: 12px;
}

#lb-top table td{
  width: 131px;
}

#lb-bottom {
  width: 278px;
  height: 25px;
  padding: 0px 1px 0px 4px;
  color: #737373;
  font-size: 11px;
}
/********************************************************/
/***********************NAVIGATION***********************/
/********************************************************/

#navigation_index {
  position: absolute;
  top: 190px;
  left: 245px;
  width: 448px;
  height: 10px;
}

#navigation {
  position: absolute;
  top: 90px;
  left: 245px;
  width: 448px;
  height: 10px;
}

/********************************************************/
/******************INDEX SPECIFIC DIVS*******************/
/********************************************************/

#content {
  margin: 0 auto;
  width: 966px;
  background: url(images/background-middle.gif) repeat-y;
}

#index-right {
  float: right;
  width: 381px;
  height: 253px;
}

#index-left {
  width: 283px;
  height: 253px;
}

#order-now {
  position: absolute;
  top: 156px;
  width: 284px;
  height: 92px;
  padding: 6px 0 0 20px;
  background: url(images/order-now-green.gif) no-repeat;
}

#order-now td {
  padding-top: 5px;
  vertical-align: middle;
}


.button {
  width: 65px;
  height: 20px;
  padding: 10px 0 0 0;
  background: url(images/login-button.gif);
  font-size: 0px;
  color: #009933;
  border: 0;
}

.input {
  padding: 4px 0 0 5px;
  border: 0;
  width: 122px;
  height: 16px;
}

.category {
  vertical-align: top;
  margin : 1em;
  padding : 0.5em;
}


.categorylist {
  font-size: 11px;
  color: #737373;
  padding-left: 1.5em;
}

#footer_index {
  margin: 0 auto;
  width: 966px;
  height: 58px;
  padding-top: 35px;
  background:top url(images/background-bottom.gif) no-repeat;
  text-align: center;
}

#footer {
  margin: 0 auto;
  width: 966px;
  height: 58px;
  padding-top: 24px;
  background:top url(images/inner-background-bottom.gif) no-repeat;
  text-align: center;
  color: #737373;
  font-weight: bold;
  font-size: 12px;
}

#footer a, #footer a:visited, #footer a:active {
  color: #737373;
  text-decoration: none;
}

#footer a:hover {
  color: #585858;
}

/********************************************************/
/*******************INNER PAGE DIVS**********************/
/********************************************************/
#text {
  width: 649px;
  padding: 1px 25px 10px 25px;
}

#red_box {
  position: absolute;
  top: 8px;
  left: 380px;
  width: 296px;
  height: 24px;
  padding-top: 7px;
  background: #EF3B33;
  font-size: 13px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}

#red_box a, #red_box a:visited, #red_box a:active{
  color: #FFFFFF;
  text-decoration: none;
}

.error {
    color: red;
}

.result {
    color: green;
}
