/*----------------------------------- Global rules ------------------------------------*/

	body{
	  text-align: center;
	  font-family:  Calibri, "Trebuchet MS",  Verdana, Arial, Tahoma, "Trebuchet MS", lucida, sans-serif;
	  font-size-adjust: 0.468;
	  background: #eef2f5 url(http://www.euclinic.cz/content/images/design/2009/body-bg.jpg) top left repeat-x;
	  font-size: 80%;
	  line-height: 1.4em;
	}
	
	 img, div, a, span { behavior: url(js/iepngfix.htc) }
	  	 
	 a{ color: #000; }
	 a:focus, a:hover { color: #06377B; }

	 small{ font-size: .9em;}

	.center{ text-align: center; }
	.right{ text-align: right; }
	.strike{ text-decoration: line-through; color: #ed1b2e; line-height: 0.3em; }
        .strike span{ color: #000;  }

	.float-left{  float: left; }
	.float-right{  float: right; }
        .bold { font-weight: bold; }
        
        .content-box .list-style-disc { list-style: disc; margin-left: 15px; }
        .content-box .list-style-circle { list-style: circle; margin-left: 15px; }
        .content-box .list-style-decimal { list-style: decimal; margin-left: 15px; }

        input, textarea{  font-family: Verdana, Tahoma, "Trebuchet MS", Veradana, Arial, lucida, sans-serif; }
        
        kbd {
           -moz-border-radius:4px;
           background: #F0F9F8 none repeat scroll 0 0;
           border-color: #D8E6E9;
           border-style: solid;
           border-width:1px 2px 2px 1px;
           margin: 0 0 3px;
           padding: 0 2px;
        }
   
/*----------------------------------- Page ------------------------------------------*/   
   
  #page{
    position: relative;
	height: 100%;
	min-height: 100%;
	width: 100%;
	background: url(http://www.euclinic.cz/content/images/design/2009/page-bg.png) bottom left repeat-x;
  }
    
  body > #page{ height: auto; }

/*----------------------------------- Main ------------------------------------------*/


  #main{
	  position: relative;
	  height: 100%;
	  min-height: 100%;
	  width: 898px;
	  margin: 0 auto;
	  text-align: left; 
	  background: #fff url(http://www.euclinic.cz/content/images/design/2009/main-bg.png) top left repeat-y;
	}
	
   body > #main{ height: auto; }
   
   
  #content-wrapper{
   margin: 0 0px 0 182px;   
}


/*----------------------------------- Header --------------------------------------*/

  #header{
	   position: relative;
	   margin: 0 auto;
	   width: 100%;
	   height: 180px;
	   text-align: left;
	   background: url(http://www.euclinic.cz/content/images/design/2009/head-bg.jpg) no-repeat;
	}
	
   #header h1{ 
     position: absolute;
	 top: 0;
	 left: 189px;
     width: 325px;
     height: 105px;
   } 
   
   #header h1 a{
     position: relative;
     display: block;
	 text-align: center;
	 line-height: 105px;
	 height: 105px;
	 font-size: 5em;
	 font-family: Calibri;
	 overflow: hidden;
	 color: #06377b;
   }
   
   #header h1 a:hover,
   #header h1 a:focus{
     color: #edb229;
   }
   
   #header h1 a	img{
     position: absolute;
	 top: 0;
	 left: 0;
	 z-index: 2;
	 color: transparent;	 
   }
   
   
   #header h2,
   #header h2 span{
          position: absolute;
	  top: 90px;
	  left: 210px;
	  text-align: center;
	  width: 233px;
	  height: 50px;
	  overflow: hidden;
	  z-index: 3;
   }
   
   #header h2 span{
     top: 0;
     left: 0;
     background: url(http://www.euclinic.cz/content/images/design/2009/milos-stoilov-info.png) top left no-repeat;
   }


   #header h3,
   #header h3 span{
          position: absolute;
	  top: 0px;
	  left: 525px;	  
	  font-weight: normal;
	  z-index: 3;
	  width: 137px;
	  height: 143px;
	  overflow: hidden;
	  z-index: 2;
   }
   
    #header h3 span{
     top: 0;
     left: 0;
     background: url(http://www.euclinic.cz/content/images/design/2009/welcome.jpg) top left no-repeat;
   }   
   
   #order-button,
   #order-button span{
          position: absolute;
	  display: block;
	  width: 164px;
	  height: 42px;
	  line-height: 42px;
	  text-align: center;
	  text-decoration: none;
	  right: 0;
	  top: 101px;
	  color: #fff;
	  font-weight: bold;
	  font-size: .95em;
	  overflow: hidden;
   }
   
   #order-button span{
          top: 0;
	  left: 0;
	  cursor: pointer;
	  background: url(http://www.euclinic.cz/content/images/design/2009/objednavky.jpg) top left no-repeat;
   }
   
   #order-button:hover span,
   #order-button:focus span{
     background-position: bottom left;
   }	
   
	
   #gradient{
          position: absolute;
	  display: block;
	  width: 51px;
	  height: 179px;
	  background: url(http://www.euclinic.cz/content/images/design/2009/head-gradient.jpg) top left no-repeat;
	  top: 0;
	  left: -51px;
	  z-index: 2;
   }


