body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica;
	background: #eff5f6;
}
a, img {
	outline: 0;
	border: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
	font-size: 0px;
}
.width {
	width: 990px;
	margin: 0px auto;
	overflow: hidden;
}
.header {
	background: #2c84b6 url(../img/header-bg.jpg) repeat-x;
	overflow: hidden;
}
.logo {
	padding: 27px 0px 0px 40px;
	float: left;
}

/* Langs */
.langs {
	float: right;
	padding: 30px 0px 0px 0px;	
}
.langs ul {
	margin: 0px;
	padding: 0px;
}
.langs ul li {
	list-style: none;
	float: left;
}
.langs ul li a, .langs ul li p {
	margin: 0px;
	width: 39px;
	display: block;
	line-height: 21px;
	margin: 0px 4px;
	text-align: center;
	font-size: 12px;
}
.langs ul li a {
	height: 23px;
	background: url(../img/lang-bg.png) no-repeat;
	color: #434343;
}
.langs ul li p {
	height: 22px;
	background: url(../img/active-lang-bg.png) no-repeat;
	color: #fff;
}

/* Tabs & search */
.navigation {
	margin-top: 35px;
	clear: right;
	float: right;
} 

/* Search */
.search {
	float: right;
	margin: 9px 5px 0px 15px;
	display: inline;
}

