body{
	background: #fff url(../images/backgrounds/bg.jpg) repeat-x;
}
/* grid */
#main_container {
	width: 657px;
	height:694px;
	background: url(../images/backgrounds/main_bg.jpg) no-repeat;
	margin: 35px auto 0 auto;
	padding: 19px 27px 17px 24px;
	text-align: justify;
	position:relative;
}
#header {
	height: 60px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #5e579f;
}

.lang_bar{
	float: right;
	padding: 13px 0 0 0;
}
.lang_bar li{
	display: inline-block;
	float: left;
	width: 26px;
	margin: 0 9px 0 0;
}
.lang_bar a{
	display: block;
	background: url(../images/langs.jpg) no-repeat 0 0;
	text-indent: -9999px;
}
.lang_bar a.en{
	width: 26px;
	height: 36px;
	background-position: -26px -49px;
}
.lang_bar a.bg{
	width: 22px;
	height: 36px;
	background-position: 0 -49px;
}
.lang_bar a.en.active, .lang_bar a.en:hover {
	width: 26px;
	height: 44px;
	background-position: -26px 0;
}
.lang_bar a.bg.active, .lang_bar a.bg:hover{
	width: 26px;
	height: 44px;
	background-position: 0 0 ;
}

.sidebar {
	width: 195px;
	height:531px;
	float: left;
	padding: 8px 0 0 0px;
	position: relative; 
}

.date{
	color: #5a539c;
	font-size: 9px;
}

.content{
	float: right;
	width: 441px;
	height: 580px;
	padding: 10px 5px 10px 15px;
	border-left: 1px solid #5e579f;
	position:relative; 
}
#main_info{
	height: 510px;
	overflow: hidden;
	clear: left;
	
	margin-bottom: 10px;

}
.content .main_title{
	float: left;
	display: block;
	text-indent: -9999px;
	margin: 0.5em 0 0.75em 0;
}
.main_title span{
	display: block;
	background: url(../images/titles.png) no-repeat  0px 0px;
}
.content .news_container .main_title, .content .client_name{
	width: 150px;
	text-indent: 0;
	text-align: left;
	margin: 0.8em 0 0.75em 0;
}
.content .client_name{
	float: left;
	width: 340px;
}
.logo{
	float: left;
	display:block;
	width: 87px;
	height: 60px;
	margin: 0px 0 7px;
	overflow:hidden;
	position:relative;
}
.logo img{
	position: absolute;
	top: 0px;
	left: 0px;
}

.address{
	width: 207px;
	height: 46px;
	float: left;
	background: url(../images/other/address.jpg) no-repeat 0 0;
	padding: 12px 0 0 5px;
}
.address address, .address p {
	text-indent: -9999px;
}
.address  a {
	display: block;
	cursor: pointer;
	width: 100px;
	height: 15px;
}
.address.bg{
	background-position: 0 -58px;
}


.menu{
	border-bottom: 1px solid #5e579f;
	padding: 4px 0 0px 5px;
	margin: 0 15px 0 0;
	font-size: 1.2em;
}
.menu li{
	padding: 0 0 15px 0;
}

.menu a{
	color:#5e579f;
	font-weight: bold;
}

.menu ul {
	padding: 7px 0 0 0;
	font-size: 1.2em;
}
.menu ul li, .services li{
	background: url(../images/icons.png) no-repeat  -67px -31px;
	padding: 0 0 10px 20px;
}
.menu ul a{
	color: #8e8e8e;
}
.menu ul a.active, .menu ul a:hover{
	color: #1d1d1d;
}
.menu ul li.last{
	padding-bottom: 0px;
}
.menu .about, .menu .work, .menu .news, .menu .contact, .sidebar_content .news{
	display: block;
	width: 90px;
	height: 15px;
	text-indent: -9999px;
	background: url(../images/titles.png) no-repeat;
}
.menu .about{
	background-position: 0 0;
}

.menu .work{
	width: 80px;
	background-position: -96px 0px;
}
.menu .news, .sidebar_content .news{
	width: 70px;
	background-position: -208px 0px;
}
.menu .contact{
	width: 100px;
	background-position: -304px 0px;
}

/* bg */

.bg .menu .about, .bg .menu .work, .bg .menu .news, .bg .menu .contact, .bg .sidebar_content .news{
	display: block;
	width: 90px;
	height: 15px;
	text-indent: -9999px;
	background: url(../images/titles.png) no-repeat;
}
.bg .menu .about{
	background-position: 0 -33px;
}

