/*
 	dk-orange: #f68d22
	lt-orange: #ffdc73
	dk-blue:   #2973b5
	lt-blue:   #61bdec
	dk-green:  #06a912
	dk-grey:   #333333
	lt-grey:   #696969
*/

body {
	background-color:#ffdc73;
	color:#333333;
	margin:0;
	border:0;
	padding:0;
	
	font-family: "Segoe UI", "DejaVu Sans", Tahoma, sans-serif;
	font-size: small;
}

img.Logo {
	display:block;
	position:relative;
	left: 238px;
	margin-top: -164px;
	margin-bottom: -24px;
	z-Index: 100;
}


.Banner {
	background-color: white;
	background-repeat: no-repeat;
	background-position: bottom right;
	/*background-image: url(images/banner03.jpg);*/
}

.Banner img {
	behavior: url(/pngbehavior.htc);
}


.Toolbar {
	display: block;
	position: relative;
	z-index: 1600;
	margin-top:-184px;
	margin-bottom: -10px;
	left: 600px;
}

.LanguageBar 
{
	display: block;
	position: relative;
	z-index: 1600;
	margin-top:-27px;
	margin-bottom: -10px;
	left: 702px;
}

#Weather {
	position:relative;
	margin-top:-27px;
	margin-bottom: -42px;
	left:688px;
	z-index:2000;
	width: 80px;
	color: white;
}

.menuBackground1 {
	width: 248px;
	background: #2c9acf url(images/bg-menu.png) repeat-y;
	margin-bottom: 28px;
}

.menuBackground2 {
	background: url(images/bg-menu-bottom.png) bottom no-repeat;
	height: 228px;
	width: 227px; /* O_o */
	padding-left: 20px;
}


#SubMenu {
	background-image: url(images/bg-submenu.png);
	background-repeat: no-repeat;
	width: 231px;
	height: 312px;
	position: relative;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 20px;
	color: #333333;
	font-weight: 400;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;

}

#SubMenu ul {
	list-style-image: url(images/list-item-blue.png);
	margin-left: 20px
}

#SubMenu li {
	margin: 0;
}

#SubMenu a {
	color: #333333;
	text-decoration: none;
}

#SubMenu a:hover {
color:#2973b5
}

.menuLayer {
	position: relative;
	top:-68px;
	margin-bottom: -38px;
	z-index: 1500;
}


.mainMenu a {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.mainMenu img {
	behavior: url(/pngbehavior.htc);
}

#ContentBox {
	padding: 0 10px;
	min-height: 20em;
}

#Contacts {
	position:relative;
	width:522px;
	height:101px;
	margin-top:1.5em;
	background:#2973b5 url(images/bg-contacts.png) no-repeat;
	color: #ffffff;
	font-size:12px;
}

#Contacts a {
	color:#ffffff;
}


#Footer {
	text-align: center;
	margin: 1em 0;
	font-size: 12px;
}

h1 {
	font-family: Helvetica, Arial, Sans, sans-serif;
	font-size: medium;
/*	clear:both;*/
display:inline;
}

h2 {
	font-family: Helvetica, Arial, Sans, sans-serif;
	font-size: small;
/*	clear: both;*/
	color: #2973b5;
	text-decoration:none;
	display:inline;
}

a {
	color:#2973b5;
	text-decoration:inherit;
}

a:visited {
	color:#f68d22;
}

a[target='_blank'] {
	background: url(images/overlay-link.png) center right no-repeat;
	padding-right: 16px;
	margin-right: 2px;
}

a[target='_blank']:visited {
	background-image: url(images/overlay-link-visited.png);
}


p {
/*	letter-spacing: 1px;*/
	word-spacing: normal;
	text-decoration: none;
	line-height: 140%;
	margin: 0.5em 0;
}

em {
	color: #406040;
}

ul {
	list-style-image: url(images/list-item-orange.png);
	list-style-position: inside;
	padding:0;
	margin: 0.5em 0;
}

li {
	margin-bottom: 0.5em;
}

ul.menu
{
	
}

ul.menu li {
	/*margin-bottom: 1em;
	text-indent: -10px;*/
	font-size:small;
}

.shortList {
	font-family: Arial, sans-serif;
	font-size: 13px
}

.shortList li {
	margin: 0;
	list-style-type:none;
	list-style-image:none;
	padding-left: 8px;
	color: #696969;
}

li.header {
	font-weight:bold;
	display:list-item;
	list-style-type:none;
	list-style-image:none;
	padding-left: 0px;
	color: #333333;
}

