/* CSS Document */
/*body{padding:0px; margin:0px; background:url(../images/main-bg.gif) 0 0 repeat-x #fff; color:#5F7A77; font:13px/19px Arial, Helvetica, sans-serif;}*/
html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	text-align: center;
	margin:0 auto;
	/*background: #fff url(../images/main-bg_neu.gif) 0 128px repeat-x;*/
	background: #fff;
	color: #202020;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	/*background: #E8E8E8;*/

}

p {	
	margin:0;
	padding:0;
}

p span {
	font-weight:bold;
}

.clear {
	clear: both;
}

#tmpl_container {
	display: table;
	position: relative;
	float: none;
	
	width:100%;
	background:url(../images/bg.gif) repeat-x top #8ca6a2;
	margin:0 auto;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding-bottom:75px;
	margin-top:5px;
}

/*** WRAPPER ***/
#tmpl_wrapper {
  	/*display:block;
	position:relative;
	float:both;
	width:892px;
	text-align:center;
	margin:0 auto;
	background: #fff;
	padding:0px;
	border:0px solid red;*/
	
	display: table;
	position: relative;
	float: none;
	
    width:798px;
	height:auto;
	text-align: center;
	margin:0 auto;
	background-color:#FFFFFF;
}

#tmpl_wrapper h1, #tmpl_wrapper h2, #tmpl_wrapper h3 {
	color: #AA2808;
}

#tmpl_wrapper h2 {
	margin: 10px 0;
}

/*
#tmpl_wrapper p, #tmpl_wrapper blockquote, 
#tmpl_wrapper ul, #tmpl_wrapper ol {
	margin-bottom: 20px;
	line-height: 14px;
}
*/
#tmpl_wrapper p {
}

#tmpl_wrapper blockquote {
}

#tmpl_mainbody a, #tmpl_rightcol a {
	text-decoration: underline;
	color: #323B51;
}

#tmpl_wrapper a:hover {
	text-decoration: none;
	color: #f9a028;
}


#tmpl_header a:link, #tmpl_header a:visited {
	color: #FFF611;
}
	
#tmpl_header a:hover {
	text-decoration: none;
	color: #f9a028;
}

/*
#tmpl_wrapper ul.list {
	margin-left: 20px;
	list-style-type: disc;
}
#tmpl_wrapper ul.list ul {
	margin-left: 20px;
	list-style-type: disc;
}
*/
/*** HEADER ***/
#tmpl_header {
	display: table;
	position: relative;
  	width:798px;
	min-height:190px;
	text-align: left;
	/*background:url(../images/top_banner.jpg) no-repeat center top;*/
	/*background:url(../images/top_banner500.jpg) no-repeat center top !important;*/
	background:url(../images/top_banner500_lighter.jpg) no-repeat center top !important;
}

#tmpl_logo {
	/*width:280px;
	height:55px;*/
	display:block;
	position:relative;
	float:left;
	padding:22px 0 0 22px !important;
	
	width: 250px;
	height: 150px;
	background: transparent url(../../../images/ajax-loader.gif) center 30px no-repeat;
	border:0px solid red !important;
	
	/*display:block;
	position:relative;
	float: left;
	width: 300px;
	height: 76px;
	padding: 15px 0px 0px 0px;
	margin:0;
	background: #E8E8E8 url(../images/img01.jpg) no-repeat left top;
	border:0px solid red;*/
}


#tmpl_logo img a {
	border: 0px solid red;
}


#tmpl_logo img {
   position:relative;
   top:0px;
   left:0px;
   max-height: 140px !important;
   max-width: 240px !important;
   border: none;
}

/* Скриваме невидим блок. Суперизвращение за IE! */
div#tmpl_phones_box, 
div#tmpl_phones_box br, 
div#tmpl_phones_box span,
div#tmpl_phones_box span div {
	display:none;
	width:0px;
	height:0px;
	border:0px solid red;
}

/*** BREADCRUMBS ***/
#tmpl_breadcrumbs {
	display:block;
	position: absolute;
	float:left;
	width:570px;
	height: 50px;
	padding:0;
	margin:0;
	top: 40px;
	left: 310px;
	border: 0px solid red;
}
				
#tmpl_breadcrumbs ul {
	margin:0;
	padding:0;
	list-style:none;
}
				
#tmpl_breadcrumbs ul li	{
	float:left;
	margin:0 0 0 6px;
	padding:0 0 0 12px;
	color:#8B8B8B;
	font-size:0.95em;
	line-height:0.9em;
	*line-height:1em;
	background:url(../images/brcr.gif) left center no-repeat;
}
				
#tmpl_breadcrumbs ul li.first {
	margin:0;
	padding:0;
	background:none;
}
				
