@charset "utf-8";
/* CSS Document */
body, html {
padding:0;
margin:0;
height:100%;
width:100%;
background:#2683b2 url(../images/site/bg.jpg) repeat-x;
}

.logo, .language, .content, .frame, .frame_img, .footer_text 
{display: inline;} /*IE6 bug fix*/

a:focus {outline: none;}

.content a {color:#114daa;}

.content a:hover {color:#f4a34d;}

h1, h2, h3 {
	padding:0;
	margin:0;
	color:#2683B2;
}

h1 {font-size:15px;}
h2 {font-size:13px;}
h3 {font-size:12px;}

.orange {border:solid 1px #f4a34d;}

#wraper {
	position:relative;
	width:100%;
	height:100%;
	border:none;
	font-family:Verdana;
	font-size:12px;
	color:#505050;
}

.midle {
	width:900px;
	height:300px;
	background-color:#FFFFFF;
	vertical-align:top;
}

.content table {
	display:block;
	position:relative;
	float:left;
	font-family:Tahoma;
}

.content p {padding:0; margin:10px 0 0 0;}


/* ===============  HEADER start ============== */
.logo {
	position:relative;
	float:left;
	width:600px;
	height:46px;
	margin:10px 0px 0px 66px;
}

.language {
	position:relative;
	float:left;
	width:100px;
	height:46px;
	margin:10px 0px 0px 130px;
}

.language a {
	position:relative;
	float:left;
	text-decoration:none;
	padding-top:4px;
	color:#114daa;
}

.language a:hover {color:#f4a34d;}

.language a img {
	padding-right:3px;
}

.photo_menu {
	position:relative;
	float:left;
	width:900px;
	height:186px;
}
/* ===============  HEADER end ============== */

.side_left {background:url(../images/site/side_left.png) right top repeat-y; vertical-align:top;}
.side_right {background:url(../images/site/side_right.png) left top repeat-y; vertical-align:top;}

.side_left_top, .side_right_top {
	position:relative;
	float:left;
	width:100%;
	height:989px;
	border:none;
}

.side_left_top {background:url(../images/site/side_left_top.png) right -6px no-repeat;}
.side_right_top {background:url(../images/site/side_right_top.png) left -6px no-repeat;}

.content_wraper {
	background-color:#FFFFFF;
	vertical-align:top;
	width:900px;
}

.content {
	position:relative;
	float:left;
	width:820px;
	margin: 20px 40px 50px 40px;
	font-family:Tahoma;
	font-size:13px;
}



.content_title {
	position:relative;
	float:left;
	width:820px;
	text-align:right;
	color:#2683b2;
	font-size:15px;
	font-weight:bold;
	letter-spacing:0.1em;
	padding-bottom:20px;
}

/* ===============  PHOTO MENU start ============== */
.photo_menu {
	position:relative;
	float:left;
	width:900px;
	height:186px;
	margin-top:10px;
}

.frame {
	position:relative;
	float:left;
	width:206px;
	height:186px;
	background:url(../images/site/frame.jpg) no-repeat;
	margin-left:12px;
	margin-right:5px;
}

.frame_img {
	position:relative;
	float:left;
	width:170px;
	height:131px;
	margin-top:12px;
	margin-left:17px;
}

.photo_cycle img {
	border:none;
	width:170px;
	height:131px;
}

.frame_title {
	position:relative;
	float:left;
	width:206px;
	height:20px;
	text-align:center;
	margin-top:8px;
}

.frame_title a {
	text-decoration:none;
	color:#114daa;
	letter-spacing:0.1em;
	font-size:10px;
}

/* ===============  PHOTO MENU end ============== */

/* ===============  MENU start ============== */
.menu {
	position:relative;
	float:left;
	width:900px;
	height:30px;
	margin-top:15px;
	background:url(../images/site/menu_bg.png) no-repeat;
	z-index:3;
}

.menu_center {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	border:none;
}
/* ===============  MENU end ============== */

/* ===============  FOOTER start ============== */
#footer {
	position:relative;
	height:35px;
	background-color:#FFFFFF;
	vertical-align:top;
	width:900px;
}


.footer_text {
	position:relative;
	float:left;
	width:870px;
	margin-left:15px;
	border-top:solid 1px #2683b2;
}

.footer_text span {
	position:relative;
	float:left;
	margin:5px 15px 0px 15px;
}
#footer a {color:#2683b2;}
#footer a:hover {color:#f4a34d;}
/* ===============  FOOTER end ============== */

/* ===============  NEWS start ============== */

.news {
	position:relative;
	float:left;
	width:820px;
	height:115px;
	margin-top:20px;
}

.news_pic {
	position:relative;
	float:left;
	width:170px;
	height:115px;
}

.news_pic span {
	position:relative;
	float:left;
	padding:5px;
	background-color:#f4f4f4;
	border:solid 1px #f4a34d;
}

.news_title {
	position:relative;
	float:left;
	width:650px;
	height:20px;
}

.news_title a, .news_title {
	color:#2683b2;
	font-weight:bold;
	text-decoration:none;
}

.news_title a:hover {color:#f4a34d;}

.news_text {
	position:relative;
	float:left;
	width:650px;
	height:95px;
}

.news_text p {
	padding:0;
	margin:0;
	text-align:justify;
}

.news_text span a {
	/*position:relative;
	float:right;*/
	color:#f4a34d;
	letter-spacing:0.1em;
}

.news_text span a:hover {color:#2683b2;}

.news_text span {
	position:relative;
	float:right;
	display:inline;
	margin-left:30px;
	font-size:10px;
	color:#999999;
}

.sort span {
	position:relative;
	float:left;
	margin-right:20px;
}

.sort span select {
	font-family:Verdana;
	font-size:11px;
	color:#505050;
}

.sort {
	position:relative;
	float:left;
	display:inline;
	width:820px;
	height:25px;
	border-bottom:solid 1px #2683b2;
}
/* ===============  NEWS end ============== */


/* ===============  ALBUMS start ============== */

.albums, .albums_a {
	position:relative;
	float:left;
	width:390px;
	height:81px;
	margin:5px;
}

.albums {border:solid 1px #2683b2;}
.albums_a {border:solid 1px #f4a34d;}

.albums a, .albums_a a {
	position:relative;
	float:left;
	width:295px;
	height:81px;
	padding:3px 5px  0px 90px;
	text-decoration:none;
	color:#505050;	
}

.albums a:hover, .albums_a a:hover {color:#505050;}

/* ===============  ALBUMS end ============== */

.thumb li {
	list-style:none;
	float:left;
}

.thumb img {
	border:none;
}

.thumb li {
	margin-right:20px;
	margin-bottom:20px;
}

.thumb li a span {
	display: block;
	padding:5px;
	background-color:#f4f4f4;
	border:solid 1px #f4a34d;
}

.thumb li a:hover span {
	border:solid 1px #2683b2;
}





/* ===============  AUDIO start ============== */
.audio_files {
	position:relative;
	float:left;
	width:335px;
	height:95px;
}

.audio_files div {
	padding-left:35px;
}

.audio_files div object:focus {outline: none;}

.lv {background:url(../images/site/lv.gif) 12px 5px no-repeat;}
.en {background:url(../images/site/en.gif) 12px 5px no-repeat;}
.ru {background:url(../images/site/ru.gif) 12px 5px no-repeat;}

.audio_text {
	position:relative;
	float:left;
	width:315px;
	height:95px;
	text-align:justify;
}
/* ===============  AUDIO end ============== */

/* ===============  CONTACT FORM end ============== */
.contact_form_label {
	font-weight:bold; 
	font-variant:small-caps;
	vertical-align:top;
}

.w300 {
	width:300px;
}

.error{
	color:#ff0000; 
}

.forma textarea {
	height:50px;
}

