﻿/* CSS Document */

html {
	background-color:#E8EBEF;
}

body {
	font-family:  Verdana,  Tahoma, Calibri,Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	color:#000000;
	line-height:20px;
	cursor:default;
	margin:0;
	background-position:center;
	background-repeat:repeat-y;
}

#v_menu_active {
	font-family:  Verdana,  Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#60B329;
	font-weight:bold;
}

#v_menu_inactive {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #3F4A3E;
	font-weight: bold;
}

#v_menu_table {
	width:230px;
}

#h_menu_active {
	font-family:  Verdana,  Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
}

#h_menu_inactive {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}


#container {
	width:700px;
	padding:10px;
	background-color:#FFFFFF;
	margin:0 auto 0 auto;
}

#header {
	width:700px;
	background-color:#3F4A3E;
	height:258px;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:150%;
	font-weight:bold;
	line-height:20px;
}

#header p {
	padding:5px;
	margin:0;
	margin-left:340px;
	margin-right:10px;
	text-indent:5px;
}

#header h1 {
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:300%;
	font-weight:bold;
	padding:0;
	padding-top:75px;
	padding-left:340px;
	padding-bottom:25px;
	margin:0;
	border-bottom:2px solid #ffffff;
	background-image:none;
}

#main_menu {
	width:700px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#CCCCCC;
	text-align:left;
	margin-bottom:10px;
}

#main_menu a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight:bold;
	text-transform:uppercase;
	color:#394939;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	padding-top:12px !important;
	padding-top:13px;
	padding-bottom:11px;
	margin-left:4px !important;
	margin-left:1px;
}

#main_menu a:hover {
	background-color:#3F4A3E;
	color:white;
	background-image: url("l-ru/images/backgrounds/link.jpg");
}

#main_menu .aactive {
	background-color:#3F4A3E;
	color:white;
	background-image: url("l-ru/images/backgrounds/link.jpg");
}

.leaves {
	border-right:2px solid #ffffff;
	float:left;
}

#sidebar {
	width:150px;
	border:1px solid #cccccc;
	padding:5px;
	float:left;
	clear:left;
	background-image: url("l-ru/images/backgrounds/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
}

h3 {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#000000;
	border:none;
	background-image:none;
}

h2 {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#000000;
	border:none;
	background-image:none;
}

#sidebar h1 {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#000000;
	border:none;
	background-image:none;
}