.bg .menu .work{
	width: 80px;
	background-position: -96px -33px;
}
.bg .menu .news,.bg  .sidebar_content .news{
	width: 70px;
	background-position: -208px -33px;
}
.bg .menu .contact{
	width: 100px;
	background-position: -304px -33px;
}
/*sidebar news*/
.sidebar_content{
	padding: 11px 0 0px 5px;
	width: 172px;
	position: absolute;
	bottom: 10px;
}
.sidebar_content h2{
	font-size: 1.7em;
	color:#5e579f;
	width: 80px;
	xfloat: left;
}
.sidebar_content p{
	margin: 0;
}
.sidebar_content.closed_menu{
	/* height: 275px; */
}

#footer{
	border-top: 1px solid #5e579f;
	padding: 9px 0 0 6px;
	overflow: hidden;
}


/* buttons */
.button, button {
  display:block;
  float: right;
  margin: 0.7em 2.5em 0.7em 0;
  padding: 3px 10px 5px 7px;   /* Links */
  border: none;
  font-family: Arial, Verdana, sans-serif;
  font-size:100%;
  color:#fff;
  line-height:130%;
  text-decoration:none;
  cursor:pointer;
  height: 20px;
  width: 61px;
  background: url(../images/icons.png) no-repeat 0 -180px;
}
button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;   /* IE6 */
}
button[type] {
  padding: 4px 10px 4px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}
*:first-child+html button[type] {
  padding:4px 10px 3px 7px;   /* IE7 */
}
button img, .button img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
  float:none;
}


/* text from text editor */
.client_text{
	clear: left;
	padding: 10px 0;
}
.client_text  p{
	margin-bottom: 10px;
}
.client_text a{
	text-decoration: underline;
	color: #CCe6f7;
}
.client_text ul, .client_text ol{
	padding: 10px 0;
	list-style-type: disc;
	list-style-position:inside;
}
.client_text ol{
	list-style-type: decimal;
}
.client_text ul li, .client_text ol li{
	padding: 5px 0 0 10px;
}
.client_text h1 {
	font-size: 1.5em;
}
.client_text h2 {
	font-size: 1.4em;
}
.client_text h3 {
	font-size: 1.3em;
}
.client_text h4 {
	font-size: 1.2em;
}
.client_text h5 {
	font-size: 1.1em;
}
.client_text h6 {
	font-size: 1em;
}
.client_text img{
	padding: 2px;
	margin: 0 5px 5px 5px;
}

.important {
	color: #b945a5;
	font-weight: bold;
}

.normalText{
    font-size: 1em;
}
.bigText{
    font-size: 1.091em;
}
.bigerText{
    font-size: 1.182em;
}
	
/* table from timymce*/
.editor_table{
	width: 100%;
}

.editor_table td{
	padding: 2px 5px;
}

.table_header{
	background: #1571af;
	color: #fff;
}
.odd_row{
	background: #1571af;
	color: #fff;
}
.even_row{
	background: #b5ceec;
	color: #fff;
}
	
/* end style from text editor */

.info_bar{
	position: fixed;
	width: 200px;
	height: 100px;
	left: 39%;
	top: 0;
	background-color: #DFF4FF;
}

/* h2{
	text-indent: -9999px;
}
h2 .flir-image {
	float: left;
} */







/*home page*/
.wellcome {
	height: 155px;
	overflow: hidden;
	color:#5E579F;
}
.projects h2{
	/* text-align: center; */
}


/*services*/
.services_list{
	clear: left;
	padding: 29px 0 0 0;
	overflow: hidden;
	text-align: left;
	margin:0 0 29px;
}
.services_list li.design,.services_list li.video,.services_list li.sound{
	float: left;
	width: 145px;
	background: url(../images/categories.png) no-repeat 8px 0;
	padding: 100px 0 0 0;
}
.services_list li.video{
	background-position: -137px 0;
	width: 169px;
}
.services_list li.sound{
	background-position: -306px 0;
	width: 116px;
}
.services{
	margin: 13px 0 0 0; 
}
.services a{
	font-size: 1.3em;
	color: #8e8e8e;
}
.services a.active, .services a:hover{
	color: #1d1d1d
}

/* work_submenu */
.work_submenu{
	display: none;
}
.menu .work_submenu li {
	height: 30px;
	background-position: -67px -26px;
}
.design_cat, .video_cat, .music_cat{
	background: url(../images/icons.png) no-repeat 0px -50px;
	text-indent: -9999px;
	display: block;
	height: 28px;
}
.video_cat{
	background-position: 0px -81px;
}
.music_cat{
	background-position: 0px -109px;
}

.list_cats li{
	width: 200px;
	padding: 0 20px 0 0;
	float: left;
}
.list_cats  h3, .music_project h3{
	font-size: 1.5em;
	font-weight: bold;
}





/* titles */

