body, h1, h2, h3, h4, h5, h6,
blockquote, address, form, fieldset,
ul, ol, dl, dt, dd, li, hr, table, td, th {
	margin: 0;
	padding: 0;
}

ul {
    list-style: none;
}

a {
	text-decoration: none;
	color: #032040;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
}


fieldset, img { border: none; }

body {
	background: url(/css/BG.jpg) repeat-x #F6FAFB;
	margin-top: 0px;
	margin-bottom: 30px;	
}

body, div, td, th {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	color: #032040;

}


img,
input,
select,
textarea {
	vertical-align: middle;
	font-size: 11px;
	border-width: 1px;
}

form dl dt,
form dl dd {
	float: left;
	margin: 3px 0px;
}

form dl dt {
	width: 40%;
	clear: left;
	padding: 3px 0px;
}

form dl dd {
	width: 60%;
	padding: 0px;
}

form.wide input,
form.wide select,
form.wide textarea {
	width: 90%;
}

hr {
	clear: both;
}

p {
	margin-top: 5px;
	margin-bottom: 10px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h3.yellow,
h3.white,
h3.navy {
	padding-left: 25px;
	font-style: italic;
	font-weight: normal;
	font-size: 17px;
}

h3.yellow {
	background: url(/css/hDecorYellow.gif) no-repeat center left;
}

h3.white {
	background: url(/css/hDecorWhite.gif) no-repeat center left;
}

h3.navy {
	background: url(/css/hDecorNavy.gif) no-repeat center left;
}

#wrapper {
	width: 990px;
	margin: 0px auto;
	position: relative;
}

#head {
	position: relative;
	height: 370px;
	background: url(/css/top-zima.jpg);
}

#innerHead {
	position: relative;
	left: 3px;
	width: 983px;
	height: 370px;
}

#searchContainer {
	position: absolute;
	left: 738px;
	top: 150px;
	height: 200px;
	width: 245px;
}

#search {
	background-color: #E6F0F8;
	height: 150px;
	padding: 10px;
}

#search select {
	width: 100%;
}

#searchBottom {
	background: url(/css/searchBottomBG.png);
	height: 9px;
	font-size: 1px;
}

#searchButton {
	width: 90px;
	height: 35px;
	border-width: 0;
	margin: 0;
	padding: 0;
	background: url(/css/buttonSearch.png);
	position: relative;
	left: 150px;
	cursor: pointer;
}

#weather,
#weatherTop,
#weatherBottom {
	width: 245px;
}

#weather {
	background: url(/css/weatherBG.png) repeat-x #F6CA22;
	position: relative;
	padding-top: 10px;
}

#weatherTop,
#weatherBottom {
	height: 9px;
}

#weatherTop {
	background-image: url(/css/weatherTopBG.png);
}

#weatherBottom {
	background-image: url(/css/weatherBottomBG.png);
}

#head h1 {
	position: absolute;
	top: 38px;
	left: 3px;
}

#head h1 a {
	text-indent: -1000em;
	width: 373px;
	height: 39px;
	display: block;
	cursor: pointer;
	background-image: url(/css/logo.png);
}

#rightColumn {
	width: 245px;
	float: right;
}

#leftColumn {
	width: 245px;
	float: left;
}

#centerColumn {
	float: left;
	width: 490px;
}

#wideRightColumn {
	width: 735px;
	float: left;
}

#main {
	background: url(/css/head.png);
	height: 190px;
	padding-top: 8px;
	padding-left: 5px;
}


#main div {
	margin-top: 20px;
	margin-left: 230px;
	padding-right: 10px;
}

.elkaL,
.elkaR {
	width: 124px;
	height: 69px;
	position: relative;
	z-index: 0;
}

.elkaL {
	margin-left: -4px;
	background-image: url(/css/elkaL.png);
	margin-bottom: -50px;
}

.elkaR {
	left: 125px;
	background-image: url(/css/elkaR.png);
	margin-bottom: -69px;
}

#menu,
#menu ul {
	list-style: none;
}

#menu a,
#menu span {
	diplay: block;
}

#menu a,
#menu span {
	background: url(/css/hDecorYellow.gif) no-repeat center left;
	padding-left: 22px;
	font-style: italic;
	font-weight: normal;
	font-size: 17px;
}

#menu ul {
	margin-left: 15px;
}

#menu ul a,
#menu ul span {
	font-size: 12px;
	font-style: normal;
	padding-left: 15px;
	background: url(/css/menuElka.gif) no-repeat center left;
}

#header {
	background: url(/css/headerHorizontalBG.jpg);
	height: 56px;
	position: relative;
}

#header h3 {
	position: relative;
	top: 17px;
}

#headerDecor {
	position: absolute;
	right: 0px;
	height: 56px;
	width: 199px;
	background: url(/css/headerDecor.png);
}


#path {
	padding: 10px 15px;
	margin-bottom: 10px;
	background: url(/css/dottedBorder.gif) repeat-x bottom;
}

hr {
  visibility: hidden;
}



.priceTableContainer {
	overflow-y: auto;
	margin: 10px 0px;
}

.priceTable {
	margin: 5px;
	border-collapse: collapse;
}

.priceTable caption {
	text-align: left;
	padding: 5px;
	font-size: 12px;
}

.priceTable thead {
	background: url(/css/headerHorizontalBG.jpg);
}

.priceTable th,
.priceTable td {
	padding: 3px;
}

.priceTable th {
	font-weight: normal;
	text-align: left;
}

.priceTable tbody tr.odd {
	background-color: #DDE7F3;
}

.priceTable th span {
	white-space: nowrap;
}

img.icon {
	width: 25px;
	height: 25px;
	margin: 5px;
}

#bookButton,
#bookButtonForm {
	width: 128px;
	height: 37px;
	display: block;
	border-width: 0;
	margin: 0;
	padding: 0;
	background: url(/css/buttonBook.png);
	position: relative;
	cursor: pointer;
}

#bookButton {
	position: absolute;
	right: 10px;
	top: 13px;
}

.offer {
	margin: 10px 0px 10px 300px;
	position: relative;
}

.offer div {
	position: relative;
	margin-right: -300px;
	width: 300px;
	text-align: center;
	float: left;
	left: -300px;
	overflow: hidden;
}

.warning {
	color: orange;
}

#photosButton {
	width: 125px;
	margin-left: 125px;
	height: 37px;
	display: block;	
	background: url(/css/buttonPhotos.png);	
	cursor: pointer;
}

#footer {
	margin: 10px;
	padding: 10px 0px;
	clear: both;
	border-top: 1px solid #0A84AF;
}