.function {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	cursor: pointer;
}

.bold {
    font-weight: bold;
}

.refreshable-content {
	background: none !important;
}

.main-banner {
	display: block;
	height: 203px;
	padding: 19px 0 0 58px;
	background-color: #000;
	font-size: 1.5em;
}

.main-banner a {
	color: #fff;
}

#banner-titles {
	margin: 15px 0 0 20px;
	font-size: 0.7em;
	width: 350px;
	color: #fb7828;
}

.main-banner ul li {
	list-style-type: none;
	width: 450px;
	color: #fb7828;
	margin-bottom: 12px;
	line-height: 1.55em;
}

.clients li {
	color: #fa782a;
}

p.other-works-link {
	margin-top: 2.66em;
}

p.other-works-link a {
	color: #008fcb;
}

p.client-site a {
	color: #000;
}

p.client-description {
	margin-bottom: 2.66em;
}

.call-me {
	width: 250px;
	z-index: 2;
	position: absolute;
	_float: right;
	_margin-left: 100px;
}

html > body .call-me {
	right: -370px;
}

.call-me .userpic {
	margin-top: 0.5em;
	margin-bottom: 10px;
}

.call-me .person {
	color: #fc7828;
	font-size: 1.2em;
}

.call-me .position {
	color: #008fcb;
	font-size: 0.9em;
}

.call-me .email {
	margin-top: 10px;
}

.call-me .welcome {
	margin-top: 40px;
	font-style: italic;
}

.call-me .welcome div.buble {
    background: url('/f/i/icons.png') 0 -80px no-repeat;
    position: absolute;
    margin-left: -33px;
    width: 29px;
    height: 24px;
    cursor: pointer;
}

form#call-me {
	position: relative;
	margin: 50px 0;
}

form#call-me .welcome {
	font-size: 1.3em;
	margin-bottom: 25px;
}

form#call-me .welcome span {
	color: #fc7828;
}

form#call-me table {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

form#call-me td {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

form#call-me input.text,
form#call-me textarea {
	display: block;
	width: 296px;
	//width: 300px;
	margin: 0 20px 20px 0;
}

form#call-me textarea {
	height: 100px;
	width: 300px;
}

form#call-me input.error {
	border: 1px solid red;
}

form#call-me label {
	display: block;
	line-height: 1.5em;
	padding-top: 3px;
	font-size: 0.84em;
}

form#call-me p {
	margin: 0 0 20px 0;
}

form#call-me .submit {
	clear: both;
	display: block;
	width: 275px;
	margin-left: 25px;
	text-align: center;
}

form#call-me .submit table {
	margin: 0 auto;
	border-collapse: collapse;
}

form#call-me .submit table td {
	padding: 0;
	margin: 0;
}

form#call-me .submit table td span {
	display: block;
	width: 16px;
	margin-left: 5px;
	//margin-top: 2px;
}

form#call-me .submit img {
	display: none;
}

#call-me-success {
	margin-top: 20px;
	line-height: 1.5em;
	display: none;
}

#call-me-error {
	margin-top: 20px;
	line-height: 1.5em;
	color: red;
	display: none;
}

#call-me-error a {
	color: red;
}


.sub-navigation {
    font-style: italic;
    font-size: 0.95em;
    margin-top: 25px;
}

.sub-navigation li {
    margin-bottom: 8px;
    line-height: 1.3em;
    list-style-type: none;
    font-weight: bold;
}

.sub-navigation li a {
    color: #656464;
    font-weight: normal;
}

.sub-navigation .highlight {
    color: #fc7828;
    font-style: italic;
}

.vcard
{
    width: 35%;
}

#copyright,
#silverplate
{
    bottom: 0;
    top: 55px;
}

#i-association
{
    color: #567b1e;
    font-size: 0.84em;
    display: block;
    z-index: 10;
    padding: 5px 0 0 45px;
    left: 41%;
    top: 50px;
    width: 90px;
    position: absolute;
    background: url('/f/i-association.png') no-repeat;
    text-decoration: none;
}

/*
#footer div.social-nets
{
    margin: -0.5em 0 1.5em 0;
    position: relative;
}

div.social-nets span
{
    display: block;
    float: left;
    margin-right: 10px;
    color: #575757;
    text-decoration: none;
}

div.social-nets img
{
    margin-top: -2px;
    position: relative;
}
*/

