@import url("header.css");
@import url("content.css");
@import url("footer.css");


* {
	margin: 0;
	padding: 0;
}


html{ height: 100%; }
* html body {height: 100%; padding: 0; margin: 0; width: 100%;}
html{
	background: url(../images/bg.jpg) repeat #000;
}
body{
	font-family: "Georgia";
	font-size: 14px;
	color: #300;
	line-height: normal;
	
	background: url(../images/bgall.gif) repeat-y;
	background-position: top center;
	min-height: 100%; 
	
	background-repeat: repeat-y;
	background-position: center;
}


* html body {height: 100%; padding: 0; margin: 0; width: 100%;}



a { outline: none; -moz-outline: 0; border: none; border-width: 0px; }
a:active { outline: none; -moz-outline: 0; /* убирает в мозиле пунктиры вокруг ссылок */ }
a:focus { outline: none; -moz-outline: 0; } 

img { border: none; border-width: 0px; }

.clear { clear: both; font-size: 0pt; line-height: 0px; height: 0px;  }

body a{
	text-decoration: none;
	border-bottom: 1px solid #300;
	color: #300; font-size: 12px;
	font-weight: bold; font-style: italic;
}
body a:hover{
	text-decoration: none;
	border-bottom: none;
}
body a:active{ padding: 0; margin: 0; }

body p{
	padding-bottom: 20px;
}

body ul{
	padding: 0;
/*	margin: 0 0 10px 20px; */
	margin: 0 0 0 20px; 
}
body ul li{
	list-style-type: square;
}
body ol{
	padding: 0;
	margin: 0 0 10px 25px;
}
*html body ol{
	padding: 0;
	margin: 0 0 10px 28px;
}
*:first-child+html body ol{
	margin: 0 0 10px 28px; 
}
body dl{
	margin: 0 0 10px 10px;
}
*html body dl{
	margin: 0 0 10px 7px;
}
/* хак IE7 */
*:first-child+html body dl{
	margin: 0 0 10px 4px;
}

/* хак для mozzila */
html:root body dl{
	margin: 0 0 10px 20px;
}

body h1, h2, h3, h4{
	font-weight: bold; font-style: italic;
}

body h2{
	font-size: 18px; margin-bottom: 10px;
}


/**************************/
#main_intro{
	width: 100%; 
	height:100%; min-height: 776px;

	background: url(../images/bgmain.jpg) no-repeat;
	background-position: top center;
}
*html #main_intro{
	height: 776px;
}

#main_other{
/*	width: 100%;*/ width: 1000px; /*height: 776px;*/

	margin: 0 auto;
	
	background: url(../images/bgother.jpg) no-repeat;
	background-position: top 51%;
}

#main{
	width: 1000px;
	background-color: transparent;
	
	position: relative;
	
	margin: 0 auto;
}

#smk{ position:absolute;bottom:40px;left:156px; font-family: Arial; font-size: 12px; color: #333; font-weight: normal; font-style: normal; }
#smk a{ color: #333; text-decoration: none; border: none; }
#smk a:hover{ text-decoration: none; }
#smk a:active{ padding: 0; margin: 0; }
#smk img{ border: none; }

.smk2{ position:absolute;top:751px;left:156px; font-family: Arial; font-size: 12px; color: #333;font-weight: normal; font-style: normal; }
.smk2 a{ color: #333; text-decoration: none; border: none; }
.smk2 a:hover{ text-decoration: none; }
.smk2 a:active{ padding: 0; margin: 0; }


.bgfooter{
	width: 100%; height: 336px;
	background: url(../images/bgfooter.jpg) top center;  /* поменять размер */
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 115px;
	
}
.bgfooterdv{
	width: 1000px; height: 336px;
	margin: 0 auto;
	position: relative;
}
.bgfooter a{
	color: #300;
	font-family: Georgia; font-style: italic;
	font-weight: bold;
	font-size: 12px;
	line-height: 19px;
	text-decoration: none; border-bottom: 1px solid #300;
}
.bgfooter a:hover{ text-decoration: none; border-bottom: none; }
.bgfooter a:active{ padding: 0; margin: 0; }

.address2{
	right: 150px;
	bottom: 90px;
	position: absolute;
	font-size: 12px;
	color: #866c46;
	text-align: left;
	line-height: 18px;
}

.banners{
	position: absolute;
	top:90px; right: 205px;
}
.banners a{ border: none; }
.banners a:hover{ border: none; }


.candle{
	background: url(../images/candle.jpg);
	width:310px; height:585px;
	position: absolute;
	top: 191px; left: 1px;
}
.tree{
	background: url(../images/tree.gif);
	width: 378px; height: 739px;
	position: absolute;
	top:960px; right: 0;
}
#footmenu  {
	margin:1px 0px 0px 10px;
	color:#FF9;	
	}
#footmenu  a{
	margin:0px 1px 0px 1px;
	color:#FF9;	
	}
.meteo{
	left:215px;
	bottom: 90px;
	position: absolute;
	font-size: 12px;
	color: #866c46;
	text-align: left;
	line-height: 18px;
}

.imgtxt {margin:2px;}
