* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	background-color: #f8f6f7;
	font: 14px Arial, Verdana, Tahoma, sans-serif;
	width: 100%;
	height: 100%;
}
a {
    color: #68c503;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.article p {
	margin: 0 0 20px
}
a.dsq-subscribe-rss{
    display:none!important;
}
.article p.banners {
    text-align:center;
}
.article ul, .article ol{
    padding:8px 20px;
}

img {
	border: none;
}
input {
    padding:2px 2px;
	vertical-align: middle;
    outline: none;
}
.clear {
    clear:both;
    float:none;
}
#wrapper {
    background: url("/images/leftcol-bg.png") repeat-y scroll left top white;
    height: auto !important;
    margin: 0 auto;
    min-height: 100%;
    width: 980px;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
    background: url("/images/header-bg.png") no-repeat scroll left top #FFFFFF;
    font-family: Verdana,Arial,Tahoma,sans-serif;
    height: 150px;
    margin: 0 auto;
    position: relative;
    width: 980px;
}

#logo {
    background: url("/images/logo.png") no-repeat scroll left top transparent;
    height: 87px;
    left: 20px;
    position: absolute;
    text-decoration: none;
    top: 13px;
    width: 310px;
}

a.login {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 11px;
    top: 20px;
}
a.registration{
     color: #000000;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 55px;
    top: 20px;
}
a.team{
     color: #000000;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 55px;
    top: 45px;
}
a.rss {
    background: url("/images/soc-icons.png") no-repeat scroll right top transparent;
    display: block;
    height: 16px;
    position: absolute;
    right: 129px;
    top: 20px;
    width: 16px;
}

a.rss:hover {
    -moz-box-shadow: 2px 0 2px 0 rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 0 2px 0 rgba(0,0,0,0.5);
    box-shadow: 2px 0 2px 0 rgba(0,0,0,0.5);
}

.search {
    bottom: 50px;
    position: absolute;
    right: 20px;
}

.search input.text {
    width: 230px;
}

#menu {
    background: url("/images/menu-bg.png") repeat-x scroll left top transparent;
    bottom: 0;
    height: 40px;
    position: absolute;
    width: 980px;
}

#menu li {
    float: left;
    list-style: none outside none;
}

#menu li:hover {
	}

#menu li:first-child a {
	background: none;
}



#menu li a {
    background: url("/images/menu-sep.png") no-repeat scroll left center transparent;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
}

#menu li a:hover { background-color: rgba(151, 0, 2, 1); }
#menu li a.act { background-color: rgba(151, 0, 2, 1); }

/* Middle
-----------------------------------------------------------------------------*/

#breadcrumbs {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    height: 37px;
    line-height: 37px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 940px;
}

#breadcrumbs a {
    background: url("/images/arrow.png") no-repeat scroll right center transparent;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    margin-right: 5px;
    padding-right: 15px;
}

#middle {
    height: 1%;
    margin: 0 auto;
    padding: 0 0 115px;
    position: relative;
    width: 980px;
}

#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
    float: left;
    overflow: hidden;
    width: 100%;
}
#container h1{
    background: none repeat scroll 0 0 #666666;
    border-left: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 20px;
}
.forums{
    padding:20px;
    background:white;
}
.cal{
   padding:20px;
    background:white; 
    min-height: 405px; 
}
.banners{
    padding:20px;
}
.red{
    color:#AC0002;
}

#content {
    padding: 0 0 0 300px;
}

#content h1, #sideLeft h4 {
    background: none repeat scroll 0 0 #666666;
    border-left: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 20px;
}

#content h2 {
    color: #BE0002;
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}

#content .article, #sideLeft .articles {
    padding: 20px;
}


.face{
    margin-bottom: 5px;
    list-style: disc;
    overflow-x: hidden;
    white-space: normal;
    height: 245px;
    display: block;
    overflow-y: scroll;
    padding: 10px;
}
.face li{
    list-style: disc;
    padding: 5px 0px;
    margin: -2px 0px 2px 12px;
}



/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
    float: left;
    margin-left: -100%;
    position: relative;
    width: 300px;
}

#sideLeft h4 {
    text-align: right;
}

#sidebar-menu ul.level2 {
    margin-top: 20px;
    padding-left: 55px;
}

#sidebar-menu ul.level2 li {
    margin-bottom: 15px;
    list-style-image: url("/images/li-bg.png");
    list-style-position: outside;
}

#sidebar-menu li {
    margin-bottom: 20px;
    list-style:none;
}

#sidebar-menu li strong a {
    text-decoration:none;
}

