@import "reset.css";

html {
	background: #9ac551 url(img/html-bcg.png) top center repeat-x;
}

body {
	font: normal normal normal .8em/1.5em normal Arial, "Helvetica CE", Tahoma, sans-serif;
}

a {
	color: #c50000;
	font-weight: bold;
}
a:hover {
    color: #f00;
}
a:visited {
	font-weight: normal;
	color:  #a55;
}

h1 {
	font-size: 1.9em;
	font-weight: normal;
	margin: .6em 0 .6em 0;
	color: #bb3e00;
	line-height: 1em;
	padding-bottom: .3em;
	border-bottom: 1px solid #bb3e00;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 1.2em 0 .2em 0;
	padding-bottom: .4em;
	color: #bb3e00;
	line-height: 1em;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 1.2em 0 .6em 0;
	color: #661e00;
	line-height: 1em;
}

h4 {
	font-size: 1.25em;
	font-weight: normal;
	margin: 1.2em 0 .6em 0;
	color: #000;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 1.2em 0 .6em 0;
	color: #000;
}

p, ul, ol, dl {
	margin: .6em 0;
}
ul, ol {
    padding: 0 0 0 1.7em;
}
ul li {
	margin: .6em 0;
	list-style: disc outside;
}
ol li {
	margin: .6em 0;
	list-style: decimal outside;
}
dt {
	font-weight: bold;
	font-size: 1.1em;
}
dd {
	margin-bottom: .8em;
}
sub, sup {
	vertical-align:baseline;
	position:relative;
	font-size: .7em;
}
sub {
	top:0.4em;
}
sup {
	bottom:0.4em;
}

.info{
	font-size: .85em;
	color: #999;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

/**-----------------------------------------------------------------------------
 *      LAYOUT
 *-----------------------------------------------------------------------------*/

#wrap {
	position: relative;
	width: 972px;
	margin: 0 auto;
}

#search-box {
	position: absolute;
	background: transparent url(/public/theme/default/img/search-bcg.png) left top no-repeat;
	right: 0px;
	top: -61px;
	width: 203px;
	height: 28px;
}
#header-box {
	margin-top: 61px;
}
#middle-box {
	background: transparent url(/public/theme/default/img/middle-box-bcg.png) center top repeat-y;
	width: 972px;
	position: relative;
}
#footer-box {

}
#top-menu {
	background: transparent url(/public/theme/default/img/menu-top-bcg.png) left top no-repeat;
	width: 972px;
	height: 30px;
	position: relative;
	z-index: 1;
}
#header-banner {
	background: transparent url(/public/theme/default/img/header-banner.jpg) right top no-repeat;
	width: 972px;
	height: 140px;
}

#breadcrumbs-box {
	width: 972px;
	height: 32px;
	position: relative;
}
#breadcrumbs {
	position: absolute;
	top: 10px;
	left: 239px;
	z-index: 3;
}
#content-box {
	float: right;
	position: relative;
	width: 772px;
}
#left-menu {
	width: 200px;
	position: relative;
	overflow: hidden;
	padding: 11px 0 2em 0;
	
}
#content {
	padding: 0 40px 60px 40px;
	min-height: 450px;
}

#footer {
	background: #528100 url(/public/theme/default/img/footer-bcg.png) left top no-repeat;
	width: 912px;
	height: 26px;
	padding: 5px 30px 0 30px;
}



/**
 *      TOP MENU
 */
 
#top-menu ul {
	position: absolute;
	top: 6px;
	margin: 0;
	padding: 0;
}
#top-menu li {
	float: left;
	margin: 0;
	position:relative;
	list-style: none;
	font-size: .9em;
	background: transparent url(/public/theme/default/img/menu-top-sep.png) right center no-repeat;
}
#top-menu li.current {
	display: block;
	height: 18px;
	width: 130px;
	text-align: center;
	color: black;
	text-decoration: none;
	position:relative;
	font-weight: bold;
	
}
#top-menu li.current span{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#top-menu li a {
	display: block;
	height: 18px;
	width: 130px;
	text-align: center;
	color: #305196;
	text-decoration: none;
	position:relative;
	font-weight: normal;
}
#top-menu li a span {
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0;
	left: 0;
	cursor: hand;
}
#top-menu li a:hover {
	color: black;
	text-decoration: underline;
}



/**
 *      SEARCH
 */


#search-box div{
	float: left;
	vertical-align: middle;
}

