﻿
html
{
	font-size: 0.85em; /* for brawser */
	font-family: Verdana, sans-serif;
}

body
{
	max-width: 1400px;
	min-width: 800px;
	margin: 0 auto;
}

body .b_bg
{
	background-image: url(../site.images/background/gr_1_541_22.png);
	background-repeat: repeat-x;
	background-position: 0 0;

    border-top: solid 5px #7992b3;
}

.headline
{
	background-image: url(../site.images/background/bg_1_541.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	border-top: solid 1px #fff;
}

.headline .h_bg1
{
	background-image: url(../site.images/background/wave_41.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	
	padding-bottom: 52px;
}

.headline .h_bg2
{
	background-image: url(../site.images/background/headline_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

h1
{
    font-size: 2.6em;
	text-align: center;
	margin: 0 0 0 0;
	padding: 15px 0 0 40px;
}

h1 a
{
    padding: 0;
    
	font-weight: bold;
	font-style: italic;
	font-family: "Trebuchet MS" , Verdana, sans-serif;
    
	text-decoration: underline;
	color: #3366bd;
}

h1 a:hover
{
	color: #3366bd;
}

h1 a.lblock
{
    margin: 0;
    padding: 0;
    font-size: 0.6em;
}

h1 a.lblock img
{
	width: 182px;
	height: 41px;
}

.slogan
{
    font-size: 1.4em;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	font-style: italic;
	
	color: #359;
	text-align: center;
}

.slogan.a
{
	padding: 0.5em 15em 0em 290px;
}

.slogan.b
{
	padding: 0em 10em 2em 350px;
}

/*---- RBLOCK ---*/
.contacts
{
    float: right;
	margin: 2em 5em 0 1em;
}

.contacts address
{
	text-align: left;
	
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #369;
	
    margin: 0;
	padding: 6px 0 2px 33px;
	min-height: 22px;

	background-position: 0px center;
	background-repeat: no-repeat;
}

.contacts address a
{
	text-decoration: underline;
	margin-left: 0.2em;
}

.contacts address.tel
{
	background-image: url(../site.images/icons/t_tel_2.gif);
}

.contacts address.icq
{
	background-image: url(../site.images/icons/t_icq_5.gif);
}

.contacts address.email
{
	background-image: url(../site.images/icons/t_email_2.gif);
}

.loginview
{
	margin: 0 4em 0 0;
	padding: 1em 0 0 0;
	text-align: right;
	
	font-family: Arial, sans-serif;
	font-size: 0.85em;
}

/*---- FOOTER ---*/
#t_footer
{
    /* For footer  */
	padding-bottom: 3em;
}

#footer
{
    /* For footer  */
	position: absolute;
	bottom: 0;
    width: 100%;
    
	background-color: #7992b3;

    background-repeat: no-repeat;
    background-image: url(../site.images/background/h_tl1.gif);
    background-position: left top;
}

#footer div
{
	text-align: center;
	padding: 0.5em 0 1em 0;

    background-repeat: no-repeat;
    background-image: url(../site.images/background/h_tr1.gif);
    background-position: right top;
}

#footer address
{
    color: #fff;
    
    font-size: 0.7em;
	font-style: normal;
	
	padding-top: 0.5em;
}

#footer address a
{
    color: #fff;
}

#footer address a:hover
{
    text-decoration: underline;
}

/*---- SHARED ---*/
a
{
	color: #369;
	text-decoration: none;
}

a:hover
{
	color: #000;
}

img
{
	border: none;
	vertical-align: top;
}

h2
{
    min-height: 40px;
    
	font-size: 1.1em;
	font-weight: bold;
	
	line-height: 2.0; /* ?? */
	
	color: #345;
	
	margin-right: 2em;
	margin-bottom: 1.5em;
	
	padding: 25px 1em 0px 110px;
	
	text-transform: uppercase;
	
	text-align: left;
	
	background-position: 20px 0px;
	background-repeat: no-repeat;
	
	border-left: solid 8px #fff;
	border-bottom: double 8px #e4e4f9;
}

h3
{
	font-size: 1.1em;
	font-weight: bold;
    font-family:  Arial, sans-serif;
	color: #335;
	
	margin: 2em 3em 1em 3em;
}

strong
{
	font-weight: normal;
}