#sidebar-menu ul.level2 li a {
    color: #222222;
}

#sidebar-menu ul.level2 li a.active {
    text-decoration:none;
}

#sidebar-menu a.solutions {
    background: url("/images/sm-pic/solutions.png") no-repeat scroll left center transparent;
    display: block;
    height: 25px;
    padding-left: 40px;
}


#sidebar-menu a.experience {
    background: url("/images/sm-pic/experience.png") no-repeat scroll left center transparent;
    display: block;
    height: 25px;
    padding-left: 40px;
}

#sidebar-menu a.business {
    background: url("/images/sm-pic/business.png") no-repeat scroll left center transparent;
    display: block;
    height: 25px;
    padding-left: 40px;
}

#sidebar-menu a.academi {
    background: url("/images/sm-pic/academy.png") no-repeat scroll left center transparent;
    display: block;
    height: 25px;
    padding-left: 40px;
}

#sidebar-menu a.calculator {
    background: url("/images/sm-pic/calculator.png") no-repeat scroll left center transparent;
    display: block;
    height: 25px;
    padding-left: 40px;
}

#sidebar-menu a.tests {
    background: url("/images/sm-pic/tests.png") no-repeat scroll left center transparent;
    display: block;
    height: 25px;
    padding-left: 40px;
}
#sidebar-menu a.integration {
    background: url("/images/sm-pic/integration.png") no-repeat scroll left center transparent;
    display: block;
    height: 25px;
    padding-left: 40px;
}

#sidebar-menu a.technology {
    background: url("/images/sm-pic/technology.png") no-repeat scroll left center transparent;
    display: block;
    height: 25px;
    padding-left: 40px;
}

#sidebar-menu a.video-materials {
    background: url("/images/sm-pic/video-materials.png") no-repeat scroll left center transparent;
    display: block;
    height: 25px;
    padding-left: 40px;
}

#sidebar-menu a{
    color:#48B718;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
    background: url("/images/footer-bg.png") repeat-x scroll left top #F8F6F7;
    height: 80px;
    margin: -115px auto 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    position: relative;
    width: 930px;
    font: 12px Verdana, Arial, Tahoma, sans-serif;
}

#footer-menu {
    float: right;
}

#footer-menu li {
    float: left;
    list-style: none outside none;
    margin-right: 23px;
}

#footer-menu li:last-child {
    margin-right: 0px;
}

#footer-menu li a {
    color: #444444;
}

a.fblike, a.gplus, a.twit {
    display: block;
    float: left;
    height: 20px;
    margin-right: 10px;
}

a.fblike {
    background: url("/images/soc-icons.png") no-repeat scroll left top transparent;
    width: 47px;
}

a.twit {
    background: url("/images/soc-icons.png") no-repeat scroll -57px top transparent;
    width: 59px;    
}

a.gplus {
    background: url("/images/soc-icons.png") no-repeat scroll -126px top transparent;
    width: 50px;    
}

p.copyright {
    color: #D2D2D2;
    margin-bottom: 0;
    margin-top: 40px;
}

/*Main*/

#wrapper.wrapper-index {
    background-image: none;
    background-color: transparent;
    width: 1000px;
}

#middle.middle-index {
    background: none repeat scroll 0 0 transparent;
    height: 1%;
    margin: 25px 0 0;
    padding: 0 0 115px;
    position: relative;
    width: 1000px;
}

#container.container-index {
    padding: 0 10px;
    width: 980px;
}

#top-bloks {
    height: 294px;
    margin-bottom: 10px;
    width: 980px;
}

#top-bloks .new-articles {
    position: relative;
    background: #fff;
    float: left;
    height: 100%;
    margin-right: 10px;
    width: 655px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

#top-bloks .new-comments {
    background: none repeat scroll 0 0 #fff;
    float: left;
    height: 274px;
    padding-bottom: 20px;
    width: 315px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

#integrators {
    width: 940px;
    height: 45px;
    padding: 15px 20px;
    background: none repeat scroll 0 0 #fff;
    margin-bottom: 10px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

#integrators li {
    line-height: normal;
    text-align: left;
    vertical-align: top;
    display: inline-block;
    height: 45px;
}

#integrators {
    text-align: justify;
    line-height: 0;
    font-size: 1px;
    text-align-last: justify;
}

#integrators:after {
    content: "";
    display: inline-block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 100%;
}

#integrators a.integrators-title {
    display: block;
    font-family: Verdana,Arial,Tahoma,sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    width: 120px;
    color: #232323;
}

#integrators li a img {
    max-height: 45px;
}


