html { 
  padding:0px;
  margin:0px;
}

body {
  /* background-color: #222; */
  background-color: #111;
  background-image: url(/images/bodyLogoBG.jpg);
  background-repeat: repeat-x; 
  /* background-position: top left; */
  /* background-repeat: repeat-x; */
  /* background-attachment: fixed; */
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;
  padding: 0px;
  margin:0px;
}

#header {
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 80px;
  border: none;
  position: relative;
  border-bottom: 1px solid #444;
  background: #111 url('images/Narghile-info-logo.jpg') top left no-repeat;
  background-repeat: no-repeat;
  display: inline;
}

#searchbox {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 3px;
  right: 10px;
  _top: 50px;
  height: 25px;
  width: 250px;
  text-align: right;
}

input.searchButton {
  background-color: #222;
  font-weight: bold;
  font-size: 10px;
  color: #fc0;
  border: 1px solid #fc0;
}


input.searchField {
  background-color: #111;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  border: 1px solid #444;
}



input.TextArea {
  background-color: #111;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  width: 200px;
  height: 80px;
  border: 1px solid #444;
}


#bodywrap {
  padding:0px 10px;
  margin-bottom: 10px;
}

#content {
  margin-left: 200px;
  /* background-color:#222; */
  background: transparent;
  overflow: hidden;
  color: #fff;
  padding: 5px 0 0 0;
  min-height: 100%;
  _height: 100%;/* <- using underscore hack for MSIE here */
}

#menuport {
  position: absolute;
  width: 190px;
  left: 10px;
  padding: 5px 0 0 0;
  margin:0px;
  /* background-color:#222; */
  background: transparent;
  color: #333;
}

#menuport p {
  margin: 0;
  padding: 0;
  line-height: 12px;
}

#footer {
  float: left;
  clear: both;
  border-top: solid 1px #444;
  border-bottom: solid 1px #444;
  font-size: 10px;
}

div.footerbgtrap {
  background: #111;
  color: #666;
}

div.footerbgtrap a {
  color: #666;
  text-decoration: none;
}

/* headings */
h1 { float: left; font-size: 200%; text-align: left; margin: 0; display: inline;}
h1 a { height: 80px; width: 400px; display: block; text-indent: -9000px; text-decoration: none; }
h2 { font-size: 150%; text-align: left; margin-top: 0; margin-left: 8px; color: #fff; vertical-align: middle;}
h2:before {
  content: url(/images/here.gif);
}
h3 { font-size: 135%; margin-top: 0; }
h4 { font-size: 100%; margin-top: 0; }
h4:before {
/*  content: url(images/h3_bullet.gif); */
}

ul.menu {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #444;
  line-height: 18px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

ul.menu li {
  list-style: none;
  border-top: 1px solid #444;
  background: url(/images/menu_bg.png) top left repeat-y;
  _background: #000;
  font-weight: bold;
  font-size: .9em;
  _font-size: 12px;
}

ul.secure {
  margin: 0 0 8px 0;
  padding: 0;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  line-height: 18px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

ul.secure li {
  list-style: none;
  background: #000;
  color: #9f3;
  font-weight: bold;
  font-size: .8em;
  _font-size: 10px;/* using underscore hack for MSIE here */
  padding-left: 0;
  text-align: center;
}

ul.sub {
  line-height: 18px;
  margin: 0;
  padding: 0;
  border-top: 1px solid #444;
}

ul.sub li {
  list-style: none;
  border: none;
  border-left: solid 1em #444;
  font-weight: bold;
  font-size: 1em;
  _font-size: 11px;
}

ul.sub li a {
  color: #eee;
}

ul.sub li a:hover {
  color: #fc0;
  text-decoration: underline;
}

ul.menu a {
  text-decoration: none;
  color: #fc3;
  padding-left: 2px;
}



.lio {
  text-decoration: underline;
  color: #fc3;
  font-weight: bold;
  padding-right: 2px;
}



ul.menu a:hover {
  text-decoration: underline;
  color: #fff;
}

ul.menu_bottom {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #333;
  line-height: 18px;
}

ul.menu_bottom li {
  list-style: none;
  border-top: 1px solid #333;
  background: #000;
  padding-left: 2px;
  font-weight: normal;
  font-size: 1em;
  _font-size: 10px;
}

ul.menu_bottom a {
  text-decoration: none;
  color: #ccc;
}

ul.menu_footer {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  border-bottom: 1px solid #333;
  line-height: 18px;
}

ul.menu_footer li {
  list-style: none;
  border-top: 1px solid #333;
  background: #000;
  padding-left: 2px;
  font-weight: normal;
  font-size: .75em;
  _font-size: 9px;
  text-align: center;
}

ul.menu_footer a {
  text-decoration: none;
  color: #ccc;
}

#navbar {
  background: #000;
  width: 100%;
  overflow: hidden;
  padding: 2px 0;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  margin-bottom: 10px;
}

#navbar_left {
  /* width: 69%; */
  float: left;
  padding-left: 4px;
}

#navbar_right {
  /* width: 29%; */
  text-align: right;
  float: right;
  padding-right: 4px;
}

#navbar a {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: .9em;
  _font-size: 11px;
  color: #fc3;
  font-weight: bold;
  text-decoration: none;
}

#navbar a:hover {
  color: #fff;
}

a {
  color: #fc3;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

.prodimg {
  border: 1px solid #fc0;
}

table.minibask {
  border: none;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  width: 190px;
  background-color: #000;
}

table.minibask table.minibask {
  border: 0;
  font-size: 9px;
  width: 100%;
}

table.minibask th {
  border-bottom: 1px solid #444;
  text-align: left;
}

table.minibask th a {
  font-weight: bold;
  font-size: .9em;
  _font-size: 12px;
}

#toocool {
  position: fixed;
  right: 0;
  bottom: 0;
  display: block;
  height: 80px;
  width: 80px;
  background: url(/images/too_cool_sash.png) bottom right no-repeat;
  text-indent: -999em;
  text-decoration: none;
}

#serecon {
  position: fixed;
  right: 0;
  bottom: 0;
  display: block;
  height: 48px;
  width: 40px;
  background: url(https://secure.interhive.net/shield/shield_trans.png) bottom right no-repeat;
  text-indent: -999em;
  text-decoration: none;
}

