/* CSS Document */
* { padding: 0; margin: 0; }
html>body li {
height: auto
} 
html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	color: #A1A1A1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.clear {
	clear: both;
}

#tmpl_container {
	text-align:center;
	width: 100%;
	padding:0;
	background: #FAFDFF;
	margin: 0 auto;
	padding-bottom:75px;
	margin-top:5px;
}

/*** WRAPPER ***/
#tmpl_wrapper {
	width:1000px;
	margin:0 auto;
	background: #fff;
	padding: 0;
	color: #888;
	/*background: Aqua;*/
}

#tmpl_wrapper h1, #tmpl_wrapper h2, #tmpl_wrapper h3 {
	color: #AA2808;
}

#tmpl_wrapper h2 {
color: #24215B;
font-size: 14px;
margin: 10px 0;
}

#tmpl_wrapper p {
}

#tmpl_wrapper a {
	text-decoration: underline;
	color: #323B51;
}

#tmpl_wrapper 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:block;
	position:relative;
	float: none;
	width: 100%;
	margin: 0 auto;
	width:1000px;
	min-height:300px;
	background: transparent url(../images/header.jpg) no-repeat;
	border: 0px solid lime;
}

#tmpl_logo
{
	display: block;
	position: relative;
	float: none;
	/*widdth: 100%;*/
	height: 170px;
	margin: 0 auto;
	padding: 0;
	
	width:320px;
	background: transparent url(../../../images/ajax-loader.gif) center center no-repeat;
	border:0px solid red !important;
}

#tmpl_logo img, #tmpl_logo a img
{
	display: block;
	position: relative;
	text-align: center;
	margin: 0 auto;
	top: 45px;
	border: none;
}

#tmpl_logo img {
   max-height: 100px !important;
   max-width: 300px !important;
   border: none;
}

/*** MOD GALLERY ***/
#tmpl_mod_gallery img {
	border:none;
}

/*** COMPANY ***/ 
#tmpl_company_info_box
{
	display: table;
	width: 500px;
	/*width: auto;
	height: 90px !important;*/
	padding: 50px 0 0 0;
	margin: 0 auto;
	color: #898989;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	border: 0px solid red;
}

#tmpl_company_info_box table td {
	padding: 0px !important;
	margin: 0px !important;
	height: 13px !important;
}

#tmpl_company_info_box span
{
	color: #24215B;
	font: 12px Arial, Helvetica, sans-serif;
}
#tmpl_company_info_box span.company_item
{
	font-weight: bold;
	text-align: right;
}

/*** MAINBODY ***/
#tmpl_mainbody
{
	width:1000px;
	margin: 0 auto;
	position: relative;
	/*background: url(../images/content.jpg) repeat-y 0 260px;*/
}

/*** LEFTCOL ***/
#tmpl_leftcol {
	display:block;
	position: relative;
	float:left;
	width: 260px;
	z-index:7;
	margin: 10px 0 0 0;	
	padding: 0 0 30px 0;
	border: 0px solid red;
}
#tmpl_leftcol h2, #tmpl_rightcol h2 
{
	width: 100%;
	color:#FAA61A;
	/*margin: 20px 0 20px;
	height: 22px;*/
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 0px 0 20px 0;
	height: auto !important;
	background-color:#F3F4F4;
	font-size:14px;

}
#tmpl_leftcol h2
{
	text-align: left;
}

#tmpl_leftcol li
{
	position: relative; /*IE6 hack*/
	height: 1%;/*IE6 hack*/
	list-style: none;
	display: block;
	line-height: 20px;
	margin-bottom: 20px;	
	text-align: left;
	background: url(../images/left_li_bgr_h.gif) no-repeat center left;
	padding-left: 30px; 
}

#tmpl_leftcol li:hover, #tmpl_leftcol li a.current
{
	background: url(../images/left_li_bgr.gif) no-repeat center left;
}

/*** BREADCRUMBS ***/
#tmpl_breadcrumbs	{
	display:block;
	position: relative;
	width: 500px;
	top: 0px;
	/*left: 30px;*/
	margin-bottom: 20px;
	float:left;
}

#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:#24215B;
	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:#24215B;
	text-decoration:none;
	padding: 0;
}

#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;
	text-decoration: underline;
}

/*** FILETYPES  ***/
#tmpl_leftcol ul.filetypes li
{
	list-style: none;
	margin: 0 30px 0 0; 
	padding: 0;
	background: none;
}
   
	 a[href$='.pdf'] {
    display: inline-block;
    padding-right: 30px;
    line-height: 20px;
    background: transparent url(../images/PDFIcon.gif) no-repeat center right;
    }

    a[href$='.xls'], a[href$='.csv'], a[href$='.xlt'], a[href$='.xlw'] {
    display:inline-block;
    padding-right:30px;
    line-height:20px;
    background:transparent url(../images/ExcelIcon.gif) center right no-repeat;
    }

    a[href$='.ppt'], a[href$='.pps'] {
    display:inline-block;
    padding-right:30px;
    line-height:20px;
    background:transparent url(../images/PowerPointIcon.gif) center right no-repeat;
    }

 a[href$='.doc'], a[href$='.rtf'], a[href$='.txt'], a[href$='.wps'] {
    display: inline-block;
	 position: relative;
    padding-right: 30px;
    line-height: 20px;
    background: transparent url(../images/wordIco.gif) no-repeat center right;
    }
    
/*** GOOGLEMAP ***/
#tmpl_googlemap {
	display:block;
	position: relative;
	float:left !important;
	width: 100%;
	text-align: left;
	margin:0 0 20px 0;
	*margin:0 0 0 0;
	#*margin:0 0 0 0;
	_*margin:0 0 0 0;
	padding:0;
	border: 0px solid red;
}

