@CHARSET "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #02388e;
	background-color: #89dbfd;
	background-image: url(../images/bgr_body.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #f25100;
}

.cb {
	clear: both;
}

#canvas1 {
	background-image: url(../images/bgr_content.jpg);
	background-repeat: repeat-y;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#canvas2 {
	background-image: url(../images/bgr_header.jpg);
	background-repeat: no-repeat;
}

#canvas2 #angel {
	/*position: absolute;*/
	width: 980px;
	height: 399px;
	/*z-index: 10;*/
}

#header {
	position: absolute;
	width: 980px;
	height: 399px;
	text-align: right;
	z-index: 20;
}
#header #langBar {
	text-align: right;
	margin-top: 10px;	
	padding-right: 30px;
}
#header #langBar a {
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
	margin-left: 10px;
}

#logo {
	margin-top: 92px;
	margin-left: 107px;
}

#nav {
	height: 54px;
}
#nav ul {
	list-style: none;
	padding-top: 15px;
	padding-left: 30px;
}
#nav ul li {
	float: left;
	margin-right: 6px;
	padding-right: 6px;
	background-image: url(../images/menu_divider.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#nav ul li.last {
	margin-right: 0px;
	padding-right: 0px;
	background-image: none;
}
#nav ul li a {
	color: #ffffff;
	text-decoration: none;
	height: 30px;
	display: block;
	float: left;
}
#nav ul li a:hover {
	color: #01398e;
	/*color: #e26f30;*/
	text-decoration: none;
	background-image: url(../images/menu_mark.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#nav ul li a.selected {
	color: #01398e;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/menu_mark.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#footer {
	background-image: url(../images/bgr_footer.jpg);
	background-repeat: no-repeat;
	height: 61px;
	color: #00398b;
	font-size: 11px;
}
#footer div.left {
	float: left;
	padding-top: 25px;
	padding-left: 30px;
}
#footer div.right {
	float: right;
	padding-top: 25px;
	padding-right: 30px;
}

#cWr {
	padding-left: 30px;
	padding-right: 30px;
}
#content {
	text-align: left;
	/*
	margin: 0 auto;
	width: 924px;
	*/
}

div.subNavigation {
	/*height: 25px;*/
}
div.subNavigation ul {
	padding-bottom: 20px;
	list-style: none;
}
div.subNavigation ul li {
	color: #f25301;
	font-weight: bold;
	float: left;
	margin-right: 6px;
	padding-right: 6px;
	background-image: url(../images/menu_divider.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
div.subNavigation ul li.last {
	margin-right: 0px;
	padding-right: 0px;
	background-image: none;
}
div.subNavigation ul li a {
	color: #f25301;
	font-weight: normal !important;
	text-decoration: none;
}
div.subNavigation ul li a:hover{
	text-decoration: underline;
}

#content h1 {
	color: #effaff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 5px;
}
#content h2 {
	color: #00398d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 5px;
}
#content h3 {
	color: #00398d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 5px;
}
#content h4, #content h5, #content h6 {
	color: #00398d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 5px;
}
#content p {
	margin: 0px;
	margin-bottom: 5px;
}
#content ul {
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 5px;
}

#cntHomePage #leftCol {
	float: left;
	width: 740px;
}
#cntHomePage #rightCol {
	float: right;
	width: 150px;
}


#cntHomePage .shop h2 {
	border-bottom: 1px solid #88c1dc;
	color: #258ab8;
}
#cntHomePage .shop .shopList .item {
	background-repeat: no-repeat;
	height: 83px;
	margin-bottom: 11px;
}
#cntHomePage .shop .shopList .item .desc {
	padding-top: 65px;
	text-align: center;
	font-size: 14px;
}

#cntHomePage .weather {
	/*background-color: #d3effd;*/
	/*padding: 5px;*/
	text-align: center;
}
#cntHomePage .weather h2 {
	color: #258ab8;
	border-bottom: 1px solid #88c1dc;
	text-align: left;
}

