/*------------------------------------------------
           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: 06-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, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #969696;
}

body {
  background: #000 url(body.jpg) top;
}

a:link, a:visited{
  color: #ff8f00;
  font-weight: bold;
}

a:hover {
  color: #00b8ba;
}

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: both;
  visibility: hidden;
  padding: 0;
  margin: 0;
  height: 0;
  font-size: 0;
}

/*------------------------------------------------
 WRAP
------------------------------------------------- */

#wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: url(wrap2new.JPG) top no-repeat;


}

/*------------------------------------------------
 MAIN
------------------------------------------------- */

#main {
  position: relative;
  width: 991px;
  margin: 0 auto;
}

/*------------------------------------------------
 HEADER
------------------------------------------------- */

#header {
  height: 294px;
}

#header ul {
  list-style: none;
  float: right;
  width: 614px;
  height: 59px;
}

#header ul li {
  float: left;
}

#header ul li a {
  display: block;
  float: left;
  height: 59px;
  background-position: top;
  color: #fff;
  font-weight: bold;
}

#header ul li a:hover, #header ul li a.active {
  background-position: bottom;
}

#header ul li a span {
  display: none;
}

#header ul li a.one {
  width: 92px;
  background-image: url(header_a_one.jpg);
}

#header ul li a.two {
  width: 117px;
  background-image: url(header_a_two.jpg);
}

#header ul li a.three {
  width: 77px;
  background-image: url(header_a_three.jpg);
}

#header ul li a.four {
  width: 104px;
  background-image: url(header_a_four.jpg);
}

#header ul li a.five {
  width: 102px;
  background-image: url(header_a_five.jpg);
}

#header ul li a.six {
  width: 115px;
  background-image: url(header_a_six.jpg);
}

#header h1 {
  float: left;
  width: 450px;
  height: 80px;
  margin: 20px 0 0 30px;
}

#header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}

#header h1 a span, #header h2 {
  display: none;
}

/*------------------------------------------------
CONTENT
------------------------------------------------- */

#over {
  position: relative;
  float: right;
  width: 996px;
  margin: 24px 0 0 40px;
  background: url(over.jpg) repeat-y;
  
  overflow: hidden;

}

#content {
  padding: 30px 35px;
  background: url(content3.jpg) left top no-repeat;
  overflow: hidden;
}

#content h2 {
  clear: both;
  font-size: 12px;
  text-transform: uppercase;
  color: #626262;
  font-style: italic;
  font-weight: normal;
}

#content h3 {
  clear: both;
  padding: 0 0 25px;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
}

#content h3 span {
  color: #ff8f00;
}

#content p {
  padding: 0 0 15px;
}

#content p strong {
  color: #fff;
}

#content ul {
  padding: 0 0 0 20px;
}

#content ul li, .box ul li {
  list-style-image: url(content_li.jpg);
}

#content blockquote {
  width: 529px;
  height: 73px;
  margin: 0 auto;
  background: url(content_quote.jpg);
}

#content blockquote p {
  padding: 5px 30px 5px;
  color: #969696;
  font-size: 14px;
  text-transform: uppercase;
}

#content blockquote p small {
  font-size: 12px;
  color: #494949;
  text-transform: none;
}

#content .line {
  position: relative;
  clear: both;
  width: 626px;
  height: 22px;
  padding: 20px 0 20px;
  margin: 0 auto;
  background: url(content_line.jpg) center no-repeat;
}

#content .fifty {
  position: relative;
  float: left;
  width: 330px;
}

#content .fifty p.img {
  float: left;
  width: 113px;
  height: 112px;
  padding: 5px 0 0 4px;
  margin: 0 15px 15px 0;
  background: url(content_img.jpg);
}

#content .fifty p a big {
  font-size: 12px;
}

#content .fifty p big {
  font-size: 24px;
  color: #ff8f00;
  font-weight: bold;
}

#content .fifty p span.blue {
  color: #17474a;
}

