/*
   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/*
   General
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #FFF;
/*	color: #333; */
	color: #000;
	font: 14px/1.5em Arial, Helvetica, sans-serif;
	line-height: 1.5;
}


/*
   Typography
------------------------------------------------------------------- */

/* Headings */

h1,h2,h3,h4,h5,h6 {
	color: #333;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.6em;
}
h1,h2,h3,h4,h5,h6 {font-weight: bold;}

h1 {font-size: 1.5em;}
h2 {font-size: 1.1em;}
h3 {font-size: 1.1em;}
h4 {font-size: 1em;}
h5 {font-size: 1em;}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}


/* Links */

a:focus,a:hover {
	color: #FF9933;
}

a {
	color: #0181E3;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a.dashed-u:hover {
	text-decoration: none;
}

a.feed {
	background: url('img/icon-feed.gif') no-repeat left center;
	padding-left: 18px;
}

a.more {
	/* font-weight: bold;
	text-decoration: none; */
}

a.more-link {
	display: block;
	margin-top: 6px;
}

/* icons */
a.home {
	background: url('img/home_icon.png') no-repeat 50% 50%; 
	padding: 0 17px;
}

a.skype {
	background: url('img/skype.png') no-repeat 0 50%; 
	padding-left: 20px; 
}

a.pdf {
	background: url('img/pdf.png') no-repeat 0 50%; 
	padding-left: 20px; 
}

a.map {
	background: url('img/map.png') no-repeat 0 50%; 
	padding-left: 20px; 
}

a.phone {
	background: url('img/phone-blue.png') no-repeat 0 50% ; 
	padding-left: 20px; 
}

a.yandex {
	background: url('img/yandex.png') no-repeat 0 50% ; 
	padding-left: 16px; 
}

a.demo {
	background: url('img/demo.png') no-repeat 0 50% ; 
	padding-left: 20px; 
}

a.download {
	background: url('img/download.png') no-repeat 0 50% ; 
	padding-left: 20px; 
}

a.support {
	background: url('img/support.png') no-repeat 0 50% ; 
	padding-left: 20px; 
}

span.clock {
	background: url('img/clock.png') no-repeat 0 50% ; 
	padding-left: 20px; 
}

span.mac {
	background: url('img/mac.png') no-repeat right center; 
	padding: 4px 20px 0 0;
}

span.loading {
	background: url('img/loading.gif') no-repeat 0 50% ; 
	padding: 1px 0 1px 22px;  
}

a.my_addthis {
	background: url('img/sm-plus.gif') no-repeat 0 50% ; 
	padding-left: 20px; 
}

span.strong {
  font-weight: bold;
}

/* ;-) */

#screenshots {display:none;width:100%; overflow:hidden; margin-top: 5px;}
#screenshots a {position:relative; float:left; margin:5px 0;}
#screenshots img {padding:0px;}

.widgets {margin-bottom: 1em;}

#widget_1 {display:none;width:100%;}
#widget_2 {display:none;width:100%; margin-bottom: 10px;}
#widget_3 {display:none;width:100%;}

span.toggle {
	/* padding: 1px 18px 2px 0; */
	cursor: pointer;
	color: #0181E3;
}

a.toggle:hover {
  text-decoration: none;
	color: #0181E3;
}

/*
span.toggle_off {
	background: url('img/right.png') no-repeat right center; 
}
span.toggle_on {
	background: url('img/down.png') no-repeat right center; 
}
*/
/* */
.nice-list a {
	color: #333;
	text-decoration: none;
}

.nice-list a:hover {
	color: #999;
}

#header-contacts a {
	color: #333;
}

#header-contacts a:hover {
	color: #999;
}

#footer a {
	color: #666;
}

#footer a:hover {
	color: #999;
}

.post-date a {
	color: #666;
}

.post-date a:hover {
	color: #999;
}