#tmpl_breadcrumbs ul li a {
	color:#8B8B8B;
	text-decoration:none;
	padding: 0;
	/*text-transform: none;*/
}

#tmpl_breadcrumbs a {
	color:#110404;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	margin-right:3px;
	padding:5px 6px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}

#tmpl_breadcrumbs a:hover {
	color: #110404;
}

/*** TOPMENU ***/
#tmpl_topmenu {
	display: table;
	width:798px; 
	height:25px;
	clear:both; 
	margin:0; 
	padding:0; 
	border-top: 2px solid #FEF510;
}

ul.tmpl_topmenu {
	list-style-type:none; 
	float:left; 
	display:block; 
	width:798px; 
	height:25px;
	clear:both; 
	margin:0; 
	padding:0; 
	background-color:#133457;
}

ul.tmpl_topmenu li {
	display:inline;
}

ul.tmpl_topmenu li a:link, ul.tmpl_topmenu li a:visited {
	display:block; 
	float:left; 
	padding:0 20px 0 20px; 
	margin:0; 
	height:25px; 
	text-align:center; 
	line-height:25px;
	text-decoration:none; 
	background-color:#133457; 
	color:#FFFFFF;
}

ul.tmpl_topmenu li a:hover,
ul.tmpl_topmenu li a.current {
	display:block; 
	float:left; 
	padding:0 20px 0 20px; 
	margin:0; 
	height:25px; 
	text-align:center; 
	line-height:25px;
	text-decoration:none;  
	background-color:#000000 !important;  
	color:#FFFFFF !important;
}

a.nav:link, a.nav:visited {
	display:block; 
	float:left; 
	padding:0 20px 0 20px; 
	margin:0;
	height:25px; 
	text-align:center; 
	line-height:25px;
	text-decoration:none; 
	background-color:#4B96AD; 
	color:#FFFFFF;
}
	
a.nav_even:link, a.nav_even:visited {
	display:block; 
	float:left; 
	padding:0 20px 0 20px; 
	margin:0;
	height:25px; 
	text-align:center; 
	line-height:25px;
	text-decoration:none; 
	background-color:#133457; 
	color:#FFFFFF;
}

a.nav:hover, a.nav_even:hover {
	display:block; 
	float:left; 
	padding:0 20px 0 20px; 
	margin:0;
	height:25px; 
	text-align:center; 
	line-height:25px;
	text-decoration:none;  
	background-color:#000000;  
	color:#FFFFFF;
}

/*
#tmpl_topmenu {
	display:block;
	position: relative;
	float: left;
	width: 592px;
	height: 91px;
	background: #E8E8E8 url(../images/img02.jpg) 0 0 no-repeat;
	border: 0px solid orange;
}

#tmpl_topmenu ul.tmpl_topmenu {
	margin: 0;
	padding: 6px 0 0 5px;
	list-style: none;
	line-height: normal;
	margin-left: 7px;
	border: 0px solid red;
}

#tmpl_topmenu ul.tmpl_topmenu li {
	display: inline;
	text-align: center;
	border: 0px solid lime;
}

#tmpl_topmenu ul.tmpl_topmenu li a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px 6px 5px 6px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #110404;
}

#tmpl_topmenu ul.tmpl_topmenu li a:hover,
#tmpl_topmenu ul.tmpl_topmenu li a.current {
	background: #FFFFFF;
	color: #110404;
}
*/
/*** MAINMENU ***/
#tmpl_mainmenu {
	display:none;
}

.tmpl_mainmenu {
	display:none;
}

/*** LEFTCOL ***/
#tmpl_leftcol {
	display:block;
	border: 0px solid blue;
}

#tmpl_leftcol #tmpl_services {
	display:none;
}

/*** MAINBODY ***/
#tmpl_mainbody {
	display: block;
	position: relative;
	float:right;
	height:auto;
	width:500px;
	text-align: justify;
	padding: 0 17px 20px 0 !important;
	margin:0 !important;
	border: 0px solid lime;
}

#tmpl_content_box {
	/*width:460px;
	color:#666666;
	margin:23px 0 0 45px;
	line-height:16px;
	text-align:justify;
	*/
	
	display:table;
	position: relative;
	clear: both;
	width:99%;
	color:#666666;
	margin:0px !important;
	padding:0px !important;
	line-height:16px;
	text-align:justify;
	border: 0px solid red;
}

/*
#tmpl_content_box ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #FFF611;

}


#tmpl_content_box li {
	background: #8DAA10 url(../images/bullet.png) no-repeat 2% 50%;
	margin: 2px 0;
	padding:3px 3px 3px 26px;
	width: 198px;
}

#tmpl_content_box li:hover {
	background: #819A12 url(../images/bullet.png) no-repeat 2% 50%;
}

*/

#tmpl_content_box img {
	display: block;
	position:relative;
	border: 0px solid red;
}

