/*--------------------------------------------------*/
/* -----			COMMON			----------------*/
/*--------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background-color: White;
	background-image: url(../images/bg321.gif);
	background-position: center top;
	background-repeat: no-repeat;
	
	text-align: center;
}
div.greyIndex {
	background-color: #525252;
	height: 250px;
	border-bottom: 1px solid #0A76AC;
	text-align: center;
} 

DIV.graySub {
	background-color: #525252;
	height: 29px;
	border-bottom: 1px solid #0A76AC;
}

div.logo {
	width: 760px;
	height: 50px;
	padding: 5px 0px 5px 0px;
	color: White;
	text-align: left;
}
div.logoMain
{
    background-color: #525252;
    width: 100%;
    padding: 5px 0px 5px 0px;
	height: 50px;
	color: White;
	text-align: center;
}
div.lili{
	position: absolute;
	width: 203px;
	height: 242px;
	background-image: url(../images/lili.png);
	background-repeat: no-repeat;
	padding: 3px;
	margin-top: -243px;
	_margin-top: -248px;
	z-index: 3;
}
* html div.lili{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/lili.png');
}
div.fix {
	width: 140px;
	padding-left: 620px;
}
* html div.fix {
	width: -200px;
	padding-left: 480px;
}
div.flash{
	display: inline;
}

.noindent {
    text-indent: 0px;
}

/*--------------------------------------------------*/
/* ---------------  Guide Position    --------------*/
/*--------------------------------------------------*/

div.left {
    float: left;
    width: 520px;
    padding: 0px 5px 0px 5px;
    border: 1px solid white;
    text-align: left;
}
* html div.left {
    width: 510px;
}
div.right {
    width: 240px;
    margin-left: 530px;
    border: 1px solid white;
    text-align: left;
}
* html div.right 
{
    margin-left: 520px;
}

div.fix2d {
    clear: both;
    width: 760px;
    margin-top: 10px;
    text-align: right;
    margin-bottom: 1px;
}

/*--------------------------------------------------*/
/* ---------------  Sub Menu  ----------------------*/
/*--------------------------------------------------*/

