f/*------------------------------------------------
           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: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

body {
  background: #fff url(body.gif) 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: 770px;
  margin: 0 auto;
  padding-bottom: 30px; /* must be same height as the footer */
}

/*------------------------------------------------
LOGO
------------------------------------------------- */

#logo {
  position: relative;
  width: 770px;
  height: 100px;
}

#logo h1 {
  display: block;
  float: left;
  width: 335px;
  height: 60px;
  padding: 20px 10px;
}

#logo h1 a {
  display: block;
  width: 100%;
  height: 100%;
}

#logo h1 a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 355px;
  height: 100px;
  background: url(header_h1.jpg);
  z-index: 9;
}

#logo p {
  float: right;
  padding: 25px 10px 0 0;
}

/*------------------------------------------------
MENU
------------------------------------------------- */

#menu {
  position: relative;
  width: 770px;
  height: 40px;
  _top: -6px;
  background: #cb341e url(wrap.jpg) bottom center no-repeat;
}

#menu ul {
  list-style: none;
}

#menu ul li {
  float: left;
}

#menu ul li a {
  display: block;
  float: left;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}

#menu li a span {
  background-image: url(menu.jpg);
  height: 40px;
  cursor: hand;
}

#menu ul li a:hover, #menu ul li a.active {
  font-weight: bold;
}

#menu ul li a.one {
  width: 133px;
  background: #2fbed2;
}

#menu ul li a.one span {
  position: absolute;
  width: 133px;
  top: 0;
  left: 0;
  background-position: 0 0;
  z-index: 9;
}

#menu ul li a.one:hover span, #menu ul li a.one.active span {
  background-position: 0 40px;	
}

#menu ul li a.two {
  width: 130px;
  background: #52ae25;
}

#menu ul li a.two span {
  position: absolute;
  width: 130px;
  top: 0;
  left: 133px;
  background-position: 637px 0;
  z-index: 9;
}

#menu ul li a.two:hover span, #menu ul li a.two.active span {
  background-position: 637px 40px;
}

#menu ul li a.three {
  width: 142px;
  background: #ded600;
}

#menu ul li a.three span {
  position: absolute;
  width: 142px;
  top: 0;
  left: 263px;
  background-position: 507px 0;
  z-index: 9;
}

#menu ul li a.three:hover span, #menu ul li a.three.active span {
  background-position: 507px 40px;
}

#menu ul li a.four {
  width: 89px;
  background: #ea890b;
}

#menu ul li a.four span {
  position: absolute;
  width: 89px;
  top: 0;
  left: 405px;
  background-position: 365px 0;
  z-index: 9;
}

#menu ul li a.four:hover span, #menu ul li a.four.active span {
  background-position: 365px 40px;
}

#menu ul li a.five {
  width: 94px;
  background: #c42253;
}

#menu ul li a.five span {
  position: absolute;
  width: 94px;
  top: 0;
  left: 494px;
  background-position: 271px 0;
  z-index: 9;
}

#menu ul li a.five:hover span, #menu ul li a.five.active span {
  background-position: 271px 40px;
}

#menu ul li a.six {
  width: 92px;
  background: #8f29b9;
}

#menu ul li a.six span {
  position: absolute;
  width: 92px;
  top: 0;
  left: 588px;
  background-position: 177px 0;
  z-index: 9;
}

#menu ul li a.six:hover span, #menu ul li a.six.active span {
  background-position: 177px 40px;
}

/*------------------------------------------------
HEADER
------------------------------------------------- */

#header {
  position: relative;
  width: 770px;
  height: 190px;
  margin: 20px 0;
}

#header.one {
  background: #2fbed2 url(header_one.jpg);
}

#header.two {
  background: #52ae25 url(header_two.jpg);
}

#header.three {
  background: #ded600 url(header_three.jpg);
}

#header.four {
  background: #ea890b url(header_four.jpg);
}

#header.five {
  background: #c42253 url(header_five.jpg);
}

#header.six {
  background: #8f29b9 url(header_six.jpg);
}

#header.seven {
  background: #cb341e url(header_seven.jpg);
}

/*------------------------------------------------
 BOXES
------------------------------------------------- */

.box {
  position: relative;
  float: left;
  width: 240px;
  height: 200px;
  margin: 0 25px 20px 0;
  _margin: 0 12px 20px 0;
}

.box h2 {
  padding: 10px;
  margin: 10px;
  background: #fff;
  font-size: 14px;
}

.box p {
  padding: 10px 20px;
  line-height: 200%;
}

