
.hide { display: none; }

a { outline: none; color: #003f8c; }
	
a img { border: 0; }

/* The toolbar for the content box */

ul#toolbar {
	padding-left:335px;
	height: 30px;
	width: 624px;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
	/* border-bottom: 1px solid #ccc;	*/
	}
	
#toolbar li {
	float: left;
	text-indent: -9999px;
	}
	
#toolbar li a {
	height: 30px;
	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#sites-tab {
	width: 88px;
	background-image: url(images/1.jpg);
	}

#toolbar li#files-tab {
	width: 107px;
	background-image: url(images/2.jpg);
	}

#toolbar li#editor-tab {
	width: 129px;
	background-image: url(images/3.jpg);
	}

#toolbar li#preview-tab {
	width: 70px;
	background-image: url(images/4.jpg);
	}

#toolbar li#css-tab {
	width: 87px;
	background-image: url(images/5.jpg);
	}

#toolbar li#terminal-tab {
	width: 72px;
	background-image: url(images/6.jpg);
	}

#toolbar li#books-tab {
	width: 71px;
	background-image: url(images/7.jpg);
	}



	
/* The slide-y content box thingy */

#frame, #frame div.button, #scroller, .section { height: 21em; }

#frame {
	overflow: hidden;
	margin: 0 auto;
	width: 624px;
	position: relative;
	}
	
#frame div.button {
	position: absolute;
	top: 80%;
	}
	
div.button#left { left: 0; }
div.button#right { right: 0; }

#scroller {
	width: 624px;
	margin: 0 auto;	
	border-top: 0px solid #fff;

	overflow: hidden;
	}

#content {
	width: 5250px;
	text-align:justify;
	}
	
.section {
	width: 585px;
	margin-left: 20px;
	float: left;
	}
	
.section h2, .section h3 {
	color: #ffffff;
	margin-top:20px;
	margin-bottom:10px;
	display:block;
	background-color:#3e3e3e;
	font-size:15px;
	text-indent:5px;
	font-family:sans-serif;
	}
	
.section h2, .section#sites-pane h3 {
	color: #ffffff;
	}
	
.section p, .section li {
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height:1.5em;
	}

.section a{
text-decoration: none;
font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
font-size: 10px;
font-size: 10px;
line-height:1.5em;
}
