/*------------------------------------------------
CSS INFO
--------------------------------------------------
FILE: style.css
PROJECT:  B-land
AUTHOR: ChciStranky.cz (info@chcistranky.cz, www.chcistranky.cz)
DATE: 03-2009
------------------------------------------------- */

/*------------------------------------------------
 STANDARD HTML TAG RESET 
------------------------------------------------- */
body,
h1, h2, h3, h4, h5,
p, ul, li, ol,
blockquote,
form {
  border: 0;
  margin: 0;
  padding: 0;
}

/*------------------------------------------------
STANDARD HTML TAG DEFINITION
------------------------------------------------- */

body,
form, input {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #545454;
}

body {
  background: url(body.gif) top center;
}

a:link, a:visited{
  color: #b55100;
}

a:hover {
  color: #000;
}

img {
  padding: 1px;
  border: 1px solid #a88f75;
}

p {
  text-align: justify;
}

p.center {
  text-align: center;
}

p.right {
  text-align: right;
}

/*------------------------------------------------
 PAGE
------------------------------------------------- */

#page {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: url(page.gif) top center repeat-x;
}

/*------------------------------------------------
 HEADER
------------------------------------------------- */

#header {
  position: relative;
  width: 948px;
  height: 100px;
  margin: 0 auto;
}

#header h1 {
  float: left;
  width: 462px;
  height: 85px;
  margin: 10px 0 0;
  background: url(header_h1.gif);
}

#header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}

#header h1 a span {
  display: none;
}

#header form {
  float: right;
  padding: 65px 0 0;
}

#header form p input {
  width: 200px;
  padding: 3px;
  border: 2px solid #51515d;
  background: #1c0b02;
  color: #858593;
}

#header form p input.submit {
  width: 36px;
  height: 27px;
  padding: 0;
  border: none;
  background: url(header_form_input-submit.gif) bottom;
}

/*------------------------------------------------
MENU
------------------------------------------------- */

#menu {
  position: relative;
  width: 948px;
  height: 250px;
  margin: 0 auto;
  background: #000 url(menu.jpg) top right no-repeat;
}

#menu ul {
  list-style: none;
  width: 258px;
  height: 245px;
  padding: 5px 0 0;
  background: url(menu_ul.gif);
}

#menu ul li a {
  display: block;
  width: 198px;
  height: 23px;
  padding: 7px 0 0 60px;
  margin: 0 0 5px;
  background: url(menu_ul_li_a.gif);
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-family: 'Times  New Roman';
}

#menu ul li a:hover, #menu ul li a.active {
  background: url(menu_ul_li_a-act.gif);
}

/*------------------------------------------------
SMENU
------------------------------------------------- */

#smenu {
  position: relative;
  width: 948px;
  height: 65px;
  padding: 4px 0;
  margin: 0 auto;
}

#smenu ul {
  list-style: none;
}

#smenu ul li {
  float: left;
  margin: 0 0 0 4px;
}

#smenu ul li#frst {
  margin: 0;
}

#smenu ul li a {
  display: block;
  float: left;
  width: 132px;
  height: 50px;
  padding: 15px 0 0;
  background: url(smenu_ul_li_a.gif);
  font-family: 'Times  New Roman';
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  line-height: 14px;
  text-align: center;
  font-weight: bold;
}

#smenu ul li a em {
  font-size: 11px;
  color: #e9802c;
}

/*------------------------------------------------
MAIN
------------------------------------------------- */

#main {
  position: relative;
  width: 948px;
  margin: 0 auto;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #bab0a0;
  background: #eae3d3 url(main.gif) left repeat-y;
  overflow: hidden;
}

/*------------------------------------------------
CONTENT
------------------------------------------------- */

#content {
  position: relative;
  float: right;
  width: 649px;
  padding: 20px;
  _padding: 20px 10px 20px 17px;
  background: url(main2.gif) top repeat-x;
}

#content hr {
  clear: both;
  visibility: hidden;
}

#content h2 {
  padding: 0 0 10px;
  font-size: 24px;
  color: #5d2f0a;
  font-family: 'Times New Roman';
}

