/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0px;
}

p,td{font-size:12px;
line-height:20px;
}

a{color:#ca097b;}
a:hover{color: #fd93d2; text-decoration:none;}

.date{font-family:Arial, Helvetica, sans-serif;
color: #6e0137;
font-size:11px;
font-weight:bold;
}

.left{background-image:url(/images/vinetka_left.gif);
background-repeat:no-repeat;
background-position: top left;
}

.right{background-image:url(/images/vinetka_right.gif);
background-repeat:no-repeat;
background-position: top right;
}

h1{font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:26px;
line-height:26px;
color:#6e0137;}

h2{font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:22px;
line-height:22px;
color: #ca097b;}

span.top{
font-size:13px;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
color: white;
border: 1px solid black;
padding: 2px 5px;
background: #f777b6;
}

h3.right_caption{
 width:210px;
border-bottom: 1px solid #990000;

font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
line-height:18px;
color: #990000;
font-weight:normal;

}


table.menu td{
height: 33px;
width:254px;
padding-left:20px;
}

table.menu td a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #990000;
text-decoration:none;
font-weight:bold;
}

table.menu td a:hover{
color: #6e0137;
text-decoration:underline;
}

td.menu_active{
background-image: url(/images/menu_active.gif);
background-repeat:no-repeat;
background-position:left;
}

.logoBg{
width: 100%;
background: black;
height: 134px;
position: relative;
top: 57px;
}

#logoPic{
width: 615px;
height: 134px;
position: relative;
background: url(/images/newlogo.jpg);
}

.textInHeaderLeft{
position: absolute;
left: 10px;
top: 10px;
}

.textInHeaderRight{
position: absolute;
right: 10px;
top: 10px;
}

.preLogo{
position: relative;
width: 100%;
height: 100%;
}






/*    */

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -145px; 
}
.footer, .push {
	height: 145px; 
}


