/*Author:bahassi.com
copyright 2009*/

#content-btm{
height:auto;
}

#content-btm-lft, #content-btm-mid, #content-btm-rht {
width:330px;
height:460px;
margin-bottom:10px;
background-image:url(../imgs/content-btm-home-bg.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}


#content-btm-lft h2{
background-image:url(../imgs/Who_am_I.jpg);
background-repeat:no-repeat;
background-position:top left;
}

#content-btm-mid h2{
background-image:url(../imgs/what_I_do.jpg);
background-repeat:no-repeat;
background-position:top left;
}

#content-btm-rht h2{
background-image:url(../imgs/testimonials.jpg);
background-repeat:no-repeat;
background-position:top left;
}

.txt {
width:300px;
height:auto;
margin:5px auto;
padding:10px;
}

#content-btm-rht h4 {
width:300px;
font-size:14px;
font-weight:normal;
margin-bottom:5px;
color:#666666;
border-bottom:#A8C242 dotted 1px;
}

.btn {
width:150px;
height:25px;
line-height:24px;
text-align:center;
background-image:url(../imgs/links-btn.jpg);
background-repeat:no-repeat;
}

#content-btm-lft .btn, #content-btm-mid .btn, #content-btm-rht .btn { 
margin-bottom:20px;
}
 
#content-btm-lft .btn a, #content-btm-mid .btn a, #content-btm-rht .btn a { 
text-decoration:none;
font-size:14px; 
color:#FFFFFF;
}

#content-btm-lft .btn a:hover, #content-btm-mid .btn a:hover, #content-btm-rht .btn a:hover {  
color:#666666;
}

#content-btm-rht {
font-style:italic;
color:#999999;
 }
 
/*slide show style*/

#slideshow {
position:relative;
height:339px;
}

#slideshow DIV {
position:absolute;
top:30px;
left:18px;
z-index:8;
/*opacity:0.0;*/
height: 299px;
background-color: #fff;;
}

#slideshow DIV.active {
z-index:10;
/*opacity:1.0;*/
}

#slideshow DIV.last-active {
z-index:9;
}

#slideshow DIV IMG {
height: 246px;
width:458px;
display: block;
border: 0;
margin:6px;
margin-bottom: 10px;
}

/*end slide show styles*/