#content h3 {
  padding: 0 0 5px;
  font-size: 18px;
  color: #5d2f0a;
  font-family: 'Times New Roman';
}

#content h4 {
  padding: 0 0 15px;
  font-size: 12px;
  color: #5d2f0a;
}

#content p {
  padding: 0 0 10px;
}

#content ul {
  list-style: square;
  margin: 0 0 10px 30px;
}

#content form p {
  clear: both;
}

#content form p label {
  float: left;
  width: 100px;
  padding: 5px 10px 0 0;
  text-align: right;
}

#content form p input, #content form p select, #content form p textarea {
  width: 174px;
  height: 14px;
  padding: 3px 2px;
  border: 1px solid #a0a0a0;
  background: url(content_formitem.gif) top left;
  color: #000;
  font-size: 11px;
}

#content form p select {
  width: 178px;
  height: 20px;
  padding: 0;
}

#content form p textarea {
  height: 60px;
}

#content form p input.submit {
  width: 115px;
  height: 34px;
  padding: 0;
  margin: 0;
  border: none;
  background: url(content_formitem-submit.gif);
  cursor: hand;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

#content table {
  width: 100%;
  margin: 0 0 20px;
  text-align: center;
}

#content table tr th, #content table tr td {
  padding: 5px 3px;
}

#content table tr {
  background: #fff;
}

#content table tr.odd {
  background: #e5dac2;
}

#content table tr th {
  background: #46240c;
  color: #fff;
  font-weight: bold;
}

#content .prod, #content .galerie {
  position: relative;
  float: left;
  width: 148px;
height: 124px;
  margin: 0 14px 20px 0;
}

#content .prod .img, #content .galerie img {
  border: 1px solid #a88f75;
}

#content .prod .img p, #content .galerie p {
  margin: 1px;
  padding: 0;
  background: #beae85;
  font-size: 0;
  text-align: center;
  vertical-align: middle;
}

#content .prod .img p img {
  padding: 0;
  margin: 0;
}

#content .prod h3 {
  padding: 5px 0 0;
  font-family: tahoma;
  font-size: 11px;
}

/*------------------------------------------------
SIDEBAR
------------------------------------------------- */

#sidebar {
  position: relative;
  float: left;
  width: 217px;
  padding: 20px;
  background: url(main2.gif) top repeat-x;
}

#sidebar h5 {
  padding: 0 0 10px;
  font-size: 24px;
  color: #5d2f0a;
  font-family: 'Times New Roman';
}

#sidebar .new {
  position: relative;
  clear: both;
  width: 217px;
  margin: 0 0 30px;
  overflow: hidden;
}

#sidebar .new p.date {
  float: left;
  width: 55px;
  text-align: center;
  color: #af6122;
  font-family: 'Times New Roman';
  font-size: 12px;
  font-weight: bold;
}

#sidebar .new p.date span {
  display: block;
  padding: 5px 0;
  background: #af6122;
  color: #fff;
}

#sidebar .new p.date span big {
  font-size: 30px;
}

#sidebar .new p.nfo {
  float: right;
  width: 150px;
}

#sidebar .new p.nfo a {
  font-size: 12px;
  font-weight: bold;
}

/*------------------------------------------------
 FOOTER
------------------------------------------------- */

#footer {
  position: relative;
  clear: both;
  width: 948px;
  height: 60px;
  margin: 0 auto;
  background: url(footer.gif) top left no-repeat;
  overflow: hidden;
  font-size: 10px;
  color: #fff;
}

#footer p {
  padding: 20px 0;
}

#footer p.alleft {
  float: left;
}

#footer p.alleft {
  padding: 20px 0 0 55px;
}

#footer p.alleft a {
  font-weight: bold;
  color: #fff;
}

#footer p.alleft a:hover, #footer p.alright a:hover  {
  color: #fff;
}

#footer p.alright {
  float: right;
  padding: 20px 20px 0 0;
}

#footer p.alright a {
  color: #fff;
}
