/* CSS Document */

#web {
  width: 780px; margin: auto; padding: 1px;
  position: relative; z-index: 10;
  overflow: hidden;
  background: white;
  /*border-right: 1px solid #7b7668;
  border-left: 1px solid #7b7668;*/
}

#header-bar {
  height: 22px; line-height: 20px; overflow: hidden;
  text-align: right; 
}
#header-bar a { color: #555; }
#header-bar .del { padding: 0 5px 0 10px; }
#header-top {
  height: 135px; overflow: hidden;
  position: relative;
  background: transparent url('../img/layout/header.jpg') top left no-repeat;
}
#header-top .line { height: 8px; overflow: hidden; background: url('../img/layout/top-line.png') top left repeat-x; }
#header-top img { margin: 0; vertical-align: top; float: left;  }
#header-top h1 { 
  width: 350px; height: 30px; line-height: 20px; margin: 0; padding: 0 5px;
  position: absolute; left: 0; bottom: 0;
  color: #555; text-transform: uppercase; text-align: center;
}


#menu {
  height: 30px; line-height: 30px; margin: 1px 0;
  text-align: right; color: white; font-weight: bold;
  background: #6d82a2 url('../img/layout/menu-bg.png') top left repeat-x;
}
#menu .field { padding: 0 10px 0 15px; display: inline; background: url('../img/layout/menu-bullet.png') center left no-repeat; cursor: pointer; color: white; }
#menu .field.selected { color: #fc6; background-image: url('../img/layout/menu-bullet-over.png'); }

#content { 
  height: 305px;
  min-height: 305px;
  background: #fff url('../img/layout/content-corner-top.png') top right no-repeat;
  color: black; position: relative: 11;
}
div[id] #content { height: auto; width: auto; }

#content .input {
  margin: 3px 0;
  padding: 2px 5px;
  border: 1px solid #8a7a54;
}

#content .text { padding: 10px; margin: 0 0 10px 0; }

#foot { position: relative; top: -20px; background: url('../img/layout/foot/foot.png') top left no-repeat; z-index: 20; color: #555; }
#foot img { float: left; }

#foot .foot { height: 60px; }
#foot .ad { padding: 0 0 10px 0; border-bottom: 1px dotted #ccc; text-align: justify; }
#foot .ad a { float: right; text-align: right; color: #555; padding: 3px 5px; margin: 5px 0; background: #efefef; }
#foot .keywords { float: left; clear: left; padding: 10px 0; text-align: justify; border-bottom: 1px dotted #ccc; }
#foot .keywords span { display: inline; }

#foot .text { text-align: right; padding: 10px 0; line-height: 20px;  }
#foot .links, #foot .info { float: right; line-height: 20px; }
#foot .info { clear: right; height: 30px; line-height: 30px; }
#foot .info img { margin: 6px 0 0 0; }
#foot .copyright { float: left; }
#foot .links a, #foot .copyright a { color: #555; text-decoration: underline; }
#foot .links a:hover, #foot .copyright a:hover { text-decoration: none; }


/*****************************************************/

#cats { height: 41px; position: relative; z-index: 20; }
#cats .cat { width: 130px; float: left; position: relative; }
#cats .cat h2 { 
  width: 119px; height: 40px; padding: 5px; margin: 0 0 1px 0;
  text-transform: uppercase; font-weight: bold; text-align: center; color: white;
  background-repeat: repeat-x; background-position: top left;
  border-right: 1px solid white; cursor: pointer;
}
#cats .cat h2 a { color: white; text-decoration: none; display: block; width: 100%; height: 100%; }
#cats #cat-1 { background-image: url('../img/layout/intro-1.png'); }
#cats #cat-2 { background-image: url('../img/layout/intro-2.png'); }
#cats #cat-3 { background-image: url('../img/layout/intro-3.png'); }
#cats #cat-4 { background-image: url('../img/layout/intro-4.png'); }
#cats #cat-5 { background-image: url('../img/layout/intro-5.png'); }
#cats #cat-6 { border: 0px solid black; width: 120px; background-image: url('../img/layout/intro-6.png'); }

#cats .cat .field { 
  width: 90px; height: 275px; padding: 15px 15px 15px 25px;
  position: absolute; top: 41px; left: 0; z-index: 20;
  background-position: bottom left; background-repeat: no-repeat; 
  cursor: pointer; display: block;
}
#cats .cat .field a { text-decoration: underline; }
#cats .cat .field a:hover { text-decoration: none; }
#cats .cat .field.hidden { display: none; }
#cats .cat .field .action { position: absolute; top: 70px; left: 0px; }
#cats .cat .field p { margin: 0; padding: 0; text-indent: -10px; }
#intro-1 { color: #9e0013; background-image: url('../img/intro/intro-1.jpg'); }
#intro-2 { color: #008300; background-image: url('../img/intro/intro-2.jpg'); }
#intro-3 { color: #b08100; background-image: url('../img/intro/intro-3.jpg'); }
#intro-4 { color: #377de7; background-image: url('../img/intro/intro-4.jpg'); }
#intro-5 { color: #002c6d; background-image: url('../img/intro/intro-5.jpg'); }
#intro-6 { color: #910040; background-image: url('../img/intro/intro-6.jpg'); }
#intro-1.field a { color: #9e0013; }
#intro-2.field a { color: #008300; }
#intro-3.field a { color: #b08100; }
#intro-4.field a { color: #377de7; }
#intro-5.field a { color: #002c6d; }
#intro-6.field a { color: #910040; }