#search-box input#q{
	background: transparent url(/public/theme/default/img/search-input.png) left top no-repeat;
	border: none;
	padding: 0px 5px;
	width: 159px;
	height: 18px;
	color: #1b42a2;
	vertical-align: middle;
	margin: 2px 5px;
}
#search-box input#search{
	vertical-align: middle;
	width: 18px;
	height: 18px;
}
.searchresult dt {
	font-size: .9em;
}
.searchresult .weight {
	color: #666;
	font-weight: normal;
}
/**-----------------------------------------------------------------------------
 *      HEADER
 *-----------------------------------------------------------------------------*/
 
#header-banner img {
	
}

#header-banner h1 {
	display: none;
}

#header-banner img {
	display: block;
}
/**-----------------------------------------------------------------------------
 *      LEFT MENU
 *-----------------------------------------------------------------------------*/
 
 #left-menu h2{
	color: #577499;
	font-size: 1.6em;
	font-weight: normal;
	margin: 1.8em auto 0 auto;
	background: none;
	width: 196px;
	height: 45px;
	position: relative;
	display: block;
}
#left-menu h2 span {
	display: block;
	background:  transparent url(/public/theme/default/img/produkty_h2.png) center top repeat-x;
	width: 196px;
	height: 45px;
	top: 0px;
	left: 0px;
	position: absolute;
}

#left-menu ul{
	margin: 0 0 0 15px;
	padding: 0;
	/*background: transparent url(/public/theme/default/img/line-dot.png) center top repeat-x;*/
}
#left-menu li{
	line-height: 1.1em;
	list-style: none;
	margin: 0;
}
#left-menu li a, #left-menu li.current{
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding: 10px 10px 12px 15px;
	margin-right: 15px;
	background: transparent url(/public/theme/default/img/line-dot.png) center bottom repeat-x;
}

#left-menu li a:hover{
	text-decoration: underline;
}
#left-menu li a{
	color: #577a19;
}
#left-menu li a:hover{
	color: #273c02;
}

#left-menu li.current{
	font-weight: normal;
	color: #273c02;
	margin-right: 0;
	background: #fff;
}


/**-----------------------------------------------------------------------------
 *      CONTENT BOX
 *-----------------------------------------------------------------------------*/
 
/**
 *      Breadcrumbs
 */
 
#breadcrumbs {
	font-size: .8em;
	color: #557914;
}
#breadcrumbs .lastitem {
	font-weight: normal;
	color: black;
}
 
 
/**
 *      News
 */

#news {
	width: 230px;
	float: right;
	min-height: 300px;
	background: transparent url(/public/theme/default/img/novinky_bcg.png) left top no-repeat;
	padding: 5px 30px 30px 45px;
}
#news h2{
	font-size: 1.6em;
	font-weight: normal;
	margin: 22px 0 0 -10px;
	background: none;
	width: 140px;
	height: 36px;
	position: relative;
	display: block;
}
#news h2 span {
	display: block;
	background:  transparent url(/public/theme/default/img/novinky_h2.png) center top repeat-x;
	width: 140px;
	height: 36px;
	top: 0px;
	left: 0px;
	position: absolute;
}

#news .NewsSummaryPostdate {
	font-size: .82em;
	color: #666;
}
/**
 *      Content
 */

#content {
	color: black;
}

.home #content {
	width: 400px;
}

#content .perex {
	font-weight: bold;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
	clear: left;
}

#content .error_message, #content .error {
	background: #fec url(/images/icons/dialog-warning.gif) 10px 6px no-repeat;
	padding: 5px 10px 5px 50px;
	color: #830;
	border: 1px solid #fba;
}


/**
 *      Home offer
 */

#home-offer {
	padding: 0;
	margin: 0 0 2em 0;
}
#home-offer li{
	list-style: none;
}
#home-offer li a{
	display: block;
	width: 172px;
	height: 172px;
	background: transparent url(/public/images/nabidka-uvod.jpg) 0 -174px no-repeat;
	float: left;
	text-indent: -1000px;
	overflow: hidden;
}
#home-offer #new-building a{
	background-position: 0 -174px;
}
#home-offer #roof a{
	background-position: -177px -174px;
}
#home-offer #reconstruction a{
	background-position: -354px -174px;
}
#home-offer #insulation a{
	background-position: -531px -174px;
}
#home-offer #new-building a:hover{
	background-position: 0 3px;
}
#home-offer #roof a:hover{
	background-position: -177px 3px;
}
#home-offer #reconstruction a:hover{
	background-position: -354px 3px;
}
#home-offer #insulation a:hover{
	background-position: -531px 3px;
}
 
/**
 *      Form contactform
 */