.article {
	margin-left: 0px;
	padding:10px;
	border: 1px solid #cccccc;
	background-image: url("l-ru/images/backgrounds/articlenormal.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:10px;
	background-color: #FFFFFF;
}

.articlefull {
	border-top: 1px #000000 dashed;
	font-family: Verdana, Arial Narrow, Arial, Helvetica, sans-serif;
	padding: 10px;
	border: 1px solid #cccccc;
	background-image: url("l-ru/images/backgrounds/articlenormal.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 0;
	color: #253E5F;
	background-color: #FFFFFF;
}

.leftmenu {
	padding: 10px;
	border: 0px solid #cccccc;
	background-image: url("images/Left_menu_background_242.png");
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.article:hover {
	background-image: url("l-ru/images/backgrounds/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}

.article p {
	margin:10px;
}

.article_info {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	letter-spacing:2px;
	font-variant:small-caps;
	text-transform:lowercase;
}

.article_info a {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

h3 {
    font-family: Helvetica,Arial,Arial Narrow, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing:0.1px;
    color:#000000;
/*	border-bottom:2px solid #cccccc;*/
    /*border-bottom:1px solid #EBEBEB;*/
    border-top:2px solid #cccccc;
    background-image: url("l-ru/images/backgrounds/headers3.jpg");
/*    background-position:top right;*/
    background-position:center right;
    background-repeat:no-repeat;
    padding-bottom:5px;
    padding-top:5px;
    padding-right:35px;
} 

h2 {	
	font-family: Verdana, Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#000000;
	border-bottom:2px solid #cccccc;
	background-image: url("l-ru/images/backgrounds/headers.jpg");
	background-position:top right;
	background-repeat:no-repeat;
	padding-bottom:5px;
	padding-top:5px;
    padding-right:35px;
}


h1 {
    font-family: Verdana, Arial Narrow, Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing:0.1px;
    color:000000;
/*    border-bottom:2px solid #cccccc; */
    background-image: url("l-ru/images/backgrounds/headers.jpg");
    background-position:top right;
    background-repeat:no-repeat;
    padding-bottom:5px;
    padding-top:5px;
    padding-right:35px;
}

h1 {
	font-size:150%;
}

h2 {
	font-size:140%;
}

h3 {
	font-size:130%;
}

.comment {
	margin-left: 0px;
	padding: 10px;
	border: 1px solid #cccccc;
	background-image: url("l-ru/images/backgrounds/article.jpg");
	background-position: bottom right;
	background-repeat: repeat-x;
	margin-bottom: 0px;
	border-top-style: none;
}

.commentfull {
	padding:10px;
	border: 1px solid #cccccc;
	background-image:url("l-ru/images/backgrounds/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}

.comment a {
	text-decoration:none;
}

/* Указывается для ссылки на e-mail (рисуется конвертик) в формате <a class="nd-email-link" href="mailto:info@newdimension.ru">info@newdimension.ru</a> */
a.nd-email-link {
	background:transparent url("images/em3.gif") no-repeat scroll 2px 4px;
	padding:2px 5px 5px 21px;
	color:#4C6E94;
	font-weight:normal;
}

/* Указывается на ссылку на документ (рисуется стрелочка с квадратиком) в формате <a class="nd-doc-link" href="cert/Aer-microsoft-certificate.pdf">Authorized Education Reseller</a> */
a.nd-doc-link {
	background:transparent url("images/sout_1.gif") no-repeat scroll 2px 4px;
	padding:2px 0px 0px 21px;
	color:#4C6E94;
	font-weight:normal;
}

/* Указывается на ссылку на сайт или страничку (рисуется стрелочка) в формате <a class="nd-url-link" href="articles/article08.htm">История успеха....</a> */
a.nd-url-link {
	background:transparent url("images/sout2_2.gif") no-repeat scroll 2px 4px;
	padding:2px 0px 0px 21px;
	color:#4C6E94;
	font-weight:normal;
}

/* Указывается на ссылку на сайт или страничку (просто текст) в формате <a class="nd-link" href="articles/article08.htm">История успеха....</a> */
a.nd-link {
	color:#4C6E94;
	font-weight:normal;
}

/* Указывается на ссылку на сайт или страничку (зеленая стрелочка трех секционная с тремя зелеными точками) в 
формате - Подробности	<a class="nd-more-link" href="pressrelease/press61.htm">&nbsp;</a> */
a.nd-more-link {
	background:transparent url("images/green_arrow.gif") no-repeat scroll 2px 4px;
	padding:2px 0px 0px 32px;
	color:#4C6E94;
	font-weight:normal;
}

a {
	color:#60B329;
	font-weight:bold;
	text-decoration:none;
	border: 0;
}

a img{
	border: none;
}

a:hover {
}


A{
	FONT-SIZE: 100%; C1OLOR: #006699; FONT-STYLE: normal; FONT-FAMILY: Georgia, Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A:link {
	C1OLOR: #006699
}
A:visited {
	C1OLOR: #6e4987
}
A:hover {
	C1OLOR: #006699; TEXT-DECORATION: underline
}
A:active {
	C1OLOR: #006699; TEXT-DECORATION: underline
}


.js .hidden {
      display:none;
}

.style88 {
	border: 1px solid #cccccc;
	border-right-style: none;
}

.style89 {
	border-top: 1px solid #cccccc;
	border-top-style:none;
	font-size:0.8em;
}

.style89_1 {
	border-top: 1px solid #cccccc;
	border-top-style:solid;
	font-size:0.85em;
}

.styleRef{
	font-weight:bold;
	font-size:10px;	
}	

.style88LeftMenu {
	border: 1px solid #cccccc;
	border-right-style: none;
	padding: 10px;
	background-image: url("images/Left_menu_background_242.png");
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.msPartnerYear2009 {
	border-style: solid;
	border-width: 1px;
	margin: 5px;
	border-color:orange;
}

.lang_select {
	font-family:Tahoma,Helvetica,sans-serif;
	font-weight:normal;
	width_del:120px;
	color:#222222;
	font-size:11px;
	margin:0;
	margin-top: 0px;
}

.lang_title {
	font-family:Tahoma,Helvetica,sans-serif;
	font-weight:normal;
	color:white;
	font-size:11px;
	margin:0;
	margin-bottom: 0px;
}

}




