﻿body {
  margin: 0px;
  padding: 0px;
  background: #ffffff url('../images/back.gif') repeat-x top;
  font-family: Trebuchet MS, Helvetica, sans-serif; 
  text-align: center;
  overflow-x: hidden;
  color: #4d4d4d;
  font-size: small;
}
a:link, a:visited {
}
a:hover {
}
strong {
  color: #000000;
  font-weight: bolder;
}

.wrapper {
  width: 100%;
  text-align: center;
}
.page {
  margin: 0px auto;
  width: 800px;
  text-align: left;
  position: relative;
}
#header {
  border-left: solid 1px #d8d8d8;
  border-right: solid 1px #d8d8d8;
  border-bottom: solid 1px #d8d8d8;
  padding: 0px 15px 0 15px;
  margin: 0px 15px 15px 15px;
  height: 104px;
  position: relative;
}
#logo {
  position: absolute;
  bottom: 10px;
}
#main {
  height: 208px;
  width: 800px;
  background: url('../images/main.jpg') no-repeat top;
}
#main_left {
  width: 600px;
  height: 208px;
  background: url('../images/pattern.jpg') right top;
  position: absolute;
  top: 0px;
  left: -600px;
}
#main_right {
  width: 600px;
  height: 208px;
  background: url('../images/pattern.jpg') left top;
  position: absolute;
  top: 0px;
  right: -600px;
}
#info {
  background: url('../images/info_back.gif') repeat-y left;
  min-height: 200px;
}
#nav {
  float: left;
  width: 247px;
}
#nav_top {
  width: 247px;
  height: 33px;
  background: url('../images/nav_top.gif') top;
}
#nav_bottom {
  width: 247px;
  height: 200px;
  background: url('../images/nav_bottom.gif') top;
}

a.nav_item  {
  display:block;
  width: 197px;
  height: 27px;
  padding: 13px 0 0 50px;
  text-decoration: none;
  text-transform: uppercase;
  color: #393939;
}
a:hover.nav_item { 
  font-weight: bold;
}

a#nav_home { background: url('../images/nav_home.gif') top; }
a:hover#nav_home { background-position: 0 -40px; }
a#nav_product { background: url('../images/nav_item.gif') top; }
a:hover#nav_product { background-position: 0 -40px; }
a#nav_order { background: url('../images/nav_item.gif') top; }
a:hover#nav_order { background-position: 0 -40px; }
a#nav_contact { background: url('../images/nav_item.gif') top; }
a:hover#nav_contact { background-position: 0 -40px; }

#content {
  float: right;
  position: relative;
  width: 520px;
  padding-right: 28px;
  background: url('../images/shadow1.gif') no-repeat right top;
}
#content_top {
  height: 107px;
  width: 520px;
  position: absolute;
  top: -107px;
  right: 28px;
}
#content_bottom {
  height: 78px;
  width: 520px;
  position: absolute;
  top: 0px;
  right: 28px;
}
#footer_wrap {
  background: #000000 url('../images/footer_wrap.gif') repeat-x top;
}
#footer {
  position: relative;
  height: 350px;
  background: #000000 url('../images/footer.gif') no-repeat top;
}
#Copyright
{
  position: absolute;
  top: 195px;
  text-transform: uppercase;
  font-size: 95%;
  color: #3e3e3e;
  line-height: 1.5em; 
  width: 100%;
  text-align: center;
}
.copy a{
  color: #3e3e3e;
  text-decoration: none;
}
.copy a:hover{
  color: #3e3e3e;
  text-decoration: underline;
}
.credits {
  color: #b2b2b2; 
  font-size: 90%;
}
.credits a{
  color: #b2b2b2;
  text-decoration: none;
}
.credits a:hover{
  color: #EEEEEE;
  text-decoration: underline;
}
.message
{
  display: block;
  margin: 0 auto;
  width: 425px;
  padding: 25px;
  font-weight: bold;
  color: White;
}