/*** CONTENT IMAGES ***/
div.content_img_logo {
	display:block;
	position:relative;
	float:left;
	width: auto !important;
	height: auto !important;
	padding: 0px !important;
	margin: 3px 10px 10px 0px !important;
	border: 0px solid #e2e2e2;
}

div.content_img_left {
	display:block;
	position:relative;
	float:left;
	width: auto !important;
	height: auto !important;
	padding: 0px !important;
	margin: 10px 10px 10px 0px !important;
	border: 0px solid #e2e2e2;
}

div.content_img_right {
	display:block;
	position:relative;
	float:right;
	width: auto !important;
	height: auto !important;
	padding: 0px !important;
	margin: 10px 0px 10px 10px !important;
	border: 0px solid #e2e2e2;
}

img.content_img_left {
	display:block;
	position:relative;
	float:left;
	width: 150px !important;
	height: auto;
	padding: 0px !important;
	margin: 0px !important;
}

img.content_img_right {
	display:block;
	position:relative;
	float:right;
	width: 150px !important;
	height: auto;
	padding: 0px !important;
	margin: 0px !important;
}





#tmpl_content_box .tmpl_box1 { 
	width:auto; 
	height: 100px;
	float:none; 
	margin:10px 5px; 
	padding-right: 10px;
	border-right: 0px solid #D4EEED;
	text-align: left;
}

#tmpl_content_box .tmpl_box2 { 
	float:left;
	width:auto;
	height:auto; 
	text-align:left; 
	margin:10px 5px; 
	padding-right: 10px;
	border-right: 0px solid #D4EEED;
	text-align: left;
}

#tmpl_content_box .tmpl_box1 span {
	font-weight: bold;
}

/*** FEEDBACK ***/
#tmpl_radio {
	width:450px;
	height:auto;
	color:#666666;
	border:1px #E4E4E4 solid;
	margin:20px 0 0 35px;
	background-color: #ebeaca;
	padding:5px;
}

.feedback span {
	display: block;
	position: relative;
	float: left;
	height: 20px;
	width: 30px;
	padding: 3px 0 0 3px;
	margin: 0;
	border: 0px solid red;
}

.feedback input[type="radio"] {
	display: block;
	position: relative;
	float: left;
	height: auto;
	width: auto;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	border: 0px solid blue;
}

#tmpl_block_border {
	display:table;
	width:460px;
	height:auto;
	padding: 5px;
	background-color:#FFFFFF;
	border:1px #E4E4E4 solid;
	margin:20px 0 0 0;
	*margin:20px 0 0 0;
}

#tmpl_block_content{	
	width:450px;
	height:auto;
	color:#666666;
	margin:0;
	padding: 10px;
	background: #ebeaca;
	border:0px #E4E4E4 solid;
}

#tmpl_radio .feedback {
	display:block;
	position:relative;
	width:auto;
	padding: 0;
	margin: 0 0 0 0;
	top: 0px;
	left: 0px;
	border:0px solid red;
}

/* Safari/Chrome css hack */
@media screen and (-webkit-min-device-pixel-ratio:0){
	#tmpl_radio .feedback {
		display:block;
		position:absolute;
		z-index: 999;
		width:auto;
		padding: 0;
		margin: 0;
		top: auto;
		left: 0px;
		border:0px solid red;
	}
}

/*** COMPANY INFO ***/
#tmpl_header #tmpl_company_info_box {
	display:table;
	float:right; 
	width:500px;
	height: 170px !important;
	padding: 0px;
	margin: 10px 10px 10px 0 !important;  
	/* background: #DEF3FA; */
	background: transparent !important;
	border: 0px solid lime !important;
}

#tmpl_header #tmpl_company_info_box span
{
	color: #ffffff !important;
	font: 12px Arial, Helvetica, sans-serif;
}

#tmpl_header #tmpl_company_info_box span.company_item
{
	font-weight: bold;
	text-align: right;
}

#tmpl_header table#tbl_company_info {
	margin:0px !important;
	padding:0px !important;
}

#tmpl_header #tbl_company_info td, td.company_info, td.company_item {
	margin:0 !important;
	padding:0 !important;
	padding:0px !important;
	height: 10px !important;
}

/*** JS SCROLLBAR ***/
div.scrollholder {
	z-index: 1;
	display:none;
	overflow: auto;
	position: relative;
	width: 500px !important; 
	height: 170px !important;
	color: #ffffff !important;
	background: transparent !important;
}

/* <Scroll> */
div.track {
	position: relative;
	float:right;
	top: 0; 
	width: 11px; height: 100%;
	font-size: 0;
	z-index: 3;
	background: #BFE9FA !important;
}

div.drag_bar {
	position: absolute;
	width: 100%; height: 14px;
	cursor: pointer;
	z-index: 4;
	background: #F58625 !important;
}  

