/* global */
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .74em;
}

p
{ margin: 0px;
  padding: 0px 0px 24px 0px;
  line-height: 20px;
}

h1
{ font-family: tahoma, verdana, arial, sans-serif;
  font-size: 188%;
  font-weight: normal;
  margin: 0px;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}

img{border: 0px;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 14px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* main container */
#main
{ width: 779px;
  margin-left: auto; 
  margin-right: auto;
}

/* links above the logo */
#links
{ margin-left: auto; 
  margin-right: auto;
  padding: 9px 21px 3px 19px;
  width: 699px;
  text-align: right;
  height: 22px;
  border: 1px solid;
}

#links a, #links a:hover{text-decoration: none;}

/* logo */
#logo
{ margin-left: auto; 
  margin-right: auto;
  padding: 0px;
  width: 739px;
  height: 100px;
  text-align: left;
}

#logo h1
{ padding: 41px 0px 0px 19px;
  font-family: verdana, arial, sans-serif;
  font-size: 140%;
  font-weight: normal;
}

/* navigation menu */
#menu
{ height: 43px;
  width: 740px;
  margin-left: auto; 
  margin-right: auto;
}

#menu ul
{ margin: 0px auto; 
  padding: 0px; 
  list-style: none; 
  text-align: left; 
  width: 740px;
} 

#menu li
{ margin: 0px; 
  padding: 0px; 
  list-style: none; 
  float: left; 
} 

#menu li a 
{ display: block; 
  float: left; 
  border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  height: 37px;
  font-size: 100%; 
  width: 128px; 
  text-decoration: none; 
  padding: 3px 0px 0px 19px;
  font-weight: bold; 
  text-transform: lowercase;
} 

/* main content */
#content
{ margin-left: auto; 
  margin-right: auto;
  width: 739px;
  height: auto;
  padding: 0px;
  text-align: justify;
  overflow: hidden;
} 

/* column 1 - contains sidebar items */
#column1
{ width: 300px;
  height: 230px;
  float: left;
  padding: 8px 8px 8px 8px;
}

#column1 h1
{ padding: 0px 0px 6px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px dashed;
}

.featuredproducts
{ position: relative;
  text-align: justify;
  width: 280px;
  float: left;
  margin: 0px 0px 15px 0px;
  padding: 8px 0px 8px 0px;
}

.sidebaritem
{ position: relative;
  text-align: justify;
  width: 165px;
  float: left;
  margin: 0px 0px 15px 0px;
  padding: 8px 0px 8px 0px;
}

/* column 2 - page content */
#column2
{ text-align: justify;
  padding: 8px 8px 8px 8px;
  width: 342px;
  height: 230px;
  float: right;
}

#column2 h1
{ padding: 12px 0px 6px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px dashed;
}

/* full column  - full page content */
#fullcolumn
{ float: left;
  padding: 16px 0px 15px 19px;
  width: 684px;
}

#fullcolumn h1
{ padding: 12px 0px 6px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px dashed;
}

.sidebaritem a, #column2 a
{ padding: 0px;
  text-decoration: underline;
}

.sidebaritem a:hover, #column2 a:hover
{ padding: 0px;
  text-decoration: none;
}

/* footer */
#footer
{ padding: 9px 0px 3px 0px;
  width: 739px;
  text-align: center;
  border: 1px solid;
  height: 22px;
  margin-left: auto; 
  margin-right: auto;
}

#footer a, #footer a:hover{text-decoration: none;}

/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 448px;
  height: 29px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.rowLarge
{ clear: both;
  width: 448px;
  height: 100px;
}

div.rowLarge span.formlabel 
{ float: left;
  width: 100px;
  text-align: left;
}

div.rowLarge span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
  height: 22px;
}

input, textarea
{ width: 259px; 
  font-family: verdana, arial, sans-serif;
  font-size: 100%;
  border: 1px solid;
}
 
