/** GLOBAL **/

* {
  margin: 0px;
  padding: 0px;
}
body {
  background: #e5e5e5;
  font-family: Verdana, arial, sans-serif;
  font-size: 13px;
  color: #444;
}

a {
  color: #444;
  text-decoration: none;  
}

img a, a img {
  border: none;             
}

/** PAGE **/

#container {
  width: 960px;         
  margin: 0 auto 10px auto;  
  box-shadow: 0 0 5px #808080;
}

#top-panel {
  position: relative;
  height: 70px;
  background: url(images/menu-bg.png) repeat-x;  
  z-index: 1;      
}

.logo {
  width: 176px;
  height: 191px;
  background: url(images/logo-bg.png) no-repeat;  
  float: left;
  margin: 0 0 0 60px;
  text-align: center;    
}

.logo img {
  margin: 15px 0 0 0;     
}

.nav {             
  float: right;    
  margin: 15px 10px 0 0; 
}

.nav li {
  display: inline-block; 
  margin: 0 5px;     
}

.nav li a {
  display: block;
  font-family: 'Didact Gothic', sans-serif;
  text-shadow: 1px 1px 1px #111;
  color: #fff;    
  font-size: 17px;
  padding: 8px 18px;
  border-radius: 4px;
}

.nav li a:hover {
  background: #7b1717;
}

.nav li.active a {
  background: #d92121;               
}

#main-look {
  position: relative;
  height: 420px; 
  background: #222;
  border-bottom: 3px solid #737373;          
}

#main-look .ph {
  position: absolute;
  top: 0;
  left: 0;
}

#main-look .ph img {
  display: none;
  position: absolute;
}

.info-box {
  position: absolute;
  top: 60px;
  right: 0;        
  width: 410px;
  height: 128px;
  background: url(images/info-box.png);
  border-radius: 10px 0 0 10px;
  border: 1px solid #111; 
  color: #fff;
  text-shadow: 1px 1px 3px #111;
}

.info-box h1 {
  position: absolute;
  top: 25px;
  left: 35px;
  text-transform: uppercase;   
  font-weight: normal;    
  font-size: 31px;   
}

.info-box .tel {
  position: absolute;
  top: 78px;
  left: 145px;
  font-size: 20px;
}

.info-box .tel span {
  display: inline-block;
  width: 22px;
  height: 30px;
  background: url(images/phone-icon.png);
  margin: 0 10px 0 0;
  float: left;
}

#content {
  background: #fff;        
}

#content a {
  text-decoration: underline;           
}

#content a:hover {
  text-decoration: none;           
}

#content table {
  border: 1px solid #aaa;         
}

#content table td {
  border: 1px solid #aaa;         
}

#content ul {
  padding: 0 0 0 15px;         
}

#content p.text {
  line-height: 24px;           
}

#content p.important {
  padding: 4px 8px; 
  border: 1px solid #aaa;
  font-weight: bold;    
  text-align: center; 
  line-height: 20px;   
}                

#content h2 {
  font-family: 'Didact Gothic', sans-serif;
  font-weight: normal;
  color: #ab2020;   
  font-size: 26px;   
  padding: 0 0 10px 0;      
}

#content h3 {
  font-family: 'Didact Gothic', sans-serif;
  font-weight: normal;
  color: #ab2020;   
  font-size: 20px;   
  padding: 0 0 5px 0;      
}

#main {
  width: 620px;
  float: left;      
}

#sidebar {
  width: 270px;
  background: #f4f4dc;
  float: right;      
  border-radius: 6px;
} 

#sidebar h2 {
  font-size: 29px;  
  margin: 10px 0 0 20px;          
}

.sidebar-wrap {
  padding: 10px 15px;              
}

.we-offer {
  position: relative;
  top: -8px;
  list-style: url(images/square.png); 
  font-family: 'Didact Gothic', sans-serif;   
  font-size: 16px;    
  margin: 0 10px 5px 30px;  
}

.we-offer li {
  margin: 20px 0;       
}

.page-name {
  background: #ececec;        
  font-size: 14px;   
  color: #333;
  padding: 8px 15px;
  box-shadow: 0 1px 3px #aaa;
}

.page-name p {
  line-height: 24px;             
}

.page-name p span {
  display: inline-block;
  width: 20px;
  height: 20px;     
  float: left;
  margin: 0 14px 0 0;        
}

.ico-hlavni-strana { background: url(images/icon-main.png) no-repeat; }
.ico-o-firme { background: url(images/icon-o-firme.png) no-repeat; }
.ico-akce { background: url(images/icon-akce.png) no-repeat; }
.ico-ceniky { background: url(images/icon-ceniky.png) no-repeat; }
.ico-rozvozy { background: url(images/icon-rozvozy.png) no-repeat; }
.ico-kontakt { background: url(images/icon-kontakt.png) no-repeat; }

.content-wrap {
  padding: 15px 20px;         
}

.four-action {
  background: #f7f7f7;
  margin: 10px 0 0 0;     
  text-align: center;  
  color: #505050;    
}

.four-action img {
  padding: 15px 0;     
}

#content .four-action ul {
  background: #f0f0f0;
  list-style: none;  
  padding: 12px 0;              
}

.four-action ul li {
  display: inline-block; 
  width: 235px; 
  font-family: 'Didact Gothic', sans-serif; 
  font-size: 14px;             
}

/* ROZVOZY */

.cartages h4 {
  padding: 0 0 3px 0;          
  font-size: 14px;
}

.cartages p {
  padding: 0 0 14px 0;          
  font-size: 13px;  
}

/* KONTAKT */

.info-contact {
  float: left;             
}

.info-contact ul, .adress-contact ul {
  margin: 0 0 0 25px;
  list-style: square;              
}

.info-contact ul li, .adress-contact ul li {
  padding: 6px 0 4px 0;              
}

.adress-contact {
 float: right;    
 margin: 0 10px 0 0;            
}

.adress-contact iframe {  
 margin: 5px 0 0 0;            
}

.mail-contact {
  padding: 25px 0 0 0;  
  clear: left;     
}

.mail-contact p {
  padding: 4px 0;       
  line-height: 30px;
}

.mail-contact label {
  width: 130px;
  float: left;         
}

#email, #subject, #message {
  width: 380px;
  padding: 4px;     
  border: 1px solid #aaa; 
  border-radius: 1px;
  resize: none;   
  font-family: 'Didact Gothic', sans-serif;
  font-size: 14px;        
}

#email:focus, #subject:focus, #message:focus {
  outline-color: red;
}

#message {
  height: 150px;         
}

input.send {
  position: relative;
  font-size: 16px;
  background: #bf3131;    
  padding: 8px 16px;
  border: none;
  color: #fff;    
  font-family: 'Didact Gothic', sans-serif;
  cursor: pointer
}

input.send:focus {
  outline: none;
}

input.send:active {
  top: 1px;
  left: 1px;
}

.warning, .success {
  position: relative;
  top: -5px;        
}

.warning {
  color: red;         
}

.success {
  color: green;         
}

.mail-contact small {
  margin: 0 0 0 30px;
  color: #777;                    
}

/* FOOTER */

#footer {
  position: relative;
  height: 70px;
  background: #262626;
  color: #ededed;
}

#footer a {
  color: #ffa421;          
}

#footer a:hover {
  text-decoration: underline;          
}

#footer p.copyright {
  padding: 40px 16px 0 16px;          
}

#footer p.copyright span {
  float: right;          
}

#footer .admin {
  position: absolute;
  top: 10px;
  right: 15px;               
}

#footer .admin a {
  font-family: 'Didact Gothic', sans-serif;
  color: #eee;               
}