.print_img {
width:100%;
height:344px;
margin:20px 0 0 0;
background:url(../contimg/color_fan.jpg) no-repeat;
background-position:right;
}

.service_list {
margin:5px 5px 10px 40px;
float:left;
display:block;
}

.icon_left {
width:90%;
height:190px;
clear:both;
padding:10px;
}

.icon_image {
float:left;
margin-right:40px;
}



.video_img {
width:100%;
height:344px;
margin:20px 0 0 0;
background:url(../contimg/dvd.png) no-repeat;
background-position:right;
}


.ink1 {
background: url(../contimg/ink_thane1.gif) bottom no-repeat;
float:right;
vertical-align:bottom;
background-position:bottom;
width:212px;
height:62px;
margin:10px 100px 20px 0;
}


.tri_ads {
width:100%;
height:100%;
margin:0 0 0 1%;
}

.tri1 {
float:left;
width:31%;
vertical-align:top;
margin:0 auto 10px auto;
border:1px dashed #778;
}

.tri_inner {
margin:10px 2% 10px 4%;
}

.tri2 {
float: left;
width:31%;
vertical-align:top;
margin:0 2% 10px 2%;
border:1px dashed #778;
}

.tri3 {
float:left;
width:31%;
margin:0 2% 10px auto;
border:1px dashed #778;
}


.focus {
float:right;
clear: both;
margin: 0 0 10px 0;
padding: 0px;
width:100%;
background-color:#f6f3ef;
}

.servicebtm {
width:100%;
margin:20px 0 0 0;
}

.servicebtmleft {
float:left;
width:60%;
height:100%;
}


/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}

.tabberlive {
 margin:0;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
text-align:center;
margin:0 0 0 25%;
float:left;
width:100%;
font-family:Arial, Helvetica, sans-serif;
line-height:75px;
font-size:medium;
text-decoration:none;
}

ul.tabbernav li
{
width:90px;
height:60px;
float:left;
display:inline;
list-style: none;
margin:0 0 0 1px;
padding:0;
color:#FFFFFF;
}

ul.tabbernav li a
{
background-image: url(../interimg/tabber_tab.gif);
background-repeat:no-repeat;
width:90px;
height:60px;
float:left;
display:inline;
list-style: none;
padding:0;
margin:0;
text-decoration: none;
color:#FFFFFF;
}

ul.tabbernav li a:link { color: #ffffff; }
ul.tabbernav li a:visited { color: #ffffff; }

ul.tabbernav li a:hover
{
 color: #eeeeee;
background-image: url(../interimg/tabber_tabover.gif);
background-repeat:no-repeat;
width:90px;
height:60px;
float:left;
display:inline;
list-style: none;
}

ul.tabbernav li.tabberactive a
{
background-image: url(../interimg/tabber_tabdown.gif);
background-repeat:no-repeat;
width:90px;
height:60px;
float:left;
display:inline;
list-style: none;
padding:0;
margin:0;
text-decoration: none;
color:#FFFFFF;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #eeeeee;
}
/* BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB */

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:4px;
 
 

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}
.tabberlive .tabbertab h4 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab3 .tabbertab {
}

.tab_head {
margin:10px 2px 10px 10px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:3em;
color:#ec098d;
line-height:1em;
}

.tab_body {
margin:2px 2px 5px 10px;
font-family: Arial, Helvetica, sans-serif;
font-size:1.5em;
color:#454545;
line-height:1.2em;
}

