body{
  margin:0;
  padding:0;
  padding-top: 10px;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
}
a{
  color: #0154CE;
}
img{
  border: none;
}
#wrapper{
  width: 980px;
  margin: auto;
  text-align: left;
  padding: 10px;
  position: relative;
  background: url(/bg.jpg) left top repeat-x;
}
#top{
  height: 90px;
  margin-bottom: 7px;
  background: url(/top.jpg) left top no-repeat;
  position: relative;
}
#search{
  position:absolute;
  right:160px;top:15px;
}
#crumbs{
  position: absolute;
  bottom: 23px;
  left: 330px;
  font-size: 8.5pt;
}
#crumbs a{
  text-decoration: none;
}
#crumbs a:hover{
  text-decoration: underline;
}
#menu{
  float: left;
  width: 160px;
  height: 180px;
  background: #FFF;
  padding: 5px;
  position: relative;
}
#nav{
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu a:hover{
  background: #D3D4CE;
  color: #0154CE;
}
#menu a.navcurrent, #menu a:hover.navcurrent{
  background: #D3D4CE;
  color: #F00;
}
#menu a{
  display: block;
  background: #AAA6A5;
  color: #FFF;
  text-decoration: none;
  height: 26px;
  line-height: 26px;
  padding-left: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}
#nav ul{
  display: none;
  background: #FFF;
  margin: 0;
  padding: 2px;
  padding-bottom: 0px;
  list-style: none;
  position: absolute;
  width: 150px;
}
#nav ul a{
  padding: 3px;
  line-height: normal;
  height: auto;
  margin-bottom: 2px;
}
#nav ul, #nav ul ul, #nav ul ul ul{
  display: none;
  position: absolute;
  margin-top: -25px;
  margin-left: 110px;
}
#nav ul li>ul, #nav ul ul li>ul{
  margin-top:-1.4em;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{
  display:none;
}
#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{
  display:block;
}
#ban{
  float: right;
  width: 800px;
  height: 190px;
}
#main{
  height: 275px;
  min-height: 275px;
}
#speaks{
  float: left;
  width: 295px;
  background: #FFF;
  height: 100%;
  text-align: center;
  padding-top: 10px;
}
#speaks img{
  margin-left: 5px;
}
#content{
  float: right;
  width: 665px;
  min-height: 90px;
  padding: 5px;
  background: #FFF;
  margin-bottom: 10px;
}
#bottom{
  float: right;
  width: 685px;
  min-height: 165px;
  background: #FFF;
}
#footer{
  clear: both;
  color: #0154CE;
}
#footer a{
  text-decoration: none;
}
/*-----PRODUCTS-----*/
.prodlist{
  clear: both;
  margin-bottom: 10px;
  border: 1px solid #000;
  padding: 5px;
}
.prodlistpic{
  float: left;
  width: 90px;
  text-align: center;
  margin-right: 5px;
}
.prodlist1{
  width: 400px;
  float: left;
}
.prodlist2{
  padding-top: 25px;
  text-align: center;
}

.proddetprice{
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
  width: 150px;
  margin-top: 10px;
  margin-left: 5px;
  margin-bottom: 5px;
  color: #0154CE;
}
.proddetdesc{
  float: left;
  font-weight: bold;
}
.proddetval{
  float: right;
}
.proddetsale{
  float: left;
  font-weight: bold;
  color: #F00;
}
.proddetsaleval{
  float: right;
  font-weight: bold;
  color: #F00;
}
.proddet1{
  font-size: 12pt;
  font-weight: bold;
}
.proddet2{
  margin-top: 10px;
}

.prodcatlist{
  padding: 0px;
  padding-left: 15px;
}

/*-----GALLERY-----*/
#galtable{
  width: 100%;
}
#galtable td{
  width: 165px;
  height: 130px;
  text-align: center;
  vertical-align: middle;
}

#extgal{
  margin: 10px;
  width: 960px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
#extgal td{
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  line-height: 25px;
}
#extgal a{
  display: block;
  width: 125px;
  line-height: 25px;
  text-decoration: none;
  font-weight: bold;
}
#extgal a:hover{
  background: #CCC;
}

.searchr{
  border-bottom:1px solid #999;
  padding:0 10px 10px 10px;
  margin:10px;
}


.clear{
  clear:both;font-size:0pt;height:0px;
}