/* CSS Document */
html, body {
	height: 100%;
}
/*Template Layout*/
body {
	margin:0px;
	padding:0px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px; /* vertical spacing between your lines of text*/
	background-color:#fff7c9; /*color of the sand*/
}

ol, ul, li {font-size: 16px; font-family: "Bad Script";}


a:link, a:visited, a:active{text-decoration: none;color: #409eff;}
a:hover{color: #000000;text-decoration: underline;}

img {
	border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
a, a:link, a:visited {
	color:#008eb0;
}
a:hover {
	color:#F90;
	text-decoration:none;
}
/*Background graphics*/
#bottom { /*this is the underwater scene*/
	background-image:url(/sm.aspx?guid=1993);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#water_sand { /*the water and sand*/
	background-image:url(/sm.aspx?guid=3003);
	background-repeat:repeat-x;
	background-position:center bottom;/*display:table-cell;*/
}
#centre { /*splats and stars*/
	position:relative;
	margin:0px;
	background:url(/sm.aspx?guid=1983) no-repeat top center;
}
#background { /*tiling image of the blue gradient at the top*/
	/*min-height:100%;*/
	margin:0px;
	background:#e4f9ff url(/sm.aspx?guid=3073) repeat-x top;
}
/*wrapper*/
#wrapper {
	width:980px;
	margin:0px auto; /*centers your design on the page*/
}
/*header*/
#header {
	height:115px;
	width:980px;/*clear:both;*/
}
#logo_birds {
	width:450px; /*change this width to make the banner the birds are holding wider*/
	height:110px;
	float:left;
	background:url(/sm.aspx?guid=3053) repeat-x top;
	margin-top:5px;
}
#logo_birds .left {
	width:178px;
	height:110px;
	float:left;
	background:url(/sm.aspx?guid=3033) repeat-x top;
}
#logo_birds .right {
	width:197px;
	height:110px;
	float:right;
	background:url(/sm.aspx?guid=3043) repeat-x top;
}
#logo_container {
	float:left;
}
#logo {
	width:240px; /*change this width and height to match your logo image*/
	height:68px;
	margin:25px 0 0 57px;
	position:absolute;
}
#search_blimp {
	width:510px;
	height:63px;
	margin:12px 0 0 0;
	float:right;
}
#search_blimp .front {
	width:213px;
	height:63px;
	float:left;
}
#search_blimp .middle {
	background:url(/sm.aspx?guid=3103) repeat-x top;
	float:left;
	width:230px;
	height:63px;
}
#search_blimp .tail {
	width:67px;
	height:63px;
	float:right;
	background:url(/sm.aspx?guid=3093) no-repeat top;
}
#search_blimp .field { /* the container that holds the search box*/
	width:180px;
	height:24px;
	padding:16px 0 0 2px;
}
#search_blimp .field input {  /*style of search box*/
	border:none;
	background-color:#FFF;
	padding:3px;
	width:174px; /*width:180px minus padding*/
	height:18px; /*height:24px minus padding*/
}
#search_blimp .button {
	width:54px;
	height:24px;
	position:absolute;
	margin:18px 0 0 186px;
}
/*menu*/

#menu_wrapper {
	width:980px;
	height:53px;
	margin:0 0 15px 0;
}
#main_menu {
	width:980px;
	height:53px;
	background:url(/sm.aspx?guid=3063) no-repeat bottom left;
	float:left;
}
#main_menu ul {
	margin:16px 0 0 20px; /*padding on the top, right, bottom, left*/
	padding:0px;
	height:38px;
}
#main_menu li {
	list-style-type: none;
	margin:0px;
	padding:0px;
	border-right:1px solid #caecfd;
	height:36px;
	float:left;
	font-family:Bad Script, arial;
	font-size:20px;
}
#main_menu li.noborder {
	border:0;
}
#main_menu ul li a, #main_menu ul li a:link, #main_menu ul li a:visited {
	float:left;
	padding:8px 20px 0 20px; /*top centers the text on the bar vertically, the other 2 keep equal for the border lines.*/
	display:block;
	color:#00b2d9;
	text-decoration:none;
}
#main_menu ul li a:hover, #main_menu ul li.current a {
	color:#F90;
	text-decoration:none;
}

/*special fonts*/