/* Tabs */
ul.tabs {
	float: right;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.tabs li {
	float: left;
	font-size: 18px;
	font-family: Arial;
	font-weight: normal;	
	padding: 15px 0px;
}
ul.tabs li a {
	float:left;
	font-weight: bold;
	display:block;
	padding: 0 26px 0 27px;
	height: 20px;
	color: #a8d9f2;
	background: url(../img/splitter.gif) repeat-y left;
}
ul.tabs li a.nosplit {
	background: none;
}
ul.tabs li.current {
	padding-top: 0px;
	background: #EFEFEF url(../img/curent-tab-bg.jpg) repeat-x; 
}
ul.tabs li.current a {
	height:auto;
	padding:0px;
	margin:0px;
	text-decoration: none;
	display: block;
	background: url(../img/tab-l.gif)  no-repeat top left;
}
ul.tabs li.current a b {
	display: block;
	padding: 15px 26px 0px 27px;
	background: url(../img/tab-r.gif)  no-repeat top right;
	color: #444;
}
ul.tabs li.current .trs {
	width: 3px;
	height: 3px;
	display: block;
	float: right; 
}
ul.tabs li.current .tls {
	width: 3px;
	height: 3px;
	display: block;
	float: left; 
} 

/* Footer */
.footer {
	margin-top: 10px;	
	background: #2b84b6 url(../img/footer-bg.jpg) repeat-x;
	height: 100px;
} 
.footer .foot {
	padding: 25px 0px 0px 0px;
}
.footer .foot .developing {
	float: left;
	width: 375px;
}
.footer .foot .developing .img {
	float: left;
	margin: 5px 0px 0px 0px;
}
.footer .foot .developing p {
	margin: 0px;
	margin-left: 77px;
	color: #FFF;
	font-size: 10px;
}
.footer .foot .menu {
	float: right;
}
.footer .foot .menu ul {
	float: right;
	margin: 7px 0px 0px 0px;
	padding: 0px;
}
.footer .foot .menu ul li {
	float: left;
	list-style: none;
	background: url(../img/splitter.gif) repeat-y left;
	line-height: 19px;
	height: 19px;
}
.footer .foot .menu ul li a {
	color: #FFF;
	display: block;
	font-size: 16px;
	margin: 0px 25px;
	font-weight: bold;
}
.footer .foot .menu ul li a:hover {
}
.footer .foot .menu .nosplit {
	background: none;
}

/* Services */
.services .panel {	
	background: url(../img/services-bg.jpg) repeat-x;
	border: 1px solid #d4d8d7;
	margin: 10px 0px 0px 0px;
}
.services .left {
	float: left;
	background: url(../img/box-bg.jpg) repeat-y right;
	width: 40px;
	height: 91px;
	text-align: left;
}
.services .left div {
	position:relative;
	top: -1px;
	left: -1px;
	background: url(../img/panel-l.jpg) no-repeat top left;
}
.services .left a {
	margin: 35px 0px 0px 8px;
	display: inline-block;
	background: url(../img/left.png) no-repeat;
	width: 24px;
	height: 24px;
}
.services .right {
	float: right;
	width: 38px;
	height: 91px;
	text-align: right;
}
.services .right div {
	position:relative;
	top: -1px;
	right: -1px;
	background: url(../img/panel-r.jpg) no-repeat top right;
}
.services .right a {
	margin: 35px 9px 0px 0px;
	display: inline-block;
	background: url(../img/right.png) no-repeat;
	width: 24px;
	height: 24px;
}

/* jcarousel */
.services .scrollable {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 909px;
}
.services ul {
	width:20000em;
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.services ul li {
	cursor: pointer;
    float: left;
    list-style: none;
	background: url(../img/box-bg.jpg) repeat-y right; 
	width: 303px;
	height: 91px;
}
/* end jcarousel */

.services li .img {
	float: left;
	margin: 12px 0px 0px 0px;
}
.services li .text {
	margin: 0px 15px 0px 105px;
}
.services li .text h2 {
	color: #2b749c;
	font-size: 15px;
	font-weight: normal;
	margin: 15px 0px 17px
}
.services li .text h2 a {
	color: #2b749c;
}
.services li .text p {
	margin: 0px;
	font-size: 11px;
	color: #404f5c;
}

/* Menu */
.menuPanel {
	margin-top: 10px;	
	background: url(../img/bg_perechen.jpg) repeat-x #2b84b6;
}
.menuPanel .layout {
	padding: 27px 0px 24px 0px;
	overflow: hidden;
	display: inline-block;
}
.menuPanel .col1 {
	width: 440px;
}
.menuPanel .col2 {
	width: 345px;
}
.menuPanel .col3 {
	width: 160px;
} 
.menuPanel ul {
	background: url(../img/border-bg.jpg) repeat-y;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	float: left
}
.menuPanel ul li {
	list-style: none;
	line-height: 24px;
}
.menuPanel ul li a {
	color: #FFF;
	font-size: 16px;
}
.menuPanel ul li a:hover {
}

/* Block */
.blocks {
	margin-top: 10px;
}
.block {
	background: #DDE4E7;
	font-size: 12px;	
}
.block .title {
	background: url(../img/title-bg.jpg) repeat-x;
	height: 43px;
	border-bottom: 1px solid #c6cdd0;
}
.block .title h1 {
	height: 43px;
	line-height: 43px;
	color: #465a73;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 40px;
	margin: 0px 0px 0px 12px;
}
.block .title h1.noico {
	padding: 0px 0px 0px 0px;
}
.block .title .links {
	float: right;	
	margin: 13px 16px 0px 0px; 
}
.block a {
	color: #2b749c;
}
.block a:hover {
}
.block .content {
	border-top: 1px solid #FFF;
	padding: 10px;
	background: #dde4e7;
	overflow: hidden;
}

.block .box {
	font-size: 12px; 
	background: #f0f2f1;
	border: 1px solid #cdd4d4;
	padding: 10px;
	margin-top: 10px;
	overflow: hidden;
}
.box a {
	font-weight: bold;
}
.block .first {
	margin-top: 0px;
}

/* Reviews Block */
.reviews {
	width: 341px;
	float: left;
	margin: 0px 5px 0px 0px;
}
.reviews h1 {
	background: url(../img/pen.jpg) no-repeat left;
}
.reviews .box {
	height: 93px;
	margin-right: 5px;
}
.reviews .box .image {
	background: url(../img/dialog.jpg) no-repeat left top;
	padding: 0px 0px 0px 40px;
	margin: 5px;
}

/* Clients block */
.clients {
	width: 298px;
	height: 305px;
	float: left;
	margin: 0px 5px 0px 0px;
}
.clients .box {
	height: 93px;	
}
.clients h1 {
	background: url(../img/plane.jpg) no-repeat left;
}
.clients .box .image {
	background: no-repeat left top;
	padding: 0px 0px 0px 75px;
	margin: 5px;	
}

/* Calc block */
.calc {
	width: 341px;
	height: 305px;
	float: left;
}
.calc .box {
	margin-top: 0px;
	height: 218px;
	
}
.calc h1 {
	background: url(../img/calc.jpg) no-repeat left;
}
.calc form {
	overflow: hidden;
	width: 100%;
	margin: 10px 0px 10px 0px;
}
.calc .dollar {
	float: left;
	font-size: 22px;
	margin: 3px 15px 0 0;
}
.calc p {
	display: inline;
	margin: 0;
	padding: 0;
}
.calc input {
	float: left;
	background: url(../img/input-bg.jpg) repeat-x;
	height: 27px;
	border: 1px solid #c7d4d8;
	width: 80px;
	margin: 0px 10px 0px 0px;
	font-size: 22px;
}
.calc .button {
	float: left;
	background: url(../img/botton.png) no-repeat;
	width: 116px;
	height: 32px;
	cursor: pointer;
	margin: 0px;
	border:none;
}
.calc h3 {
	color: #106296; 
	font-size: 16px;
	margin: 5px 0px 5px 0px;
}
.calc ul, .calc ul li, .ui-dialog-content ul, .ui-dialog-content ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
} 
.calc .links {
	float: right;
	padding: 0px 12px 0px 0px;
	background: url(../img/str.gif) no-repeat right;	
}

/* News */
.news .block {
	margin-top: 10px;
}
.news h1, .lastnews h1 {
	background: url(../img/news.jpg) no-repeat left;
}
.news h1, .news h1 a, .lastnews h1, .lastnews h1 a {
	font-weight: bold !important;
}

.news .content .preview {
	float: left;
	width: 315px;
}

.news .content .box {
	padding: 10px;
	margin: 0;
	width: 622px;
	float: right;
}

.news .content .article {
	font-size: 12px; 
	background: #f0f2f1;
	border: 1px solid #cdd4d4;
	padding: 10px;
	overflow: hidden;	
}
.content .other .item {
	overflow: hidden;
}
.news .content .article img, .news .content .other .item img{ 
	float: left;
	margin: 0px 10px 0px 0px;
}
.news .tags {
	border-top: dashed 1px #cdd4d4;
	margin-top: 10px;
	padding-top: 10px;
}
#tags {
	width: 318px;
	height: 320px;
}
.news .content .info {
	font-family: Arial;
	font-size: 14px;
	padding-bottom:8px;
}
.news .other h3 {
	margin:0px;
	padding:0px;
}
.news .content .right {
	float:right;
	width: 350px;
}
.news .content .other {
	border: solid 1px #cdd4d4;
	margin: 0 0 0 10px;
}
.news .other h3 {
	margin:0 0 5px 0;
	padding:0;
	
}
.news .first {
	height: 306px;
}
.news .second {
	height: 306px;
}
.news .content .other .block {
	margin:0px;
}
.news .content .other .block .content {
	background-color: #eef0ef;
}
.news .other .item {
	padding-bottom: 10px;
	border-bottom: dashed 1px #cdd4d4;
	margin-bottom: 10px;
}
.news .other .nosplit {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.searchResults {
	margin-top: 10px;
}

#paginationControl {
	margin-top: 10px;
	font-size: 12px;
}
#paginationControl a {
	color: #2b749c;
}