/*** GOOGLEMAP ***/
#tmpl_googlemap {
	display: table;
	position: relative;
	float: left;
	width: 260px !important;
	margin: 0 0 0 0;
}

#map {
	display:block;
	position:relative;
	float:left;
	width: 221px !important;
	height: 221px !important;
	margin: 20px 0 0 5px;
	border: 3px solid rgb(232, 232, 232);
	padding: 0;
	overflow: hidden;
}

/*** RIGHTCOL ***/
#tmpl_rightcol {
	display: block;
	position: relative;
	float:left;
	height:auto;
	text-align: left;
	margin:0;
	padding: 0 0 20px 17px;
	width:260px;
	border: 0px solid blue;
}

#tmpl_rightcol ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#tmpl_rightcol li {
	margin-bottom: 1px;
}

#tmpl_rightcol li ul {
	display:block;
	width: 207px;
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

#tmpl_rightcol li li {
	margin: 0;
	padding: 9px 0px;
	border: none;
	width:100%;
	background: url(../images/img07.jpg) repeat-x left bottom;color: #f9a028;
}

#tmpl_rightcol li a, #tmpl_rightcol li li a {
	color: #FFF611 !important;
}

#tmpl_rightcol ul.filetypes li a {
	color: #f9a028 !important;
}

/*
#tmpl_rightcol h2 {
	margin: 0px;
	padding: 0px;
	width: 207px;
	border-bottom: 2px solid #EBEBEB;
	font-family: "Times New Roman", Times, serif;
	font-size: 160%;
	font-weight: normal;
	color: #110404;
}
*/
#tmpl_rightcol h3 {
	font-size: 77%;
	color: #110404;
}

img.tmpl_size_img {
	width:200px;
	height:90px;
	border:0px solid red;
}

#tmpl_rightcol p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#tmpl_rightcol a {
	border: none;
	text-decoration: none;
	color: #f9a028;
}

#tmpl_rightcol a:hover {
	text-decoration: underline;
}
/*** FILETYPES  ***/
#tmpl_rightcol .filetypes li
{
	list-style: none;
	margin: 0 0 0 20px; 
	padding: 0;
}
   
	 a[href$='.pdf'] {
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
    background: transparent url(../images/PDFIcon.gif) no-repeat center left;
    }

    a[href$='.xls'], a[href$='.csv'], a[href$='.xlt'], a[href$='.xlw'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(../images/ExcelIcon.gif) center left no-repeat;
    }

    a[href$='.ppt'], a[href$='.pps'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(../images/PowerPointIcon.gif) center left no-repeat;
    }

 a[href$='.doc'], a[href$='.rtf'], a[href$='.txt'], a[href$='.wps'] {
    display: inline-block;
	 position: relative;
    padding-left: 20px;
    line-height: 18px;
    background: transparent url(../images/wordIco.gif) no-repeat center left;
    }
/*** FACEBOOK ***/
#tmpl_fbcode {
	margin: 10px 0 0 25px;
	/*width:470px;
	height:auto;
	background-color:#FFFFFF;
	border:1px #E4E4E4 solid;
	margin:20px 0 0 35px;*/
   	/*float:none;
	text-align: left;
	left: 0px;
	width:200px;
	height:140px;
	margin:0;
	padding:10px 0 0 0;
	border: 0px solid lime;*/
}

#tmpl_fbcode a {
	text-decoration: none;
}

/*** PARTNERS ***/
#tmpl_partners {
	display: block;
	position:relative;
	float:none;
	left: 0px;
	width: 100%;
	height:auto;
	margin:0;
	padding:0;
	border: 0px solid lime;
}

/*** GALLERY ***/
#tmpl_gallery {
	display: block;
	position:relative;
	float:left;
	left: 0px;
	width: 500px;
	height:auto;
	margin:15px 0 0 0px;
	padding:0;
	border: 0px solid lime;
}

/*
#tmpl_gallery .entry div, #tmpl_gallery td div {
	display:block;
	position: relative;
	float: right;
	
	width: 130px;
	height: 130px;
	margin: 10px 0 0 10px;
	padding: 5px;
	overflow: hidden;
	border: 1px solid #ebebeb;
}

#tmpl_gallery .entry div img, #tmpl_gallery td div img {
	position: absolute;
	width: 250px !important;
	height: auto !important;
	z-index:1;
	top:-20%;
	left: -20%;
	border: solid 0px #FFBA00;
	cursor: pointer;
}

#tmpl_gallery .entry div.cleaner, #tmpl_gallery td div.cleaner  {
	display:block;
	position: relative;
	float: none;
	clear: both;
	width: 400px !important;
	height: 1px !important;
	border: 0px solid lime;
}
*/

