/*################################################################ */
/* homepage specific                                               */
.buckets{
 height:262px;
 width:100%;
 padding-top:12px;
}
.bucket{
 width:250px;
 height:250px;
 background-color:#000000;
 background-repeat:no-repeat;
 float:left;
 margin-left:12px;
}
.bucket a{
 display:block;
 width:250px;
 height:250px;
 text-indent:-9999px; 
}

#bucket1 a{ background-image:url(../images/home_link_services.jpg);}
#bucket2 a{ background-image:url(../images/home_link_designer.jpg); }
#bucket3 a{ background-image:url(../images/home_link_mxgraphics.jpg); }

.bucket span{ display:none;}

.home #main_header{ 
 width:800px;
 background-image:url(../images/header_bg.gif);
 background-repeat:repeat-x;
 
}
.home #main_wrapper{ 
 width:800px; top:124px;
 margin-left:-400px;
}
.home #main_content{ width:800px; padding-top:0px; }
.poles{
 width:25px;
 height:100%;
 background-repeat:no-repeat;
 position:absolute;
 z-index:2;
 top:-125px;
 display:none;
}

#pole_left{
 background-image:url(/images/pole_left.jpg);
 left:-25px;
 height:640px;
}
#pole_right{
 background-image:url(/images/pole_right.jpg);
 right:-25px;
 height:640px;
}
.home .poles{ display:block; }
.home #header_strip { display:none; }
.clear { clear:both; }
#al_promo{
 float:right;
 width:200px;
}

#latest_gallery{
 position:relative;
 width:560px;
 height:150px;
}

#lg_title{
 display:block;
 width:168px; height:20px;
 margin-left:15px;
}
#moregallery{
 color:#ffcc00;
 text-decoration:none;
 font-size:11px;
 float:right;
 margin-top:5px;
 margin-right:10px;
}
