/* CSS Reset v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
        font-family: Tahoma, sans-serif;
        font-size: 14px;
        color: white;
        background-color: #050910;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
p {padding-bottom: 15px}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table td {
	vertical-align: top;
}
.top_bg,
.bot_bg {
    min-width: 1090px;
}
.main_wrap {
    /*width: 972px;*/
    width: 1106px;
    margin: 0 auto;
}
.header {
    height: 215px;
    overflow: hidden;
    position: relative;
    padding: 0 67px;
}
#toHome {
    display: block;
    position: absolute;
    top: 0;
    left: 394px;
    height: 145px;
    width: 270px;
}
.header .contacts {
    padding-top: 27px;
    text-align: right;
    height: 147px;
}
.header .nav {
    text-align: right;
    overflow: hidden;
}
.nav ul,
.nav li {
    list-style: none;
}
.nav ul {float: right}
.nav li {
    float: left;
    padding-right: 10px;
    border-right: 1px solid white;
    margin-right: 10px;
}
.nav li.last {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.nav ul ul {
    display: none;
}
a {
    color: white;
}
a:hover,
.nav li.active a {
    color: #f9a937;
}
.submenu {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.submenu .block {
    position: relative;
    padding-top: 8px;
}
.submenu ul,
.submenu li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.submenu ul {
    border: 1px solid white;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #172d4c;
    overflow: hidden;
    padding: 6px;
    display: block;
}
.submenu li {
    float: left;
    padding: 0 10px;
}
.submenu .arrow {
    position: absolute;
    top: 0px;
    right: 100px;
    height: 10px;
    width: 17px;
}

.content {
    padding: 0 67px;
}

.col3 {
    width: 100%;
    margin-bottom: 47px;
}
.col3 td {
    width: 33%;
}
.col3 .title {
    width: 312px;
    line-height: 41px;
    font-size: 24px;
    overflow: hidden;
    padding-left: 20px;
    margin-bottom: 35px;
}
.col3 p {
    padding-bottom: 10px;
}
.col3 a {
    color: white;
}
.col3 a:hover {
    color: #f9a937;
}
.col3 .text {
    padding-left: 20px;
}

h1 {
    font-size: 30px;
    color: #f5812a;
    font-weight: normal;
    margin-bottom: 25px;
}

.clients_title {
    margin-top: 55px;
    font-size: 30px;
    margin-bottom: 15px;
}

.footer {
    overflow: hidden;
    margin-top: 110px;
    font-size: 12px;
    height: 40px;
    position: relative;
}
.footer .copy {
    text-align: center;
}
.footer_contacts {
    position: absolute;
    top: 0;
    right: 67px;
    width: 230px;
    overflow: hidden;
}



/* Carousel */

#carousel_wrp2 {
    width: 1132px;
    padding: 20px 0;
    margin: 20px 0;
    margin-bottom: 40px;
}
#carousel_wrp {
    width: 1132px;
    margin-left: -13px;
}
.jcarousel-skin-tango .jcarousel-container {
    width: 1132px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 980px;
    padding: 0 86px;
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    overflow: hidden;
    width: 980px;
    height: 235px;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 470px;
    overflow: hidden;
    height: 235px;
}
.jcarousel-skin-tango .jcarousel-item img.img {
    display: block;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 20px;
}
.chrome .jcarousel-item-horizontal {
    /*margin-right: 19px;*/
    float: left;
    position: relative;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 50px;
    right: 15px;
    width: 86px;
    height: 130px;
    cursor: pointer;
    background: transparent url(images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    /*background-position: -96px 0;*/
    background: none;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: 0 -120px;
    height: 150px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 50px;
    left: 0;
    width: 86px;
    height: 130px;
    cursor: pointer;
    background: transparent url(images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    /*background-position: -96px 0;*/
    background: none;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: 0 -120px;
    height: 150px;
}


.boxgrid{
        overflow: hidden;
        position: relative;
}
.boxgrid .img{
        position: absolute;
        top: 0;
        left: 0;
        border: 0;
}

.boxcaption{
        float: left;
        position: absolute;
        background: #000;
        padding: 10px;
        height: 228px;
        width: 225px;
        opacity: .8;
        /* For IE 5-7 */
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        /* For IE 8 */
        -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
        top: 0;
        left: 470px;
}
.boxcaption h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 15px 0;
    color: #ff373a;
}
.boxcaption .link {
    display: block;
    margin-top: 5px;
    color: #ff373a;
    font-size: 12px;
}


.jac
{
	height:115px; /* default height */
	position:relative;
	margin:0 0 0 0;
        padding: 16px 0;
}

.jac ul.carousel
{
	position:absolute;
	top:0;
	left:0;
	margin:0;
        width: 9999px;
	padding:0;
	list-style-type:none;
}
li.jac-content
{
	float:left;
        display: block;
        padding-right: 17px;
}
#jac-controls {
    overflow: hidden;
    padding-top: 5px;
}
.arrow-right,
.arrow-left {
    display: block;
    line-height: 30px;
}
.arrow-right {
    float: right;
}
.arrow-left {
    float: left;
}
.arrow-right a,
.arrow-left a {
    color: white;
    font-size:  16px;
    text-decoration: underline !important;
}
.clients_slider_wrap {
    padding: 0 16px;
    position: relative;
}
.jac_left_bg,
.jac_right_bg {
    position: absolute;
    top: 0;
    height: 147px;
    width: 16px;
}
.jac_left_bg {
    left: 0;
}
.jac_right_bg {
    right: 0;
}