#tmpl_gallery .entry div, #tmpl_gallery td div {
	display:block;
	position: relative;
	float: left;
	
	width: 110px !important;
	height: 91px !important;
	
	background: #fff;
	margin: 10px 0 0 10px;
	padding: 0;
	
	overflow: hidden;
	border: 4px solid #ebebeb;
}


div#tmpl_gallery .entry img, div#tmpl_gallery div img {
	display:block;
	position: relative;
	float:none;
	
	height: 91px !important;
	width: auto !important;
	
	margin-left:auto !important; 
	margin-right:auto !important;
	text-align: center !important;
	border: 0px solid #FFBA00;
	cursor: pointer !important;
}

#tmpl_gallery .entry div.cleaner, #tmpl_gallery td div.cleaner  {
	display:block;
	position: relative;
	float: none;
	clear: both;
	width: 400px !important;
	height: 1px !important;
	border: 0px solid lime;
}

.highslide img {
	cursor:url("../highslide/graphics/zoomin.cur"), pointer !important;	
}

/*
#tmpl_gallery table td {
	float:left;
	width:150px;
	height: 150px;
	margin:0px;
	padding:0px;
}

#tmpl_gallery table td div {
	float:left;
	margin:0px;
	padding:0px;
	position:relative;
	width:auto;
	border:0px solid red;
}

#tmpl_gallery table td div img {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #CCCCCC;
	padding:4px;
	height:130px !important;
	width:130px !important;
}
*/

/*** MOD GALLERY ***/
#tmpl_mod_gallery {
  /*display:none;*/
	padding: 0px;
	margin: 0;
	border: 0px solid violet;
}

#tmpl_mod_gallery table {
	padding: 0px;
	margin: 0;
}

#tmpl_mod_gallery table td {
	padding: 0px;
	margin: 0;
}

#tmpl_mod_gallery {
	display: table;
	position:relative;
	float:none;
	clear:both;
	height: auto;
	width: 227px;
	margin: 5px 0 0 5px;
	*margin: 0 0 0 5px;
	padding: 0;
	border: 0px solid red;
}

#tmpl_mod_gallery table td div img {
	/*width: 227px;
	height:92px;*/
	
	width: 227px;
	height: auto;
	display: block;
	position: relative;
	*position:absolute;
	float:left;
	top: -20%;
	left: 0;
	padding:0;
	margin: 0;
	border: none;
}

#tmpl_mod_gallery table td div {
	width: 227px;
	height:92px;
	padding:0px;
	overflow: hidden;
	margin: 0 0 6px 0;
	border: 0px solid red;
}

/*** FEEDBACKFORM ***/
#tmpl_feedbackform {
	display: block;
	position:relative;
	float:none;
	text-align: left;
	left: 0px;
	width: 100%;
	height:auto;
	margin:0;
	padding:0;
	border: 0px solid lime;
}

/*---------------footer-----*/
#footer{
	width:798px;
	height:65px;
	clear:both;
	background:url(../images/footer_bg.jpg) no-repeat left;
}

.footer_links{
	float:left;
	padding:10px;
}

.footer_links a{
	text-decoration:none;
	padding:0 8px 0 8px;
	color:#74BBCF;
}

.footer_links a:hover{
	text-decoration:underline;
}

.copyright{
	float:right;
	padding-right:15px;
	padding-top:10px;
	color: #fff;
}

/*--------------------------------------*/

/*------------MENU---------*/
/*
ul.menu {
list-style-type:none; float:left; display:block; width:798px; height:25px;
clear:both; margin:0; padding:0; background-color:#133457;
}

ul.menu li {
display:inline;}


ul.menu li a:link, ul.menu li a:visited {
display:block; float:left; padding:0 20px 0 20px; margin:0; height:25px; text-align:center; line-height:25px;
text-decoration:none; background-color:#133457; color:#FFFFFF;}

ul.menu li a:hover{
display:block; float:left; padding:0 20px 0 20px; margin:0; height:25px; text-align:center; line-height:25px;
text-decoration:none;  background-color:#000000;  color:#FFFFFF;}

a.nav:link, a.nav:visited {
display:block; float:left; padding:0 20px 0 20px; margin:0;height:25px; text-align:center; line-height:25px;
text-decoration:none; background-color:#4B96AD; color:#FFFFFF;}
a.nav_even:link, a.nav_even:visited {
display:block; float:left; padding:0 20px 0 20px; margin:0;height:25px; text-align:center; line-height:25px;
text-decoration:none; background-color:#133457; color:#FFFFFF;}

a.nav:hover, a.nav_even:hover{
display:block; float:left; padding:0 20px 0 20px; margin:0; height:25px; text-align:center; line-height:25px;
text-decoration:none;  background-color:#000000;  color:#FFFFFF;}*/
/*------------MENU---------*/