.main_title.wellcome_title, .main_title.projects_title, .main_title.roi, .main_title.contact,
.main_title.who_we_are, .main_title.services_title, .main_title.clients, .main_title.work, .main_title.news{
	display: block;
	width: 90px;
	height: 25px;
	text-indent: -9999px;
	background: url(../images/titles.png) no-repeat;
}
.main_title.wellcome_title{
	width: 100px;
	height: 23px;
	background-position: -816px 0;
}
.main_title.projects_title{
	width: 162px;
	height: 23px;
	background-position: -424px 0;
}
.main_title.roi{
	width: 100px;
	height: 23px;
	background-position: -1128px 0;
}
.main_title.contact{
	width: 104px;
	height: 23px;
	background-position: -1576px 0;
}
.main_title.who_we_are{
	width: 126px;
	height: 23px;
	background-position: -656px 0;
}
.main_title.services_title{
	width: 100px;
	height: 23px;
	background-position: -1007px 0;
}
.main_title.clients{
	width: 100px;
	height: 23px;
	background-position: -1256px 0;
}
.main_title.work{
	width: 100px;
	height: 23px;
	background-position: -1480px 0;
}
.main_title.news{
	width: 100px;
	height: 23px;
	background-position: -1367px 0;
}

/* bg version */
.bg .main_title.wellcome_title{
	width: 150px;
	background-position: -816px -31px;
}
.bg .main_title.projects_title{
	width: 193px;
	background-position: -424px -31px;
}
.bg .main_title.roi{
	width: 100px;
	background-position: -1128px 0px;
}
.bg .main_title.contact{
	width: 104px;
	background-position: -1576px -31px;
}
.bg .main_title.who_we_are{
	width: 126px;
	background-position: -656px -31px;
}
.bg .main_title.services_title{
	width: 100px;
	height: 23px;
	background-position: -1007px -31px;
}
.bg .main_title.clients{
	width: 100px;
	height: 23px;
	background-position: -1256px -31px;
}
.bg .main_title.work{
	width: 100px;
	height: 23px;
	background-position: -1480px -31px;
}
.bg .main_title.news{
	width: 100px;
	height: 23px;
	background-position: -1367px -31px;
}



/* clients */
.client_list {
	overflow: hidden;
}
.client_list li{
	float: left;
	margin: 0 5px 0 0;
}
/* end clients*/

/* news */
.news_container{
	width: 288px;
	float: left;
	padding: 0 20px 0 0;
	position: relative;
}
.news_img{
	float: left;
	width: 118px;
}
.news_img img{
	margin: 0 0 10px 0;
}

/* end news*/

/* work */
.list_cats{
	overflow: hidden;
	padding: 0 0 10px 0;
}
.music_project{
	background: transparent url(../images/icons.png) no-repeat right -261px;
	min-height:125px;
	height: auto!important;
	height: 125px;
}
.music_project p{
	width: 345px;
}
.radio_projects{
	margin-bottom: 30px;
}

/* end work */

/* project */
/* .project_info{
	width: 426px;
	position: absolute;
	left: 33%;
	top: 130px;
	padding: 8px;
	z-index: 100;
	background: #fefefe url(../images/backgrounds/gradient.jpg) repeat-x ;
	border: 1px solid #ccc;
} */
.project_info img{
	margin: 0 0 10px 0;
	border: 0px;
}
.project_info .description{
	width: 320px;/* 
	min-height: 90px;
	height: auto!important;
	height: 90px; */
	height: 110px;
}

.project_paging{
	float: right;
}
.project_paging li{
	display: inline-block;
	float: left;
	padding: 0 5px;
	color: #787878;
}
.project_paging a{
	text-decoration: underline;
}
.project_paging .active{
	font-weight: bold;
	text-decoration: none;
}

.clip {
	left:0;
	position:absolute;
	top:0;
}

.design_pr {
	clip: rect(0pt, 100px, 100px, 0pt);
	left: 0px;
	top: 7px;
}

.video_pr {
	clip: rect(0px, 260px, 100px, 160px);
	left: -155px;
	top: 7px;
}
.music_pr {
	clip:rect(0pt, 420px, 100px, 316px);
	left:-295px;
	top:7px;
}
.clip_img{
 	position: relative;
	width: 107px;
	height: 107px;
	float: right;
	overflow: hidden;
}

.music_pr_flip {
	clip:rect(0pt, 535px, 100px, 416px);
	left:-433px;
	top:7px;
}
/* end project */

/* contact */
.contact_text{
	padding: 0 40px 0 0px;
}
/* end contact */


.more{
	background: url(../images/icons.png) no-repeat right -154px;
	padding: 0 16px 10px 0;
	font-weight: bold;
}

#main_info.longer_page{
	height: 558px;
}

#ajax_content{
	height: 320px;
	overflow: hidden;
	clear: left;	
	margin-bottom: 10px;	
}

.show {
	display: block;	
}