/* Gallery */
.gallery {
	background: #d4b2ca url(../img/gallery-bg.jpg) repeat-x;
	font-size: 12px;
	padding: 5px;
}
.gallery .panel-overlay h2,
.gallery .panel-overlay p{
	margin: .3em 0;
}
.gallery .panel-overlay p {
	line-height: 1.2em;
}

/* Search */
#search {
	background-color: #9bcff4;
	text-align: center;
	padding: 10px;
	font-family:Arial,sans-serif;
	display: none;
}
#search h4 {
	color: #fff;
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	padding: 10px;
	margin: 0px;
}
#search .popular {
	color: #fff;
	font-size: 11px;
	padding: 10px;
	margin: 0px;
}
#search .popular a {
	color: #222;
}
#search .input {
	width: 300px;
	margin: 0 0 0 40px
}

/* Portfolio */
.portfolio {
	margin-top: 10px;
}
.portfolio .x-content {
	position: relative;
}
.portfolio .rightCol {
	float:right;
	height:232px; 
	width:618px;
	overflow: hidden;
	position:relative;
}
.portfolio .leftCol {
	float:left;
	width:300px;
	height:232px;
	overflow: hidden;
	position:relative;
}
.portfolio ul {
	margin: 0;
	padding: 0 10px 0 0;
	list-style-position: inside;
	height:232px;
}

