/*----------------------------------------------------*/
/*                      www.calor.sk                  */
/*      created by Jan Kovacs - www.kovidesign.sk     */
/*----------------------------------------------------*/
html {
	min-height: 100%;
}
body {
	background-image: url(../img/design/bottom-line.png);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #606655;
	font-family: Georgia, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.center {
	margin: 0px auto 0px auto;
}
ul, li {
	text-align: left;
}
strong {
	color: #606655;
}
h1 {
	background-image: url(../img/design/calor-logo.png);
	background-repeat: no-repeat;
	height: 78px;
	margin: 45px 0px 0px 0px;
	padding: 0px;
	text-indent: -9000px;
	width: 266px;
}
h2 {
	color: #589381;
	font-size: 1.9em;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
h3 {
	color: #589381;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
a {
	color: #C0AC5A;
}
a:hover {
	text-decoration: none; 
}

/*----------------------------------------------------*/
/*---------------------- wrapper ---------------------*/
/*----------------------------------------------------*/
#container {
	background-image: url(../img/design/top-line.png);
	background-position: top;
	background-repeat: repeat-x;
	min-height: 400px;
}
#wrapper {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 920px;
}
#logo {
	width: 420px;
	margin-bottom: 50px;
	color: #D8CB98;
	font-weight: bold;
}
#logo a {
	color: #D8CB98; 
	text-decoration: none;
	padding-top: 75px;
}
#menu {
	float: left;
	margin: 0px 37px 0px 0px;
	padding: 0px;
	width: 420px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu ul a {
	color: #606655;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	font-size: 3.6em;
	line-height: 0.7em;
}
#menu ul a:hover {
	color: #D8CB98;
}
#menu ul .active a{
	color: #D8CB98;
}
#uvod {
	background-image: url(../img/design/uvod.png);
	background-position: left;
	background-repeat: no-repeat;
}
#spolocnost {
	background-image: url(../img/design/spolocnost.png);
	background-position: left;
	background-repeat: no-repeat;
}
#cinnost {
	background-image: url(../img/design/cinnost.png);
	background-position: left;
	background-repeat: no-repeat;
}
#kontakt {
	background-image: url(../img/design/kontakt.png);
	background-position: left;
	background-repeat: no-repeat;
}
#oznamy {
	background-image: url(../img/design/oznamy.png);
	background-position: left;
	background-repeat: no-repeat;
}
#content {
	float: left;
	font-size: 0.8em;
	margin: 130px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	width: 460px;
}
#content2 {
	float: left;
	font-size: 0.8em;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	width: 900px;
}
#contact-form {
	width: 250px;
	float: right;
}
.send-email {
	float: left;

}
table {
	margin: 10px 0px 20px 0px;
	width: 900px;
}
.button {
	padding: 5px;
	font-size: 15px;
	background-color: #C0AC5A;
	text-decoration: none;
	color: #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
table th{
	background-color: #589381;
	color: #FFF;
	padding: 3px;
	font-weight: normal;
}
table td {
	border-bottom: 1px solid #C3C7BC;
	padding: 3px;
}
/*----------------------------------------------------*/
/*-------------------- solutions ---------------------*/
/*----------------------------------------------------*/

#solutions-wrapper {
	width: 100%;
	float: left;
}
#solutions {
	margin: 70px auto 0px auto;
	height: 198px;
	background-image: url(../img/design/pictures-reflection.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 686px;
}
#solutions img {
	border: 1px solid #C3C7BC;
	padding: 1px;
	margin: 0px 5px 0px 5px;
}
/*----------------------------------------------------*/
/*---------------------- footer ----------------------*/
/*----------------------------------------------------*/

#footer {
	margin: 60px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	float: left;
}
#foot {
	color: #606655;
	font-size: 0.7em;
	margin: 0px auto 0px auto;
	padding-bottom: 20px;
	width: 920px;
}
#foot a {
	color: #C0AC5A;
}
#foot a:hover {
	text-decoration: none; 
}
