body {
   margin: 0px;
   padding: 0px;
   font-family: Arial, Helvetica, sans-serif;
   text-align: center;
   background: #fff;
    color: #808080;
    font-size: 12px;
}

p {
    line-height: 16px;
}
a {
    color: #e97118;
}
a:hover {
    text-decoration: blink;
}

h2 {
    color: #e97118;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

h2 span.lowercase {
    text-transform: lowercase;
}

h3 {
    color: #e97118;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
h4 {
    color: #e97118;
    font-size: 12px;
    text-transform: uppercase;
    margin: 15px 0;
    font-weight: bold;
}
h4.faq {
    text-transform: none;
    font-style: italic;
}
h4 a{
    display: block;
    text-decoration: none;
    border-top: 1px solid #e97118;
    border-bottom: 1px solid #e97118;
    padding: 4px 0;
}
ul {
    padding: 0 0 0 18px;
}
.c_both {
    clear:both;
    font-size:1px;
    height:1px;
}
#page {
    width: auto;
    margin: 0 auto;
    text-align: left;
}
.header {
    margin: 0;
    padding: 0;
    border-spacing: 0;
}
.header img{
    margin: 0;
    padding: 0;
}
.header_left {
    height: 196px;
    background: #217982 url(images/header_bg_left.gif) repeat-x top right;
    width: 50%;
}
.header_center {
    height: 196px;
    width: 1245px;
    background: #217982 url(images/header_bg.gif) no-repeat;
}
#top_menu {
    width: 155px;
    height: 32px;
    background: url(images/top_menu_bg.gif) no-repeat;
    color: #fff;
    text-align: center;
    float: right;
    margin: 5px 184px 0 0;
    padding: 10px 0 0;
}
#top_menu a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    z-index: 99;
}
#top_menu a:hover {
    text-decoration: underline;
}
#index_link {
    width: 450px;
    height: 80px;
    padding: 40px 0 0 0;
    margin: 0 0 0 150px;
    display: block;
    text-decoration: none;
}
.header_right {
    height: 196px;
    background: #217982 url(images/header_bg_right.gif) repeat-x;
    width: 50%;
}
#content {
    width: 930px;
    padding: 0;
    margin: -70px auto 0 auto;;
}

#menu {
    margin: 0 0 10px 0;
    width: 100%;
    height: 110px;
}

.header-menu {
    width: 650px;
    height: 110px;
    margin: 0;
    padding: 0;
}

.header-menu li {
    float: left;
    margin: 0 12px 0 0;
    list-style: none;
}

.header-menu li a {
    display: block;
    width: 111px;
    height: 30px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 80px 0 0;
    text-transform: uppercase;
}

.header-menu li a:hover {
    text-decoration: none;
}

.header-menu li a.about {
    background: url(images/menu-about.png) no-repeat;
}

.header-menu li a.about:hover, .header-menu li.active a.about {
    background: url(images/menu-about-active.png) no-repeat;
}

.header-menu li a.process {
    background: url(images/menu-process.png) no-repeat;
}

.header-menu li a.process:hover, .header-menu li.active a.process {
    background: url(images/menu-process-active.png) no-repeat;
}

.header-menu li a.portfolio {
    background: url(images/menu-portfolio.png) no-repeat;
}

.header-menu li a.portfolio:hover, .header-menu li.active a.portfolio {
    background: url(images/menu-portfolio-active.png) no-repeat;
}

.header-menu li a.faq {
    background: url(images/menu-faq.png) no-repeat;
}

.header-menu li a.faq:hover, .header-menu li.active a.faq {
    background: url(images/menu-faq-active.png) no-repeat;
}

.header-menu li a.testimonials {
    background: url(images/menu-testimonials.png) no-repeat;
}

.header-menu li a.testimonials:hover, .header-menu li.active a.testimonials {
    background: url(images/menu-testimonials-active.png) no-repeat;
}

#col_1 {
    width: 600px;
    margin: 0 0 0 0;
    float: left;
}
#news_header {
    background: url(images/news_bg_header.gif) no-repeat;
    width: 293px;
    height: 55px;
}
#quick_intro {
    width: 205px;
    background: #e97118;
    color: #fff;
    padding: 5px;
    float: left;
    margin: 3px 14px 14px 0;
}
#quick_intro h2 {
    color: #fff;
    margin: 5px 0;
    font-size:17px;
    font-weight: 600;
}
#quick_intro p {
    margin: 0;
    text-align: justify;
}
#quick_intro_right {
    margin: 14px 0 19px 230px;
}
#col_2 {
    width: 293px;
    margin: -12px 0 0 620px;
    position: relative;
    z-index: 99;
}
#col_2 h4 {
    color: #808080;
    margin: 15px 0 5px 0;
    z-index: 5;
}
#col_2 p {
    margin: 0 0 5px 0;
}
#vmenu {
    margin: -15px 0 30px 0;
    z-index: 99;
    position: relative;
}
#vmenu ul {
    margin: 0;
    padding: 0;
}
#vmenu li {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
#vmenu a span {
    height: 25px;
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e97118;
}
#vmenu a span img {
    margin: 0 5px;
    border: none;
}
#vmenu a.active span, #vmenu a.active:focus span, #vmenu a.active:hover span {
    background: #e97118;
    height: 25px;
    display: block;
    margin: 0;
}
#vmenu a:focus span, #vmenu a:hover span {
    background: #feecde;
    height: 25px;
    text-decoration: none;
    display: block;
    margin: 0;
}
#vmenu a {
    color: #e97118;
    font-size: 18px;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
