* {
	margin:0;
	padding:0;
}

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #0185b6 url(../images/bg_main.jpg) repeat-x;
	margin: 20px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #636363;
}

a {
	color:#57ABDC;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}



p { margin-bottom:20px;}

h1,h2,h3 { margin-bottom:20px;}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:normal;
	color:#003471;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	font-style:italic;
	color:#003471;
}

img {
	border:none;
}

.alignLeft {
	text-align:left;
}

.alignRight {
	text-align:right;
}

.floatLeft {
	float:left;
	margin:0 10px 0 0;
}
#container {
	width: 857px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:#fff;
}
#header {
	height:25px;
	background:url(../images/bg_top.png) no-repeat; 
}


/* Columns */

#columnLeft {
	width:237px;
	height:850px;
	margin:0 0 0 20px;
	float:left;
	background:url(../images/bg_menu.jpg) no-repeat;
	padding: 0 0 0 50px;
	display:inline;
}

#logo {
	margin: 40px 0 40px 0;
}


#menu {
	margin:10px 0 40px 0;
}


#menu li {
	list-style:none;
	padding-bottom: 10px;
}

#menu li.line {
	width:150px;
	height:1px;
	background:url(../images/dot.png) repeat-x;
}


.boxLeft {
	clear:both;
}

#columnRight {
	width:472px;
	margin: 0 0 0 307px;
	padding: 0 20px 0 30px;
	background:url(../images/bg_baner.jpg) no-repeat;
	vertical-align:middle;
}
#columnRight ul{
	margin:5px 0 0 15px;
}
#columnRight a img {
	vertical-align:middle;
}


#lodka {
	height:352px;
	text-align:right;
}

.produkt {
	margin:20px 0;
	float:none;
}
.produktDescription {
	margin:0 10px 0 20px;
	width:280px;
	float:left;
}

.produktImg img{
	border:#DFF0F7 solid 10px;
}

.hr {
    height:1px;
	margin:2px 0 2px 0;
	background:url(../images/dot.png) repeat-x;
}

.fotka {
	width:120px;
	height:120px;
	float:left;
	margin:10px 10px 10px 0;
}

.fotka img{
	border:#DFF0F7 solid 10px;
}

#map {
	width:480px;
	height:300px;
}

.imgBlock {
	margin:10px 0 0 0;
}


.hr { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:1px;
	margin:20px 0 5px 0;
	background:url(../images/dot_hr.gif) repeat-x;
}

.red {color:#CC0000;}
/* Footer elements */


#footer {
	margin:0 auto;
	height:155px;
	background: url(../images/bg_bottom.jpg) no-repeat;
}

.adres {margin-top:80px;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