#cntHomePage .news h2 {
	border-bottom: 1px solid #88c1dc;
	color: #258ab8;
}
#cntHomePage .news .newsList .item {
	float: left;
	margin-right: 10px;
}
#cntHomePage .news .newsList .item .picture {
	float: left;
	/*width: 100px;*/
	padding: 5px;
	background-color: #ffffff;
}
#cntHomePage .news .newsList .item .desc {
	float: left;
	margin-left: 10px;
	width: 185px;
}
#cntHomePage .news .newsList .item .desc .date {
	font-weight: bold;
}

#cntContactsPage #leftCol {
	float: left;
	width: 540px;
}
#cntContactsPage #rightCol {
	float: right;
}


#cntGalleryPage #leftCol {
	float: left;
	width: 460px;
}
#cntGalleryPage #rightCol {
	float: left;
	/*text-align: right;*/
	width: 460px;
}
#cntGalleryPage .gSplash {
	text-align: left;
	background-color: #d3effd;
	width: 450px;
	padding-top: 30px;
	padding-bottom: 50px;
	background-position: 10px 10px;
}
#cntGalleryPage .picture {
	background-image: url(../images/gal_image.jpg);
	background-repeat: no-repeat;
}
#cntGalleryPage .video {
	background-image: url(../images/gal_movie.jpg);
	background-repeat: no-repeat;
}
#cntGalleryPage .gSplash h2 {
	margin-left: 200px;
}
#cntGalleryPage .gSplash p {
	margin-left: 200px;
}

#cntGalleryPage #galView .row {
	margin-bottom: 10px;
}
#cntGalleryPage #galView .row .item {
	float: left;
	margin-right: 15px;
	display: block;
	height: 200px;
}
#cntGalleryPage #galView .row .end {
	margin-right: 0px;
}
#cntGalleryPage #galView .row .item span.image {
	display: block;
	padding: 5px;
	background-color: #ffffff;
	margin-bottom: 5px;
}
#cntGalleryPage #galView .row .item span.itemsCount {
	display: block;
	color: #01398e;
	font-size: 11px;
	margin-bottom: 5px;
}
#cntGalleryPage #galView .row .item span.date {
	display: block;
	color: #01398e;
	font-size: 11px;
	margin-bottom: 5px;
}
#cntGalleryPage #galView .row .item span.title {
	display: block;
}

#cntGalleryPage #galView .vrow {
	margin-bottom: 20px;
	margin-left: 50px;
}
#cntGalleryPage #galView .vrow .end {
	margin-left: 0px;
}
#cntGalleryPage #galView .vrow .vitem {
	float: left;
	display: block;
	height: 300px;
	padding-left: 50px;
}
#cntGalleryPage #galView .vrow .vitem a {
	/*padding: 10px;*/	
}
#cntGalleryPage #galView .vrow .vitem span.date {
	display: block;
	color: #01398e;
	font-size: 11px;
	margin-bottom: 5px;
}
#cntGalleryPage #galView .vrow .vitem span.title {
	display: block;
}




.newsItem {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #d3effd;
}
.newsItem .picture {
	float: left;
	padding: 5px;
	background-color: #ffffff;
}
.newsItem .desc {
	float: left;
	margin-left: 10px;
}
.newsItem .desc .newsTitle {
	
}
.newsItem .desc .newsDate {
	
}
.newsItem .desc .newsReadMore {
	
}





/* styling of the container. */ 
a.myPlayer { 
    display: block; 
    width: 320px; 
    height: 240px;  
    text-align: center; 
    margin: 0 15px 15px 0; 
    /*float: left;*/
    border: 5px solid #ffffff;
    background-color: #000000;
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:70px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border: 5px solid #01398e; 
}


/* ************************************************************************** */

#getFlashPlayer {
	border: 0px;
	margin-top: 220px;
	margin-left: 760px;
}

/* ************************************************************************** */