/*---------------------------- Column left -----------------------------------*/

   #column-left{
      position: relative;
      width: 165px;
      float: left;
      display: inline;
      padding-bottom: 50px;
      /*border: 1px solid silver;*/
    }
    
    
    #nav{
	  padding: 18px 0 0;
	  background: #f0f9f8;
	}
    
    
    #nav li{
      background: #d8e6e9;
      text-align: right;
      padding: .4em 9px;
    }
    
    #nav li.even{
      background: #f0f9f8;
    }
    
    #nav a{
      font-weight: bold;
      text-decoration: none;
      color: #1f1d22;
      font-size: 1em;
    }
    
    
    #nav li.menuactive a{
       color: #e0a723;
    }
    
    #nav a:hover,
    #nav a:focus{
      text-decoration: underline;
    }
    
   
    #blue-box{
	   background: #b8c5d5;
	   text-align: right;
	}
	
    #blue-box p{
	padding: 20px 9px 20px 15px;
	font-size: 1em;
	color: #262629;
       }

    #blue-box p.center{ text-align: center; padding: 0 7px 0 10px; }

/*---------------------------- Column right ---------------------------------*/

   #column-right{
          position: relative;
	  width: 165px;
	  float: right;
	  display: inline;
	  padding-bottom: 50px;
          /*border: 1px solid silver;*/
	}
	
	
	#ligtblue-box {
           background: #dddee0;
	}
	
	
	#ligtblue-box img{
	   margin-bottom: 15px;
	}
	
	#ligtblue-box p{
	   padding: 27px 0 25px;
	   font-size: 1.2em;
	}
	
	.info-box{
	   background: #eeeff1;
	}
	
	.info-box h3{
	  padding: 20px 0 1em;
	  font-size: 1.1em;
	}

	.info-box ul{
	  padding: 0 0 35px;
	  font-size: 1.5em;
	  line-height: 1.2em;
	  color: #222;
	}
	
	.info-box ul strong{
	  color: #111;
	}
		
	.info-box ul sup{ font-size: .5em; }
	
	
	#news{ padding: 15px 10px 0; }
		
	#news h2 a{
	  color: #06377B;
	}
	
	
	#news h2 a:hover, #news h2 a:focus{
	  color: #06579B;
	}
	
	
	#news .summary-info{
	  padding-bottom: 1em;
	}
	
	
/*------------------------------- Content ------------------------------------*/

    #content{
          float: left;
          display: inline;
	  width: 530px;
	  padding: 17px 0 50px;
          /*border: 1px solid silver; */
	}
	
	
	#content h2{
	  color: #06377B;
	  padding: 0 0 .4em;
	  font-size: 1.4em;
	}
	
	#content h3{
	  color: #06377B;
	  padding: 0 0 .1em;
	  font-size: 1.1em; 
	}

	#content h3.black{ color: #000;	}
	
	#content p{
	   padding: 0 0 1em;
	   font-size: 1em;
	}
	
	
	#content ul{
	  padding: 0 0 1em 15px;
	  font-size: 1em;
	}		
		
	#content ul li{
	  padding: 0 0 .5em;	
	  list-style-image: url(http://www.euclinic.cz/content/images/design/2009/list-style.png);	  
	}
	
	
	#content ul ul{
	  padding-bottom: 0;
	}
	
		
	#content address{
	  font-style: normal;
	  padding: 10px 0 2em 45px;
	  line-height: 1.6em;
	}
	
	#content p.contact-anchor{  padding: 0 0 2em 45px;}
	
	#content h3.mapa,
	#content h3.objednavky{ font-size: 1.3em; padding-bottom: .3em; }

	#map{
	  margin-bottom: 25px;
	}

	span#contact{display: none; }
	
	#contact-form{
	  background: #F0F9F8;
	  padding: 25px 20px 5px;
	}
	
	#contact-form label{
	  width: 60px;
	  text-align: right;
	  padding-right: 5px;
	}

	#contact-form abbr{
	  cursor: help;
	}

	#contact-form input{
	  border: 1px solid #a4c0cc;
	  padding: 2px 0;
	}
	
	#contact-form textarea{
	  width: 462px;
	  height: 150px;
	  border: 1px solid #a4c0cc;
	  font-size: .9em;
	  padding: 2px 0;
	  overflow: auto;
	}

	#contact-form .vertical-resizer{
	   width: 458px !important;
	   background: #D8E6E9 url(http://www.euclinic.cz/content/images/design/2009/vertical-resizer.png) top right no-repeat !important;
	 }

	#contact-form #contact_form_send input{
	  background: #fff;
	  color: #222;
	  font-size: .85em;
	  font-weight: bold;
	  cursor: pointer;
	  border: 2px solid #a4c0cc;
	  padding: 3px 10px;  
	}
	
	#contact-form #contact_form_send{ text-align: right; margin-right: 18px; }
		
	#content p.form-message,
	#content p.form-error{
	  margin: 0;
	  padding: 5px 35px;	  
	  background: #c6dae2;
	  color: #222;
	}
			
	#spam-control, #map-print { display: none; }
		
	#news-detail .summary{
	  font-weight: bold;	
	}
	
	#content .summary-info { padding-bottom: 1.5em;  }	
	#content .summary-info h2{ font-size: 1.2em; }
	#content .summary-info h2 a{ color: #06377B; }

/*------------------------------- Footer ------------------------------------*/	

#footer{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 898px;
  height: 25px;
  z-index: 2;
  background:url(http://www.euclinic.cz/content/images/design/2009/footer-bg.jpg) top left no-repeat;
}


#footer p{
  color: #eef;
  padding: 4px 0 0 0;
  font-size: .9em;
}

#footer p a{ color: #eef; }
#footer p a:hover, #footer p a:focus{ color: #fff; }

#footer p#copy{
  float: left;
  display: inline;
  width: 165px;
  text-align: center;
}


#footer p#cms-links-right{
  float: right;
  display: inline;
  width: 165px;
  text-align: center;
}


#footer p#cms-links{
  text-align: right;
  padding: 4px 185px 0 0;
}