#vmenu a.active {
    color: #fff;
}

#vmenu h3 {
    margin: 0 0 5px;
}


/* ========================= */

ul.page_li {
    margin: 0 0 0 20px;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
}

ul.page_li li {
    /*list-style: square outside url(images/bg_page_li.gif);*/
    background: url(images/bg_page_li.gif) 0px 5px no-repeat;
    padding: 3px 0 3px 15px;
}
.ppc-pad {
    padding: 0 0 0 35px;
}

.portfolio_list {
    padding-left: 40px;
}
.portfolio_img {
    border: 1px solid #dce4cf;
    padding: 5px;
}
.portfolio_cnt_img {
    vertical-align: -10px;
}
.modal_content {
    padding: 10px 20px 20px 20px;
}
.attention {
    color: Red;
}
.testimonial {
    width: 100%;
    border-top: 1px solid #808080;
    padding: 20px 0;
}
.testimonial div.logo{
    width: 140px;
    float: left;
}
.testimonial div.address{
    width: 140px;
    float: left;
    margin-left: 10px;
}
.testimonial div.description{
    width: 300px;
    float: left;
    margin-left: 10px;
}
.testimonial p {
    margin: 15px 0 5px 0;
}
.testimonial pre {
    margin: 0;
}
#talk_botton {
    margin: 10px 0 0 200px;
}
#footer {
    height: 60px;
    color: #fff;
    margin-top: 20px;
}
#black_line {
    height: 1px;
    background: #000;
    margin-bottom: 1px;
    font-size: 1px;
}
#blue_line {
    height: 38px;
    background: #217a83;
    padding-top: 20px;
}
#footer_content {
    width: 930px;
    padding: 0;
    margin: 0 auto;
}
#footer a {
    color: #fff;
    font-weight: bold;
}
.contact-input {
    width: 230px;
}
.contact-input-cv {
    width: 167px;
    padding: 0 10px;
}
.contact-textarea {
    width: 230px;
}

i.marked {
    color: Red;
}

.affiliates-left {
    width: 217px;
    float: left;
    font: bold 12px Arial, sans-serif;
    color: #808080;
}

.affiliates-left a {
    font: bold 12px Arial, sans-serif;
    color: #808080;
    text-decoration: none;
}

.affiliates-left a:hover {
    text-decoration: underline;
}

.affiliates-left img {
    width: 196px;
    height: 209px;
    margin: 75px 0 10px;
}

.affiliates-right {
    margin: 0 0 0 232px;
}

#grey-info {
    background: #f0f0f0;
    border: 1px solid #d7d7d1;
    margin: 10px 20px 10px;
    padding: 10px;
    display: none;
}

#grey-info .close {
    float: right;
    margin: -5px -5px 20px 0;
    position: relative;
    color:#f0f0f0;
    border: none;
}

#grey-info .close:hover {
    text-decoration: none;
}

.request-form {
    padding: 0px;
}

.request-select {
    width: 234px;
}
.request-textarea{
    width: 234px;
}

.more-projects {
    margin: 15px 0;
}
div.error {
	height: 28px;
	line-height: 28px;
	padding: 2px;
	background: url(images/ico_error.gif) no-repeat left center;
	padding-left: 30px;
	color: #ff9000;
	font-size: 14px;
	border: 1px solid #ff9000;
	margin: 3px;
}
div.message-sent{
	padding: 10px;
	background: url(images/ico_ok.gif) no-repeat 10px center;
	padding-left: 48px;
	color: #ff9000;
	font-size: 14px;
	border: 1px solid #ff9000;
	margin: 3px;
}
#more_examples{
	float:right;
	font-style:italic;
    cursor: pointer;
}
.projects-button {
    background: url(images/bg-more-projects.gif) 0px 0px no-repeat;
    width: 122px;
    height: 60px;
    display: block;
    font: normal 18px Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 22px 0 0 102px;
    float: left;
    cursor: pointer;
}

.projects-button, .projects-button:hover {
    text-decoration: none;
}

.access-code {
    width: 278px;
    margin: 0 0 0 240px;
}

.access-code .t-input {
    width: 150px;
    margin: -3px 0 0 0;
    float: right;
    padding: 1px 0px;
    height: 18px;
}

.access-code .button {
    width: 38px;
    height: 28px;
    float: right;
    margin: -3px 0 0 5px;
}

.access-code div {
    border-bottom: 1px solid #cecfd3;
    padding: 21px 0 14px;
}

.access-code a {
    font: italic 12px Arial, sans-serif;
    color: #808080;
    margin: 3px 0 0 0;
    float: right;
}

.access-code a, .access-code a:hover {
    text-decoration: underline;
}

.submit-request {
    width: 190px;
}

.footer_right {
    float: right;
    width:293px;
}

.footer_left {
    width:600px;
}


/* HR AGENCY CSS*/
.partner-box {
        width: 293px;
        margin: 40px 0 0;
}


.partner-box  .partner-box-title {
        background: url('images/bg-partner-box.gif') top left no-repeat;
        width: 286px;
	height:26px;
	padding:5px 0pt 0pt 7px;
        font: normal 24px/24px Arial,Helvetica,sans-serif;
        color: #fff;
        margin: 0 0 8px;
}