/* gallery panel */
.galleryPanel {
	background: #d6dadb url('../img/services-bg.jpg') repeat-x top;
	padding: 10px;
	border: solid 1px #ccc;
	margin-bottom: 10px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;    
}
.sliderGallery {
    overflow: hidden;
    position: relative;
    height: 102px;
}        
.sliderGallery ul {
/*    position: absolute;*/
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}        
.sliderGallery ul li {
    display: inline;
    padding: 0px 50px;
}
.slider {
    cursor: pointer;
    height: 20px;
    top: 80px;
    position: relative;
    background: #fff;
    border: solid 1px #fff;
}        
.handle {
    cursor: pointer;
	position: absolute;
    height: 20px;
    width: 150px;
    top: 0px;
    background: url('../img/handle-bg.png') repeat-x top;
    z-index: 100;
}        
.slider span {
    color: #444;
    font-size: 11px;
    position: absolute;
    z-index: 110;
    top: 3px;
    
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;    
}        


/* Title */
.topTitle {
	background: url(../img/title-bg.png) repeat-x;
}
.topTitle .leftBg{
	background: url(../img/title-bg-l.png) no-repeat left;
	height: 139px;
}
.topTitle .rightBg{
	background: url(../img/title-bg-r.png) no-repeat right;
	height: 139px;
}
.topTitle h1 {
	font-family: monospace;
	font-size: 72px;
	color: #4e839f;
	font-weight: normal;
	margin: 0px;
	text-align: center;
	padding: 31px 0px;
}

/* Contacts */
.contacts {
	margin-top: 10px;
}
.contacts .gmap {
	float: right;
	border: solid 1px #ccc;
	width: 282px;
	height: 223px;
}
.contacts .kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.contacts .kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
}
.contacts .kwicks li {
	float: left;  
	width: 170px;  
	margin-right: 5px;  
}
.contacts .content {		
	padding:0px;
	overflow: hidden;
	position: relative;	
}
.contacts .ico .box {
	margin: 20px 0px 0px 130px;
	width: 157px;
	height: 120px;
}
.contacts .ico {
	height: 180px;
	float: left;
	background: no-repeat left;
}
.contacts .form {
	width:674px;
	margin-top: 10px;
	padding: 10px;
	background: #f0f2f1;
	border: solid 1px #d5dbdc;
	overflow: hidden;
}
.contacts .form form, 
.contacts .form dl, 
.contacts .form dl dt, 
.contacts .form dl dd {
	margin: 0;
	padding: 0
}
.contacts .form dl dt, .contacts .form dl dd {
	padding: 2px 0px;
}
.contacts .form dl dt {
	font-size: 12px;
	font-weight: bold;
}
.contacts .form dl dd {
	font-size: 11px;
	color: red;
}
.contacts .form dl dd textarea, .contacts .form dl dd input {
	border: solid 1px #d5dbdc;
	font-size: 14px;
	background: url(../img/input-bg.png) repeat-x;
	width: 665px;	

	-webkit-border-radius: 3px;
	-moz-border-radius:4px;
	padding: 2px;	
}
.contacts .form dl dd textarea {
	height: 100px;
	background: #fff url(../img/textarea-bg.png) repeat-x;
}
.contacts .form dl input.sendBtn {
	background: #fff url(../img/send-btn.png) repeat-x;
	border: none;
	width: 146px;
	height: 32px;
	cursor: pointer;
	float: right;
	margin: 0 2px 0 0;
}
.activeField {
	border: solid 1px #2b749c !important;
}
.errorField {
	border: solid 1px #ff0000 !important;
}

