/*------------------------------------------------
           PLEASE DONT'S STEAL,
    JUST TAKE THE INSPIRATION!
------------------------------------------------- */

/*------------------------------------------------
CSS INFO
--------------------------------------------------
FILE: style.css
PROJECT:  Barshow
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, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #6e6e6e;
}

body {
  background: #fff url(body.jpg) top repeat-x;
}

a:link, a:visited{
  color: #a2000d;
}

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 no-repeat;
}

.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: 900px;
  margin: 0 auto;
  padding-bottom: 140px; /* must be same height as the footer */
}

/*------------------------------------------------
 HEADER
------------------------------------------------- */

#header-flash {
  position: relative;
  float: left;
  width: 419px;
  height: 325px;
  padding: 48px 0 0 14px;
}

#header-in {
  position: relative;
  float: right;
  width: 390px;
  padding: 95px 40px 0 0;
  color: #fff;
}

#header-in h1 {
  width: 120px;
  height: 50px;
  margin: 0 0 30px;
}

#header-in h1 a {
  display: block;
  width: 100%;
  height: 100%;
}

#header-in h1 a span {
  display: none;
}

#header-in p.contact {
  padding: 25px 0 0 80px;
  font-family: 'Trebuchet MS';
  font-size: 16px;
  line-height: 18px;
}

#header-in p.contact small {
  font-size: 14px;
}

#header-in p.contact big {
  font-size: 26px;
  color: #79ff00;
  font-weight: bold;
}

/*------------------------------------------------
 BOXES
------------------------------------------------- */

#boxes {
  clear: both;
}

#boxes ul {
  list-style: none;
  padding: 39px 0 62px;
  overflow: hidden;
}

#boxes ul li {
  float: left;
  padding: 0 30px 0 14px;
}

#boxes ul li a {
  display: block;
  float: left;
  width: 174px;
  height: 106px;
  padding: 0 0 0 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

#boxes ul li a.one {
  background: url(boxes_a_one.jpg) bottom no-repeat;
}

#boxes ul li a.two {
  background: url(boxes_a_two.jpg) bottom no-repeat;
}

#boxes ul li a.three {
  background: url(boxes_a_three.jpg) bottom no-repeat;
}

#boxes ul li a.four {
  background: url(boxes_a_four.jpg) bottom no-repeat;
}

/*------------------------------------------------
CONTENT
------------------------------------------------- */

#content {
  position: relative;
  float: left;
  width: 540px;
  padding: 0 0 0 15px;
}

#content h2 {
  clear: both;
  color: #888;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Trebuchet MS';
}

#content h3 {
  clear: both;
  padding: 0 0 20px;
  color: #018dbc;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Trebuchet MS';
}

#content ul {
  padding: 0 0 40px 20px;
  overflow: hidden;
}

#content ul li {
  width: 260px;
  float: left;
  list-style-image: url(content_li.jpg);
  padding: 3px 0;
}

#content .photo {
  position: relative;
  float: left;
  width: 114px;
  height: 82px;
  margin: 0 10px 10px 0;
  border: 1px solid #cdcdcd;
}

/*------------------------------------------------
 SIDEBAR
------------------------------------------------- */

#sidebar {
  position: relative;
  float: right;
  width: 345px;
}

#sidebar h2 {
  clear: both;
  color: #888;
  font-size: 14px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Trebuchet MS';
}

#sidebar h3 {
  clear: both;
  padding: 0 0 20px;
  color: #018dbc;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Trebuchet MS';
}

#sidebar p {
  clear: both;
  margin: 10px 0 0;
}

#sidebar p label {
  display: block;
  float: left;
  width: 100px;
  padding: 0 5px 0 0;
  font-weight: bold;
}

#sidebar p label small {
  font-size: 9px;
  color: #b6b6b6;
  font-style: italic;
  font-weight: normal;
}

#sidebar p input, #sidebar p textarea {
  width: 200px;
  padding: 5px;
  border: 1px solid #c0c0c0;
  background: url(sidebar_form.jpg) top left;
}

#sidebar p input.check {
  width: auto;
  padding: 0;
  border: auto;
}

#sidebar p textarea {
  height: 105px;
}

#sidebar p label.label {
  position: relative;
  display: block;
  float: right;
  width: 210px;
  padding: 0 30px 0 0;
}

#sidebar p input.submit {
  width: auto;
  height: 41px;
  padding: 0 45px;
  margin: 0 0 0 155px;
  border: none;
  background: url(sidebar_input_submit.jpg) center left no-repeat;
  font-size: 14px;
  color: #018dbc;
  font-weight: bold;
  text-align: center;
}
/*------------------------------------------------
 FOOTER
------------------------------------------------- */

#footer {
  position: relative;
  clear: both;
  width: 900px;
  height: 90px;
  margin: 0 auto;
  padding: 50px 0 0;
  margin-top: -140px; /* negative value of footer height */
  background: url(footer.jpg) top no-repeat;
  color: #979797;
  font-size: 10px;
}

#footer p {
  padding: 0 0 15px;
  text-align: center;
}

#footer a {
  color: #979797;
}

.foto-td {
  width:149px; 
  height: 112px; 
  border: 2px solid silver;  
  margin: 10px; 
  text-align: center; 
  vertical-align: middle;
  background: black;
}