p.entry-comments .fb_comments_count_zero
{
    display: none;
}


/*** Header contacts
*********************************************************/
#header-contacts
{
	width: 90%;
	min-width:835px;
	color: #7e8083;
	margin: 6px 0 0 10%;
	font-size: 1.3em;
	position:relative;
}

#header-contacts .phone
{
    color: #ff5b00;
    background: url('/f/phone.png') no-repeat;
    padding-left: 18px;
    margin: 0 10px 0 40px;
    font-size: 1.05em;
}

#header-contacts .call-me-back
{
    margin-right: 5px;
}

#header-contacts .call-me-back a
{
	color: #7e8083;
	border-bottom: 1px dashed #7e8083;
	cursor: pointer;
    position: relative;
}

#header-contacts .social-nets a
{
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin-left: 10px;
    display: inline-block;
    margin-bottom: -3px;
}

#header-contacts .fb
{
    background-image: url('/f/ico-facebook.png');
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#header-contacts .fb:hover
{
    opacity: 1;
    filter: alpha(opacity=100);
}

#header-contacts .twitter
{
    background-image: url('/f/ico-twitter.png');
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#header-contacts .twitter:hover
{
    opacity: 1;
    filter: alpha(opacity=100);
}

#header-contacts .foursquare
{
    background-image: url('/f/ico-foursquare.png');
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#header-contacts .foursquare:hover
{
    opacity: 1;
    filter: alpha(opacity=100);
}

/*
#header-contacts .lj
{
    background-image: url('/f/ico-lj-2.gif');
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#header-contacts .lj:hover
{
    opacity: 1;
    filter: alpha(opacity=100);
}
*/


/*** Call me back form in the header on each page
*********************************************************/
#main-call-me-back-form
{
	position: absolute;
	background-color: #fff;
	z-index: 100;
	border: 6px solid #8a8a8a;
	width: 498px;
	padding: 20px 25px;
	display: none;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    top: 0;
    left: 0;
    margin-top: 45px;
}

#main-call-me-back-form-bg
{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
}

#main-call-me-back-form-result
{
    display: none;
}

#main-call-me-back-form-result p
{
    font-size: 1.9em;
    color: #8a8a8a;
    margin: 0 !important;
}

#main-call-me-back-form-result a
{
    color: #000;
    border-color: #000;
    font-size: 1.3em;
    float: right;
}

#main-call-me-back-form .welcome
{
	font-size: 2em;
	margin-bottom: 25px;
}

#main-call-me-back-form .welcome span
{
	color: #fc7828;
}

#main-call-me-back-form table
{
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

#main-call-me-back-form td
{
	padding: 0;
	margin: 0;
	vertical-align: top;
}

#main-call-me-back-form input.text,
#main-call-me-back-form textarea
{
	display: block;
	width: 296px;
	//width: 300px;
	margin: 0 20px 20px 0;
	font-size: 1.2em;
	font-family: Arial;
}

#main-call-me-back-form textarea
{
	height: 100px;
	width: 296px;
	//width: 300px;
}

#main-call-me-back-form input.error
{
	border: 2px solid red;
	padding: 2px 1px 1px 1px;
}

#main-call-me-back-form label
{
	display: block;
	line-height: 1.5em;
	padding-top: 3px;
    font-size: 1.2em;
}

#main-call-me-back-form label span
{
    display: block;
    font-style: italic;
}

#main-call-me-back-form p
{
	margin: 0 0 20px 0;
}

#main-call-me-back-form .submit
{
	clear: both;
	display: block;
	width: 275px;
	margin-left: 25px;
	text-align: center;
}

#main-call-me-back-form .submit table
{
	margin: 0 auto;
	border-collapse: collapse;
}

#main-call-me-back-form .submit table td
{
	padding: 0;
	margin: 0;
}

#main-call-me-back-form .submit table td span
{
	display: block;
	width: 16px;
	margin: 2px 0 0 5px;
}

#main-call-me-back-form .submit img
{
	display: none;
}

#main-call-me-back-form .submit input
{
	font-size: 1.25em;
}