.mediumInput
{ width: 160px; 
  font-family: verdana, arial, sans-serif;
  font-size: 100%;
  border: 1px solid;
}

.smallInput
{ width: 90px; 
  font-family: verdana, arial, sans-serif;
  font-size: 100%;
  border: 1px solid;
}

.verySmallInput
{ width: 40px; 
  font-family: verdana, arial, sans-serif;
  font-size: 100%;
  border: 1px solid;
}

.submit
{ font-family: verdana, arial, sans-serif;
  font-size: 100%; 
  border: 1px solid;
  width: 150px;
  height: 22px;
  cursor: pointer;
  background-color: #F7EFF1;
}

A.Cart { color: #5F4F53; text-decoration: none; font-size: 12px; }
A.Cart:link { color: #5F4F53; text-decoration: none; }
A.Cart:active {	color: #5F4F53; text-decoration: none; }
A.Cart:visited { color: #5F4F53; text-decoration: none; }
A.Cart:hover { color: #990033; text-decoration: none; }
TD.headercategory { font-weight: bold; font-size: 14px; color: #ffffff; background:#A79298 url(btn_8_invert.jpg); text-align: center; }
TD.header { font-size: 12px; color: #5F4F53; font-weight: bold; background-color: #F7EFF1; }
TD.row1 { background-color: #ffffff; font-size: smaller; border-bottom: 1px solid #000066; border-top: 8px solid #ffffff;}
TD.row2 { background-color: #ffffff; font-size: smaller; border-bottom: 1px solid #000066; border-top: 8px solid #ffffff;}
TD.row3 { background-color: #ffffff; font-size: smaller; border-top: 8px solid #ffffff;}
TD.shiphand { font-size: 12px; color: #99503a; background-color: #F7EFF1; border-top: solid #5F4F53 1px; }
TD.shiphand2 { font-size: 10px; color: #99503a; background-color: #F7EFF1;}
.CartShip { font-size: 12px; color: #5F4F53; }
.CartGT { font-size: 16px; color: #5F4F53; }
.Desc { font-size: 12px; color: #99503a; }
.SoldOut { font-size: 12px; color: red; }
.Pending { font-size: 12px; color: #5F4F53; }
.Error { font-size: 14px; color: red; font-weight:bold; }
.company { font-weight:bold; }
.paypal { font: 10pt; }
.pushbuttonLarge { font-weight: bold; font-size: 14px; width: 190px; border-top: 1px solid silver; border-left: 1px solid silver; border-right: 1px solid #5F4F53; border-bottom: 1px solid #5F4F53; padding: 1px; color: #5F4F53; background-color: #F7EFF1; cursor: hand; }
.pushbutton { font-weight: bold; font-size: 14px; width: 120px; border-top: 1px solid silver; border-left: 1px solid silver; border-right: 1px solid #5F4F53; border-bottom: 1px solid #5F4F53; padding: 1px; color: #5F4F53; background-color: #F7EFF1; cursor: hand; }
.pushbuttonRed { font-weight: bold; font-size: 14px; width: 120px; border-top: 1px solid silver; border-left: 1px solid silver; border-right: 1px solid #5F4F53; border-bottom: 1px solid #5F4F53; padding: 1px; color: red; background-color: #F7EFF1;  cursor: hand; }
.pushbuttonSmall { font-weight: bold; font-size: 10px; width: 120px; border-top: 1px solid silver; border-left: 1px solid silver; border-right: 1px solid #5F4F53; border-bottom: 1px solid #5F4F53; padding-top: 1px; padding-bottom: 1px; padding-left: 0px; padding-right: 0px; margin-bottom: 1px; color: #5F4F53; background-color: #F7EFF1;  cursor: hand; }
.paypalbutton { width: 62px; height:31px; background-color: #F7EFF1;  cursor: hand; }
.imgborder { border-color:#000066; border-width:1px; }
.ProductName { font-size: 12px; font-weight: 100;}