.title{

/*font-size:16px;
font-weight:bold;
padding-left:5px;
padding:5px 0 0 0px;
color:#265171;*/

color:#265171;
font-size:16px;
font-weight:bold;
padding:25px 0 0 0px;
}
.title_in{
font-size:16px;
font-weight:bold;
padding-left:5px;
padding:0 0 0 45px;
color:#265171;
}
.text_content {
	display: block;
	position: relative;
	float: left;
	width:auto;
	color:#666666;
	padding: 23px 0 0 0 !important;
	margin:0;
	line-height:16px;
	text-align:justify;
}
.text_content a{
text-decoration:none;
color:#666666;
background-color:#D2F344;
}
.text_content img{
border: none;
margin: 10px 0;
padding: 0;
}
.text_content a:hover{
text-decoration:none;
color:#000000;
background-color:#D2F344;
}

#tmpl_container h2, #tmpl_container .title2{
	display:block;
	position: relative;
	font-size:16px;
	padding-left:5px;
	padding:25px 0 0 5px;
	font-weight:bold;
	color:#8DAA10 !important;
	clear: both;
}

.text_content2{
width:200px;
color:#666666;
margin:23px 0 8px 5px;
line-height:16px;
text-align:justify;
}

.text_content2 ul
{
	display:block;
	position:relative;
	float:left;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #FFF611;
	border: 0px solid teal;

}
.text_content2 li
{
	display:block;
	position:relative;
	float:none;
	background: #8DAA10 url(../images/bullet.png) 2% 50% no-repeat !important;
	text-align: left !important;
	margin: 2px 0;
	padding:3px 3px 3px 26px;
	width: 198px;
}

.text_content2 li:hover
{
	background: #819A12 url(../images/bullet.png) no-repeat 2% 50% !important;
}
.right_partner {
	display:block;
	position: relative;
	float:left;
	margin:0px 0 0 -5px;
	width:460px;
	*width:460px;
	border-bottom:0px #CCCCCC dashed;
	padding:10px 0 8px 0px;
}

ul.offices {
	margin:0px 0 0 0px;
	padding: 0px;
	width:460px;
	*width:460px;
	list-style: none;
}

.right_partner ul.offices li {
	padding: 10px 0 10px 58px;
	
	background: transparent url("../images/address.png") 0 0 no-repeat;
	border-bottom:1px dashed #CCCCCC;
}

ul.partners {
	margin:0px 0 0 0px;
	padding: 0px;
	width:460px;
	*width:460px;
	list-style: none;
}

.right_partner ul.partners li {
	padding: 10px 0 10px 58px;
	
	background: transparent url("../images/partner.png") 0 0 no-repeat;
	border-bottom:1px dashed #CCCCCC;
}

.partner_icon{
width:48px;
height:48px;
float:left;
background:url(../images/partner.png) no-repeat center;
}
.address_icon{
width:48px;
height:48px;
float:left;
background:url(../images/address.png) no-repeat center;
}
.partner_content{
width:400px;
float:left;
text-align:justify;
line-height:15px;
padding:0 0 0 10px;
}

/*------contact form------*/
#contact_form {
	float:left;
	width:300px;
	padding:10px 10px 10px 0px;
	color:#666666;
	border: 0px solid red;
}

.contact_input {
	width:290px;
	height:20px;
	font-size:10px;
	float:left;
	border:1px #C8CDD2 solid !important;
}

label.contact_form{
	width:200px;
	padding:0 0 5px 0;
	font-size:12px;
}

.contact_textarea{
	width:290px;
	height:80px;
	font-size:10px;
	float:left;
	border:1px #C8CDD2 solid;
}


input.submit:hover{
	cursor:pointer;
	background:#eee;
	color:#333;
}


input.submit{
	cursor:pointer;
	background:#eaeaea;
	width:100px;
	height:28px;
	text-align:center;
	color:#666;
	margin: 10px 0 0 0px;
	font-size:10px;
	text-transform:uppercase;
}

#tmpl_contacts {
    display:block;
    position:relative;
    float:left;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
   /* border:1px red solid;*/
}


/*** Offices ***/
/*
<div class='offices_holder'>
 <div class='offices_name'>Echo</div>
 <div class='offices_image'><img src='/images/item/small/30602_47815.jpg'> </div>
 <div class='offices_description'>Nokia</div></div><br />
</div>
*/

#tmpl_offices {
	display: block;
	position: relative;
	float:right !important;
	text-align: right;
	width: 100%;
	padding:0;
	margin:10px 0 20px 0 !important;
	height:auto;
	border: 0px solid red;
}

.offices_holder {
	display: block;
	position: relative;
	float:right !important;
	
	text-align: right;
	font: normal 11px Tahoma, Geneva, sans-serif; 
	color:#414141; 
	padding:3px 10px 5px 100px !important;
	width:auto;
	margin:20px 0 0 10px !important;
	border-right: 4px solid #ccc;
}