#footer-banner div.contactform {
	padding: 0 0 0 235px;
	color: #223;
}
#footer-banner div.contactform h2 {
	margin: 0 0 10px 0;
	padding: 0;
	color: white;
	background: none;
}
#footer-banner div.contactform p{
	margin: 0;
	line-height: 1.2em;
	font-size: .82em;
}
#footer-banner div.contactform div {
	padding: 0.25em 0 0.25em 0;
}
#footer-banner div.contactform div.question_txt {
	margin: 0 0 0 220px;
}
#footer-banner div.contactform div.email_txt,  #footer-banner div.contactform div.name_txt{
	float: left;
	clear: left;
}
div.contactform div label {
	display: block;
}
#footer-banner div.contactform div.required {
	color: #900;
}
#footer-banner div.contactform textarea {
	font-size: 12px;
	font: sans-serif;
	width: 465px;
	height: 65px;
	background: transparent url(/public/theme/default/img/footer_banner_bcg.png) -20px -150px no-repeat;
	border: 1px solid #667;
}
#footer-banner div.contactform div.name_txt input {
	border: 1px solid #667;
	background: transparent url(/public/theme/default/img/footer_banner_bcg.png) -20px -150px no-repeat;
}
#footer-banner div.contactform div.email_txt input {
    border: 1px solid #667;
	background: transparent url(/public/theme/default/img/footer_banner_bcg.png) -20px -200px no-repeat;
}
#footer-banner div.contactform div.submit {
	clear: left;
	text-align: right;
}
#footer-banner div.contactform div.submit input{
	width: 10em;
	border: 1px solid #667;
	background: transparent url(/public/theme/default/img/footer_banner_bcg.png) -20px -2px no-repeat;
	color: #fff;
}

/**
 *      Table
 */

table  {
	text-align: center;
	border: 3px solid #999;
	width: 100%;
	font-size: .82em;
}

table td, table th{
	padding: 2px 5px;
	border-bottom: 1px solid #fff;
	background: #f5f5f5;
	vertical-align: middle;
}

table th{
	background: #b0b0b0;
	color: #fff;
}
table.tech-param .hilit {
	background: #ddd;
}

table.tech-param .water-temperature, table .tab-row-1 {
	background: #FFD5AA;
	border-bottom: none;
	padding: 2px 15px;
	color: #A03500;
}
table.tech-param .outdoor-temperature, table .tab-cell-1 {
    background: #AAD4FF;
    border-bottom: none;
    color: #003B8F;
}
table.tech-param .outdoor-temperature.hilit {
    background: #85B2FF;
}
 
table.tech-param th.hilit {
	background: #999;
	color: #fff;
}

table.tech-param .tech-name {
	text-align: left;
}
/**
 *      Image
 */
#content img {
    margin: 1em;
    border: 1px solid #aaa;
    padding: 3px;
    background: white;
}
#content .photoright {
	float: right;
	margin: 0 0 1em 1em;
}
#content .photoleft {
    float: left;
	margin: 0 1em 1em 0;
}
#content .noframe {
	border: none;
	padding: 0;
}
#content .imageframe {
	display: inline-block;
}
#content .imageframe img{
	margin: 1em 1em 0 1em;
}
#content .imagelegend {
	font-size: .8em;
	text-align: center;
	line-height: 1.2em;
}
.icon-file {
	border: none !important;
	vertical-align: middle;
	margin: 0 !important;
}
/*         LIGHTBOX            */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}


/* -------------- content footer -------------- */
div.hr {
	border-bottom: 1px solid #a4cd5c;
	margin: 30px 0px 0 0px;
}
.right49 {
	float: right;
	font-size: .82em;
	line-height: 1.5em;
	color: #557914;
}
.left49 {
	float: left;
	font-size: .82em;
	line-height: 1.5em;
	width: 600px;
	overflow: hidden;
	color: #557914;
}
 
 
/**-----------------------------------------------------------------------------
 *		FOOTER BOX
 *-----------------------------------------------------------------------------*/
 
#footer {
	color: white;
}
#footer a{
	color: #f94;
}
#footer a:hover {
	color: white;
}
 

#created {
	color: #caed8d;
	font-size: .8em;
	text-align: right;
	margin-bottom: 3em;
	padding: 0 10px;
}
#created a {
	color: #caed8d;
}
#created a:hover {
	color: #557914;
}
/**-----------------------------------------------------------------------------
 *		ACCESSIBILITY
 *-----------------------------------------------------------------------------*/
.accessibility, hr {
	position: absolute;
	top: -999em;
	left: -999em;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clearfix {
/* Hides from IE-mac \*/
	height: 1%;
/* End hide from IE-mac */
}
/* end clearing */