/*------------------------------------------------
           PLEASE DONT'S STEAL,
    JUST TAKE THE INSPIRATION!
------------------------------------------------- */

/*------------------------------------------------
CSS INFO
--------------------------------------------------
FILE: style.css
PROJECT:  MyProject
URL: www.myproject.com
AUTHOR: Jan Hommer (iam@janhommer.cz, www.janhommer.cz)
DATE: 07-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: Georgia, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

body {
  background: #980606 url(body.jpg);
}

a:link, a:visited{
  color: #a2000d;
}

a:hover {
  color: #000;
}

p {
  text-align: justify;
}

p.center {
  text-align: center;
}

p.right {
  text-align: right;
}

p.alleft {
  float: left;
}

p.alright {
  float: right;
}

img {
  border: 1px solid #b8b39f;
}

img.alleft {
  float: left;
  margin: 0 10px 10px 0;
}

img.alright {
  float: left;
  margin: 0 0 5px 5px;
}

hr.clear {
  clear: both;
  visibility: hidden;
  padding: 0;
  margin: 0;
  height: 0;
  font-size: 0;
}

.in {
  position: relative;
  width: 900px;
  margin: 0 auto;
}

/*------------------------------------------------
 100% HEIGHT
------------------------------------------------- */

html, body, #wrap {
  height: 100%;
}

body > #wrap {
  height: auto;
  min-height: 100%;
}

#wrap {
  background: url(wrap.jpg) top repeat-x;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

/*------------------------------------------------
 MAIN
------------------------------------------------- */

#main {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px; /* must be same height as the footer */
}

/*------------------------------------------------
 HEADER
------------------------------------------------- */

#header {
  position: relative;
  width: 100%;
  height: 166px;
  background: url(header.jpg) center;
}

#header h1, #header h2 {
  display: none;
}

/*------------------------------------------------
 MENU
------------------------------------------------- */

#menu {
  position: relative;
  width: 900px;
  height: 54px;
  margin: 0 auto;
}

#menu ul {
  list-style: none;
}

#menu ul li {
  float: left;
}

#menu ul li a {
  float: left;
  display: block;
  line-height: 50px;
  height: 54px;
  padding: 0 25px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

#menu ul li a:hover {
  text-decoration: underline;
}

#menu ul li a.active {
  background: url(menu.jpg) bottom;
  text-decoration: none;
  color: #ffe7b3;
}

#menu ul li a strong {
  color: #e7ef00;
}

/*------------------------------------------------
 CONTENT
------------------------------------------------- */

#content {
  position: relative;
  float: right;
  width: 630px;
  padding: 0 0 10px;
  margin: 10px auto;
  border: 4px solid #920d0b;
  background: #e3decb url(content.jpg);
}

#content h2 {
  padding: 10px;
  margin: 0 10px 10px;
  border-bottom: 1px dotted #000;
}

#content h3 {
  padding: 10px;
  margin: 20px 10px 10px;
  border-bottom: 1px dotted #000;
}

#content h4 {
  padding: 10px;
  margin: 20px 10px 10px;
  border-bottom: 1px dotted #000;
}

#content p {
  padding: 0 15px 5px;
}

#content ul {
  list-style: square;
}

#content ul, #content ol {
  padding: 0 20px 10px 40px;
}

#content li {
  padding: 3px 0;
  text-align: justify;
}

#content .fifty {
  float: left;
  width: 285px;
  padding: 0 10px;
  margin: 10px 0 0 5px;
}

#content .fifty p {
  padding: 0;
}

#content .prod {
  float: left;
  width: 262px;
  height: 225px;
  padding: 10px;
  margin: 10px 0 10px 20px;
  border: 1px solid #b8b39f;
  background: #fff;
}

#content .prod h3 {
  margin: 0;
  padding: 0 0 10px;
  border: none;
}

#content .prod p {
  padding: 0 0 10px;
}

#content .prod .img {
  float: left;
  width: 100px;
  height: 120px;
  margin: 0 10px 0 0;
  text-align: center;
}

#content .prod img {
  border: none;
}