#content-blocks {
    width: 980px;
    height: 515px;
    margin-bottom: 10px;
}

#content-blocks .technology, #content-blocks .experience {
    background: url("/images/block-title.png") repeat-x scroll left 55px #FFFFFF;
    float: left;
    height: 315px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 320px;
     -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    position: relative;
}

#content-blocks .technology ul.scroll-box, #content-blocks .experience ul.scroll-box {
    height: 239px;
    overflow-y: auto;
    padding: 20px 20px 0;
}

#content-blocks .solutions {
    background: url("/images/block-title.png") repeat-x scroll left 55px #FFFFFF;
    height: 515px;
    width: 320px;
    float: right;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    box-shadow: 0 0 5px rgba(0,0,0,0.4); 
}

#content-blocks .solutions ul.scroll-box {
    height: 439px;
    overflow-y: auto;
    padding: 20px 20px 0;
}

#content-blocks .video-materials, #content-blocks .business {
    background: url("/images/block-title.png") repeat-x scroll left 55px #FFFFFF;
    float: left;
    height: 190px;
    width: 320px;
    margin-right: 10px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

#content-blocks .video-materials ul.scroll-box, #content-blocks .business ul.scroll-box {
    height: 114px;
    overflow-y: auto;
    padding: 20px 20px 0;
}

#bottom-blocks {
    height: 250px;
    margin-bottom: 10px;
    width: 980px;
}

#bottom-blocks .calculator, #bottom-blocks .tests {
    background: url("/images/block-title.png") repeat-x scroll left 55px #FFFFFF;
    width: 485px;
    height: 100%;
    float: left;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

#bottom-blocks .calculator ul.scroll-box, #bottom-blocks .tests ul.scroll-box {
    height: 174px;
    overflow-y: auto;
    padding: 20px 20px 0;
}

#bottom-blocks .calculator {
    margin-right: 10px;
}

p.top-block-title {
    background: url("/images/top-block-title.png") repeat-x scroll left top transparent;
    color: #FFFFFF;
    font-family: Verdana,Arial,Tahoma,sans-serif;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
    padding: 0 20px 0;
}

#top-bloks p.comment {
    background: url("/images/comment.png") no-repeat scroll 20px 20px transparent;
    font-size: 12px;
    font-style: italic;
    margin: 0 auto;
    padding: 20px 20px 0 50px;
}

#top-bloks p.comment strong {
    font-style: normal;
}

#top-bloks p.comment a {
    color: #333333;
    font-weight: bold;
    font-style: normal;
}

#top-bloks p.comment span {
    display: block;
    margin-top: 5px;
}

#content-blocks ul, #bottom-blocks ul {
    margin-left: 20px;
}

#content-blocks ul li, #bottom-blocks ul li{
    list-style-image: url("/images/li-bg.png");
    list-style-position: outside;
    margin-bottom: 15px;
}

#content-blocks ul li a, #bottom-blocks ul li a{
    color: #222222;
}

p.content-block-title {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    height: 56px;
    line-height: 56px;
    margin-left: 20px;
    padding-left: 50px;
}

.technology p.content-block-title {
    background: url("/images/technology.png") no-repeat scroll left center transparent;
}

.experience p.content-block-title {
    background: url("/images/experience.png") no-repeat scroll left center transparent;
}

.solutions p.content-block-title {
    background: url("/images/solutions.png") no-repeat scroll left center transparent;
}

.video-materials p.content-block-title {
    background: url("/images/video-materials.png") no-repeat scroll left center transparent;
}

.business p.content-block-title {
    background: url("/images/business.png") no-repeat scroll left center transparent;
}

.calculator p.content-block-title {
    background: url("/images/calculator.png") no-repeat scroll left center transparent;
}

.tests p.content-block-title {
    background: url("/images/tests.png") no-repeat scroll left center transparent;
}



/*Slider*/

#vtab {
    border: 1px solid #414141;
    height: 263px;
    margin: auto;
    width: 653px;
}
#vtab > ul > li {
    border-bottom: 1px solid #414141;
    border-top: 1px solid #737373;
    list-style-type: none;
}
#vtab > ul > li:last-child {
    border-bottom: none;
}
#vtab > ul > li > span {
    background-color: #858585 !important;
    color: #2F2F2F;
    cursor: pointer;
    display: block;
    font-family: Arial;
    font-size: 13px;
    height: 44px;
    line-height: 14px;
    margin: auto;
    padding: 10px 20px;
    position: relative;
    text-align: left;
    width: 190px;
}
#vtab > ul > li.selected > span {
    background: url("/images/slider-pic.png") no-repeat scroll right center #FFFFFF !important;
    padding-right: 48px;
    position: relative;
    z-index: 10;
}
        #vtab > ul {
            float: left;
            width: 230px;
            text-align: left;
            display: block;
            margin: auto 0;
            padding: 0;
            position: relative;
            top: 0px;
        }
