/**************************************************************
Masterdata Ltd.
http://www.masterdata.ru/
 
CSS for onscreen display;
--------------------------------------------------------------
Common styles;
**************************************************************/
body {
    background: #ffffff;
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #333333;
}

/**************************************************************
Positioning and layout;
**************************************************************/
#crossmenu-wrapper {
	height: 27px;
	background-color: #333333;
	border-top: 3px solid #515151;
	color: #b2b2b2;
}
#crossmenu {
    margin: 0 auto 0 auto;
    padding: 0;
    width: 830px;
}
#crossmenu-left {
    width: 235px;
	float: left;
	text-align: right;
}
#crossmenu-right {
    float: right;
	font-family: Arial;
}
#crossmenu-right A {
	color: #b2b2b2;
	text-decoration: none;
}
#crossmenu-right A:HOVER {
	color: #FFFFFF;
}
#crossmenu-right STRONG.active {
	text-decoration: underline;
}
#crossmenu-right IMG {
	margin: 0 10px 0 10px;
}
#wrapper {
    background: #ffffff;
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 3px solid #ed7900;
    border-bottom: 3px solid #333333;
}
#header {
    margin: 0 auto 0 auto;
    padding: 0;
    width: 830px;
    height: 125px;
}
#logotype {
    margin: 0;
    padding: 0;
    width: 234px;
    height: 125px;
    float: left;
    border-right: 1px solid #d7d7d7;
}
#contacts {
    margin: 0;
    padding: 0;
    width: 595px;
    height: 125px;
    float: right;
    text-align: right;
    background-image: url(../images/shader-top.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}
#bar {
    margin: 0 auto 0 auto;
    padding: 0;
    width: 830px;
    height: 225px;
}
#news {
    margin: 0;
    padding: 0;
    width: 235px;
    height: 225px;
    float: left;
    background: #333333;
}
#news-header {
    margin: 15px 15px 13px 15px;
    padding: 0 15px 0 0;
    text-align: right;
}
.news-block {
    margin: 0 15px 0 15px;
    padding: 6px 15px 10px 0;
    border-top: 1px solid #484848;
    color: #ffffff;
}
.news-block A {
    color: #ed7900;
    text-decoration: none;
}
.news-block A:HOVER {
    color: #333333;
    background: #ed7900;
}
.newsstitle{
  text-decoration: none;
  color: #FFF;
  background-color: #333333;
}

#navigation {
    margin: 0;
    padding: 0;
    width: 595px;
    height: 40px;
    float: left;
}
#menu-main {
    margin: 0;
    padding: 0;
    width: 545px;
    height: 40px;
    float: left;
}
#menu-wrap {
    margin: 0 0 0 17px;
    padding: 0;
}
#active-top {
    width: 15px;
    height: 8px;
    position: absolute;
}
#menu-language {
    margin: 0;
    padding: 0;
    width: 50px;
    height: 40px;
    float: right;    
}
#visual {
    margin: 0;
    padding: 0;
    width: 595px;
    height: 185px;
    background: #ed7900;
    float: left;    
}
#content {
    margin: 0 auto 0 auto;
    padding: 0;
    width: 830px;
}
#content H1 {
    margin: 30px 0 0 264px;
    padding: 0 0 15px 0;
    width: 568px;
    border-bottom: 1px solid #7f7f7f;
}
#content H2 {
    margin: 30px 0 0 0;
    padding: 0 0 10px 264px;
    border-bottom: 1px solid #eed9e9;
    font-size: 9pt;
    font-weight: bold;
    background-image: url(../images/icon.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}
#content P {
    margin: 10px 0 0 264px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #b9b9b9;
}
#content UL {
    margin: 10px 0 0 264px;
    padding: 0 0 10px 15px;
    border-bottom: 1px solid #b9b9b9;
    list-style-type: disc;
    line-height: 14pt;
}
#content UL LI {
    padding-left: 22px;
}
#content UL UL {
    margin: 10px 0 0 20px;
    padding: 0 0 10px 15px;
    list-style-type: circle;
    line-height: 14pt;
    border-bottom: none;
}
#content UL UL LI {
    padding-left: 22px;
}
#content .last {
    border: 0;
    margin-bottom: 20px;
    background-image:none;
}
#content .block {
    margin: 30px 0 0 0;
    padding: 0 0 10px 264px;
    border-bottom: 1px solid #eed9e9;
    background-image: url(../images/icon.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}
#content .block TABLE TD {
	padding: 5px 0 10px 0;
	line-height: 14pt;
}
.mid-td {
	border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
}
.accented {
	font-weight: bold;
}
.labeled {
	color: #999999;
}

#content A {
    color: #ed7900;
    text-decoration: none;
}
#content A:HOVER {
    color: #ffffff;
    background: #ed7900;
}
#content FORM {
    margin: 0;
    padding: 0;
}
#content INPUT, TEXTAREA {
    margin: 0 0 0 30px;
    padding: 0 0 0 2px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #333333;
    width: 274px;
*    width: 270px;
}
#content LABEL {
    margin: 0 0 5px 0;
    padding: 0;
    display: block;
    text-align: right;
}
#content .ch {
    width: auto;
    margin: 0 267px 0 30px;
*    margin: 0 260px 0 30px;    
}
#content .required {
    color: #ed7900;
    font-weight: bold;
}
#content .button {
    margin: 0;
}
#content #md_submit {
    width: auto;
}
#content .notice {
	padding: 1em;
	color: #ed7900;
	border: 1px solid #ed7900;
	background: #fef0e2;
}

#footer {
    margin: 0 auto 0 auto;
    padding: 0;
    width: 830px;
    height: 110px;
}
#partner {
    margin: 0;
    padding: 0;
    width: 235px;
    height: 110px;
    float: left;
}
#menu {
    margin: 0;
    padding: 0;
    width: 595px;
    height: 40px;
    float: left;
}
#copyright {
    margin: 0;
    padding: 0;
    width: 594px;
    height: 70px;
    float: left;
    border-left: 1px solid #d7d7d7;
    color: #aba9aa;
    background-image: url(../images/shader-bottom.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;    
}
#copyright P {
    margin: 30px;
    padding: 0;
}

.clearfix {
    clear: both;
}

/**************************************************************
Main menu pointer positioning;
**************************************************************/

.index { padding-left:52px; }
.solutions { padding-left:147px; }
.team { padding-left:235px; }
.projects { padding-left:312px; }
.request { padding-left:412px; }
.news, .video, .sap-crm-loyalty, .webinar, .thankyou, .team{ visibility: hidden; }