.post-meta a {color: #345; }
.post-meta a:hover {color: #001;}

span.price {background-color: #F5D91E; padding: 2px 6px; font-size: 110%; font-weight: bold;}

/* Text elements */

p {margin-bottom: 1em;}

abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.5em;}
del, blockquote { color:#666; }
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}

pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}


/* Lists */

li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 0 1.5em 1.5em;}

ul {list-style-type: disc;}
ol {
	list-style-type: decimal;
	margin-left: 1.9em;
}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}


/* Special lists */

ul.features {
	list-style-type: square;
}
ul.prices {
	list-style-type: none;
	margin-left: 0;
}

ul.plain-list li, ul.nice-list li, ul.tabbed li, .widget ul li {
	list-style: none;
	margin-top: 0;
}

ul.tabbed {
	display: inline;
	margin: 0;
}
ul.tabbed li {float: left;}

ul.plain-list {margin: 0;}

ul.nice-list, .widget ul {margin-left: 0;}
ul.nice-list li, .widget ul li {
	border-top: 1px solid #EEE;
	list-style: none;
	padding: 4px 0;
}
ul.nice-list li:first-child, .widget ul li:first-child {border-top: none;}
ul.nice-list li .right, .widget ul li .right {color: #999;}


/* Tables */
table.clients_splash {
	width: 100%;
  border-top: 1px solid #DDDDDD;
  margin: 25px 0 0 0;
}

table.clients_splash td{
	text-align: center;
}

table.clients_splash tr.logos td{
	text-align: center;
	padding-top: 15px;
}

table.clients_splash tr.intro td{
  font-size: 1em;
	font-weight: bold;
}

table.clients td.logo {
	border-right: 1px solid #CCB;
}

table.clients td.logo {
	width: 100px;
	height: 100px;
	text-align: center;
	padding-right: 30px;
}

table.clients td.info {
	padding: 10px 10px 10px 30px;
}

table.clients span.quiet {
	font-size: 80%;
}

table.letters {
	margin-top: 25px;
}

table.letters td {
	vertical-align: top;
	text-align: center;
}

table.letters div.letter {
	border: 1px solid #CCB;
	height: 315px;
	width: 220px;
	text-align: center;
}

table.letters div.caption {
	margin-top: 10px;
	margin-bottom: 25px;
	text-align: center;
	width: 220px;
	font-size: 90%;
}


table { margin-bottom: 1.4em; width: 100%;}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.data-table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data-table th {
	background: #F0F0F0;
	border: 1px solid #DDD;
	color: #555;
	text-align: left;
}
table.data-table tr {border-bottom: 1px solid #DDD;}
table.data-table td, table th {padding: 10px;}
table.data-table td {
	background: #F6F6F6;
	border: 1px solid #DDD;
}
table.data-table tr.even td {background: #FCFCFC;}

/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.15em;}
.larger {font-size: 1.25em;}
.largest {font-size: 1.35em;}

.hidden {display: none;}

.quiet, .quiet a {color: #999;}
.loud, .loud a {color: #000;}
.highlight, .highlight a {background:#ff0;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-separator {padding: 0 5px;}

.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}


/* Labels */

.label {
	border-left-style: solid;
	border-left-width: 5px;
	margin-bottom: 0.6em;
	padding-left: 16px;
	background-color: #F6F6F6;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.5em;
}

.label a, .label a:hover {
	text-decoration: none;
	color: inherit;
}

.label-blue {border-left-color: #0181E3;}
.label-orange {border-left-color: #FF9933;}
.label-gray {border-left-color: #999; }

div.tech-info {
	border: 1px dashed #CCCCCC;
	padding: 8px 16px;
	margin-bottom: 12px;
	font-size: 90%;
	background-color: #FAFAFA;
}

div.tech-info p {
	margin-bottom: 0.5em;
}

div.tech-info  div.entry {
background: url('img/info1.png') no-repeat 0 50%; 
padding-left: 22px;
margin-left: -2px; 
margin-bottom: 0.5em;
font-weight: bold;
}

.dashed-u {border-bottom: 1px dashed; text-decoration: none;}

/* pbx-info */
table.pbx-info {
	font-size: 90%;
}

table.pbx-info td {
	padding: 0 0 0 5px;
}

table.pbx-info td.photo {
	width: 80px;
	padding-right: 30px;
	border: none;
}

table.pbx-info td.property {
	width: 350px;
}

/* cards*/

table.cards {
	font-size: 90%;
	border: #CCC 1px solid;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: #FFF;
	empty-cells: show;
	width: 100%;
	
}
table.cards tr.cards_head {
	height: auto;
}
table.cards th {
	padding: 3px;
	text-align: center;
	background-color: #FAFAFA;
	border: #CCC 1px solid;
}
table.cards tr {
	height: 90px;
}
table.cards td {
	border: #CCC 1px solid;
}
table.cards td.photo {
	text-align: center;
}
table.cards td.price {
	text-align: center;
	font-weight: bold;
}
table.cards tr.cards_footer {
	height: auto;
	padding: 3px;
	background-color: #FAFAFA;
	text-align: center;
}
/* end of cards */
/* phones */
table.phones {
	font-size: 90%;
	border: #CCC 1px solid;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: #FFF;
	empty-cells: show;
	width: 100%;
	
}
table.phones th {
	padding: 3px;
	text-align: center;
	background-color: #FAFAFA;
	border: #CCC 1px solid;
}
table.phones td {
	border: #CCC 1px solid;
}
table.phones td.cart {
	width: 1%;
}
table.phones tr.phones_footer {
	height: auto;
	padding: 3px;
	background-color: #FAFAFA;
}
table.phones tr.phones_footer td {
	text-align: center;
}
/* end of phones */

.entry-title {
	font-size: 1.25em;
	margin-bottom: 16px;
	font-weight: bold;
}

.post-title {
/*	font-size: 1.25em; */
	margin-bottom: 16px;
	font-weight: bold;
}

.post-title a {
	text-decoration: none;
	color: inherit;
}

/*
   Alignment
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}


/* Floats */

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}


/*
   Separators
------------------------------------------------------------------- */

.content-separator, .archive-separator {
	background: #E5E5E5;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;
}
.content-separator {margin-bottom: 16px;}
.archive-separator {margin-bottom: 16px;}

/*
   Posts
------------------------------------------------------------------- */

.post {margin-bottom: 0;}

.post img.left, .post img.right {margin-bottom: 0;}

.post-date {
	color: #666;
	margin: 2px 0 10px;
}

.post-body {
	font-size: 1.1em;
/*	overflow: auto; */ /* broken in Safari*/
}

.post-body img.left, .post-body img.right {margin-bottom: 1em;}


/* Pagination */

.pagination .left, .pagination .right {width: 250px;}
.pagination .right {text-align: right;}

.pagination {
	color: #777;
	padding: 10px 0;
}
.pagination-top {
	border-bottom: 1px solid #DDD;
	margin-bottom: 24px;
	margin-top: -16px;
}
.pagination-bottom {
	border-top: 1px solid #DDD;
	margin-top: 24px;
}

/* Archives */

.archive-post-date {
	background: #F5F5F5;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
}
.archive-post-title .post-date {margin: 0;}
.archive-post-title {padding-top: 4px;}
.archive-post-day {font: normal 1.6em Georgia,serif;}


/*
   Layout
------------------------------------------------------------------- */

/* Common */

#top, #sub-nav {border-bottom: 1px solid #DDD;}


/* Wrapper */

#site-wrapper {
	margin: 0 auto;
	width: 920px;
}


/* Header */

#header {padding-top: 24px;}


/* Top */

#top {padding-bottom: 12px;}


/* Site description */
#site-description {
	color: #666;
	font-size: 1.2em;
	padding-top: 16px;
}


/* Logo */

#logo {
	border-right: 1px solid #DDD;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 25px;
	padding-left: 0px;
}
#logo img {}

#header-contacts {
	min-height: 53px;
	text-align: right;
}

#rt-container {
	min-height: 23px;
}

#rt-calls {
	display: none;
	border: 1px dashed #CCCCCC;
	background-color: #FAFAFA;
	margin-top: 3px;
	font-size: 80%;
	padding: 0 5px 0 5px;
	text-align: center;
}