@font-face {
 font-family: "Bad Script";
 src: url(../font/BadScript-Regular.ttf) format("truetype");
}
/*general styles*/
.white {
	color:#FFF;
}
#container {
	width:980px;
	background-color:#FFF;
	min-height:542px; /*672px minus padding*/
	margin:15px 0 0px 0;
	padding:0px;
}
#container .top {
	width:980px;
	height:5px;
	background:url(/sm.aspx?guid=2213) no-repeat bottom;
}
#container_bottom {
	width:980px;
	height:5px;
	background:url(/sm.aspx?guid=2083) no-repeat bottom;
}
#content {
	padding:12px 17px 12px 17px;
}
hr.clear {
	clear:both;
	visibility:hidden;
	line-height:0px;
	height:0px;
	margin:0px;
	padding:0px;
}
h1 {
	font-family:"Bad Script", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#008eb0;
	font-size:28px;
	margin-top:0px;
	padding-top:0px;
	line-height:normal;
}
h2 {
	font-family:"Bad Script", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#008eb0;
	font-size:24px;
        line-height: 1.5;
}
h3 {
	font-family:"Bad Script", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#008eb0;
	font-size:22px;
	margin-top:0px;
	padding-top:0px;
}
h4 {
	
	font-weight:normal;}

.pic_float_right {
	float:right;
	margin-left:25px;
}
/*footer*/

#footer_container {
	width:980px;
	padding-bottom:374px; /*pushes the underwater scene down*/
}
#footer {
	width:980px;
	height:65px;
	padding:5px 5px 0 5px;
	background:url(/sm.aspx?guid=2993)no-repeat;
	margin-top:15px;
	font-size:11px;
	color:#696969;
	font-family:Verdana, Geneva, sans-serif;
}
#footer a, #footer a:link, #footer a:visited {
	font-size:11px;
	color:#696969;
}
#footer ul {
	margin:0px auto 0 auto;
	padding:0px;
	width:400px; /*change this width to center your text*/
}
#footer li {
	margin:0px;
	padding:0px 5px 0 5px;
	list-style:none;
	float:left;
}

#sliderFrame 
{
    position:relative;
    left: 0;
    width:720px;
     
    
}
  
#slider, #slider div.sliderInner {
    width:720px;height:300px;/* Must be the same size as the slider images */
    border-radius: 8px;
}

/* make video and audio to have rounded corners */
#slider iframe, #slider div.video, #slider audio { border-radius:8px; }

#slider {
    background:#fff url(/sm.aspx?guid=3013) no-repeat 50% 50%;
    position:relative;
	transform: translate3d(0,0,0);
    box-shadow: 0px 1px 5px #999999;
}

/* image wrapper */
#slider a.imgLink, #slider div.video
{
	z-index:2;
	cursor:pointer;
	position:absolute;
	top:0px;left:0px;border:0;padding:0;margin:0;
	width:100%;height:100%;
}
#slider .video {
	background:transparent  url(/sm.aspx?guid=3113) no-repeat 50% 50%;
}


/* ------ built-in navigation bullets wrapper ------*/
/* Note: check themes\2\js-image-slider.css to see how to hide nav bullets */
#slider div.navBulletsWrapper  {
	top:270px;/* Its position is relative to the #slider */
	text-align:center;
	background:none;
	position:relative;
	z-index:5;
	}

/* each bullet */
#slider div.navBulletsWrapper div 
{
    width:11px; height:11px;
    font-size:0;color:White;/*hide the index number in the bullet element*/
    background:transparent url(/sm.aspx?guid=2003) no-repeat 0 0;
    display:inline-block; *display:inline; zoom:1;
    overflow:hidden;cursor:pointer;
    margin:0 6px;/* set distance between each bullet*/
}

#slider div.navBulletsWrapper div.active {background-position:0 -11px;}

/* --------- Others ------- */

#slider div.loading 
{
    width:100%; height:100%;
    background:transparent  url(/sm.aspx?guid=3013) no-repeat 50% 50%;
    filter: alpha(opacity=60);
    opacity:0.6;
    position:absolute;
    left:0;
    top:0; 
    z-index:9;
}

#slider img, #slider>b, #slider a>b {
	position:absolute; border:none; display:none;
}

#slider div.sliderInner {
	overflow:hidden; 
	-webkit-transform: rotate(0.000001deg);/* fixed the Chrome not crop border-radius bug*/
	position:absolute; top:0; left:0;
}

#slider>a, #slider video, #slider audio {display:none;}

table{border:0px;border-collapse:collapse;}
table td{padding:0px; vertical-align: top;}
table tr{margin: 0 0 0 0;padding: 0 0 0 0;}

#right {margin: 5px 0 0 0;}

#way {font-family:"Bad Script", Arial, Helvetica, sans-serif;font-size: 18px;}

.nlnk {font-size: 11px;font-style:italic;}

.news, .listItem {font-weight:normal;}

#reg3 {padding: 5px 0 0 0;}

#right {margin: 25px 0 0 0;}

.poisk {padding-top: 12px;}