.offices_description {
	display: block;
	position:relative;
	float:none!important;
	clear: both !important;
	margin:0;	
	padding:0;	
	border: 0px solid #CCCCCC;
}

.offices_image {
	display: table;
	position:relative !important;
	float: none !important;
	clear: both !important;
	width: 100% !important;
	height: auto;
	margin: 0 !important;	
	padding:0px !important;	
	border: 0px solid red !important;
}

.offices_image img {
	display: block;
	position:relative !important;
	float:right !important;
	clear: both !important;
	margin:0px 3px 10px 0 !important;	
	padding:0px !important;	
	border: 0px solid #CCCCCC !important;
}

.offices_name {
	font-weight: bold;
	margin: 0 0 10px 0 !important;
	font-size: 13px;
}

/*** Partners ***/
/*
<div class='partners_holder'>
 <div class='partners_name'>Echo</div>
 <div class='partners_image'><img src='/images/item/small/30602_47815.jpg'> </div>
 <div class='partners_description'>Nokia</div></div><br />
</div>
*/

#tmpl_partners {
	display: block;
	position: relative;
	float:right !important;
	text-align: right;
	width: 100%;
	padding:0;
	margin:10px 0 20px 0 !important;
	height:auto;
	border: 0px solid red;
}

.partners_holder {
	display: block;
	position: relative;
	float:right !important;
	
	text-align: right;
	font: normal 11px Tahoma, Geneva, sans-serif; 
	color:#414141; 
	padding:3px 10px 5px 100px !important;
	width:auto;
	margin:20px 0 0 10px !important;
	border-right: 4px solid #ccc;
}

.partners_description {
	display: block;
	position:relative;
	float:none!important;
	clear: both !important;
	margin:0;	
	padding:0;	
	border: 0px solid #CCCCCC;
}

.partners_image {
	display: table;
	position:relative !important;
	float: none !important;
	clear: both !important;
	width: 100% !important;
	height: auto;
	margin: 0 !important;	
	padding:0px !important;	
	border: 0px solid red !important;
}

.partners_image img {
	display: block;
	position:relative !important;
	float:right !important;
	clear: both !important;
	margin:0px 3px 10px 0 !important;	
	padding:0px !important;	
	border: 0px solid #CCCCCC !important;
}

.partners_name {
	font-weight: bold;
	margin: 0 0 10px 0 !important;
	font-size: 13px;
}

/*** Products ***/
/*
<div class='products_holder'>
 <div class='products_name'>Echo</div>
 <div class='products_image'><img src='/images/item/small/30602_47815.jpg'> </div>
 <div class='products_description'>Nokia</div></div><br />
</div>
*/

#tmpl_products {
	display: block;
	position: relative;
	float:right !important;
	text-align: right;
	width: 100%;
	padding:0;
	margin:10px 0 20px 0 !important;
	height:auto;
	border: 0px solid red;
}

.products_holder {
	display: block;
	position: relative;
	float:right !important;
	text-align: right;
	font: normal 11px Tahoma, Geneva, sans-serif; 
	color:#414141; 
	padding:3px 10px 5px 100px !important;
	width:auto;
	margin:20px 0 0 10px !important;
	border-right: 4px solid #ccc;
}

.products_description {
	display: block;
	position:relative;
	float:none!important;
	clear: both !important;
	margin:0;	
	padding:0;	
	border: 0px solid #CCCCCC;
}

.products_image {
	display: table;
	position:relative !important;
	float: none !important;
	clear: both !important;
	width: 100% !important;
	height: auto;
	margin: 0 !important;	
	padding:0px !important;	
	border: 0px solid red !important;
}

.products_image img {
	display: block;
	position:relative !important;
	float:right !important;
	clear: both !important;
	margin:0px 3px 10px 0 !important;	
	padding:0px !important;	
	border: 0px solid #CCCCCC !important;
}

.products_name {
	font-weight: bold;
	margin: 0 0 10px 0 !important;
	font-size: 13px;
}

/*** Special ***/
/*
<div class='special_holder'>
 <div class='special_name'>Echo</div>
 <div class='special_image'><img src='/images/item/small/30602_47815.jpg'> </div>
 <div class='special_description'>Nokia</div></div><br />
</div>
*/

#tmpl_special {
	display: block;
	position: relative;
	float:right !important;
	text-align: right;
	width: 100%;
	padding:0;
	margin:10px 0 20px 0 !important;
	height:auto;
	border: 0px solid red;
}

.special_holder {
	display: block;
	position: relative;
	float:right !important;
	text-align: right;
	font: normal 11px Tahoma, Geneva, sans-serif; 
	color:#414141; 
	padding:3px 10px 5px 10px !important;
	/*width:auto;*/
	margin:20px 0 0 10px !important;
	border-right: 4px solid #ccc;
}

