﻿
/*----------------------------- SHARED --------------------------------------*/
*
{
	margin: 0;
	padding: 0;
	font-size: 1em;
	border-collapse: collapse; /* режим соединения соседних ячеек */
}

html
{
	/* For footer  */
	height: 100%;
	
	/*background-color: #f7f7f7;*/
	background-image: url(../site.images/background_15X03.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}

body
{
	font-size: 1.0em; /* for brawser */ 
	
	/* For footer  */
	min-height: 100%;
	position: relative;
	
	font-family: Arial, Verdana, sans-serif; 
}

/*----------------------------------------------------------------------------*/
a
{
	color: #369;
	text-decoration: none;
}

img
{
	border: none;
	vertical-align: top;
}

h1
{
	font-family: Verdana, sans-serif;
	text-align: left;
	margin-bottom: 0.5em;
}

h1 a
{
	font-weight: normal;
	font-size: 2em;
	color: #374288;
	text-decoration: none;
	line-height: 1;
}

h2
{
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	padding: 1em 1em 0.5em 2em;
	margin: 0 0 0 0;
	
	text-transform: uppercase;
	color: #374288;
	
	background-color: #ddd;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

h2 img
{
	margin: 0 0.5em;
	vertical-align: middle;
}

h3
{
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	
	padding: 0.3em 1em;
	margin: 1.5em 0 0 0;
	
	color: #374288;
	/*background-color: #ddf;*/
	border-bottom: solid 2px #ddd;
	/*width: 50%;*/
}

h4
{
	font-weight: normal;
	font-size: 0.7em;
	padding: 0.3em 0.5em;
	margin: 0;
	
	color: #374288;
	/*background-color: #ddd;*/
}

strong
{
	font-weight: normal;
}
/*----------------------------------------------------------------------------*/

.header
{
	padding: 0.5em 0em 0.5em 1em;
	max-width: 17em;
}

strong.slogan
{
	font-weight: bold;
	font-size: 0.9em;
	color: #374288;
	font-family: Arial, sans-serif;
}

.capitalize
{
	text-transform: capitalize;
}


.left
{
	text-align: left !important;
}

.right
{
	text-align: right !important;
}

.center
{
	text-align: center !important;
}

.red
{
	color: red !important;
}

.blue
{
	color: blue !important;
}

.bold
{
	font-weight: bold !important;
}

.arial
{
	font-family: Arial, sans-serif  !important;
}

.center
{
	text-align: center !important;
}

.multiline 
{
	width: 99%;
	height: 5em;
}

.active
{
	background-color: #efefdd;
}

.enabled
{
}

.disabled
{
	background-color: #efefef;
}

.asterisk
{
	color: Red;
	font-size: 0.8em;
	vertical-align: top;
}

.pointer
{
	cursor: pointer;
}

.border
{
	border: solid 1px #efefef !important;
}

.border:hover
{
	border: solid 1px #666 !important;
}





/* p.clear - limit of big size image or "float" div */
.clear
{
	clear: both;
}

.main
{
	width: 100%;
}


.bgimage
{
	/*margin: -10px auto 0px auto;*/
	
	margin-top: 0px !important; /* for IE7 only */
	margin-left: auto;
	margin-right: auto;

	height: 245px;
	width: 668px;
	
	background-image: url(../site.images/fl_49x10_552.gif);	
	background-repeat: no-repeat;
	background-position: center 0px;
}


/*--------------------------------- LBLOCK ------------------------------------*/
.lblock
{
	float: left; /* ! */
}

.lblock img
{
	margin: 10px 0px 0px 10px;
	width: 110px;
	height: 106px;
}
/*--------------------------------- RBLOCK ------------------------------------*/
.rblock
{
	float: right; /* ! */
	
	margin: 0.5em 0 0 1em;
	font-size: 0.8em;
}

.rblock a
{
	text-decoration: underline;
	margin: 0 0.25em;
}


/*--------------------------------- FOOTER ------------------------------------*/
/* For footer  */
p#before-footer
{
	font-size: 1em;
	padding-bottom: 6em;
}

#footer
{
	/*background-color: #f7f7f7;*/
	color: #666;
	
	/* For footer  */
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding-bottom: 1em;
	z-index: 1;
}

#footer address
{
	font-style: normal;
	white-space: nowrap;
	font-size: 0.9em;
	padding-top: 0.5em;
}

#footer address a
{
	text-decoration: none;
	color: #559;
}

#footer address a:hover
{
	text-decoration: underline;
}
/*---------------------------------------------------------------------------------*/