@charset "utf-8";
/* CSS Document */


#tabMenu {margin:0;padding:26px 0 0 65px;list-style:none;}
#tabMenu li {float:left;height:50px;width:240px;cursor:hand; margin-left:3px;}

li.marketing {background:url(../images/marketing_tab.jpg) no-repeat 0 -50px;}
li.web_design {background:url(../images/web_design.jpg) no-repeat 0 -50px;}
li.graphics {background:url(../images/graphics_tab.jpg) no-repeat 0 -50px;}
li.pricing {background:url(../images/pricing.jpg) no-repeat 0 -50px;}


li.mouseover {background-position:0 0;}
li.mouseout {background-position:0 -50px;}
li.selected {background-position:0 0;}

.box {
	margin: 0px auto 0px auto;
	background:url(../images/jquery_tabs_bg.png) no-repeat top;
}
.boxTop {background:url(../images/boxTop.jpg) no-repeat;height:23px;clear:both}
*html .boxTop {margin-bottom:-2px;}
.boxBody {
	background:url(../images/box-center-rep.jpg) repeat-y;
	padding: 60px 0px;
}
.boxBottom {background:url(../images/boxBottom.jpg) no-repeat;height:21px;}

.boxBody div {display:none;}
.boxBody div.show {display:block;}
.boxBody #category a {display:block;}

.boxBody div ul {margin:0 10px 0 25px;padding:0;width:190px;list-style-image:url(../images/arrow.gif)}
*html .boxBody div ul {margin-left:10px;padding-left:15px;}
.boxBody div ul li.last {border-bottom:none}
.boxBody div li span {font-size:8px;font-style:italic; color:#888;}
