/*------------------------------------------------
           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, textarea {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #737373;
}

body {
  background: #fff;
}

a:link, a:visited{
  color: #ff9702;
}

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;
}

.hidden {
  display: none;
}

/*------------------------------------------------
 100% HEIGHT
------------------------------------------------- */

html, body, #wrap {
  height: 100%;
}

body > #wrap {
  height: auto;
  min-height: 100%;
}

.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: 96px; /* must be same height as the footer */
}

/*------------------------------------------------
 STRIKE
------------------------------------------------- */

#strike, #strikes {
  position: absolute;
  width: 50%;
  height: 275px;
  top: 100px;
  left: 0;
  background: #ff9207 url(strike.jpg);
}

body#subPage #strike, body#subPage #strikes {
  height: 50px;
}

/*------------------------------------------------
 HEADER
------------------------------------------------- */

#header {
  position: relative;
  width: 900px;
  height: 95px;
  margin: 0 auto;
  background: url(header.jpg);
}

#header h1 {
  float: left;
  width: 250px;
  height: 65px;
  margin: 15px 0 0 25px;
}

#header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}

#header h1 a span {
  position: absolute;
  display: block;
  width: 250px;
  height: 65px;
  top: 15px;
  background: url(header_h1.jpg);
}


/*------------------------------------------------
 MENU
------------------------------------------------- */

#menu {
  position: relative;
  width: 900px;
  height: 45px;
  margin: 0 auto;
  border-top: 5px solid #fff073;
  background: #ffa71e url(menu.jpg);
}

body#subPage #menu {
  border-bottom: 5px solid #ff9503;
}

#menu ul {
  list-style: none;
  padding: 0 10px;
}

#menu ul li {
  float: left;
}

#menu ul li a {
  display: block;
  float: left;
  height: 29px;
  padding: 15px 20px 0;
  border-right: 1px solid #ffbe29;
  background: url(menu_a.jpg) top center;
  color: #fff073;
  text-decoration: none;
}

#menu ul li a:hover, #menu ul li a.active {
  background: url(menu_a.jpg) bottom center; 
  color: #fff7b8;
  text-decoration: underline;
}

#menu ul li a.active {
  cursor: default;
}

#menu ul li.facebook {
  float: right;
}

#menu ul li.facebook a {
  display: block;
  float: right;
  width: 47px;
  height: 44px;
  padding: 0;
  border: none;
  background: url(menu_a_facebook.gif);
}

#menu ul li.facebook a span {
  display: none;
}

/*------------------------------------------------
 OVER
------------------------------------------------- */

#over {
  position: relative;
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
}

/*------------------------------------------------
 SERVICES
------------------------------------------------- */

#services {
  position: relative;
  float: left;
  width: 540px;
  height: 225px;
  padding: 5px 0 0 5px;
  background: #ff9207 url(services.jpg);
  overflow: hidden;
}

/*------------------------------------------------
 INFO
------------------------------------------------- */

#info {
  position: relative;
  float: right;
  width: 350px;
  height: 225px;
  padding: 5px 0 0 5px;
  background: #f5f5f5 url(info.jpg);
}

#info p a {
  display: block;
  width: 290px;
  height: 165px;
  padding: 30px 30px;
  line-height: 20px;
  color: #737373;
  text-decoration: none;
}

#info p a:hover, #info p a.active {
  background: url(info_a.jpg) bottom right no-repeat;
}

#info p a span {
  color: #ff9702;
}

/*------------------------------------------------
 CONTENT
------------------------------------------------- */

#content {
  position: relative;
  float: left;
  width: 900px;
  padding: 35px 0;
}

#content h2 {
  padding: 10px 50px 10px 50px;
  margin: 0 0 25px;
  background: url(content_h2.jpg) center left no-repeat;
  font-weight: normal;
  font-size: 17px;
  color: #ff9206;
}

#content h3 {
  padding: 0 50px 5px 50px;
}

#content p {
  line-height: 165%;
  padding: 0 50px 30px;
}

#content p.more {
  padding: 0 50px 20px;
}

#content ul {
  list-style-image: url(content_li.jpg);
  padding: 0 40px;
  margin: 0 50px;
}

#content ul li {
  padding: 8px 0 7px 10px;
}

#content ul li p {
  line-height: 165%;
  padding: 5px 0 0;
}

#content .ref {
  position: relative;
  float: left;
  width: 252px;
  height: 205px;
  margin: 0 0 20px 20px;
  text-align: center;
  border: 1px solid #ffa71e;
}

