/*------------------------------------------------
           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;
}

/*------------------------------------------------
WA modifikace
------------------------------------------------- */
h1.logo
{
  margin: 0px;
}

/*------------------------------------------------
STANDARD HTML TAG DEFINITION
------------------------------------------------- */

body,
form, input {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

body {
  background: #fff url(body.jpg) center repeat-y;
}

a:link, a:visited{
  color: #000000;
}

a:hover {
  color: #666;
}

p {
  text-align: justify;
}

p.center {
  text-align: center;
}

p.right {
  text-align: right;
}

p.alleft {
  float: left;
}

p.alright {
  float: right;
}

img {
  border: none;
}

img.alleft {
  float: left;
  margin: 0 5px 5px 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;
}

/*------------------------------------------------
 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: 1000px;
  margin: 0 auto;
  padding-bottom: 60px; /* must be same height as the footer */
}

/*------------------------------------------------
 HEADER
------------------------------------------------- */

#header {
  height: 87px;
  background: #f8a51a url(header.jpg);
}

#header h1 {
  display: block;
  float: left;
  width: 255px;
  height: 87px;
}

#header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}

#header h1 a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 255px;
  height: 87px;
  background: #f8a51a url(header.jpg);
  z-index: 9;
}

#header #login {
  float: right;
  width: 745px;
  height: 54px;
}

#header #login p {
  padding: 18px 10px;
  text-align: right;
}

/*------------------------------------------------
WA mods
------------------------------------------------- */
#header #login p a {
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}

#header #login p a:hover {
  text-transform: uppercase;
  color: #000;
  text-decoration: underline;
}

#header #cart {
  float: right;
  width: 250px;
  height: 33px;
}

#header #cart p {
  padding: 12px 10px 0 30px;
}

#header #cart p a {
  color: #000;
  text-decoration: none;
}

#header #srch {
  float: right;
  width: 328px;
  height: 33px;
}

#header #srch p {
  padding: 11px 10px 0 45px;
}

#header #srch p input {
  width: 180px;
  border: none;
  background: none;
}

#header #srch p input.submit {
  width: 30px;
  cursor: hand;
  cursor: pointer;
}

/*------------------------------------------------
 MENU
------------------------------------------------- */

#menu {
  height: 30px;
  padding: 0 10px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

#menu ul {
  list-style: none;
}

#menu ul li {
  float: left;
}

#menu ul li a {
  display: block;
  float: left;
  height: 30px;
  padding: 0 15px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  background: #555 url(wrap.jpg) 0 311px;
}

#menu ul li a:hover {
  text-decoration: underline;
}

#menu ul li a.active {
  background: #000;
  text-decoration: none;
}

/*------------------------------------------------
LEFT
------------------------------------------------- */

#over {
  width: 1000px;
  background: url(body.jpg) repeat-y;
  overflow: hidden;
}

#over_sub
{
  margin: 0px;
  padding: 0px;
  background-image: URL('topbg1.png');
  background-position: top left;
  background-repeat: repeat-x;
  width: 1000px;
  overflow: hidden;
}

/*------------------------------------------------
LEFT
------------------------------------------------- */

#left {
  float: left;
  width: 210px;
  padding: 0 10px 0 10px;
  background-image: URL('topbg1.png');
  background-position: top left;
  background-repeat: repeat-x;
}

/*------------------------------------------------
WA mods
------------------------------------------------- */
#left h5 {
  width: 195px;
  height: 21px;
  padding: 12px 5px 0;
  background: url(left_h5.jpg) top left no-repeat;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding-left: 10px;
  font-weight: bold;
}

#left h5 a, #left h5 a:hover {
  color: #ffffff;
  text-decoration: none;
}

#left ul {
  list-style: none;
  padding: 10px 0;
  font-family: Tahoma, Verdana;
  font-size: 12px;
}

#left ul li a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

#left ul li {
  padding: 3px 0 4px 25px;
  background: url(left_li.jpg) center left no-repeat;
}

#left ul li a.active, #left ul li a.active:hover {
  color: #fab138;
}

#left ul li.active {
  background: url(left_li_active.jpg) center left no-repeat;
}

#left ul li.none {
  background: none;
}

#left ul li ul {
  padding: 0;
}

#left ul li ul li {
  padding: 0 0 3px 5px;
  background: none;
}

#left ul li ul li a {
  font-size: 10px;
  color: #444;
}

#left ul li ul li a:hover {
  color: #000;
}

/*------------------------------------------------
 CONTENT
------------------------------------------------- */

#content {
  float: left;
  width: 530px;
  background-image: URL('topbg1.png');
  background-position: top left;
  background-repeat: repeat-x;
}

#content h2 {
  width: 520px;
  height: 21px;
  padding: 12px 15px 0;
  background: url(content_h2.jpg) top left no-repeat;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

/*------------------------------------------------
RIGHT
------------------------------------------------- */

#right {
  float: right;
  width: 210px;
  padding: 0 10px 0 0;
  background-image: URL('topbg1.png');
  background-position: top left;
  background-repeat: repeat-x;
}

#right h5 {
  width: 200px;
  height: 22px;
  padding: 5px 5px 0;
  margin: 10px 0 0;
  background: url(right_h5.jpg) top left no-repeat;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

#right h5.first {
  height: 21px;
  padding: 12px 5px 0;
  margin: 0;
  background: url(right_h5_first.jpg) top left no-repeat;
}

/*------------------------------------------------
 SIDE
------------------------------------------------- */

.side {
  position: absolute;
  width: 10px;
  height: 325px;
  top: 121px;
  left: 50%;
  background-image: url(side.jpg);
  z-index: 2;
}

.side.left {
  margin: 0 0 0 -500px;
  background-position: left;
}

.side.right {
  margin: 0 0 0 490px;
  background-position: right;
}

/*------------------------------------------------
 FOOTER
------------------------------------------------- */

#footer {
  position: relative;
  clear: both;
  width: 100%;
  height: 60px;
  margin-top: -60px; /* negative value of footer height */
  background: #000 url(footer.jpg) center;
  color: #5d5d5d;
  font-size: 10px;
}

#footer .in {
  position: relative;
  width: 980px;
  padding: 33px 0 0;
  margin: 0 auto;
  color: #fff;
}

#footer a {
  color: #fff;
}