#content .fifty p.cart {
  padding: 0 0 30px;
}

#content .fifty p.cart input {
  width: 44px;
  height: 14px;
  padding: 8px 0;
  border: none;
  background: url(content_cart_input.jpg);
  text-align: center;
}

#content .fifty p.cart input.submit {
  width: 115px;
  height: 33px;
  padding: 0 0 3px;
  background: url(content_cart_input_submit.jpg);
  cursor: hand;
  cursor: pointer;
}

#content .splitter {
  position: relative;
  float: left;
  width: 30px;
}

#content .thirty  {
  position: relative;
  float: left;
  width: 200px;
  padding: 0 30px 20px 0;
}

#content .thirty p.img {
  float: left;
  width: 66px;
  height: 64px;
  padding: 5px 0 0 4px;
  margin: 0 5px 0 0;
  background: white;
  text-align: center;
  border: 2px solid silver;
}

#content .thirty p {
  text-align: left;
}

#content .thirty p big {
  font-size: 14px;
  color: #ff8f00;
  font-weight: bold;
}

#content .thirty p strong a {
  color: #fff;
}

#content p.form {
  clear: both;
}

#content p.form label {
  display: block;
  float: left;
  width: 130px;
  padding: 0 10px 0 0;
  text-align: right;
  font-weight: bold;
}

#content p.form label em {
  font-weight: normal;
  color: #6e6e6e;
  font-size: 9px;
}

#content .fifty p.form label {
  width: 130px;
}

#content p.form input {
  width: 170px;
  padding: 5px;
  border: 1px solid #474747;
  background: #000;
}

#content p.form textarea {
  width: 236px;
  height: 120px;
  padding: 5px;
  border: 1px solid #474747;
  background: #000;
}

#content p.form input.submit {
  width: 120px;
  height: 48px;
  border: none;
  padding: 0;
  background: url(content_p_form_submit.jpg);
  cursor: hand;
  cursor: pointer;
}

/*------------------------------------------------
 SIDEBAR
------------------------------------------------- */

#sidebar {
  position: relative;
  float: left;
  width: 227px;
  margin: 0 0 40px;
}

#sidebar .box {
  margin: 0 0 3px;
  background: url(sidebar_box.jpg) top;
}

#sidebar .box h5 {
  padding: 15px 15px 20px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}

#sidebar .box p.title {
  padding: 0 0 0 13px;
  margin: 0 15px;
  background: url(sidebar_box_title.jpg) center left no-repeat;
}

#sidebar .box p.title a {
  text-decoration: none;
}

#sidebar .box p.date {
  color: #17474a;
  padding: 0 26px;
}

#sidebar .box p.text {
  padding: 0 28px 30px;
}

#sidebar .box p.right {
  padding: 0 28px 28px;
}

#sidebar .box p.right a {
  padding: 5px 0 5px 20px;
  background: url(sidebar_box_right.jpg) center left no-repeat;
}

#sidebar .box p.partners {
  padding: 0 0 28px;
  text-align: center;
}

#sidebar .box p.partners img {
  margin: 3px;
}

/*------------------------------------------------
 FOOTER
------------------------------------------------- */

#footer {
  position: relative;
  clear: both;
  padding: 30px 0 0;
  background: url(footer.jpg) top no-repeat;
  font-size: 10px;
  font-family: 'Trebuchet MS';
}

#footer p {
  padding: 0 0 20px;
}

#footer p.dark, #footer p.dark a, #radkovyblok, #radkovyblok a{
  color: #323232;
}

#footer p a {
  color: #939393;
}
#reference {
}

#reference img {
  border: 1px solid orange;
  margin: 7px;
  width: 155px; 
  height: 103px
}

.form textarea {
  color: #969696;
}

#content-left {
  float: left; 
  width: 520px;
}

#content-right {
  float: right; 
  width: 390px;
}



#menu3 {
  margin-left: 140px;
  margin-top: 30px;

}

#menu3 p {
  float: left;
  padding-right: 42px;
}


