* { margin: 0; padding: 0; }

.hide { display: none; }


/* The toolbar for the content box */

ul#toolbar {
	height: 52px;
	width: 930px;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	margin-top:22px;
	margin-bottom:30px;
	clear: both;
	/* border-bottom: 1px solid #ccc;	*/
	}
	
#toolbar li {
	float: left;
	text-indent: -9999px;
	}
	
#toolbar li a {
	height: 52px;
	display: block;
	}
	
#toolbar li.active {
	/* border-bottom: 1px solid #f2f2f2; */
	background-position: top;
	}

#toolbar li.inactive {
	background-position: bottom;
	}
	
#toolbar li:hover {
	background-position: top;
	}
#toolbar li#web_design-tab {
	width: 91px;
	background-image: url(../images/tab_web_design.jpg);
}
#toolbar li#ecommerce-tab {
	width: 127px;
	background-image: url(../images/tab_ecommerce.jpg);
}
#toolbar li#content-tab {
	width: 194px;
	background-image: url(../images/tab_content.jpg);
}
#toolbar li#marketing-tab {
	width: 112px;
	background-image: url(../images/tab_marketing.jpg);
}
#toolbar li#devel-tab {
	width: 170px;
	background-image: url(../images/tab_devel.jpg);
}
#toolbar li#hosting-tab {
	width: 93px;
	background-image: url(../images/tab_hosting.jpg);
}
#toolbar li#mag-tab {
	width: 135px;
	background-image: url(../images/tab_mag.jpg);
}
	
/* The slide-y content box thingy */



#frame {
	overflow: hidden;
	margin: 0 auto;
	width: 838px;
	position: relative;
	}
	
#frame div.button {
	position: absolute;
	top: 10%;
	}
	
div.button#left { left: 0; }
div.button#right { right: 0; }

#scroller {
	width: 750px;
	margin: 0 auto;	
	overflow: hidden;
	}

#content {
	width: 5250px;
	}
	
.section {
	width: 710px;
	margin: 20px;
	float: left;
	}

.section img {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	}