/* == CSS 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, fieldset, form, label, legend, 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:400;}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
input,textarea { margin: 0; }

/* Removes Firefox imposed outline */
a { outline: none; }

/* Clearing floats without extra markup  */
.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }

/*Page specific styles*/
body{
	background-color: #fff;
	background-image: url(/data/image/bkg.gif);
	background-position: left 55px;
	background-repeat: no-repeat;
	background-attachment: scroll; 
	min-width:960px;
}

div#topcontent{
	padding-top: 109px;
	height:100%;
	clear:both;
}

div.footer{
	clear: both;
	background-color: #4f4f4f;
	padding: 1.56em 0 2.19em 0;
	color: #f7f7f7;
}


.content, .hr{
	clear: both;
	width: 960px;
	margin: auto;
	min-width:960px;
}

.inline
{
	display:inline;
}

div.textblock{
	margin-left: 133px;
	width: 827px;
	padding-bottom: 2.2em;
}

div.logo{
	float: left;
	height: 61px;
	width: 233px;
	background-image: url(/data/image/logo.gif);
	margin-top:17px;

}

.menu{
	float: right;
	width: 650px;
	padding: 0;
	margin: 2.7em 0 0 0;
	
}

div.hr{
	background-image: url(/data/image/hr_bkg.gif);
	background-repeat: repeat-x;
	height: 17px;/*34px;*/
	background-position: center;
}

.large{
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}

div.serviceblock{
	margin: 0;
	float: right;
	width: 580px;
}

	
.rss{
	background-image: url(/data/image/rss_icon.gif);
}

	
div.leftcol, .rightcol, .centercol{
	float: left;
}

div.leftcol{
	width: 33%;
}

div.rightcol{
	width: 33%;
}

div.centercol{
	width: 33%;
}


.twitter_link{
	width: 214px;
}

.twitter_update{
	width: 136px;
}

.blog_update{
	width: 220px;
}

.twitter_update, .blog_update, .twitter_link, .blog_link{
	float: left; 
	
}

table.logo_table{
	width: 100%;
}

.logo_table td{
	width: 16%; 
	text-align: left; 
	vertical-align: top;
}

.blog_content div.text{
	margin-top: 1em;
	padding-right: 25px;
}

div.break{
	height: 2em;
}

div.skype, div.mail, div.phone{
	height: 26px;
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 2.7em;
}

div.skype{
	background-image: url(/data/image/skype_icon.gif);
}

div.mail{
	background-image: url(/data/image/mail_icon.gif);
}

div.phone{
	background-image: url(/data/image/phone_icon.gif);
}

div.project{
	float:left;
	padding: 3px 0;
	width: 173px;
	background-color: #ffffff;
	border: 1px solid #bcbdc0;
	margin-right: 30px;
	margin-bottom: 20px;
}

div.project img{
	
}

.project_info{
	width: 166px;
	text-align: left;
}

.lang_en, .lang_ru{
	width: 2.5em;
	height: 1.7em;
	font-size: 0.70em;
	text-transform: uppercase;
	text-shadow: 1px 1px white;
	position: absolute;
	padding: 0 0 0 0.5em
	
}

.lang_en{
	top: 78px;
	right: 0;
}

.lang_ru{
	top: 100px;
	right: 0;
}

.lang_active{
	background-color: #cecfd2;
	color: #656565;
	text-decoration: none;
}

.lang_inactive{
	background-color: #dedfe1;
	color: #b6b7ba;
	text-decoration: none;
}

ul#potfolio {
	list-style-type: none;
}

a#p_next, a#p_prev
{
	margin:3px 5px 0 5px;
	font-size:80%;
}
div#fixedtop
{
	position: fixed; 
	top: 0; 
	width:100%; 
	z-index:5001; 
	background-color:#fff;
	height:110px;
}
div#smm
{
	float:right;
	width:225px;
}
div#fb-root
{
	width:150px!important;
	float:right;
}
div#gplus
{
	width:69px!important;
	float:right;
}

