/* CSS Document */

body {
  text-align: center;
  margin: 0; 
  padding: 0; 
  min-width: 770px;
  background-image: url(imagelibrary/bg_outer.jpg);
  background-repeat: repeat-x;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 14px;
}

#wrapper {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 770px;
  overflow: hidden;
  background-image: url(imagelibrary/bg_blue_gradient.jpg);
  background-repeat: repeat-y;
  border: solid black 3px;
}

#header {
  width: 770px;
  height: 150px;
  background-image: url(imagelibrary/bg_red_gradient.jpg);
  background-repeat: repeat-x;
}

.flash {
  float: right;
}

.logo {
  position: absolute;
  top: 2px;
}

/*NAVIGATION*/
#nav {
  margin: 100px 0 0 -30px;
  width: 200px;
  /*border: 1px solid orange;*/
}

#nav ul {
  list-style: none;
}

#nav li a {
  display: block;
  height: 1%; /*Fixes gap issue in IE6*/
  padding: 3px 0 3px 7px;
  margin: 10px 0 0 0;
  color: #ffffff;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  background-image: url(imagelibrary/button_raised160x22.gif);
  background-repeat: no-repeat;
}

#nav a:link, #nav a:visited {
  text-decoration: none;
  color: #ffffff;
}

#nav a:hover {
  background-image: url(imagelibrary/button_depressed160x22.gif);
  background-repeat: no-repeat;
  color: silver;
}
/*END NAVIGATION*/

/*Horizontal Navigation*/

#nav2 {
  float: right;
  width: 600px;
  background-image: url(imagelibrary/bg_nav2.png);
  background-repeat: repeat-x;
  font-size: small;
}

#nav2 ul {
  margin: 0 10px 0 0;
  padding: 0;
  text-align: right; 
}

#nav2 li {
  display: inline;
}

#nav2 a {
  padding: 2px 5px 2px 5px;
}  

#nav2 a:link, #nav2 a:visited {
  color: #ffffff;
  text-decoration: none;
}

#nav2 a:hover {
  color: #e20104;
}

/*END Horizontal Navigation*/


#content {
  float: right;
  clear: right;
  display: inline;
  margin: 30px 10px 0 20px;
  padding: 0 0 0 0;
  width: 540px;
}

#contact {
  text-align: center;
}

#footer {
  float: right;
  display: inline;
  margin: 50px 0 30px 0;
  width: 90%;
  height: 100px;
  border-left: 3px solid white;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  background-image: url(imagelibrary/bg_red_gradient.jpg);
  background-repeat: repeat-x;
  color: white;
  font-size:larger;
}

#footer p {
  margin:15px 0 0 50px;
}

#footer img {
  float: right;
  margin: 0 40px 0 0;
  border-left: 5px solid white;
  border-right: 5px solid white;
}

.white {
  color: #ffffff;
}

.timbrblue {
  color: #0152ae;
}

.timbrred {
  color: #e20104;
}

.stihl {
  color: #f37a1f;
  font-weight: bold;
}

hr {
  width: 75%;
  clear: both;
  text-align: center;
  background-color: #e20104;
  color: #e20104;
}

.stihlhr {
  width: 75%;
  clear: both;
  text-align: center;
  background-color: #000000;
  color: #000000;
}

.gardenlist {
  list-style-image: url(imagelibrary/list_dot.gif);
}

.gardenhr {
  width: 75%;
  clear: both;
  text-align: center;
  background-color: #2da624;
  color: #2da624;
}

/*FLYER Menu*/

#nav3 {
  margin: 50px 0 0 20px;
  width: 155px;
}

#nav3 a {
  display: block;
  border: 3px solid white;
}

#nav3 a:link {
  text-decoration: none;
}

#nav3 a:visited {
  text-decoration: none;
}

#nav3 a:hover {
  border: 3px solid silver;
}

/*END Flyer Menu*/


/*SUPPLIERS TABLE*/
table {
  width: 540px;
  margin: 10px 0 10px 0;
  font-size: small;
  white-space:nowrap;
  border-collapse: collapse;
}

th.horiz {
  padding: 10px 0 10px 0;
  text-align: center; 
  background-image:url(imagelibrary/bg_table_clouds.jpg);
  color: white;
  border: solid 2px white;
}

th.vert {
  padding: 0 5px 0 5px;
  background-color: silver;
  border: 2px solid white;
}

td {
  color: black;
  padding: 2px 0 2px 5px;
  background-color: #d4d4d4;
  border: 2px solid white;
}

td.narrow {
  width: 75px;
  text-align: center;
}

table a:link {
  text-decoration: none;
}

table a:visited {

}

table a:hover {
  color: black;
}
/*END Suppliers Table*/

/*Table on hompage*/
.blanktable {
  width: 540px;
  background-image: url(imagelibrary/bg_blanktable540x220.jpg);
  background-repeat: no-repeat;
  border-style: none;
  font-size: 13px;
}

.blanktable td {
  padding: 10px;
  background: none;
  white-space: normal;
  border-style: none;
}

/*END table on home page */