.subMenu {
	/*width: 760px;*/
    height: 30px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.subMenuItem {
    padding: 0px 10px 0px 10px;
    margin-top: 8px;
	vertical-align: middle;
	color: white;
}

.subMenuItemSelected {
	text-decoration: underline;
	color: #0A76AC;
}
/*--------------------------------------------------*/
/* ---------------  Guide Navigation  --------------*/
/*--------------------------------------------------*/
.guideNavNormal {
    color: #525252;
    font-weight: bold;
    margin-top: 1px;
    margin-bottom: 4px;
    padding: 2px;
}

.guideNavSelected {
    color: white;
    font-weight: bold;
    border: 1px solid #0A76AC;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 2px;
    background-color: #525252;
}

.guideNavNormal2 {
    font-weight: normal;
    color: #0A76AC;
    margin-top: 2px;
    margin-bottom: 2px;
}

.guideNavSelected2 {
    color: white;
    border: 1px solid #0A76AC;
    background-color: #525252;
}

.guideNavSelected2 A {
    background-color: transparent;
    padding-top: 2px;
    padding-bottom: 2px;
}

/*--------------------------------------------------*/
/* -----			MENU	  ----------------------*/
/*--------------------------------------------------*/
div.menu {
	width: 100%;
	background-image: url(../images/menuBg.gif);
	background-repeat: repeat-x;
	height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}
.mainMenu {
	width: 760px;
}

.mainMenu TD{
    width: 20%;
    /*border-left: 1px solid black;
    border-right: 1px solid black;*/
}

.mainMenuItem {
    margin-top: 8px;
    margin-bottom: 6px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	/*width: 380px;  Временно - само при два елемента в менюто */
}
.mainMenuItemHover {
	text-decoration: underline;
	color: #525252;
}

.mainMenuItemSelected {
    color: #525252;
}

/*--------------------------------------------------*/
/* -----			HEADER TITLE	----------------*/
/*--------------------------------------------------*/
h1{
	color: #0A76AC;
	border-bottom: 1px solid #AEAEAE;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	padding-bottom: 4px;
}
h2{
	color: #0A76AC;
	border-bottom: 1px solid #AEAEAE;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 5px 0px 5px;
	padding: 0px;
	padding-bottom: 4px;
}
h3{
	font-size: 12px;
	color: #525252;
	border-bottom: 1px solid #AEAEAE;
	margin: 15px 0px 5px -30px;
	padding: 0px;
	padding-bottom: 4px;
}
h4{
	font-size: 12px;
	color: #525252;
	border-bottom: 1px solid #AEAEAE;
	margin: 15px 0px 5px 0px;
	padding: 0px;
	padding-bottom: 4px;
}
h5{
	color: #0A76AC;
	border-bottom: 1px solid #AEAEAE;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 10px 50px 45px;
	padding: 0px;
	padding-bottom: 4px;
}
h6{
	color: #0A76AC;
	border-bottom: 1px solid #0A76AC;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 10px 50px 45px;
	padding: 0px;
	padding-bottom: 4px;
}
/*--------------------------------------------------*/
/* -----			MAIN			----------------*/
/*--------------------------------------------------*/
div.main {
	width: 780px;
	border: none;
}
table.main {
	text-align: left;
	width: 760px;
}
table.main td.left {
	width: 520px;
	padding-right: 10px;
}
table.main td.leftSpecial {
	width: 770px;
}
table.main td.right {
    margin-bottom: 30px;
}

P.testimonial {
    text-align: left;
    _text-align : justify;    
    _text-justify: newspaper;
    text-indent: 0px;
    padding: 0px;
}

.testimonialPhoto {
    border: 1px solid black;
    margin: 0px 15px 5px 0px;
    width: 75px;
    height: 100px;
}

DIV.testimonial {
    text-align: right;
    color: Gray;
}

HR.testimonial {
    width: 60%;
}

dl.name {
	font-weight: bold;
	margin-top: 0px;
}
dl.name dt {
	color: black;
}
dl.name dd {
	margin-top: -14px;
	margin-left: 70px;
	color: #0A76AC;
}
dl.spec {
	font-weight: bold;
    margin-top: 0px;
}
dl.spec dt {
	color: black;
}
dl.spec dd {
	margin-top: -14px;
	margin-left: 30px;
	color: black;
}
div.position1 {
	font-weight: bold;
	padding-left: 50px;
	padding-right: 20px;
	color: #0A76AC;
}

div.position1 span {
	color: #0AAC19;    
}

dl.spec dd.n1, dl.spec dt.n1 {
	background-color: #F2F2F2;
}


img.decor {
	border: 1px solid #AEAEAE;
	padding: 4px;
	margin-right: 4px; 
}

table.stats {
	width: 100%;
}
table.stats TD {
    border-bottom: 1px solid #E2E2E2;
    vertical-align: middle;
}

td.labelCol {
    text-align: right;
    padding-right: 2px;
}

td.graphCol {
    text-align: left;
    padding: 0px;
	padding-left: 4px;
}

div.more {
	width: 100%;
	text-align: right;
	margin-top: 5px;
	height: 20px;
}

div.more a:active, div.more a:visited, div.more a:link{
	padding: 5px 20px 5px 0px;
	background-image: url(../images/more.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #525252; 
}

div.more a:hover{
	background-image: url(../images/more_on.gif);
	color: #0A76AC;
} 

div.more a.pdf:active, div.more a.pdf:visited, div.more a.pdf:link{
	background-image: url(../images/pdf.gif);
}

div.more a.pdf:hover{
	background-image: url(../images/pdf_on.gif);
} 

div.date {
    padding-left: 15px;
    margin: 4px 0px 4px 0px;
    font-weight: bold;
    color: #525252;
}
/*--------------------------------------------------*/
/* -----			ERROR			----------------*/
/*--------------------------------------------------*/
img.errorPhoto 
{
    
}
/*--------------------------------------------------*/
/* -----			FOOTER			----------------*/
/*--------------------------------------------------*/
div.footer {
	width: 760px;
	text-align: center;
	color: #525252;
}
div.ru {
	height: 30px;
	padding-top: 10px;
	padding-bottom: 1px;
	font-size: 16px;
	color: #0A76AC;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #525252;
	border-bottom: 1px solid #525252;
	margin-bottom: 5px;
}

TABLE.infoTip {
	border: 1px solid black; 
	background: InfoBackground; 
	margin: 0px;
	padding: 0px;
}

TABLE.infoTip TD {
    padding: 4px;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-align: left;	
	vertical-align: middle;
	white-space: nowrap;
}

.tagLine {
    display: block;
    width: 100%;
    text-align: right;
    font-style: italic;
    padding: 1px;
    padding-right: 10px;
    margin: 0px;
    margin-bottom: 10px;
}