@import "menu.css";
@import "foot.css";

body {
	background: #F6FBFF url(../images/background_repeat.jpg) repeat-x top center;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
}
div.wrap {
	clear: both;
	height: 0px;
	overflow: hidden;
	_margin-top: -20px;
}
#body {
	width: 100%;
	min-width: 970px;
	margin: 0px auto 0px auto;
	background: url(../images/background_center_full.jpg) no-repeat center top;
	text-align: center;
}
#main {
	width: 970px;
	margin: 0px auto 0px auto;
	_margin-left: -1px;
	padding-bottom: 10px;
	text-align: left;
}

/*Hlavicka*/
#header_top {
	width: 970px;
	height: 90px;
}
#header_top a.logo {
	width: 148px;
	height: 90px;
	display: block;
	float: left;
	text-decoration: none;
	margin-top:-35px;
}
#header_top a.logo span {
	visibility: hidden;
}
#header_top #langs {
	float: right;
	width: 200px;
	height: 62px;
	_height: 90px;
	margin: 0px 0px 0px 0px;
	padding: 28px 0px 0px 0px;
}
#header_top #langs_left {
	width: 10px;
	height: 36px;
	float: right;
	background: url(../images/langs_left.gif) no-repeat;
}
#header_top #langs_right {
	height: 24px;
	_height: 36px;
	padding: 12px 0px 0px 4px;
	float: right;
	background: #ffffff;
	color: #999999;
	font-size: 11px;
}
#header_top #langs_right a {
	margin: 0px;
	padding: 0px 4px 0px 4px;
	text-decoration: underline;
	font-weight: bold;
	color: #999999;
}
#header_top #langs_right a:hover, #header_top #langs_right a.active {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
#header_top #search {
	width: 518px;
	height: 52px;
	_width: 550px;
	_height: 90px;
	margin: 0px 0px 0px 0px;
	padding: 38px 0px 0px 32px;
	float: right;
}
#header_top #search .text_search {
	width: 154px;
	height: 14px;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	margin: 0px;
	border: 0px;
	float: left;
}
#header_top #search span.button_search {
	text-transform: uppercase;
	display: block;
	float: left;
	height: 24px;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	font-weight: bold;
	margin: -4px 0px 0px 0px;
	cursor: pointer;
	/* background: #e7434b; */
    width: 24px;
}
#header_top #search div.search_right {
	float: left;
	width: 9px;
	height: 24px;
	margin: -4px 0px 0px 0px;
	display: block;
	background: url(../images/search_right.gif);
}

/*Header info*/
#header_info {
	width: 370px;
	margin-top: 14px;
	height: 90px;
	overflow: hidden;
	color: #545454;
}
#header_info p {
	color: #545454;
	padding: 0px;
	margin: 6px 0px 6px 0px;
}
#header_info strong {
	color: #006eb6;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#header_info_left {
	width: 210px;
	margin: 0px 14px 0px 18px;
	_margin: 0px 14px 0px 9px;
	float: left;
}
#header_info_right {
	width: 210px;
	float: left;
}
#header_info_right img {
	float: left;
	border: 0px;
	padding: 0px;
	margin: 0px 6px 0px 0px;
}
#header_info_right p span {
	color: #0092f3;
	font-weight: bold;
}
#header_info a.button {
	height: 23px;
	text-decoration: none;
	color: #006eb6;
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
}
#header_info a span.header_button_left {
	width: 10px;
	height: 23px;
	background: url(../images/header_button_left.gif) no-repeat;
	display: block;
}
#header_info a span.header_button_right {
	width: 10px;
	height: 23px;
	background: url(../images/header_button_right.gif) no-repeat;
	display: block;
}
#header_info a span.header_button_middle {
	height: 23px;
	padding: 0px;
	background: url(../images/header_button_repeat.gif) repeat-x;
}
#header_info span.header_button_left, #header_info span.header_button_right, #header_info 

span.header_button_middle {
	cursor: hand;
	float: left;
}

/*Spodni header*/
#header_bottom {
	width: 625px;
	height: 180px;
	margin-top: 36px;
}
#header_bottom #header_headers {
	float: left;
	width: 396px;
	height: 180px;
}
#header_bottom #header_headers #header_main {
	height: 102px;
}
#header_bottom #header_headers h1 {
	font: 34px Myriad Pro, Tahoma, 'Lucida Grande CE', lucida, sans-serif;
	width: 330px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	color: #fff;
}
#header_bottom #header_headers h1 span {
	font: 26px Myriad Pro Light, Myriad Pro, Tahoma, 'Lucida Grande CE', lucida, sans-serif;
	font-weight: normal;
}
#header_bottom #header_headers h2 {
	font: 24px Myriad Pro, Tahoma, 'Lucida Grande CE', lucida, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	word-spacing: 1px;
	color: #006db6;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	padding-top: 27px;
	
	
}
#header_bottom a.shop {
	width: 148px;
	height: 158px;
	display: block;
	float: right;
	text-decoration: none;
}
#header_bottom a.shop span {
	color: #FFFFFF;
	display: block;
	font-family: arial;
	font-size: 16px;
	padding-top: 50px;
}