/******************************************************************************/

#about, #contact, #products, #services, #orders, #order, #water { 
  padding: 20px; margin: 0 0 20px 0; text-align: justify;
}
#services, #water { padding: 20px 50px; }


#about p { text-indent: 2em; }
#about img { border: 3px double #ccc; margin: 10px; }
#about .preview { text-align: center; }
#about .mbk, #about .iso { background: #eee; width: 260px; padding: 10px 20px; float: right; margin: 0 0 20px 50px; clear: right; }
#about .mbk img { margin: 0 0 20px 0; }


#water h2 { font-size: 16px; color: #555; font-weight: normal; }
#water img { margin: 10px; border: 3px double #ccc; }
#water .img { margin: 20px 0; text-align: center; border-bottom: 1px dotted #ccc; border-top: 1px dotted #ccc; }
#water .info { margin: 20px 0; padding: 10px; border: 1px dotted #ccc; text-align: justify;  }


#contact .l { width: 150px; float: left; }
#contact .cleaner { clear: left; }
#contact .photo { margin: 0 1px 0 0; border: 5px solid #b1925e; }
#contact .gall-title { text-align:center; padding: 2px 10px; margin: 20px 0 0 0; line-height: 20px; color: #ac2021; font-weight: bold; text-transform: uppercase; }
#contact .gallery { text-align: center; padding: 10px; margin: 0 0 15px 0; }
#contact #map_canvas { position: relative; margin: 0 auto; float: right; width: 400px; height: 250px; border: 3px double #ccc; }


#services p, #services ul { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dotted #ccc; }

#orders .i { border: 1px solid #dec481; margin: 10px 0; padding: 10px; background: #e9dbad; }
#orders table { width: 100%; text-align: left; border-collapse: collapse; }
#orders table caption { font-size: 14px; text-align: left; margin: 0 0 10px 0; color: #333; }
#orders table td { vertical-align: middle; padding: 2px 5px; }
#orders table tr.item { border-bottom: 1px solid #eeeeee; }
#orders table tr.sum { border-top: 2px solid #; }
#orders table tr.sub { background: #f6f6f6; }
#orders table th { background-color: #efefef; padding: 2px 5px; font-weight: bold; }
#orders table td.free { padding: 15px; background: #f6f6f6; font-weight: bold; }
#orders .buttons { padding: 15px 0; text-align: right; }
#orders .small { width: 80px; }
#orders img { margin: 0 0 0 15px; }
#orders form { margin: 0; padding: 0; }
#orders form input { margin: 0 0 0 5px; padding: 0 2px; text-align: center; }
#orders form input.num { width: 30px; border: 0px solid black; }
#orders form .submit { width: 16px; height: 16px; border: 0px solid black; background: url('../img/icons/cart/cart_remove.png') center center no-repeat;}
#orders .info { border-top: 1px dotted #ccc; padding: 10px 0; }


#products .cats .title { padding: 20px; margin: 0; font-size: 18px; color: #333; font-weight: normal; }
#products .logo { float: right; position: absolute; top: 10px; right: 20px; }
#products .left, #products .right { width: 369px; position: relative; }
#products .left { clear: left; border-right: 1px dotted #ccc; }
#products .right { clear: right; }
#products ul { line-height: 16px; margin: 0 0 0 30px; padding: 0; list-style: none; }
#products ul li { padding: 0 20px; }
#products ul li a { color: #555; }
#products ul li a:hover { color: #555; font-weight: bold }

#detail .title { padding: 0 0 20px 0; margin: 0; font-size: 14px; color: #333; font-weight: normal; }
#detail .product .title { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dotted #ccc; }
#detail .products { width: 180px; float: left; margin: 0 20px 0 0; }
#detail .products ul { margin: 0; text-align: left; }
#detail .products .returner { margin: 20px 0 0 0; }
#detail .product { width: 519px; float: right; padding: 0 0 0 20px; border-left: 1px dotted #ccc; }
#detail .product form { margin: 10px 0; }
#detail .product input { vertical-align: bottom }
#detail .product .num { width: 20px; height: 14px; padding: 0 2px; font-size: 11px; text-align: center; }
#detail .product .submit { height: 18px; width: 20px; border: 0px solid black; background: url('../img/icons/cart/cart_put.png') top left no-repeat; }
#detail .product .img { width: 206px; float: right; margin: 0 0 10px 10px; text-align: right; }
#detail .product .img img { border: 3px double #ccc; margin: 0 0 10px 0; }
#detail .product .info { width: 300px; float: left; }
#detail .product .info table { width: 100%; border-collapse: collapse; margin: 0 0 10px 0; }
#detail .product .info table caption { text-align: left; border-bottom: 1px dotted #ccc; margin: 0 0 5px; padding: 0 5px 5px 5px; }
#detail .product .info tr { background: #fafafa; }
#detail .product .info tr.sub { background: #f0f0f0; }
#detail .product .info td { padding: 2px 5px; }
#detail .product .info td.r { text-align: right; }
#detail .product .data { margin: 0 0 10px 0; }
#detail .product .infotext { clear: both; margin: 10px 0 0 0; padding: 10px 0 0 0; border-top: 1px dotted #ccc; }
#detail .product .info .infotext { margin: 0 0 10px 0; padding: 0 0 10px 0; border: 0px solid black;}


