* {
	margin: 0;
	padding: 0;
}

body  {
	background: url(images/bg.jpg) repeat-x #FFF;
	color: #435F73;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}

/**** GENERAL STYLES ****/

a {
	color: #435F73;
}

p {
	line-height: 1.5em;
	padding: 4px 0;
}

b,
strong {
	color: #000;
}

i,
em {
	font-family: Georgia, serif;
}

#mainContent ul,
#mainContent ol {
	line-height: 2em;margin: 5px 0 5px 50px;
}

#mainContent ul li {
	list-style-image: url(images/b.gif);
}

blockquote {
	background: url(images/q.gif) no-repeat;
	font: 12px Georgia, serif;
	font-style: italic;
	margin: 10px 0 10px 20px;
	padding: 0 60px 0 30px;
	text-align: left;
}

code {
	background: #E5EDF7;
	border-top: 1px solid #84B0D3;
	border-bottom: 1px solid #84B0D3;
	padding: 2px 4px 0 4px;
}

input,
textarea {
	background: #84B0D3;
	border: none;
	color: #000;
	padding: 4px 2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #6998C6;
	font-weight: normal;
	line-height: 1.4em;
}

h5,
h6 {
	text-transform: uppercase;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

/**** GENERAL LAYOUT ****/

#topBackground {
	background: url(images/header.jpg) top center no-repeat;
	margin: 0 auto;
	width: 960px;

}

#container { 
	margin: 0 auto; 
	text-align: left; 
	width: 790px;
}

#header h1 {
	font-size: 48px;
	font-weight: normal;
	letter-spacing: -3px;
	padding-left: 84px;
}

#header h2 {
	color: #6998C6;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	padding-right: 160px;
	text-align: right;
}

#header a {
	color: #000;
	text-decoration: none;
}

#miniMenu {
	height: 20px;
	float: right;
	font-size: 10px;
	padding-right: 70px;
	padding-top: 5px;
}

#miniMenu li {
	display: inline;
	margin: 0 1px;
}

#miniMenu a {
	background: #000;
	color: #FFF;
	padding: 2px 4px;
}

#miniMenu a:hover {
	background: #435F73;
	color: #B1DEFF;
}

#sidebar {
	float: left;
	width: 200px;
	padding: 110px 0 0 0px;
	margin-right: 10px
	
}

#mainContent { 
	width:440px;
	float:left;
} 

.blog {
	background: url(images/blog_top.jpg) top center no-repeat;
	margin-top: 30px;
}
.blogHeader{padding-top:10px;padding-bottom:20px;}
.blogHeader h2 a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;

}

.blogHeader h2 a:hover {
	color: #fcfcfc;
}

.blogHeader h3,
.blogHeader h3 a {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	line-height: 2em;
	margin-bottom: 10px;
	text-decoration: none;
}

.blogHeader h3 a:hover,
#footer a:hover {
	text-decoration: underline;
}

.blog2 {
	background: url(images/blog_bottom.jpg) bottom center no-repeat;
	padding: 6px 15px;
	text-align: justify;
	font:normal 13px Arial;
	padding-bottom:50px;
}

h3.blogMeta,
h3.blogMeta a {
	color: #FFF;
	font-size: 11px;
	height: 11px;
	margin-top: 20px;
	padding-bottom: 8px;
	text-align: center;
	text-decoration: none;
}

h3.blogMeta a:hover {
	text-decoration: underline;
}

.blogTags { 
	float: left;
}

/**** SIDEBAR STYLES & LAYOUT ****/

#sidebar h3 {
	color: #FFF;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
}

#sidebar ul {
	list-style: none;
	padding-left: 20px;
}

#sidebar li {
	line-height: 2em;
	font-size: 13px;
	padding-left:36px;
}

#sidebar li a {
	color: #B1DEFF;
	text-decoration: none;
}

#sidebar li a:hover {
	color: #FFF;
}

#sidebar li.sbContent h3 {
	margin-top: 10px;
}

#sidebar li.sbContent p {
	border-left: 4px solid #84B0D3;
	color: #FFF;
	font-size: 11px;
	padding: 0 20px 0 10px;
}

#search input {
	margin-top: 10px;
	width: 110px;
}

.sb1 {
	background: url(images/sidebar1.gif) repeat-y;
	margin-top: -20px;
}

.sb1 li.sbb {
	background: url(images/sidebar_sep1.gif) no-repeat;
	height: 37px;
	margin-left: -20px;
	width: 200px;
}

.sb2 {
	background: url(images/sidebar2.gif) repeat-y;
}

.sb2 li.sbb {
	background: url(images/sidebar_sep2.gif) no-repeat;
	height: 35px;
	margin-left: -20px;
	width: 200px;
}

.sb3 {
	background: #000;
	margin-right: 0;
	margin-bottom: -10px;
}

.sb3 li.sbb {
	background: url(images/sidebar_base.gif) no-repeat;
	height: 16px;
	margin-left: -20px;
	width: 200px;
}

#comments {
	margin: 10px 0 0 18px;
}

#comments h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 2em;
}