.box span {
  position: absolute;
  top: -15px;
  width: 240px;
  height: 215px;
  z-index: 8;
  background-image: url(boxes.jpg);
}

.box a {
  position: absolute;
  display: block;
  top: 0;
  width: 240px;
  height: 200px;
  z-index: 9;
}

.box.one {
  background: #ea890b;
}

.box.one h2 {
  color: #ea890b;
}

.box.one span {
  background-position: top left;
}

.box.two {
  background: #52ae25;
}

.box.two h2 {
  color: #52ae25;
}

.box.two span {
  background-position: top center;
}

.box.three {
  float: right;
  margin: 0;
  background: #ded600;
}

.box.three h2 {
  color: #ded600;
}

.box.three span {
  background-position: top right;
}

/*------------------------------------------------
 CONTENT
------------------------------------------------- */

#content {
  clear: both;
  padding: 5px 0 20px;
  overflow: hidden;
}

#content h2 {
  padding: 0 0 10px;
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: normal;
}

#content h3 {
  clear: both;
  padding: 0 0 10px;
  font-size: 18px;
  font-weight: normal;
}

#content.one h2 {
  color: #2fbed2;
  border-bottom: 1px dashed #2fbed2;
}

#content.two h2 {
  color: #52ae25;
  border-bottom: 1px dashed #52ae25;
}

#content.three h2 {
  color: #ded600;
  border-bottom: 1px dashed #ded600;
}

#content.four h2 {
  color: #ea890b;
  border-bottom: 1px dashed #ea890b;
}

#content.five h2 {
  color: #c42253;
  border-bottom: 1px dashed #c42253;
}

#content.six h2 {
  color: #8f29b9;
  border-bottom: 1px dashed #8f29b9;
}

#content.seven h2 {
  color: #cb341e;
  border-bottom: 1px dashed #cb341e;
}

#content p {
  padding: 0 0 10px;
  line-height: 180%;
}

#content.one strong {
  color: #2fbed2;
}

#content.two strong {
  color: #52ae25;
}

#content.three strong {
  color: #ded600;
}

#content.four strong {
  color: #ea890b;
}

#content.five strong {
  color: #c42253;
}

#content.six strong {
  color: #8f29b9;
}

#content.seven strong {
  color: #cb341e;
}

#content.one a {
  color: #2fbed2;
}

#content.two a {
  color: #52ae25;
}

#content.three a {
  color: #ded600;
}

#content.four a {
  color: #ea890b;
}

#content.five a {
  color: #c42253;
}

#content.six a {
  color: #8f29b9;
}

#content.seven a {
  color: #cb341e;
}

#content.four ul {
  color: #ea890b;
}

#content ul {
  list-style: square;
  padding: 0 0 10px 25px;
}

#content li {
  line-height: 180%;
}

#content li span {
  color: #000;
}

#content .ref {
  position: relative;
  float: left;
  width: 236px;
  height: 155px;
  border: solid #fff;
  padding: 5px;
  border-width: 5px 5px 15px;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center;
}

#content .ref a {
  display: block;
  width: 100%;
  height: 100%;
}

#content .refTwo {
  position: relative;
  float: left;
  width: 236px;
  height: 35px;
  padding: 165px 0 0;
  margin: 5px 5px 15px;
  border: 5px solid #eee;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
}

#content img.alleft {
  height: 135px;
  margin: 5px 15px 0 0;
}

/*------------------------------------------------
 FOOTER
------------------------------------------------- */

#footer {
  position: relative;
  clear: both;
  width: 770px;
  height: 30px;
  margin: 0 auto;
  margin-top: -30px; /* negative value of footer height */
  color: #777;
  font-size: 10px;
}

#footer a {
  color: #aaa;
}

/*------------------------------------------------
MENUTWO
------------------------------------------------- */

#menuTwo a {
  position: absolute;
  display: block;
  width: 127px;
  height: 38px;
  top: 108px;
  left: 50%;
  margin: 0 0 0 288px;
  background: #cb341e;
  color: #fff;
  line-height: 40px;
  text-align: center;
}

#menuTwo a span {
  position: absolute;
  width: 133px;
  height: 38px;
  top: 0;
  left: 0;
  background-image: url(menuTwo.jpg);
  background-position: top;
  z-index: 9;
  cursor: hand;
}

#menu a:hover span, #menu a.active span {
  background-position: bottom;	
}

/*------------------------------------------------
FLASH
------------------------------------------------- */

#flash {
  position: absolute;
  right: 5px;
  top: 5px;
}