#map {
	float:left !important;
	width:260px;
	height:260px;
	overflow:hidden;
}

/*** FACEBOOK ***/
#tmpl_fbcode {
	display:table;
	padding-top: 20px !important;
	width: 200px !important;
	height: auto !important;
	overflow: hidden !important;
}

#fb_like_b {
	display:table;
	padding-top: 0px !important;
	width: 200px !important;
	overflow: hidden !important;
	background: transparent !important;
}

#tmpl_container  #fb_like_b div {
	text-align: left !important;
	padding-left: 25px !important;
}

/*** MULTIMEDIA ***/
#flashvideo {
	margin-left: 10px;
	margin-bottom: 20px;
}

/*** CONTENT_BOX ***/
#tmpl_content_box {
	display: block;
	position: relative;
	float:left;
	width: 565px;
	height: auto;
	padding: 0;
	/*background: url(../images/ccnt.jpg) no-repeat;*/
}

#tmpl_content_box img { 
	display: block;
	position: relative;
}

/*** 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 h2
{
	font-size:24px;
	margin:0 0 10px 0;
/*	width:426px;*/
	font-weight:normal;
	text-decoration:none;
	color:#000;
	text-align: left;
}
.tmpl_content_box
{
	width:526px;
	position:relative;
	z-index:117;
	margin: 18px auto 0px;
	padding: 0 0 30px 0 !important;
	border-bottom: 2px dotted #EEE;
	text-align: left;
}

/*** GALLERY ***/
/*
#tmpl_gallery table {
	margin: 0;
	padding:0;
	border: 0px solid #ebebeb;
}
	
#tmpl_gallery .entry div, #tmpl_gallery td div {
	display:block;
	position: relative;
	float: right;
	
	width: 110px;
	height: 91px;
	margin: 10px 0 0 10px;
	padding: 5px;
	overflow: hidden;
	border: 2px solid #ebebeb;
}

#tmpl_gallery .entry div img, #tmpl_gallery td div img {
	position: absolute;
	width: 200px !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;
}

/***  HELP INFO ***/
#tmpl_radio {
	border-top: 1px solid #C2C2C2;
	margin-top: 20px;
}

#tmpl_radio .feedback {
	border:0px solid red !important;
}

td.feedback {
border-top:0px solid #C2C2C2 !important;
}

/*** FEEDBACK ***/
.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;
}

/*** PARTNERS ***/
#tmpl_partners {
	display: block;
	position:relative;
	float:none;
	left: 0px;
	width: 100%;
	height:auto;
	margin:0;
	padding:0;
	border: 0px solid lime;
}
.right_partner{
	float:left;
	margin:20px 0 0 0px;
	width:100%;
	border-bottom:1px #CCCCCC dashed;
	padding:10px 0 8px 0;
}
.partner_icon{
	width:48px;
	height:48px;
	float:left;
	background:url(../images/partner.png) no-repeat center;
}

.partner_content{
	float:left;
	text-align:justify;
	line-height:15px;
	padding:0 0 0 10px;
	width: 468px;
}

/*** OFFICES ***/
#tmpl_content_box ul.offices li{
	float:left;
	list-style: none;
	background:url(../images/address.png) no-repeat 0 center;
	font: normal 11px Tahoma, Geneva, sans-serif; 
	color:#414141; 
	padding:3px 10px 5px 50px; 
	width: 188px;
	margin:0;
}

/*------CONTACT form------*/
#contact_form{
	float:left;
	width:300px;
	padding:10px 10px 0 0px;
	color:#666666;
	text-align: left;
}
#contact_form form label
{
	margin-top: 10px;
}
.contact_input{
	width:290px;
	height:17px;
	font-size:10px;
	float:left;
	border:1px #C8CDD2 solid;
}
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:#FAA61A;
	color:#333;
}

input.submit{
	cursor:pointer;
	background: #FAA61A;
	border: 1px solid #A1A1A1;
	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;
}
#tmpl_contacts p
{
	margin: 0;
	padding: 0;
	line-height: 20px;
}

/*** RIGHTCOL ***/
#tmpl_rightcol {
	display: block;
	position: relative;
	float: left;
	width: 150px;
	z-index:7;
	margin: 7px 0 0 0;	
	padding: 0 0 30px 0;
	border: 0px solid blue;
}
#tmpl_rightcol li
{
	position: relative; /*IE6 hack*/
	height: 1%;/*IE6 hack*/
	list-style: none;
	display: block;
	line-height: 22px;
	margin-bottom: 22px;	
	text-align: left;
	background: url(../images/right_li_bgr_h.gif) no-repeat center left;
	padding-left: 30px; 
}
#tmpl_rightcol li:hover
{
	background: url(../images/right_li_bgr.gif) no-repeat center left;
}
/*** FOOTER ***/
#tmpl_footer
{
	width:100%;
	height:63px;
	background: url(../images/fbg.jpg) repeat-x;
}

#tmpl_copyright
{
	width: 1000px;
	margin: 0 auto;
}

#tmpl_footer p
{
	margin: 0;
	text-align: left;
	padding: 25px 0 10px 10px;
	font-size:10px;
	color:#808285;
}
#tmpl_footer a
{
	font-size:10px;
	color:#808285;
	text-decoration: underline;
}

/*** 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 100px !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;
}

#tbl_company_info h2 {
	padding: 0;
	margin: 0;
	color: #24215B;
	font-size: 13px;
}

#gplus {margin:0 20px 5px -10px !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: 200px !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;
    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*/