.contactFormTable td {
    padding: 3px;
    vertical-align: top;
}
.errors, .errors * {
    color: red;
}
div.errors strong {
    text-decoration: underline;
}
.errors {
    padding-bottom: 10px;
}
#cfContact {
    padding: 3px;
}

h1.longtitle,
div.longtitle {
    padding-left: 67px;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: white;
    margin-top: 5px;
}
div.longtitle {
    width: 1106px;
    margin-left: -86px;
}
#custom_height {
    min-height: 860px;
}


/* portfolio list */
.portfolio_item {
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.portfolio_item a.image {
    display: block;
    float: left;
    margin-right: 20px;
    width: 237px;
}
.portfolio_item .text {
    float: left;
    width: 710px;
}
.portfolio_item a.title {
    text-decoration: none;
    font-size: 24px;
    font-family: Arial;
    color: #f5812a;
    margin-bottom: 10px;
    display: block;
}
.portfolio_item .date {
    margin-bottom: 7px;
    color: #93b4ff;
    font: 12px Arial;
}
.portfolio_item .description {
    font: 14px Arial;
}
.portfolio_item a.link {
    color: #93b4ff;
}
div.longtitle {
    position: relative;
}


#ditto_pages .ditto_currentpage {
    padding: 0 5px 0;
    margin-right: 1px;
    color: #f5812a;
}
#ditto_pages .ditto_off {
    padding: 0 5px 0;
    margin-right: 1px;
    color: #aaa;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    padding: 0 5px 0;
    margin-right: 1px;
    text-decoration: underline;
    color: white;
}
#ditto_pages a:hover {
    color: #f5812a;
}
a.ditto_next_link,
a.ditto_previous_link {
    text-decoration: none !important;
}
.ditto_next_link .hide,
.ditto_previous_link .hide {
    text-decoration: underline;
}

.top_pages .ditto_currentpage ,
.top_pages .ditto_off ,
.top_pages a {
    padding: 0 0px 0 !important;
    font-size: 12px;
}


div.top_pages {
    position: absolute;
    top: 0;
    right: 110px;
    font-size: 12px;
}
.top_pages .hide {
    display: none;
}
span.ditto_currentpage {
    color: #f5812a;
    text-decoration: underline !important;
}
.top_pages a {
    color: white;
}

.longtitle a {
    color: white;
    text-decoration: none;
}



/* portf page */
.slide_block {
    padding: 0 87px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    margin-left: -86px;
    position: relative;
    width: 965px;
}
.slide_block .img {
    float: left;
    margin-right: 20px;
    display: block;
}
.slide_block .text {
    float: left;
    width: 400px;
}
.slide_block .title {
    font-size: 30px;
    color: #f5812a;
    margin-bottom: 20px;
}
.slide_block a.link {
    color: #93b4ff;
}
.slide_block .description {
    margin-top: 10px;
}

.big_images {
    width: 960px;
    margin-left: 1px;
    overflow: hidden;
    min-height: 600px;
}
.big_images img {
    display: block;
}
.big_images .bi1 {
    float: left;
}
.big_images .bi2 {
    float: right;
}

.pf_controls {
    position: absolute;
    top: 50px;
    width: 87px;
    height: 130px;
    cursor: pointer;
}
a.pf_controls:hover {
    height: 140px;
}
.next_btn {
    right: 0;
    background: transparent url(images/next-horizontal.png) no-repeat 0 0;
}
.prev_btn {
    left: 0;
    background: transparent url(images/prev-horizontal.png) no-repeat 0 0;
}
a.next_btn:hover,
a.prev_btn:hover {
    background-position: 0 -120px;
}
.service_label {
	font: 14px Arial;
    color: #93b4ff;
}

h2 {
	color: #F9A937;
}
.tr1 {background: none;}
.tr2 {background: none;}
.tr3 {background: none;}

.td1 { text-align: center; vertical-align: middle; }
.td2 {background: none; vertical-align: middle; text-align: right;}
.td3 {background: #366092; vertical-align: middle; text-align: center;}
.td4 {background: #4f81BD; vertical-align: middle; text-align: center;}

.langs {
    position: absolute;
    top: 20px;
    left: 70px;
    overflow: hidden;
}
.langs a {
    display: block;
    float: left;
    width: 36px;
    height: 18px;
    line-height: 16px;
    overflow: hidden;
    font-size: 13px;
    color: white;
    text-decoration: none;
    text-align: center;
    margin-right: 5px;
}
.langs a:hover,
.langs a.active {
    background-position: 0px -18px;
    color: #faab41;
}