/* Splash */
#splash {padding-top: 32px;}


/* Navigation */

.navigation a {
	/* color: #808080; */
	color: #666;
	text-decoration: none;
}
.navigation a:hover {color: #000;}
.navigation li.current-tab a,.navigation li.current_page_item a  {color: #000;}
.navigation li.current_page_parent a  {color: #000;}
#main-nav li:first-child, #sub-nav li:first-child {margin-left: 0;}


/* Main navigation */

#main-nav {
	width: 680px;
}
#main-nav li {margin: 0 12px;}
#main-nav a {
	font-size: 1.8em;
	line-height: 2em;
	padding-bottom: 2px;
}
#main-nav li.current-tab a {color: #333;}
#main-nav a:hover { /* color: #002; */}
#main-nav li.current-tab a {border-bottom: 2px solid #94CC5F;}


/* Subnav */

#sub-nav {
	border-bottom: 1px solid #DDD;
	padding: 12px 20px;
	background-color: #FAFAFA;
}
#sub-nav a {
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
}

#sub-nav.child_of_solutions a {
	/* font-size: 1em; */
}


#sub-nav li {margin: 0 1em;}
#sub-nav li.current-tab a {font-weight: bold;}


/* Main */

.main {margin: 24px 0 6px 0;}
.main#main-two-columns { /* background: url('img/main-two-columns.gif') repeat-y right top; */}
.main#main-two-columns-left {background: url('img/main-two-columns-left.gif') repeat-y left top;}
.main#main-two-columns #main-content, .main#main-two-columns-left #main-content {width: 620px;}