address {
	font-family: "Segoe UI", Tahoma, sans-serif;
	font-style:italic;
	display:block;
	margin: 0;
	white-space: pre;
}

.phone {
	background: url(images/icon_phone.png) no-repeat;
	background-position: left center;
	padding-left: 17px;
}

.fax {
	background: url(images/icon_fax.png) no-repeat;
	background-position: left 4px;
	padding-left: 17px;
}

.email {
	background: url(images/icon_mail.png) no-repeat;
	background-position: left 6px;
	padding-left: 18px;
}

.web {
	background: url(images/icon_web.png) no-repeat;
	background-position: left 4px;
	padding-left: 19px;
}



fieldset {
	margin-bottom: 2em;
	border: 0;
}

legend {
	font-weight: bold;
	color: #f68d22;
	background: url(images/list-item-orange.png) center left no-repeat;
	padding-left: 12px;
}

textarea {
	font-size: small;
}

.disabled {
	color: #696969 !important;
	text-decoration: none;
	cursor: default !important;
}

.Shout {
	color: #2973B5;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform:uppercase;

}

.section {
	margin-bottom: 2em;
	padding-bottom: 1em;
	padding-right: 10px;
	border-bottom: 1px solid #61bdec;

}

.footnote {
	font-size: smaller;
	margin-bottom: 0.5em;
}

.noteref {
	font-size: 10px;
	vertical-align: super;
	
}

.footnote em {
	color: #2973B5;
	font-style: normal;
}

.insetLeft {
	float: left;
	margin-right: 0.5em;
}

.insetRight,
.framedRight {
	float: right;
	margin-left: 0.5em;
}

.framedRight {
	border: 1px solid #61bdec;
	padding: 8px;
	background-color: white;
}




.genTable 
{
	background-image: url(images/thead-grey.png);
	background-repeat: no-repeat;
	background-position: top left;	
	
	background-color:#ececec;
	margin-bottom: 2em;
	font-size: x-small;
}

.genTable thead {
	height: 32px;
}

.genTable th {
	text-align: center;
	font-weight: bold;
	color: #333333;
}

.genTable .firstColumn {
	text-align: left;
	padding-left: 6px;
}

.genTable .lastColumn {
	background-image: url(images/thead-grey-right.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 32px;
}


.genTable td {
	font-size: x-small;
	padding: 3px;
	background-color: #f6f7f9;
	border-top: 1px solid #dbdedf;
	border-left: 1px solid #dbdedf;
	text-align:center ;
}

.genTable .subHeader 
{
	font-weight: bold;
	background-color: #dbdedf;
}

.genTable .subHeader a 
{
	font-weight: normal;
}

.genTable td:first-child {
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
	border-left:none;
}

.genTable td:last-child {
	padding-right: 10px;
}

.genTable tfoot td {
	font-size: 90%;
	background-color: #a5acb0;
	color: #333333;
}

.price {
	width: 40px;
	margin: 0  auto;
	text-align: right;
}

.seasonHigh {
	background-color: #ffb367 !important;
	color: #333333;
}

.seasonLow {
	background-color: #b0dbf0 !important;
	color: #333333;
}


.formField {
	float: left;
	margin: 5px;
	font-size: 90%;
}

.formField .label {
	color: #2973b5
}

.formField input,
.formField select,
.formField textarea {
	font-family: "Segoe UI", Tahoma, sans-serif;
}


.promoBox
{
	display: block;
	float: left;
	margin: 10px;
	text-decoration: none;
}

a.promoBox:visited 
{
 	color:#2973b5;
}

.promoBox .title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 6px;
}

.promoBox img {
	margin: 0;
	border: 0;
}


.tempOverlay { 
	/* should be placed above the target */
	position: absolute;
	width: 224px;
	height: 150px;
	background-image: url(images/overlay-comingsoon.png);
	background-repeat: no-repeat;
	background-position: center center;
	
	opacity: 0.7;
	filter: alpha(Opacity=70);
	*background-image:none;
	*background-color:#808080;
}


.imageGallery img
{
	display: block;
	border: 1px solid grey;
	padding: 6px;
	margin: 10px;
	background-color: #FFF7DF;
}

.galleryItem{
}

.galleryItemOverlay
{
	/* should be placed above the target */
	position: absolute;
	width: 420px;
	height: 280px;
	background-image: url(images/watermark-420x280.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	
	opacity: 0.3;
	filter: alpha(Opacity=30);
}

.textBlock p 
{
	text-align:justify;
}