@charset "utf-8";
body, table, ul {padding: 0px; margin: 0px;}
body { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; color: #000;}
img, table, td { border:none; }
a {color: #000;}
h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0; color: #000;}
table, tr, td, th {margin: 0; padding: 0; border-collapse: collapse;}

body {
	background: #0059ac;
	background-image: url('../img/bg_body.jpg');
	background-repeat: repeat-x;
}

h1 {
	color: #0069ae;
	font-size: 18px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

h2 {
	color: #0069ae;
	font-size: 15px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.wrap {
	width: 980px;
	margin: auto;
}

.wrap_inner {
	width: 980px;
	min-height: 300px;
	_height: 300px;
	float: left;
	background: #f0f0f0;
	background-image: url('../img/bg_wrap_inner.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

.menu_wrap {
	width: 100%;
	float: left;
	background-image: url('../img/bg_menu.png');
	background-repeat: no-repeat;
	background-position: 20px 138px;
}

.banner_wrap {
	width: 100%;
	float: left;
	background-image: url('../img/bg_banner.png');
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 400px;
	_height: 400px;
}

.top_logo {
	width: 100%;
	float: left;
	height: 137px;
	background-image: url('../img/bg_top_logo.png');
	background-repeat: no-repeat;
}

.logo {
	width: 100%;
	height: 137px;
	float: left;
}

.menu {
	width: 940px;
	height: 51px;
	float: left;
	padding: 0 20px 0 20px;
}

.menu li {
	display: block;
	float: left;
	list-style: none;
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 18px 22px 15px 22px;
	height: 18px;
	cursor: pointer;
	cursor: hand;
}

.menu a:hover {
	text-decoration: underline;
}

.hidden {
	display: none;
}

.menu_sub {
	width: 860px;
	float: left;
	height: 30px;
	padding: 0 50px 0 50px;
}

.menu_sub a {
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	padding: 7px 30px 0 0;
}

.menu_sub a:hover {
	text-decoration: underline;
}

#content {
	width: 100%;
	float: left;
	color: #666666;
	text-align: justify;
	line-height: 180%;
}

#content a {
	color: #666666;
}

.home_banner {
	width: 920px;
	float: left;
	height: 312px;
	background-image: url('../img/bg_home_banner.png');
	background-repeat: no-repeat;
	background-position: 20px 0;
	margin-top: 34px;
	padding: 10px 30px 0 30px;
}

.home_banner h1 {
	color: #002f70;
}

.home_banner p {
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}

.home_banner_1 {
	width: 380px;
	height: 292px;
	float: left;
	color: #fff;
	line-height: 170%;
}

.home_banner a {
	color: #fff;
}

.home_banner_2 {
	width: 510px;
	float: left;
	height: 292px;
	padding-left: 30px;
}

.content_block_banner {
	width: 490px;
	float: left;
	padding: 5px 20px 5px 0px;
}

.content_block_banner h2 {
	font-size: 17px;
}

.content_block_banner_img {
	width: 100px;
	height: 100px;
	float: left;
	padding: 0 15px 15px 0;
}

.content_inner {
	width: 940px;
	padding: 20px;
	float: left;
}

.left_column {
	width: 300px;
	min-height: 100px;
	_height: 100px;
	float: left;
}

.center_column {
	width: 380px;
	min-height: 100px;
	_height: 100px;
	float: left;
}

.wide {
	width: 680px;
}

.right_column {
	width: 222px;
	min-height: 100px;
	_height: 100px;
	float: left;
	padding-left: 38px;
}

.content_block {
	width: 380px;
	float: left;
	padding-bottom: 20px;
}

.content_block_img {
	width: 126px;
	height: 126px;
	float: right;
	padding: 0 0 15px 15px;
}

.content_block_img img {
	padding: 1px;
	border: 1px solid #ccc;
}

.cislovanie {
	width: 380px;
	float: left;
	padding: 0 0 15px 0;
	text-align: center;
}

.cislovanie a {
	background: #fff;
	padding: 3px;
	color: #c90000;
	text-decoration: none;
}

.cislovanie a:hover {
	background: #c90000;
	color: #fff;
}

.bg_right_column_block_middle {
	width: 222px;
	float: left;
	background-image: url('../img/bg_right_column_block_middle.png');
	background-repeat: repeat-y;
	margin-bottom: 15px;
}

.bg_right_column_block_top {
	width: 202px;
	float: left;
	background-image: url('../img/bg_right_column_block_top.png');
	background-repeat: no-repeat;
	padding: 10px;
}

.bg_right_column_block_bottom {
	width: 222px;
	float: left;
	background-image: url('../img/bg_right_column_block_bottom.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

.copyright {
	width: 940px;
	height: 50px;
	float: left;
	background-image: url('../img/bg_copyright.jpg');
	background-repeat: no-repeat;
	padding: 30px 20px 0 20px;
	color: #fff;
}

.copyright a {
	color: #fff;
}

#content li {
	margin-left: 18px;
}

.home_banner a {
	color: #fff;
}

.obchod_logo {
	float: right;
	margin: 0 0 15px 15px;
}

.form_table td {
	padding: 5px 15px 5px 0;
}

.product_box {
	width: 100%;
	float: left;
	background: #eee;
	margin-bottom: 10px;
}

.product_image {
	float: right;
}

.mandatory_input {
	background: #ffbdbd;
}

.basket_header {
	width: 100%;
}

.basket_header td {
	text-align: center;
	width: 20%;
}

.basket_table {
	width: 100%;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.fotogaleria {
	width: 100%;
	float: left;
}

.fotogaleria_foto {
	width: 126px;
	height: 126px;
	text-align: center;
	float: left;
}

.fotogaleria_foto img {
	border: 1px solid #ccc;
	padding: 1px;
}

.fotogaleria_foto table, .fotogaleria_foto tr, .fotogaleria_foto td {
	padding: 0;
	margin: 0;
}

.fotogaleria_foto td {
	height: 126px;
	width: 126px;
}

.floatright {
	float: right;
}

.banner_buttons {
	margin-top: 300px;
	text-align: center;
	width: 202px;
	float: left;
}

.bubble {
	position: absolute;
	width: 180px;
	height: 120px;
	text-align: center;
	padding-top: 5px;
	background: #fff;
	border: solid 1px #999999;
}

.bubble img {
	margin: 0;
}

.bubble2 {
	position: absolute;
	width: 200px;
	height: 200px;
	text-align: center;
	background: #fff;
	border: solid 1px #999999;
	margin-top: 25px;
}

.bubble2 img {
	margin: 0;
	z-index: 99;
}

.cat_block {
	width: 196px;
	padding: 10px;
	line-height: 140%;
	text-align: left;
	color: #fff;
	float: left;
	margin-bottom: 10px;
}

.cat_block a {
	color: #000;
	text-decoration: none;
}

.cat_block a:hover {
	text-decoration: underline;
}
