@charset "utf-8";
/* CSS Document */

.thumb_list{
 height:56px;
 width:780px;
 padding:7px;
 background-image:url(/images/flame_bg.png);
 background-repeat:no-repeat;
 background-position:right;
}
.thumb_list li{
 float:left; 
 margin-right:15px;
}
.thumb_list li a{
 width:50px;
 height:50px;
 display:block;
 border:2px solid #ffffff; 
 -webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
 -moz-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
}
.thumb_list li a:hover{
 border:2px solid #ffcc00; 
}



#services_list{
 margin-left:20px;
 list-style:none;
}
#services_list li{ position:relative; margin-bottom:20px; }
#services_list h2{
 text-indent:-9999px; /* hide text */
 width:400px;
 height:40px;
 margin-left:10px;
 background-repeat:no-repeat;
}
#services_list p{
 width:380px;
 margin-top:10px;
 margin-left:10px;
 margin-bottom:12px;
 font-size:12px;
}
#services_list .services_img{
 position:absolute;
}

#large_format h2{ background-image:url(/images/subtitle_largeformat.gif); }
#large_format .services_img{ bottom:17px; left:420px;}
#large_format .thumb_list { background-color:#670604; }

#vehicle_wraps h2{ background-image:url(/images/subtitle_vehiclewraps.gif); }
#vehicle_wraps .services_img{ bottom:20px; left:430px;}
#vehicle_wraps .thumb_list { background-color:#1a3b57; }

#awards h2{ background-image:url(/images/subtitle_awards.gif); }
#awards .services_img{ bottom:4px; left:445px;}
#awards .thumb_list { background-color:#de6922; }

#screenprinting h2{ background-image:url(/images/subtitle_screenprinting.gif); }
#screenprinting .services_img{ bottom:0px; left:445px;}
#screenprinting .thumb_list { background-color:#3f733d; }
