@import "jScrollPane.css";
@import "reset.css";
html, body {
    width: 100%;
	height: 100%;
    margin: 0; 
    padding: 0; 	
}

body {
	font-family: Arial, sans-serif;	
	font-size: 12px;
	color: #102a32;	
	background: #f3f6ee;
}

div, td {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

a img { border: 0; }

a, a:link, a:visited { 
    text-decoration: none;
}

a:hover { 
    text-decoration: underline 
}
input.error { 
	border: 1px dotted red;
	background-image: url(../images/invalid_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
textarea.error { 
	border: 1px dotted red;
	background-image: url(../images/invalid_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
label.error { 
  background:url("../images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 17px !important;
  padding-bottom: 2px !important;
  color: #EA5200 !important;
}
.container { 
    float: left;
    width: 100%;
    background: #eaecdd url('../images/body-bg.png') repeat-x scroll top left;
}

.footer-container { 
    float: left;
    width: 100%;
}

.header, .content, .footer {
    margin: 0 auto;
    width: 960px;    
    text-align: left;
}

ul.top-menu {
    float: left;
    width: 960px;
    height: 71px;
    padding-top: 14px;
}

ul.top-menu li {
    float: left;
    width: 124px;
    height: 71px;
    padding-right: 10px;
    position: relative;    
}

ul.top-menu li.right {
    float: right;
    padding: 0px;
}

ul.top-menu li a {
    display: block;
    float: left;
    width: 124px;
    height: 71px;
    text-indent: -9999px;
}

ul.top-menu li#topmenu-1 a {background: transparent url('../images/topmenu-1.png') no-repeat scroll 0px 0px;}
ul.top-menu li#topmenu-2 a {background: transparent url('../images/topmenu-2.png') no-repeat scroll 0px 0px;}
ul.top-menu li#topmenu-3 a {background: transparent url('../images/topmenu-3.png') no-repeat scroll 0px 0px;}
ul.top-menu li#topmenu-4 a {background: transparent url('../images/topmenu-4.png') no-repeat scroll 0px 0px;}
ul.top-menu li#topmenu-5 a {background: transparent url('../images/topmenu-5.png') no-repeat scroll 0px 0px;}
ul.top-menu li#topmenu-6 a {background: transparent url('../images/topmenu-6.png') no-repeat scroll 0px 0px;}
              
ul.top-menu li#topmenu-1.hover a, 
ul.top-menu li#topmenu-1 a:hover, 
ul.top-menu li#topmenu-1.active a {background: transparent url('../images/topmenu-1.png') no-repeat scroll 0px -71px;}
ul.top-menu li#topmenu-2.hover a, 
ul.top-menu li#topmenu-2 a:hover, 
ul.top-menu li#topmenu-2.active a {background: transparent url('../images/topmenu-2.png') no-repeat scroll 0px -71px;}
ul.top-menu li#topmenu-3.hover a, 
ul.top-menu li#topmenu-3 a:hover, 
ul.top-menu li#topmenu-3.active a {background: transparent url('../images/topmenu-3.png') no-repeat scroll 0px -71px;}
ul.top-menu li#topmenu-4.hover a, 
ul.top-menu li#topmenu-4 a:hover,
ul.top-menu li#topmenu-4.active a {background: transparent url('../images/topmenu-4.png') no-repeat scroll 0px -71px;}
ul.top-menu li#topmenu-5.hover a, 
ul.top-menu li#topmenu-5 a:hover,
ul.top-menu li#topmenu-5.active a {background: transparent url('../images/topmenu-5.png') no-repeat scroll 0px -71px;}
ul.top-menu li#topmenu-6.hover a, 
ul.top-menu li#topmenu-6 a:hover, 
ul.top-menu li#topmenu-6.active a {background: transparent url('../images/topmenu-6.png') no-repeat scroll 0px -71px;}

ul.top-menu li .dropdown {
    display: none;
    position: absolute;
    top: 50px;
    padding-top: 23px;
    left: 50px;
    width: 231px;
    z-index: 100;
}

ul.top-menu li.hover .dropdown {
    display: block;
}

ul.top-menu li .dropdown .dropdown-top {
    float: left;
    width: 231px;
    height: 17px;
    background: transparent url('../images/dropdown-top.png') no-repeat scroll top left;
}

ul.top-menu li .dropdown .dropdown-bottom {
    float: left;
    width: 231px;
    height: 18px;
    background: transparent url('../images/dropdown-bottom.png') no-repeat scroll top left;
}

ul.top-menu li .dropdown ul {
    float: left;
    width: 223px;
    padding: 0px 4px;
    height: auto;
    overflow: visible;
    background: transparent url('../images/dropdown-bg.png') repeat-y scroll top left;
}

ul.top-menu li .dropdown ul li {
    float: left;
    position: static;
    width: 223px;
    height: 22px;
    background: transparent url('../images/dropdown-li-bg.png') no-repeat scroll top left;    
}

ul.top-menu li .dropdown ul li a, 
ul.top-menu li.active .dropdown ul li a,
ul.top-menu li.hover .dropdown ul li a {
    float: left;
    width: 207px;
    height: 22px;
    line-height: 22px;
    padding: 0px 0px 0px 16px;
    background: none;
    font-size: 12px;
    color: #fff;
    text-indent: 0px;
	background: none;
}

ul.top-menu li#topmenu-1 .dropdown ul li a {background: none;}
ul.top-menu li#topmenu-2 .dropdown ul li a {background: none;}
ul.top-menu li#topmenu-3 .dropdown ul li a {background: none;}
ul.top-menu li#topmenu-4 .dropdown ul li a {background: none;}
ul.top-menu li#topmenu-5 .dropdown ul li a {background: none;}
ul.top-menu li#topmenu-6 .dropdown ul li a {background: none;}

ul.top-menu li#topmenu-1 .dropdown ul li a:hover,
ul.top-menu li#topmenu-2 .dropdown ul li a:hover,
ul.top-menu li#topmenu-3 .dropdown ul li a:hover,
ul.top-menu li#topmenu-4 .dropdown ul li a:hover,
ul.top-menu li#topmenu-5 .dropdown ul li a:hover,
ul.top-menu li#topmenu-6 .dropdown ul li a:hover {
    background: #fff url('../images/dropdown-arrow-active.png') no-repeat scroll 4px 8px;
    color: #3a565b;
}

.header-box {
    float: left;
    width: 960px;
    height: 256px;
    padding-top: 12px;
}

.logo-box {
    float: left;
    height: 256px;
    width: 336px;
}

.logo {
    float: left;
    height: 148px;
    width: 226px;
    padding: 36px 95px 14px 15px;
}

.logo-call {
    float: left;
    width: 336px;
    height: 58px;
    background: transparent url('../images/logo-call.png') no-repeat scroll top left;
}

.header-banner {
    float: right;
 
    width: 621px;
    height: 250px;
    background: transparent url('../images/header-banner.png') no-repeat scroll top left;
}

.header-banner .more {
    position: absolute;
    top: 208px;
    left: 532px;
    width: 68px;
    height: 27px;
}


.header-banner .more a {
    float: left;
    display: block;
    width: 68px;
    height: 27px;
    background: transparent url('../images/header-banner-more.png') no-repeat scroll 0px 0px;
    text-indent: -9999px;
}

.header-banner .more a:hover {
    background: transparent url('../images/header-banner-more.png') no-repeat scroll 0px -27px;
}

.header-banner-2 {
    float: right;
    position: relative;
    width: 621px;
    height: 250px;    
    background: transparent url('../images/header-banner-2.png') no-repeat scroll top left;
}

.header-banner-2 .more {
    position: absolute;
    top: 208px;
    left: 532px;
    width: 68px;
    height: 27px;
}


.header-banner-2 .more a {
    float: left;
    display: block;
    width: 68px;
    height: 27px;
    background: transparent url('../images/header-banner-2-more.png') no-repeat scroll 0px 0px;
    text-indent: -9999px;
}

.header-banner-2 .more a:hover {
    background: transparent url('../images/header-banner-2-more.png') no-repeat scroll 0px -27px;
}

.footer-box {
    float: left;
    width: 960px;
    padding-top: 14px;
}

.footer-box img {
    float: left;
}

.footer-email {
    float: left;
    position: relative;
    width: 278px;
    height: 120px;
    background: transparent url('../images/footer-email.png') no-repeat scroll top left;
}

.footer-email img {
    position: absolute;
    top: 41px;
    left: 119px;
}

.content-box {
    float: left;
    width: 960px;
    padding-top: 14px;
}

.content-side {
    float: right;
    width: 255px;
}

.side-logo {
    float: left;
    width: 255px;
    padding-bottom: 30px;
}

.content-side .title {
    float: right;
    display: inline;
    margin-left: 17px;
    width: 238px;
    height: 75px;
    background: transparent url('../images/content-side-title.png') no-repeat scroll top left;
    text-indent: -9999px;
}

.content-side .clients-list {
    float: left;
    width: 238px;
    margin-top: 12px; 
    display: inline;
    margin-left: 17px;
}

.content-side .clients-list ul {
    float: left;
    width: 238px;
    height: 440px;
    overflow: auto;
}

.content-side .clients-list ul li {
    float: left;
    width: 212px;
    height: 22px;
}

.content-side .clients-list ul li a {
    float: left;
    width: 180px;
    height: 22px;
    line-height: 22px;
    padding: 0px 0px 0px 32px;
    background: #eaecdd url('../images/side-bullet.gif') no-repeat scroll 11px 8px;
    font-size: 14px;
    color: #102a32;
}

.content-side .clients-list ul li a:hover {
    color: #fff;
    background-color: #526f75;
}

.clients-list-bottom {
    float: left;
    width: 238px;
    height: 49px;
    background: transparent url('../images/clients-list-bottom.gif') no-repeat scroll top left;
}

.content-main {
    float: left;
    width: 681px;
}

.content-main-footer {
    float: left;
    width: 681px;
    padding: 20px 0px 30px 0px;
    text-align: center;
    font-size: 11px;
    color: #8aa0a4;
}

.content-main-footer a {
    color: #8aa0a4;
    text-decoration: underline;
}

.testimonials {
    float: left;
    position: relative;
    width: 681px;
    height: 183px;
    margin-top: 18px;
    background: transparent url('../images/testimonials-bg.png') no-repeat scroll top left;
}

.testimonials-image {
    position: absolute;
    height: 111px;
    width: 111px;
    left: 189px;
    top: 32px;
}

.testimonials-image img {
    height: 111px;
    width: 111px;
}

.testimonials-text {
    position: absolute;
    width: 264px;
    left: 378px;
    top: 42px;
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
}

.testimonials-more {
    position: absolute;
    width: 101px;
    height: 27px;
    left: 536px;
    top: 114px;
}

.testimonials-more a {
    float: left;
    display: block;
    width: 101px;
    height: 27px;
    background: transparent url('../images/testimonials-more.png') no-repeat scroll 0px 0px;
    text-indent: -9999px;
}

.testimonials-more a:hover {
    background: transparent url('../images/testimonials-more.png') no-repeat scroll 0px -27px;
}

.content-main-box {
    float: left;
    width: 610px;
    background: #f3f6ee url('../images/content-main-top.png') no-repeat scroll top left;
    padding: 36px 35px 0px 36px;
}

.content-main-box .home-title {
    float: left;
    width: 610px;
    height: 24px;
    padding-bottom: 28px;
}

.content-main-box .title {
    float: left;
    width: 610px;
    height: 48px;
    padding-bottom: 28px;
}

.content-main-box .text {
    float: left;
    width: 610px;
    padding-bottom: 18px;
}

.content-main-box .text-with-image {
    float: left;
    width: 430px;
    padding-bottom: 18px;
}

.content-main-box .text img.float-right {
    float: right;
    padding: 0px 0px 12px 24px;
}

.content-main-box .text h3,
.content-main-box .text-with-image h3 {
    font-size: 16px;
    color: #de7d0b;
    padding-bottom: 18px;
    line-height: 18px;
    font-weight: normal;
    text-align: justify;
}

.content-main-box .text a,
.content-main-box .text-with-image a {
    color: #102a32;
    text-decoration: underline;
}

.content-main-box .text p,
.content-main-box .text-with-image p {
    font-size: 14px;   
    padding-bottom: 18px;
    line-height: 18px;
    text-align: justify;
}

.content-main-box .text ul,
.content-main-box .text-with-image ul {
    padding-bottom: 18px;
}

.content-main-box .text ul li,
.content-main-box .text-with-image ul li {
    font-size: 14px;   
    padding: 0px 0px 4px 28px;
    line-height: 18px;
    background: transparent url('../images/bullet-contact.png') no-repeat scroll 0px 8px;
}

.content-main-box .text ol,
.content-main-box .text-with-image ol {
    padding-bottom: 18px;
    list-style-type: decimal;
    padding-left: 20px;
}

.content-main-box .text ol li,
.content-main-box .text-with-image ol li {
    font-size: 14px;   
    padding: 0px 0px 4px 10px;
    line-height: 18px;
}

.content-main-box .images-with-text {
    float: left;
    width: 180px;
}

.content-main-box .home-text {
    float: left;
    width: 610px;
    padding-bottom: 18px;
}

.content-main-box .home-text .left {
    float: left;
    width: 275px;
    padding-right: 29px;
    border-right: 1px solid #d5dbd6;
    line-height: 18px;
}

.content-main-box .home-text .right {
    float: right;
    width: 275px;
    line-height: 18px;
}

.content-main-box .home-text .left h2,
.content-main-box .home-text .right h2 {
    color: #de7d0b;   
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
}

.content-main-box .home-text .left p,
.content-main-box .home-text .right p {
    font-size: 14px;
    color: #102a32;
    line-height: 18px;
    padding-bottom: 18px;
}

.content-main-box .home-text .left span.orange,
.content-main-box .home-text .right span.orange {
    color: #de7d0b;   
}

.content-main-box-bottom-home {
    float: left;
    position: relative;
    width: 681px;
    height: 86px;
    background: #f3f6ee url('../images/content-main-bottom-home.png') no-repeat scroll top left;
}

.content-main-box-bottom {
    float: left;
    position: relative;
    width: 681px;
    height: 62px;
    background: #f3f6ee url('../images/content-main-bottom.png') no-repeat scroll top left;
}

.content-main-box-bottom-home .play {
    position: absolute;
    top: 23px;
    left: 313px;
    width: 53px;
    height: 53px;
}

.content-main-box-bottom-home .play a {
    float: left;
    display: block;
    width: 53px;
    height: 53px;
    background: transparent url('../images/button-home-flash.png') no-repeat scroll 0px 0px;
    text-indent: -9999px;
}

.content-main-box-bottom-home .play a:hover {
    background: transparent url('../images/button-home-flash.png') no-repeat scroll 0px -53px;
}

.faq {
    float: left;
    width: 610px;
}

.faq-question {
    float: left;
    width: 586px;
    color: #de7d0b;
    font-size: 16px;
    padding: 30px 0px 30px 24px;
    border-top: 1px dotted #000000;
    line-height: 22px;
}

.faq-answer {
    float: left;
    width: 610px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
}

.faq-up {
    float: left;
    width: 24px;
    padding-top: 6px;
}

.faq-answer-text {
    float: left;
    width: 586px;
    font-size: 14px;
    line-height: 18px;
}

.contact-info {
    float: left;
    width: 610px;
    padding: 0px 0px 30px 0px;
}

.contact-info .line {
    float: left;
    width: 610px;
    padding-bottom: 20px;
}

.contact-info .line .left {
    float: left;
    width: 424px;
}

.contact-info .line .left h4 {
    float: left;
    width: 400px;
    padding-left: 24px;
    background: transparent url('../images/bullet-contact.png') no-repeat scroll 0px 8px;
    font-size: 16px;
    line-height: 18px;
    color: #de7d0b;
    font-weight: normal;
}

.contact-info .line .left p {
    float: left;
    width: 400px;
    padding-left: 24px;
    color: #102a32;
    font-size: 14px;
    line-height: 18px;    
}

.contact-info .line .right {
    float: left;
    width: 186px;
}

.contact-info .line .right h4 {
    float: left;
    width: 186px;
    font-size: 16px;
    line-height: 18px;
    color: #de7d0b;
    font-weight: normal;
}

.contact-info .line .right p {
    float: left;
    width: 186px;
    color: #102a32;
    font-size: 14px;
    line-height: 18px;    
}

.contact-info .line .right a {    
    display: block;
    float: left;
    width: 99px;
    height: 27px;
    background: transparent url('../images/btn-directions.png') no-repeat scroll 0px 0px;
    text-indent: -9999px;
    margin-top: 27px;
}

.contact-info .line .right a:hover {
    background: transparent url('../images/btn-directions.png') no-repeat scroll 0px -27px;
}

.contact-form {
    float: left;
    width: 610px;
    padding: 30px 0px;
    border-top: 1px dotted #000;
}

.contact-form .left {
    float: left;
    width: 290px;
}

.contact-form .left .line {
    float: left;
    width: 290px;
}

.contact-form .left .line label {
    float: left;
    width: 278px;
    padding: 0px 0px 2px 12px;
    color: #102a32;
    line-height: 14px;
}

.contact-form .left .line .input {
    float: left;
    width: 290px;
    height: 22px;
    padding: 0px 0px 8px 0px;
}

.contact-form .left .line .input input {
    border: 1px solid #e1e3df;
    padding: 2px 5px;
    width: 278px;
}

.contact-form .left .line .select {
    float: left;
    width: 290px;
    height: 22px;
    padding: 0px 0px 8px 0px;
}

.contact-form .left .line .select select {
    border: 1px solid #e1e3df;
    width: 288px;
}

.contact-form .right {
    float: right;
    width: 290px;
}

.contact-form .right .line {
    float: left;
    width: 290px;
}

.contact-form .right .line label {
    float: left;
    width: 278px;
    padding: 0px 0px 2px 12px;
    color: #102a32;
    line-height: 14px;
}

.contact-form .right .line .textarea {
    float: left;
    width: 290px;
    padding: 0px 0px 8px 0px;
}

.contact-form .right .line .textarea textarea {
    border: 1px solid #e1e3df;
    padding: 2px 5px;
    width: 278px;
    height: 246px;
}

.contact-form .right .buttons {
    float: left;
    width: 290px;
}

.contact-form .right .buttons .reset {
    float: left;
    width: 50px;
    height: 17px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    cursor: hand;
    cursor: pointer;
    background: transparent url('../images/btn-clear.png') no-repeat scroll top left;
}

.contact-form .right .buttons .submit {
    float: right;   
}

.testimonial-page {
    float: left;
    width: 610px;
    border-bottom: 1px dotted #000;
}

.testimonial-page .line {
    float: left;
    width: 610px;    
    border-top: 1px dotted #000;
    padding: 30px 0px;
}

.testimonial-page-up {
    float: left;
    width: 24px;
    padding-top: 6px;
}

.testimonial-page-text { 
    float: left;
    width: 586px;
    font-size: 14px;
    line-height: 18px;    
}

.testimonial-page-desc {
    float: left;
    width: 610px;
    text-align: right;
    color: #de7d0b;
    font-size: 14px;
    line-height: 18px;        
}

.pagination {
    float: left;   
    text-align: center;
    width: 610px;
    margin-bottom: 30px;
}

.pagination-bottom {
    margin-top: 30px;   
}

.pagination a {
    display: block;
    display: -moz-inline-block;
  	display: -moz-inline-box;
  	display: inline-block;
  	zoom: 1;
  	*display: inline;
    color: #de7d0b;
    line-height: 18px;
    padding: 0px 5px;
    font-weight: bold;
    font-size: 14px;
    margin: 0px 6px;
}

.pagination a:hover {
    color: #f3f6ee;
    background-color: #de7d0b;
}

.pagination a.first:hover, 
.pagination a.prev:hover, 
.pagination a.next:hover, 
.pagination a.last:hover {
    background-color: transparent;
}

.pagination span {
    display: block;
    display: -moz-inline-block;
  	display: -moz-inline-box;
  	display: inline-block;
  	zoom: 1;
  	*display: inline;
    color: #f3f6ee;
    background-color: #de7d0b;
    line-height: 18px;
    padding: 0px 5px;
    font-weight: bold;
    font-size: 14px;
    margin: 0px 6px;
}

.partners-details {
    float: left;
    width: 610px;
}

.partners-header {
    float: left;
    width: 610px;
    padding-bottom: 32px;
}

.partners-logo {
    float: left;
    width: 174px;
    height: 148px;
    padding-right: 32px;
}

.partners-btn-back {
    float: left;
    width: 404px;
    height: 27px;
    text-align: right;
}

.partners-btn-back a {
    display: block;
    float: right;
    width: 192px;
    height: 27px;
    text-indent: -9999px;
    background: transparent url('../images/btn-back-to-partners-list.png') no-repeat scroll 0px 0px;
}

.partners-btn-back a:hover {
    background: transparent url('../images/btn-back-to-partners-list.png') no-repeat scroll 0px -27px;
}

.partners-name {
    float: left;
    width: 404px;
    height: 18px;
    line-height: 18px;
    padding: 90px 0px 13px 0px;
    border-bottom: 1px dotted #000;
    color: #de7d0b;
    font-size: 16px;
}

.partners-details-text {
    float: left;
    width: 610px;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 30px;
}

.partners-details-text a {
    color: orange;
}

.partners-details-text a:hover {
    color: blue;
}

.partners-buttons {
    float: left;
    width: 610px;
    padding-bottom: 30px;
}

.partners-buttons .partners-prev {
    float: left;    
}

.partners-buttons .partners-next {
    float: right;   
}

.content-full {
    float: left;
    width: 960px;
    background: #f3f6ee url('../images/content-full-top.png') no-repeat scroll top left;
}

.content-full .title {
    float: left;
    width: 810px;
    height: 48px;
    padding: 36px 75px 28px 75px;
}

.content-full-bottom {
    float: left;
    width: 960px;
    height: 55px;
    background: transparent url('../images/content-full-bottom.png') no-repeat scroll top left;
}

.alphabet {
    float: left;
    display: inline;
    width: 810px;
    margin: 0px 75px 5px 75px;
    text-align: center;
    border-bottom: 1px dotted #000;
}

.alphabet a {
    display: block;
    display: -moz-inline-block;
  	display: -moz-inline-box;
  	display: inline-block;
  	zoom: 1;
  	*display: inline;
    color: #102a32;
    line-height: 25px;
    font-size: 14px;
    height: 34px;
    width: 25px;
    text-align: center;
    padding: 0px 1px;
}

.alphabet a:hover {
    color: #fff;
    font-weight: bold;
    background: transparent url('../images/partners-list-bg.png') no-repeat scroll top left;
}

.clients-full {
    float: left;
    width: 810px;
    padding: 32px 75px 10px 75px;
}

.clients-full ul {
    float: left;
    width: 810px;
}

.clients-full ul li {
    float: left;
    display: inline;
    width: 212px;
    height: 22px;
    margin-right: 58px;
}

.clients-full ul li a {
    float: left;
    width: 180px;
    height: 22px;
    line-height: 22px;
    padding: 0px 0px 0px 32px;
    background: transparent url('../images/side-bullet.gif') no-repeat scroll 11px 8px;
    font-size: 14px;
    color: #102a32;
}

.clients-full ul li a:hover {
    color: #fff;
    background-color: #526f75;
}