#vtab > div {
    background-color: #FFFFFF;
    border-left: 1px solid #414141;
    height: 243px;
    margin-left: 230px;
    padding: 10px 30px;
    position: relative;
    z-index: 9;
}
#vtab > div > a {
    color: #2F2F2F;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
    text-decoration: underline;
    display: block;
}
.data{
    margin-bottom:10px;
    display:block;
}

#vtab > div > a:hover {
    text-decoration: none;
}
#contactForm {
     width: 45%;
     position: relative;
}
#contactForm .label {
     position: absolute;
     top: 20px;
     right: -300px;
}
#contactForm label {
     display: block;
     font-size: 14px;
     font-weight: bold;
     margin: 17px 0px 5px;
}
#contactForm input.text, #contactForm textarea, #contactForm select {
     font-size: 12px;
     width: 100%;
}
#contactForm select {
     width: 32%;
}
#contactForm textarea {
     height: 125px;
}

#contactForm .testimonial-phone, #contactForm .message-phone {
	display: none;
}

#dopInput {
     position: relative;
     display: none;
}
#dopInput img {
     display: inline;
     margin: 7px 0px 0px 0px;
}
#dopInput input.text {
     width: 60%;
     float: right;
     position: relative;
     margin-right: -4px;
}
#contactForm .submit {
     float: right;
     margin-right: -4px;
}

#requestStatus #loadingImg {
     float: right;
     margin: -6px 5px 0px 0px;
     padding-top: 10px;
     display: none;
}
#requestStatus span#green {
     color: #00a752;
     visibility: hidden;
}
#requestStatus span#red {
     color: #ED1C24;
     visibility: hidden;
}


.attributes {
	padding: 30px 0px 60px;
	width: 100%;
	float: left;
}

.attributes h2 {
	font-weight: normal;
}

.attributes table {
	width: 100%;
	margin-top: 25px;
}

.attributes table th {
	text-align: left;
	padding: 10px 0px;
}

.attributes table td {
	vertical-align: top;
	padding: 8px 0px;
	color: #222;
	width: 40%;
	text-align: left;
	background: url(/images/crop.gif) repeat-x left top;
}

.attributes td:first-child {
	width: 60%;
	font-style: normal;
}




.forums table {
	border-collapse: collapse;
	width: 90%;
    margin:0px auto;
}

.forums h3 {
	margin: 0px;
}

.forums p {
	margin: 2px 0px;
}

.forums table th {
	text-align: left;
	padding: 10px 5px;
	background: #EEE;
	border: 1px solid #777;
}

.forums table td {
	border: 1px solid #777;
	padding: 5px 5px;
}

.forums .f-tac {
	text-align: center;
}

.forums td.f-tc {
	text-align: center;
	background: #F7F7F7;
}

.forums td.f-mc {
	text-align: center;
	background: #F0F0F0;
}


.forums td.f-upd {
	font-size: 11px;
	line-height: 16px;
}

.forums td.f-user {
	vertical-align: top;
}

.forums td.f-msg {
	vertical-align: top;
	padding: 0px;
}

.forums .f-header {
	background: #FAFAFA;
	padding: 5px;
}

.forums .f-header .date {
	font-size: 10px;
}

.forums .f-content {
	padding: 10px 5px;
}

.forums .f-files {
	padding: 10px 5px;
	background: #FAFAFA;
}

.forums .buttons-nav {
	float: right;
	height: 30px;
	font-size: 16px;
}

.forums .forum-back {
	height: 30px;
	font-size: 16px;
}

#paging {
	font-size: 13px;
}
#paging .lnk-page {
	margin: 0px 5px;
}
#paging ul {
	margin-top: 18px;
}
#paging li {
	display: inline;
}
#paging li a {
	display: inline-block;
	font-size: 15px;
	font-style: italic;
	margin-right: 3px;
}
#paging li a span {
	display: block;
	margin-right: -3px;
	position: relative;
	height: 21px;
	padding: 3px 6px 0px 4px;
	cursor: pointer;
}
#paging li a.act {
	background: #68C503;
	font-weight: bold;
	color: #fff!important;
	text-decoration: none;
}
#paging li a.act span {
	background: #68C503;
	padding: 3px 6px 0px 5px;
}