/* CSS Document */

body {
  background-color: black;
  background-image: url(images/bg.gif);
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Georgia;
  font-size: 12px;
  color: white;
}

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

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

p, li, span {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 22px; 
}

li {
  list-style-type: circle;
}

ul {
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
  margin-left: 1.5em;
}

h1 {
  padding: 0;
  margin: 0;
  font-size: 24px;
  font-weight: normal;
}

.spacerbig {
  height: 25px;
  padding: 0;
  margin: 0;
}

.homeleftdiv {
  float: left;
  width: 372px;
  padding-right: 33px;
  text-align: right; 
}

.homerightdiv {
  float: left;
  width: 339px;
}

.cartleft{
  width: 272px;
  background: url(images/cartmenubg.gif) top right repeat-y;
}

.cartright{
  padding-left: 60px;
  background: url(images/cartrightbg.jpg) bottom left no-repeat;
}

.carttable {
  font-size: 14px;
  width: 400px;
}

.carttable td, .cartwrapper td {
  vertical-align: top;
  line-height: 20px;
  padding-bottom: 8px;
}

.carttable tr td:first-child + td {
  text-align: right;
  width: 70px;
  color: white;
  line-height: 16px;
}
    
.c1 {
  color: #eac287;
}

.c2 {
  color: #018bd6;
}

.c3 {
  color: #ffe7c4;
}

#wrapper {
  background: black;
  width: 780px;
  padding: 0px;
  margin: auto;
}

div.clear {
  clear: both;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  line-height: 0px;
  font-size: 0px;
}

#headerdiv {
}

#menudiv {
  width: 780px;
  border-top: 1px solid #56280f;
  border-bottom: 1px solid #56280f;
  padding: 0;
  margin: 0;
  background: url(menu/menubg.gif) top left repeat-x;
}

#menu {
  margin: 0 123px;
  padding: 0;
}

#menu li {
  display: inline;
  margin: 0px 20px;
  padding: 0px;
  float: left;
}

.menuimg {
  border: none;
  cursor: pointer;
}

#footer {
  border-top: 1px solid #56280f;
  padding: 10px;
  font-size: 11px;
  line-height: 13px;
  height: 13px;  
}

h2, .tmid {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}

.tmid {
  padding-top: 20px;
  padding-bottom: 5px;
}

.pricetd {
  text-align: right;
}

ul.cartmenu {
  padding: 0px;
  margin: 0px;
}

.cartmenu li, .cartmenu h1 {
  padding-left: 60px;
}

.cartmenu li {
  list-style-type: none;
  height: 30px;
  background: none;
}

.cartmenu li.active {
  background: url(images/menuactive.gif) no-repeat;
  background-position: 45px 0px;
}

.cartmenuitem {
  font-size: 16px;
  line-height: 30px;
}

a:link.cartmenuitem, a:visited.cartmenuitem {
  color: white;
  text-decoration: none;
}

a:hover.cartmenuitem{
  color: #018bd6;
  text-decoration: none;
}

.gallery {
  padding: 0px 20px;
}

.gallery a:link img, .gallery a:visited img {
  border: 3px solid #eac287;
}

.gallery a:hover img {
  border: 3px solid white;
}

.gallery td {
  text-align: center;
  vertical-align: middle;
  padding-bottom: 20px;
}

.gallery_last td {
  padding-bottom: 0px;
}

#footer span {
  font-size: 11px;
  line-height: 13px;
}

.language {
  float: right;
}

.cright {
  float: left;
}