.special_description {
	display: block;
	position:relative;
	float:none!important;
	clear: both !important;
	margin:0;	
	padding:0;	
	border: 0px solid #CCCCCC;
}

.special_image {
	display: table;
	position:relative !important;
	float: none !important;
	clear: both !important;
	width: 100% !important;
	height: auto;
	margin: 0 !important;	
	padding:0px !important;	
	border: 0px solid red !important;
}

.special_image img {
	display: block;
	position:relative !important;
	float:right !important;
	clear: both !important;
	margin:0px 3px 10px 0 !important;	
	padding:0px !important;
	border: 0px solid #CCCCCC !important;
}

.special_name {
	font-weight: bold;
	margin: 0 0 10px 0 !important;
	font-size: 13px;
}

.title_links {
	position: absolute;
	top: 0px;
	right: 0px;
}

#tbl_company_info h2 {
	padding: 0;
	margin: 0;
	color: #FFF611 !important;
	font-size: 13px;
	font-weight: normal;
}

#gplus {margin:-5px 0 5px 20px !important;}

/* Articles styles*/

.linked_article {
    background: none;
}
.sb_middle {
    background: none no-repeat scroll -20px bottom ;
    padding-bottom: 22px;
}

#tmpl_rightcol h3 {
    border-bottom: 2px solid #EBEBEB;
    clear: both;
    color: #110404;
    display: block;
    float: none;
    font-family: "Times New Roman",Times,serif;
    font-size: 160%;
    font-weight: normal;
    margin: 10px 0 !important;
    padding: 0;
    position: relative;
    width: 207px;
    }
    
#other_company_articles_middle .other_articles_list,
#last_articles_by_category_middle .other_articles_list {
	float: left; padding: 0px !important; margin:0px; background: url('/images/sidebar_v_mid.png') repeat;
}

#linked_article_top .center_bar,
#art_title .center_bar,
#art_text .center_bar,
#linked_article_bottom .center_bar,
#other_company_articles_middle .other_articles_list, 
#other_company_articles_top .center_bar,
#other_company_articles_bottom .center_bar,
#last_articles_by_category_top .center_bar,
#last_articles_by_category_bottom .center_bar,
#last_articles_by_category_middle .other_articles_list{
	width: 185px !important; 
}

#other_company_articles_middle .other_articles_list li,
#last_articles_by_category_middle .other_articles_list li {
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#other_company_articles_middle .other_articles_list a.article_link,
#last_articles_by_category_middle .other_articles_list a.article_link {
    background: url("/images/sidebar.png") no-repeat scroll right;
    border-top: 1px solid #D4D4D6;
    color: #231F57 !important;
    display: block;
    font-size: 13px;
    padding: 12px 42px 8px 19px;
}

#linked_article_top .center_bar{
	float: left; height: 25px; background: url('/images/sidebar.png') no-repeat scroll -311px 0px transparent;
}

#art_title .center_bar{
	float: left; background: url('/images/sidebar.png') no-repeat scroll -311px -40px transparent; float: left;
}

#art_text .center_bar{
	float: left; background: url('/images/sidebar.png') no-repeat scroll -594px -40px transparent;
}

#linked_article_bottom .center_bar{
	float: left; height: 63px; background: url('/images/sidebar.png') no-repeat scroll -877px -147px transparent;
}

#other_company_articles_top .left_bar,
#last_articles_by_category_top .left_bar{
	float: left; width: 30px; height: 30px; background: url('/images/sidebar.png') no-repeat scroll -1395px 0px transparent;
}

#other_company_articles_top .center_bar,
#last_articles_by_category_top .center_bar{
	float: left; height: 30px; background: url('/images/sidebar.png') no-repeat scroll -1425px 0px transparent;
}

#other_company_articles_top .right_bar,
#last_articles_by_category_top .right_bar{
	float: left; width: 30px; height: 30px; background: url('/images/sidebar.png') no-repeat scroll -1639px 0px transparent;
}

#other_company_articles_bottom .left_bar,
#last_articles_by_category_bottom .left_bar{
	float: left; width: 30px; height: 42px; background: url('/images/sidebar.png') no-repeat scroll -1941px -158px transparent;
}

#other_company_articles_bottom .center_bar,
#last_articles_by_category_bottom .center_bar{
	float: left; height: 42px; background: url('/images/sidebar.png') no-repeat scroll -1964px -158px transparent;
}

#other_company_articles_bottom .right_bar,
#last_articles_by_category_bottom .right_bar{
	float: left; width: 30px; height: 42px; background: url('/images/sidebar.png') no-repeat scroll -2185px -158px transparent;
}
/* End Articles styles*/