/* CSS Document */
html {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 12px;
	background: #3882bc url('../img/gradient_bg.png') repeat-x;
	line-height: 1.3;
}
* {
	margin: 0;
	padding: 0;
}
a {
	color: #6e6e6e;
	text-decoration: none;
}
a:hover {
	color: #01467f;
	text-decoration: underline;
}
h1 {
	font-size: 150%;
	color: #0460bf;
	font-variant: small-caps;
}
h2 {
	padding: 10px 0 10px 0;
	font-size: 120%;
	color: #666;
	font-variant: small-caps;
}
h3 {
	font-size: 100%;
}
p {
	margin: 15px 0;
}
ul, li, img {
	list-style: none;
}
body {
	background: url('../img/bg.png') no-repeat center top;
	color: black;
	width: 100%;
	display: table;
}
#main {
	width: 853px;
	margin: 205px auto 0;
	background: #fff;
	padding: 20px;
	position: relative;
}
#logo {
	position: relative;
	width: 632px;
	height: 137px;
	overflow: hidden;
	font-size: 140%;
}
#logo span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url('../img/logo.png') 0 0 no-repeat;
	cursor: pointer;
}
#navigation {
	float: right;
	position: relative;
}
#navigation ul {
	position: absolute;
	right: 0;
	top: 0;
}
#navigation ul a, #navigation ul a span {
	width: 235px;
	height: 69px;
	display: block;
	position: relative;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
}
.ir {
	position: relative;
	overflow: hidden;
}
.ir span {
	padding: 25px;
}
#navigation a {
	color: #fff;
}
#navigation a:hover {
	color: #000;
}
#navigation a.active {
	color: #000;
}
/*------------Navigation-------------*/
#navigation ul li.home a {
	background: url('../img/buttonhome.png') 0 0 no-repeat;
}
#navigation ul li.prop a {
	background: url('../img/buttonprop.png') 0 0 no-repeat;
}
#navigation ul li.mort a {
	background: url('../img/buttonmort.png') 0 0 no-repeat;
}
#navigation ul li.cont a {
	background: url('../img/buttoncont.png') 0 0 no-repeat;
}
/*------------Navigation - Hover-------------*/
#navigation ul li.home:hover a {
	background: url('../img/buttonhome.png') 0 0 no-repeat;
	background-position: -255px  0;
}
#navigation ul li.prop:hover a {
	background: url('../img/buttonprop.png') 0 0 no-repeat;
	background-position: -255px  0;
}
#navigation ul li.mort:hover a {
	background: url('../img/buttonmort.png') 0 0 no-repeat;
	background-position: -255px  0;
}
#navigation ul li.cont:hover a {
	background: url('../img/buttoncont.png') 0 0 no-repeat;
	background-position: -255px  0;
}
/*------------Navigation - Active-------------*/
#navigation ul li.home a.active {
	background: url('../img/buttonhome.png') 0 0 no-repeat;
	background-position: -255px  0;
}
#navigation ul li.prop a.active {
	background: url('../img/buttonprop.png') 0 0 no-repeat;
	background-position: -255px  0;
}
#navigation ul li.mort a.active {
	background: url('../img/buttonmort.png') 0 0 no-repeat;
	background-position: -255px  0;
}
#navigation ul li.cont a.active {
	background: url('../img/buttoncont.png') 0 0 no-repeat;
	background-position: -255px  0;
	border-bottom:1px solid #dbdbdb;
}
#container {
	width: 853px;
	background: url('../img/backcont.png') top left repeat-y;
	margin: 0 auto;
	padding: 0 0 55px 0;
/* odsazeni paticky */
}
#content {
	width: 100%;
	padding: 25px 0 0 0;
	min-height:500px;
	
}
#content .in {
	float: left;
	min-height: 330px;
	width: 595px;
	display: inline;
	overflow: hidden

}
.in li {
	list-style-image: url('../img/square.png');
	line-height: 30px;
	margin: 0 0 0 40px;
}
.photo-right img {
	float: right;
	border: 3px solid #cecece;
}
.photo-left img {
	float: left;
	border: 3px solid #cecece;
}
#r-col {
	width: 235px;
	float: right;
	display: inline;
	overflow: hidden;
}
#col-address {
	padding: 15px 0 15px 15px;
}
address {
	font-style: normal;
	line-height: 20px;
}
hr {
	display: none;
}
hr.end, .end {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	display: block;
	visibility: hidden
}
#slider {
	z-index: 2;
	width: 615px;
/* important to be same as image width */
	height: 276px;
/* important to be same as image height */
	position: relative;
/* important */
	overflow: hidden;
/* important */
}
#sliderContent {
	width: 615px;
/* important to be same as image width or wider */
	position: absolute;
/* important */
	top: 0;
/* important */
	margin-left: 0;