#content .prod form {
  float: right;
  width: 130px;
  padding: 10px;
  margin: 3px 0 0 0;
  border: 1px solid #ddd;
  background: #fff;
}

#content .prod form p {
  padding: 0;
  text-align: center;
}

#content .prod input {	
  width: 25px;
  text-align: center;
}

#content .prod input.submit {
  width: auto;
}

#content .prod big {
  font-size: 18px;
  color: #999;
  font-weight: bold;
}

#content .prod span.green {
  color: #3b8c00;
  font-weight: bold;
}

#content .prod span.red {
  color: #dd0000;
  font-weight: bold;
}


#content .prod-img {
  width: 232px;
  float: left;
  text-align: center;
}

#content .prod-img .in-img {
  width: 180px;
  padding: 10px;
  margin: 0 15px;
  border: 1px solid #b8b39f;
  background: #fff;
  text-align: center;
}

#content .prod-img .in-img p {
  text-align: center;
}

#content .prod-img .in-img img {
  border: none;
}

#content .prod-img form {
  padding: 10px;
  margin: 8px 15px 0;
  border: 1px solid #b8b39f;
  background: #fff;
}

#content .prod-img form p {
  padding: 0;
  text-align: center;
}

#content .prod-img input {	
  width: 25px;
  text-align: center;
}

#content .prod-img input.submit {
  width: auto;
}

#content .prod-info {
  float: left;
  width: 380px;
  padding: 5px 0 0;
}

#content .prod-info p {
  padding: 0 0 5px;
}

#content .prod-info big {
  font-size: 18px;
  color: #dd0000;
  font-weight: bold;
}

#content .prod-info span.green {
  color: #3b8c00;
  font-weight: bold;
}

#content .prod-info span.red {
  color: #dd0000;
  font-weight: bold;
}

#content .prod-info form {
  float: right;
  padding: 10px;
  margin: -70px 20px 0 0;
  border: 1px solid #b8b39f;
  background: #fff;
}

#content .prod-info form p {
  padding: 0;
}

#content .prod-info input {	
  width: 25px;
}

#content .prod-info input.submit {
  width: auto;
}

#content table {
  width: 600px;
  margin: 0 15px 10px;
  border: 1px solid #ccc;
}

#content table tr td {
  padding: 3px;
  border: 1px solid #ccc;
}

/*------------------------------------------------
 SIDEBAR
------------------------------------------------- */

#sidebar {
  position: relative;
  float: left;
  width: 250px;
  margin: 10px auto;
  color: #fff;
}

#sidebar a {
  color: #ffe7b3;
}


#sidebar ul a:hover {
  color: #fff;
}

#sidebar .box {
  margin: 0 0 20px;
}

#sidebar h4 {
  padding: 10px;
  background: #920d0b;
}

#sidebar p {
  padding: 10px;
}

#sidebar p.cart {
  background: url(sidebar_cart.gif) center left no-repeat;
  padding: 0 0 0 35px;
  margin: 10px;
}

#sidebar input {	
  width: 155px;
}

#sidebar input.submit {
  width: auto;
}

#sidebar .box.menu ul {
  list-style: none;
}

#sidebar .box.menu ul li a {
  display: block;
  width: 210px;
  padding: 10px;
  margin: 0 10px;
  border-bottom: 1px dotted #fff;
  font-size: 16px;
  text-decoration: none;
}

#sidebar .box.menu ul li ul li a {
  width: 200px;
  padding: 10px 10px 10px 20px;
  margin: 0 10px;
  font-size: 12px;
}

#sidebar .box.anketa ul {
  list-style: square;
  padding: 0 0 0 25px;
}

#sidebar .box.anketa ul li {
  padding: 3px 0;
}

/*------------------------------------------------
 FOOTER
------------------------------------------------- */

#footer {
  position: relative;
  clear: both;
  width: 100%;
  height: 50px;
  margin-top: -50px; /* negative value of footer height */
  background: #3e0001 url(footer.jpg);
  color: #fff;
  font-size: 10px;
}

#footer p {
  line-height: 50px;
}

#footer a {
  color: #fff;
}