/* Sidebar */

#sidebar {
	width: 255px; 
	border-left: 1px solid #DDDDDD;
	padding-left: 22px;
}

/* Columns */

.col3, .col3-mid {width: 31%; height: 100%;}
.col3-mid {margin-left: 3.5%;}
.col3 .info, .col3-mid .info {height: 90%;}
.col3 .more-info, .col3-mid .more-info {height: 10%;}


/* Sections */

.section {margin-bottom: 24px;}
.section-title {
	background-color: #F6F6F6;
	border-bottom: 2px solid #DDD;
	color: #7A7A7A;
	font-weight: bold;
	margin-bottom: 16px;
	padding: 7px 10px 6px;
}
#sidebar .section-title {margin-bottom: 8px;}


/* Footer */

#footer {
	border-top: 1px solid #DDD;
	overflow: hidden;
	color: #777;
	padding: 12px 0 24px;
}
#footer-left {width: 70%;}
#footer-right {
	width: 30%;
	text-align: right;
}
#footer div.nav {
	width: 160px; 
	margin-right: 10px;
}
#footer li.nav {
	font-weight: bold;
	padding-bottom: 3px;
}
#footer li.sub-nav {
	font-size: 90%;
}

#footer .text-separator {
	padding: 0 3px;
	color: #BBB;
}


/*
   WordPress Captions
------------------------------------------------------------------- */

.wp-caption {
   border: 1px solid #DDD;
   text-align: center;
   background-color: #F9F9F9;
   padding-top: 4px;
   margin-top: 10px;
   margin-bottom: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 0.9em;
   padding: 4px;
   margin: 0;
}



/*
   Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Margin */

.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Padding */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}


/*
   IE Fixes (zzz)
------------------------------------------------------------------- */

* html .navigation, * html #footer, * html #splash, * html .comment ul, * html .archive-pagination {height: 0.01%;}
.navigation, #splash, .comment ul, .archive-pagination {min-height: 0.01%;}
* html #footer-left {width: 500px;}