#postComment input,
#postComment textarea {
	border: none;
	border-bottom: 1px solid #435F73;
	background: #E5EDF7;
	font-size: 13px;
	margin-right: 10px;
	padding: 2px;
}

#postComment textarea {
	margin-top: 10px;
	margin-right: -1px;
	overflow: hidden;
	width: 417px;
}

#postComment p.b {
	text-align: right;
}

#postComment button {
	background: #84B0D3;
	border: none;
	border-bottom: 1px solid #435F73;
	border-right: 1px solid #435F73;
	color: #FFF;
	margin: 10px 0 0 10px;
	padding: 4px;
}

#mainContent #commentList {
	color: #84B0D3;
	font-size: 32px;
	list-style: decimal outside;
	margin-left: 36px;
}

#commentList .aComment {
	color: #435F73;
	font-size: 11px;
	padding-bottom: 10px;
}

#commentList .aComment p.commentMeta {
	background: #84B0D3;
	color: #B1DEFF;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	padding: 8px;
}

#commentList .aComment p.commentMeta a {
	color: #B1DEFF;
	text-decoration: none;
}

#commentList .aComment p.commentMeta a:hover {
	color: #FFF;
	text-decoration: underline;
}

#commentList .aComment p.commentDate {
	color: #84B0D3;
	font-size: 10px;
	margin-top: -10px;
	text-align: right;
}




.floatR {
	float: right;
}

.floatL {
	float: left;
}

.clearfloat {
	clear: both;
}
#header-animation{position:absolute;top:192px;padding-left:110px;}
#gallery{padding-top:10px;}
#gallery img{margin-left:10px;}
* html #gallery img{margin-left:5px;}
.belka{
    width: 100%;
    height: 25px;
    background: #cacaca;
    text-align:left;
    line-height:30px;
    padding-top:5px;
	margin-bottom:430px;
}
.belka a{display:block;height:20px;color:#222;font:normal 11px Tahoma;text-decoration:none;float:left;margin-left:20px;padding-left:5px;padding-right:5px;line-height:20px;}
.belka a:hover{text-decoration:underline;background:#666666;line-height:20px;}
.belka a#home{background: #cacaca url('images/icon_home.jpg') 5px top no-repeat;padding-left:20px;}
.belka a#home:hover{text-decoration:underline;}
.belka a#map{background: #cacaca url('images/icon_map.jpg') 5px top no-repeat;padding-left:25px;float:right;}
.belka a#map:hover{text-decoration:underline;}
.belka a#contact{background: #cacaca url('images/icon_contact.jpg') 5px top no-repeat;padding-left:25px;float:right;}
.belka a#contact:hover{text-decoration:underline;}
.belka .search{height:20px;background: #8C8C8C url('images/icon_search.jpg') 5px top no-repeat;padding-left:20px;float:right;margin-right:20px;margin-left:10px;}
.belka .search #search_text{height:14px;border: solid 1px #666666;font: normal 11px Tahoma;float:left;margin-top:1px;}
.belka .search #submit{height:18px;border: solid 1px #666666;font: normal 11px Tahoma;float:left;background:#B9FF47;color:#000;margin-top:1px;margin-left:2px;}

.lang{display:block;height:20px;color:#fff;font:normal 0.7em Tahoma;text-decoration:none;float:left;padding:0 !important;margin:0 !important;margin-right:10px !important;}
.lang:hover{text-decoration:underline;line-height:20px;background: #8C8C8C !important;}
#logo{display:block;width:190px;height:140px;background:transparent;position:absolute;top:40px;}

#footer { 
	background: url(images/footer.jpg) 40px bottom no-repeat;
	height: 27px;
	margin-left: 24px;
	margin-top: 40px;
} 

#footer p {
	color: #fff;
	padding: 8px 0 0 0;
	text-align: left;
	padding-left:50px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}
#footer-links{padding: 8px 0 0 0;float:right;padding-right:150px;}
/* form elements */
form.contact {
	margin:10px 15px; padding: 0;
	clear:both;
	margin-top: 20px;
	width:550px;
}
.contact label {
	display:block;
	font-weight:normal;
	margin:5px 0;
	margin-left:16px;
	font: normal 12px Tahoma;
	color: #838383;
	float:left;
	clear:both;
	width:200px;
	margin-top:10px;
}
.contact input {
	padding: 2px;
	border:1px solid #C2C2C2;
	font: normal 12px "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
 	margin-left:16px;
 	margin-top:10px;
}
.contact textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #C2C2C2;
	height:100px;
	display:block;
	color:#777;
	margin-left:16px;
}
.contact input.button {
	margin: 0;
	font: bold 12px Arial, Sans-serif;
	background: #FFF url(gradientbg.jpg) repeat-x;
	padding: 2px 3px;
	color: #333;
	border: 1px solid #DADADA;
	margin-left:16px;
}
#header-title{text-align:left;margin:0;padding:0;font:normal 11px Arial;color:#fff;border-left: 4px solid #84B0D3;padding: 0 20px 0 10px;}
#footer-desc{text-align:center;}