/*content_mother*/
#content_mother {
	width: 960px;
	_width: 970px;
	padding: 0px 0px 20px 10px;
	border-bottom: 1px solid #aaddff;
	color: #666666;
	line-height: 17px;
}
#content_mother a {
	color: #006db6;
	text-decoration: underline;
}
#content_mother a:hover {
	text-decoration: none;
}
#content_mother strong, #content_mother b {
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-weight: bold;
}
#cnt, #news, #contact {
	float: left;
	margin-top: 10px;
}
#cnt {
	width: 444px;
}
#cnt p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

#cnt h2 {
	font-family: Arial;
	font-size: 14px;
	color: #2A89C8;
	margin: 16px 0px 0px 0px;
	padding: 0px;
}

#news {
	width: 280px;
	margin: 0px 0px 0px 34px;
	line-height: 15px;
}
#news p {
	margin: 6px 6px 0px 10px;
	padding: 0px 0px 12px 0px; 
	border-bottom: 1px dashed #dddddd;
}
#news p.last {
	border: 0px;
}
#news h3, #contact h3 {
	width: 260px;
	_width: 280px;
	padding: 0px 10px 10px 10px;
	margin: 20px 0px 18px 0px;
	font: 20px Myriad Pro Light, Myriad Pro, Tahoma, 'Lucida Grande CE', lucida, sans-serif;
	color: #006eb6;
	border-bottom: 1px solid #aaddff;
}
#contact {
	width: 178px;
	margin: 0px;
	float: right;
}
#contact h3 {
	width: 158px;
	_width: 178px;
}
#contact p {
	margin: 8px 6px 0px 10px;
	padding: 0px 0px 14px 0px;
}
.newsletter {
	width: 178px;
	height: 92px;
	_width: 178px;
	_height: 100px;
	padding: 8px 0px 0px 0px;
	background-image: url('../images/news-top.jpg');
	background-repeat: no-repeat;
}

.newsletter a {
	text-decoration: none !important;
}
.newsletter h2 {
	font: 20px Myriad Pro Light, Myriad Pro, Tahoma, 'Lucida Grande CE', lucida, sans-serif;
	color: #006db6 !important;
	font-weight: normal !important;
	margin: 0px;
	padding-left: 8px;
}
.newsletter form {
	margin: 0px;
	padding: 0px;
}
.newsletter .text_newsletter {
	width: 138px;
	_width: 140px;
	height: 14px;
	/height: 19px;
	_height: 19px;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	margin: 10px 6px 0px 4px;
	/margin-top: 8px;
	_margin-top: 8px;
	padding: 0px;
	border: 0px;
	float: left;
}
.newsletter span, .newsletter .newsletter_left, .newsletter .newsletter_right, .newsletter 

.newsletter_middle {
	margin-top: 10px;
	line-height: 25px;
	color: #006eb6;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	float: right;
}
.newsletter .newsletter_middle {
	width: 2px;
	background: url(../images/newsletter_middle.gif);
}
.button_newsletter_send, .button_newsletter_clear {
	display: block;
	background: url(../images/newsletter_repeat.gif) repeat-x;
}
.button_newsletter_send {
	padding: 0px 10px 0px 0px;
}
.button_newsletter_clear {
	padding: 0px 0px 0px 8px;
}
.newsletter .newsletter_left {
	background: url(../images/newsletter_left.gif) no-repeat;
	width: 10px;
}
.newsletter .newsletter_right {
	background: url(../images/newsletter_right.gif) no-repeat;
	width: 10px;
	margin-right: 10px;
	_margin-right: 8px;
}


div.button div.vlevo {
	background-image: url('../images/button-left.jpg');
	width: 9px;
	height: 23px;
	float: left;
}

div.button div.mezi {
	background-image: url('../images/button-middle.jpg');
	padding-top: 3px;
	height: 20px;
	_height: 23px;
	float: left;
}

div.button div.vpravo {
	background-image: url('../images/button-right.jpg');
	width: 9px;
	height: 23px;
	float: left;
}

div.button input {
	background: transparent;
	border: none !important;
	font-weight: bold;
	color: #006EB6 !important;
	font-size: 11px;
}

div.button a {
	text-decoration: none !important;
	font-weight: bold;
	display: block;
}