/* important */
}
.sliderImage {
	float: left;
/* important */
	position: relative;
/* important */
	display: none;
/* important */
}
.sliderImage span {
	font-size: 11px;
	font-weight: bold;
	position: absolute;
/* important */
	padding: 10px 13px;
	width: 592px;
/* width of image minus left and right padding. Needed for IE */
	background-color: #2b69ab;
	filter: alpha(opacity=70);
/* here you can set the opacity of box with text */
	-moz-opacity: 0.7;
/* here you can set the opacity of box with text */
	-khtml-opacity: 0.7;
/* here you can set the opacity of box with text */
	opacity: 0.7;
/* here you can set the opacity of box with text */
	color: #fff;
	display: none;
/* important */
	left: 0;
	bottom: 0;
}
#banner {
	float: left;
	width: 593px;
	height: 140px;
	border: 1px solid #c2d0d9;
	margin-top: 15px;
	background:  url('../img/banner.png') 0 0 no-repeat;
}
.callus {
	padding: 30px 0 0 195px;
	font-variant: small-caps;
	font-size: 180%;
	color: #0058AF;
}
.trcolor {
	background: #f1f1f1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: 320px;
	margin-bottom: 30px;
	width: 270px;
}
.gallery {
	background: #f8f8f8;
	border: 1px solid #dad9d9;
	float: left;
	margin: 4px 4px 0 0px;
	padding: 10px 10px 10px 10px;
	display: inline;
}
td {
	padding: 4px 0px 4px 2px;
}
td span {
	color: #295a91;
	font-weight: bold;
}

.in span{
color: #295a91;
font-weight: bold;


}

.in strong{
color: #295a91;
font-weight: bold;

}
.listing {
	background: #f8f8f8;
	border: 1px solid #dad9d9;
	float: left;
	width: 160px;
	margin: 15px 4px 0 0px;
	padding: 0px 16px 0 10px;
	display: inline;
}
.listing p.l-location {
	color: #0460bf;
	text-align: left;
}
.listing p.l-discription {
	color: #818181;
	font-size: 11px;
	text-align: left;
}
.l-discription span{
color: #cb071a;


}
.listing p.l-price {
	color: #295a91;
	font-weight: bold;
	text-align: left;
}
.listing p.l-origprice {
	color: #0460bf;
	text-decoration: line-through;
	font-size:11px;
	font-weight: bold;
	text-align: left;
}
.button-more a {
	display: block;
	width: 68px;
	_width: 68px;
	height: 36px;
	padding: 10px 0 0px 6px;
	background: url('../img/button-more.png') 0 0 no-repeat;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	vertical-align: baseline;
}
.button-back a {
	display: block;
	width: 68px;
	_width: 68px;
	height: 36px;
	padding: 9px 0 0px 18px;
	background: url('../img/button-more.png') 0 0 no-repeat;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	vertical-align: baseline;
}
.button-back a:hover {
	text-decoration: underline;
}
.listing p.button-more a:hover {
	color: #fff;
	text-decoration: underline;
}
.listing img, .gallery img {
	cursor: pointer;
	border: 3px solid #cecece;
}
.listing img:hover, .gallery img:hover {
	border: 3px solid #2b69ab;
}
.bg-h {
	height: 34px;
	background: url('../img/bg-h.png') no-repeat left top;
	text-transform: uppercase;
	color: #666;
	padding: 0 0 0 15px;
	line-height: 33px;
	font-weight: bold;
	font-size: .85em;
}
.bg-hl {
	height: 34px;
	background: url('../img/bg-hl.png') no-repeat left top;
	text-transform: uppercase;
	color: #666;
	padding: 0 0 0 15px;
	line-height: 34px;
	font-weight: bold;
	font-size: .85em;
}
#foot_container {
	width: 853px;
	position: absolute;
	bottom: 0;
	left: 20px;
	height: 60px;
	border-top: 1px solid #bfbfbf;
	background: #e3e3e3;
}
.family-decor {
	position: absolute;
	bottom: 40px;
	right: 50px;
	background: url('../img/family.png') no-repeat left top;
	width: 136px;
	height: 300px;
}
#foot {
	text-align: left;
	font-size: 10px;
	padding-left: 15px;
	color: #6b6b6b;
}
.nav-r {
	text-align: center;
}
/* form */
form {
	width: 595px;
}
fieldset {
	font-weight: bold;
	font-size: 11px;
	padding: 20px 0 0 20px;
	border: 1px solid #dad9d9;
	color: #666;
}
legend {
	font-size: 12px;
	font-variant: small-caps;
	color: #06519e;
	font-weight: bold;
}
label {
	float: left;
	display: block;
}
input, select {
	margin: 0 0 10px 0;
}
textarea {
	width: 490px;
	margin: 0 0 10px 0;
}
.formbutton {
	width: 60px;
	background: #2a5e96;
	border: 1px solid #acacac;
	color: #fff;
	cursor: pointer;
}
.code {
	height: 50px;
	width: 200px;
	padding-left: 90px;
	margin-bottom: 10px;
}
.fimg {
  height:50px;
  width:200px;
} 