* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
    background-image:url(images/bg.png);
    background-repeat:repeat-x;

}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
    position:relative;
    width: 923px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
    background-color:#fbfbf8;
}
.t-left{
    position:absolute;
    top:0px;
    left:-27px;
    width:27px;
    height:100%;
    background-image:url(images/left.png);
    z-index:-1;
}
.t-right{
    position:absolute;
    top:0px;
    right:-27px;
    width:27px;
    height:100%;
    background-image:url(images/right.png);
    z-index:-1;
}

/* Header
-----------------------------------------------------------------------------*/
.titles{
    position:absolute;
    top:-310px;
}
.top-menu-button{
    position:absolute;
    top:-80px;
    z-index:9999;
    margin-left:20px;
}
.top-menu-button span{
    margin-right:35px;
}
.girl{
    position:absolute;
    right:10px;
    top:-300px;
    width:210px;
    height:339px;
    background-image:url(images/girl.png);
}
.telephon{
    position:absolute;
    top:-220px;
    left:160px;
}
.zvon{
    position:absolute;
    top:-178px;
    left:370px;
    background-image:url(images/zvon.png);
    width:187px;
    height:22px;
}
.zvon a{
    position:absolute;
    top:-2px;
    left:4px;
    font-family:Cambria;
    font-size:24px;
    font-style:italic;
    color:#ff5400;
    text-decoration:none;
}
.zvon a:hover{
    color:#ffa000;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 20px 0 0px;
	height: 1%;
	position: relative;
	top:-20px;

}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.bg-top{
    position:relative;
    left:-27px;
    height:58px;
    width:977px;
    background-image:url(images/top.png);
    z-index:0;
}
#content {
	padding: 0 25px 0 270px;
}

#content .texts{
    margin-bottom:100px;
}
#content .texts p{
    padding-bottom:10px;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
	margin-bottom:30px;
}

.widget{
    width:222px;
    margin-left:20px;
    margin-bottom:20px;
}

.w1 .wtop{
    height:11px;
    width:222px;
    background-image:url(images/w_1.png);
    background-repeat:no-repeat;
    background-position: 0 0;
}
.w1 .wbottom{
    height:11px;
    width:222px;
    background-image:url(images/w_1.png);
    background-repeat:no-repeat;
    background-position:0 -11px;
}
.w1 .wcenter{
    border-left:2px solid #5a8309;
    border-right:2px solid #5a8309;
    background-color:#fbfbf8;
}
.w2 .wtop{
    height:11px;
    width:222px;
    background-image:url(images/w_2.png);
    background-repeat:no-repeat;
    background-position: 0 0;
}
.w2 .wbottom{
    height:11px;
    width:222px;
    background-image:url(images/w_2.png);
    background-repeat:no-repeat;
    background-position:0 -11px;
}
.w2 .wcenter{
    border-left:2px solid #ff7807;
    border-right:2px solid #ff7807;
    background-color:#fbfbf8;
}
.w3 .wtop{
    height:11px;
    width:222px;
    background-image:url(images/w_3.png);
    background-repeat:no-repeat;
    background-position: 0 0;
}
.w3 .wbottom{
    height:11px;
    width:222px;
    background-image:url(images/w_3.png);
    background-repeat:no-repeat;
    background-position:0 -11px;
}
.w3 .wcenter{
    border-left:2px solid #004e97;
    border-right:2px solid #004e97;
    background-color:#fbfbf8;
}


.widget h3{
    font-size:14px;
    font-style:italic;
    text-align:center;
    margin-bottom:8px;
}
.widget ul{
    margin-left:20px;
    list-style:none;
}
.widget ul li{}
.widget ul li a{
    color:#000;
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
}
.widget ul li a:hover{
    text-decoration:underline;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    width: 903px;
	margin: 58px auto;
	height: 114px;
    background-color:#222;
}
.star{
   position:absolute;
   bottom:0px;
   left:320px;
   height:114px;
   width:303px;
   background-image:url(images/star.jpg);
   z-index:0;
}
.tttt{
    position:relative;
    top:-25px;
    left:70px;
    width:830px;

}
.b-tel{
   font-size:24px;
   font-weight:bold;
   color:#62990b;
}
.b-zvon{
   position:relative;
   top:5px;
   left:40px;
}
.b-zvon a{
   font-size:16px;
   font-weight:bold;
   color:#62990b;

}
.counter{
    position:absolute;
    top:0px;
    right:10px;

}