#content .ref.left {
  margin: 0 0 20px 50px;
}

#content .ref.right {
  margin: 0 0 20px 20px;
}

#content .ref a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
}

#content .ref h3 {
  height: 30px;
  background: #ffa71e;
  line-height: 30px;
  color: #fff073;
}

#content .ref p {
  padding: 0;
  height: 170px;
  text-align: center;
}

#content .refDetail {
  position: absolute;
  width: 800px;
  height: 205px;
  left: 50%;
  margin: 0 0 0 -400px;
  border: 1px solid #ffa71e;
  background: #fff;
  z-index: 9;
}

#content .refDetail h3 {
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
  background: #ffa71e;
  line-height: 30px;
  color: #fff073;
}

#content .refDetail h3 span {
  float: right;
}

#content .refDetail h3 span a {
  float: right;
  margin: -30px 0 0;
  color: #fff073;
  text-decoration: none;
}

#content .refDetail img {
  float: left;
  margin: 0 10px 0 0;
}

#content .refDetail p {
  padding: 10px 10px 0;
}


/*------------------------------------------------
 NEWS
------------------------------------------------- */

.news {
  position: relative;
  float: left;
  width: 295px;
  padding: 20px 0 40px 0;
}

.news h4 {
  padding: 10px 0 10px 50px;
  margin: 0 0 0 10px;
  background: url(news_h4.jpg) center left no-repeat;
  font-weight: normal;
  font-size: 17px;
  color: #ff9206;
}

.news h5 {
  padding: 5px 15px 10px;
  font-size: 12px;
  color: #ff9206;
}

.news p {
  padding: 0 15px 0;
  line-height: 165%;
}

.news p.date {
  padding: 5px 0 5px 20px;
  margin: 20px 5px 15px 10px;
  border-bottom: 1px solid #fff6ab;
  background: url(news_date.jpg) center left no-repeat;
  font-size: 11px;
  font-weight: bold;
}

/*------------------------------------------------
 FIFTY
------------------------------------------------- */

#content .fifty {
  position: relative;
  float: left;
  width: 380px;
}

#content .fifty.left {
  margin: 0 40px 0 50px;
}

#content .fifty .box {
  margin: 0 0 40px;
  border: 1px solid #efefef;
  overflow: hidden;
}

#content .fifty h3 {
  padding: 10px 50px 10px 50px;
  margin: 10px;
  background: url(content_li.jpg) center left no-repeat;
  font-weight: normal;
  font-size: 17px;
  color: #ff9206;
}

#content .fifty p {
  clear: both;
  padding: 0 5px 5px;
  margin: 0 10px 10px;
  border-bottom: 1px dotted #ccc;
  line-height: 100%;
  overflow: hidden;
}

#content .fifty p.last {
  border: none;
}

#content .fifty p span.left {
  display: block;
  float: left;
  width: 250px;
}

#content .fifty p span.leftInfo {
  display: block;
  float: left;
  width: 60px;
  padding: 4px 0 0;
}

#content .fifty p input {
  float: left;
  margin: 0 5px 3px 0;
}

#content .fifty p input.text {
  float: left;
  width: 280px;
  border: 1px solid #ccc;
}

#content .fifty p textarea {
  width: 330px;
  height: 84px;
  padding: 5px;
  border: 1px solid #ccc;
}

#content .fifty p input.submit {
  float: right;
  padding: 5px 10px;
  border: 1px solid #fff073;
  background: #ffa71e url(menu.jpg) center;
  color: #fff;
  cursor: hand;
  cursor: pointer;
}

#content .fifty p span.right {
  display: block;
  float: right;
  width: 90px;
  text-align: right;
  font-weight: bold;
}

/*------------------------------------------------
 REF
------------------------------------------------- */

#ref {
  position: relative;
  clear: both;
  width: 100%;
  height: 180px;
  background: #ff9207 url(ref.jpg) center;
}

#ref .refIn {
  width: 880px;
  height: 120px;
  padding: 30px 0 0;
  margin: 0 auto;
}

/*------------------------------------------------
 FOOTER
------------------------------------------------- */

#footer {
  position: relative;
  clear: both;
  width: 870px;
  height: 11px;
  padding: 40px;
  margin: 0 auto;
  margin-top: -96px; /* negative value of footer height */
  border-top: 5px solid #fff073;
  background: url(footer.jpg) no-repeat;
  overflow: hidden;
  font-size: 10px;
}