/* Error */
.error .main {
	background: #fff;
	padding: 10px;
	margin: 10px 0px 10px 0px;
}
.error .box {
	background: #eee;
	padding: 10px;
	overflow: auto;
}

/* IE6 fix */
* html .services .left {
	width:39px;
}
* html .services .right {
	width:34px;
}
* html .portfolio .content {
	width: 970px;
}

/* LightBox Plugin */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 300;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/*dialog*/
.ui-dialog {
	margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: #DDE4E7;
	color: #333333;
	border: 5px solid #cdd4d4;
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
}
.ui-resizable .ui-resizable-handle {
	display: block; 
}
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
.ui-resizable-n { 
	cursor: n-resize; 
	height: 7px; 
	width: 100%; 
	top: -5px; 
	left: 0px;  
}
.ui-resizable-s { 
	cursor: s-resize; 
	height: 7px; 
	width: 100%; 
	bottom: -5px; 
	left: 0px; 
}
.ui-resizable-e { 
	cursor: e-resize; 
	width: 7px; 
	right: -5px; 
	top: 0px; 
	height: 100%; 
}
.ui-resizable-w { 
	cursor: w-resize; 
	width: 7px; 
	left: -5px; 
	top: 0px; 
	height: 100%;
}
.ui-resizable-se { 
	cursor: se-resize; 
	width: 13px; 
	height: 13px; 
	right: 0px; 
	bottom: 0px; 
}
.ui-resizable-sw { 
	cursor: sw-resize; 
	width: 9px; 
	height: 9px; 
	left: 0px; 
	bottom: 0px;  
}
.ui-resizable-nw { 
	cursor: nw-resize; 
	width: 9px; 
	height: 9px; 
	left: 0px; 
	top: 0px; 
}
.ui-resizable-ne { 
	cursor: ne-resize; 
	width: 9px; 
	height: 9px; 
	right: 0px; 
	top: 0px; 
}
.ui-dialog-titlebar {
	margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	padding: 7px;
	color: #222;
	font-size: 1em;
	position: relative;
	border-bottom: 1px solid #cdd4d4;
}
.ui-dialog-title {}
.ui-dialog-titlebar-close {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: url(../img/ef8c08_11x11_icon_close.gif) 0 0 no-repeat;
	position: absolute;
	right: 8px;
	top: .7em;
	width: 11px;
	height: 11px;
	z-index: 100;
}
.ui-dialog-titlebar-close span {
	display: none;
}
.ui-dialog-content {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-size: 12px; 
	background: #f0f2f1;
	overflow: auto;
}
/* This file skins dialog */
.ui-dialog.ui-draggable .ui-dialog-titlebar,
.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
	font-weight: bold;
}

.ui-dialog-content .box {
	padding: 10px;
}  

.slideshow {
	height: 238px; 
	width: 275px;	
	background: #f0f2f1;
}

.lastnews {
	margin: 10px 0 0 0;
}
.lastnews .leftCol {
	margin-top:-10px;
	float: left;
	width: 49%;
}
.lastnews .rightCol {
	margin-top:-10px;
	float: right;
	width: 49%;
}
.lastnews .leftCol img, .lastnews .rightCol img {
	float: left;
	margin: 0 10px 0 0;
}
.lastnews .leftCol h2, .lastnews .rightCol h2 {
	margin-top: 0px;
}

input.backBtn {
	background: #fff url(../img/back-btn.png) repeat-x;
	border: none;
	width: 86px;
	height: 32px;
	cursor: pointer;
	margin: 0 2px 0 0;
}
