/***************
CSS
***************/
html, body {
  border:0px;
  margin:0px;
  padding:0px;
  background-color:#ffffff;
  background-image:url(../images/background/bg.jpg);
  background-repeat:repeat-x;
}

td {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
  line-height:16px;
  color:black;
  text-align:left;
  vertical-align:top;
}


/***************
Table Styles
***************/

td.search_bg {
  background:url(../images/background/search_bg.jpg) no-repeat;
  padding:10px 5px;
}

td.white_bg {
  background-color:#FFFFFF;
}

td.bodytop {
  background:url(../images/background/body_top.png) no-repeat;
}

td.navbg {
  background:url(../images/nav/nav_bg_lg.jpg) no-repeat;
}

td.left_col_border {
  background:url(../images/background/left_col_border.jpg) repeat-y left #ffffff;
}

td.left_col_bg {
  background-color:#fffef2;
}

td.inside_bg {
  background:url(../images/background/inside_bg.png) repeat-y;
}

td.footer_construction_left {
  background:url(../images/footer_construction_left.png) bottom no-repeat;
 /* padding-bottom:200px;*/
}

td.footer_construction_right {
  background:url(../images/footer_construction_right.jpg) bottom no-repeat;
}

td.footer_right {
  background:url(../images/footer_right.png) bottom left no-repeat;
}

td.footer_left {
  background:url(../images/footer_left.png) bottom right no-repeat;
}

table.body_inside {
  margin-bottom:50px;
}

img.product_img {
  padding:8px;
  margin-right:15px;
  background-image:url(../images/image_border.jpg);
  background-repeat:no-repeat;
  float:left;
}

img.product_img a {
  border:none;
}

img.product_img_sm {
  padding:5px 6px 7px 6px;
  margin-right:10px;
  background-image:url(../images/image_border_sm.jpg);
  background-repeat:no-repeat;
  float:left;
}

img.product_img_sm a {
  border:none;
}

#search {

}

a img {
  border:0;
}
/***************
IDs
***************/

#base {
  margin: 0 2em 2em 3em;
  padding: 5px;
}

#left_col {
 padding-bottom:200px;
 vertical-align:top;
}

#bread {
  color: #666;
  padding: 3px;
  margin-top: 5px;
  margin-bottom:-10px;
  text-align:right;
}


#bread ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
  border: none;
} 

#bread ul li {
  margin-left: 0;
  padding-left: 2px;
  border: none;
  list-style: none;
  display: inline;
}

#imageBox {
	margin-left:11px;
	marigin-right:11px;
	margin-bottom:20px;
	margin-top:20px;
}


/***************
Text Styles
***************/
p {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
  line-height:18px;
  margin:10px 18px 10px 25px;
}

p.left_col {
  margin-left:50px;
}

p.form {
  margin-right:15px;
  text-align:right;
}

p.category_left {
  margin-bottom:15px;
}

p.util {
  font-size:11px;
  margin-top:0px;
  margin-bottom:0px;
  text-align:center;
}

p.footer {
  font-size:10px;
  text-align:center;
  font-weight:normal;
  margin-top:10px;
}

a.foot:link,
a.foot:visited {
  color:#503100;
  text-decoration:underline;

}

a.foot:hover {
  color:#503100;
  text-decoration:none;
}

.small {
  font-size:10px;
}

.brown {
  color:#503100;
}

.nomargin {
  margin:0;
}

.noright {
  margin-right:0;
}

.noleft {
  margin-left:0;
}

.white {
  color:#ffffff;
}

.orange {
  color:#e74100;
}

h1 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:28px;
  color:#000000;
  line-height:30px;
  letter-spacing:-1px;
  margin-bottom:1px;
  margin-left:25px;
  margin-top:25px;
}

h1.inside {
  font-size:36px
}

h2 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
  color:#000000;
  line-height:18px;
  letter-spacing:0px;
  margin-bottom:0px;
  margin-left:25px;
}

h2.category {
  font-size:14px;
  padding:5px;
  background-color:#fff9d6;
  margin-top:15px;
  border-bottom:thin;
  border-bottom-color:#666666;
  border-bottom-style:dashed;
/*  border-top:thin;
  border-top-color:#666666;
  border-top-style:dashed;
*/}

h2.left_col {
  margin-left:50px;
  margin-bottom:10px;
}

h3 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:18px;
  color:#000000;
  line-height:18px;
  letter-spacing:-1px;
  margin-bottom:5px;
  margin-top:15px;
  margin-left:25px;
}

hr.dotted {color: #fff; background-color: #fff; border: 1px dotted #666666; border-style: none none dotted; }

table.form p {
  margin:5px 10px 5px 0;
  text-align:right;
}

table.categories p {
  font-size:11px;
  line-height:15px;
  margin-top:3px;
}

#base ul {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
}

#base ul li {
  background-image:url(../images/bullet.png);
  background-repeat: no-repeat;
  background-position: 0 .4em;
  padding-left: 1em;
  line-height:18px;
}

#base h4 {
  padding-left:1em;
  margin-bottom:0px;
}

/***************
Links
***************/
a:link,
a:visited {
  color:#ee4401;
  text-decoration:underline;

}

a:hover {
  color:#ee4401;
  text-decoration:none;
}

a.plain:link,
a.plain:visited,
a.plain.hover {
  color:inherit;
  text-decoration:none;
}