#compare {  padding: 20px 20px 40px; }
#compare .opr { float: left; margin: 40px; }
#compare .opr select { border: 0px solid black; font-weight: bold; margin: 0 0 40px; }
#compare .opr a { display: block; }
#compare .cmpIMG { float: right; border-collapse: collapse; }
#compare .cmpIMG td { width: 200px; vertical-align: bottom; text-align: center; }
#compare .products { width: 100%; clear: both; border-collapse: collapse; }
#compare .products td, #compare .products th { padding: 2px 5px; }
#compare .products th.data { width: 200px; }
#compare .products tr.sub { background: #f0f0f0; }

#moreinfo { padding: 20px 20px 40px; }
#moreinfo .prod { background: #efefef; border: 1px solid #ccc; margin: 20px 0; padding: 20px; }
#moreinfo .prod input { vertical-align: middle; }
#moreinfo .cat { border-bottom: 1px dotted #ccc; text-transform: uppercase; color: #777; margin: 10px 0 10px 0; }
#moreinfo .subcat { margin: 0 20px 0 0; }
#moreinfo .subcat input { vertical-align: middle; }
#moreinfo table { background: #efefef; border: 1px solid #ccc; width: 100%; margin: 20px 0; }
#moreinfo table td { padding: 2px 5px; }
#moreinfo table td input {width: 300px; }


ul li.selected { font-weight: bold; }
ul.caffe li { background: url('../img/icons/bullet_red.png') 0px -4px no-repeat; }
ul.caffe li.selected { color: #9e0013; }
ul.drinks li { background: url('../img/icons/bullet_green.png') 0px -4px no-repeat; }
ul.drinks li.selected { color:#008300; }
ul.food li { background: url('../img/icons/bullet_pink.png') 0px -4px no-repeat; }
ul.food li.selected { color:#910040; }
ul.water li { background: url('../img/icons/bullet_blue.png') 0px -4px no-repeat; }
ul.water li.selected { color:#377de7; }
ul.stock li { background: url('../img/icons/bullet_orange.png') 0px -4px no-repeat; }
ul.stock li.selected { color: #b08100; }


/********** AD **************/

#reg .cleaner { height: 24px; }
#reg .error { background: red; line-height: 16px; color: white; padding: 2px 10px; font-weight: bold; }
#reg .ok { margin: 10px 0 20px 0; padding: 10px; background: #dec481; font-weight: bold; }
#reg .ok img { vertical-align: text-bottom; margin: 0 20px 0 0; }
#reg .section-title { text-transform: uppercase; padding: 2px 10px; display: inline; }
#reg .section-title a { color: black; }
#reg .section { clear: both; padding: 10px; margin: 3px 0 15px 0; border-top: 1px dotted #ccc; }
#reg .info { text-align: right; float: right; height: 20px; margin: 0px; overflow: hidden; }
#reg .info span { padding: 0 5px; }
#reg .lab, #reg .inp { float: left; width: 120px; line-height: 25px; }
#reg .inp input { width: 200px; }
#reg .lab.small { width: 50px; }
#reg .lab.long, #reg .inp.long { width: 260px; }
#reg .inp { width: 180px; font-weight: bold; }
#reg .inp.small { width: 90px;}
#reg .inp.small input { width: 40px; }
#reg .lab.long input { width: 200px; }
#reg .inp input { vertical-align: top; margin: 0 10px 0 0; border: 1px solid #ccc; padding: 2px 5px; }
#reg .lab span, #reg .info span { color: red; font-size: 12px; }
#reg .info span { float: left; margin: 0 0 0 10px;}
#reg .lab label { float: left; }
#reg .inp img { vertical-align: top; }
#reg .msg { width: 200px; padding: 0 5px 0 0; line-height: 20px; color: white; float: right; text-align: right; font-size: 10px; }
#reg .licence { background: white; border: 0px solid black; padding: 5px; margin: 0 0 10px 0; font-size: 10px; }
#reg .licence ul { line-height: 1.2em; list-style-type: decimal; list-style-image: none; }
#reg .licence div { padding: 10px 0 10px 40px; }
#reg .licence ul li { padding: 0 0 5px 0; }
#reg #captcha { width: 300px; height: 30px; font-size: 20px; border: 1px solid #dec481; text-align: center; padding: 5px 10px 0 10px; color: #555; margin: 0 0 10px 0; letter-spacing: 0.1em; }
#reg #imgcap { border: 1px solid #dec481; }
