* {
	margin: 0;
	padding: 0;
}
html {
	text-align: center;
}
body {
	background: #636161;
	color: #FFFFFF;
	font-family: "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 75%;
	line-height:1.8em;
	letter-spacing:0px;
}
.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	z-index: -100;
}
.stretch {
	width:100%;
	height:100%;
}
.container {
	width: 768px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background: url(img/header-shadow.png) no-repeat 0 652px;
}
.caption {
	clear:left;
	color: #FFFFFF;
	font-family: "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
	color:#999999;
	text-align:left;
	font-size: 75%;
	line-height:1.2em;
	letter-spacing:0px;
}
#photo_left {
	float:left;
	padding: 0px 0px 0px 0px;
}
em, q {
	font-weight: bold;
	font-style: normal;
}
code {
	font-family: monospace;
}
a {
	outline: none;
	color: #f07149;
text-decoration:none;
}

object, embed {
  outline: 0;
}

a img {
	border: 0;
}
/* loureed.com link */	
	
#loureed {
	position:fixed;
	top:10px;
	left:10px;
}
#loureed h1 {
	font-size:10px;
	text-transform:uppercase;
}

/* The header */	
	
div#header {
	height: 432px;
	width: 768px;
	margin: 0 auto;
	position: relative;
	background: url(img/one-big-header.png) no-repeat;
}
#header h1 {
	position: absolute;
	top: 42px;
	left: 136px;
	text-indent: -9999px;
}
#header h1 a {
	display: block;
	width: 525px;
	height: 170px;
}
#header p {
	display: none;
}
/* The toolbar for the content box */

ul#toolbar {
	height: 52px;
	width: 500px;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
	position: relative;
	margin-bottom: -1px;
}
#toolbar li {
	position: absolute;
	text-indent: -9999px;
	top: 0;
}
#toolbar li a {
	height: 52px;
	display: block;
}
#toolbar li.active {
	/*border-bottom: 1px solid #f2f2f2;*/
	background-position: bottom;
	height: 52px;
	z-index: 10;
}
#toolbar li.inactive {
	background-position: top;/*border-bottom: 1px solid #ccc;*/
}
#toolbar li:hover {
	background-position: bottom;
}
#toolbar li#new-tab {
	left: 0;
	width: 100px;
	background-image: url(img/toolbar_tab-new.png);
}
#toolbar li#sites-tab {
	left: 100px;
	width: 100px;
	background-image: url(img/toolbar_tab-lou.png);
}
#toolbar li#files-tab {
	left: 200px;
	width: 100px;
	background-image: url(img/toolbar_tab-ren.png);
}
#toolbar li#editor-tab {
	left: 300px;
	width: 100px;
	background-image: url(img/toolbar_tab-sarth.png);
}
#toolbar li#director-tab {
	left: 400px;
	width: 100px;
	background-image: url(img/toolbar_tab-scott.png);
}
/*#toolbar li#preview-tab {
	left: 400px;
	width: 100px;
	background-image: url(img/toolbar_tab-new.png);
}
#toolbar li#css-tab {
	left: 500px;
	width: 100px;
	background-image: url(img/toolbar_tab-new.png);
}
#toolbar li#more-tab {
	left: 600px;
	width: 100px;
	background-image: url(img/toolbar_tab-new.png);
}*/
/* The slide-y content box thingy */

#frame, #frame div.button, #scroller, .section {
	height: auto;
}
#frame {
	overflow: hidden;
	margin: 0 auto;
	width: 838px;
	position: relative;
}
#frame div.button {
	position: absolute;
	top: 40%;
}
div.button#left {
	left: 0;
}
div.button#right {
	right: 0;
}
#scroller {
	width: 750px;
	margin: 0 auto;
	padding:0px 0px 0px 0px;
	text-align:left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	CCborderradius: 3px;
	background: #222;
	opacity:0.9;
	-moz-opacity:0.9;
	;
	overflow: hidden;
}
#content {
	width: 5250px;
}
.section {
	width: 710px;
	margin: 20px;
	float: left;
}
.section h2, .section h3 {
	color: #89847b;
	font-weight: normal;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 19px;
	line-height: 24px;
	margin-bottom: 5px;
}
.section h3 {
	color: #000;
}
.section p, .section li {
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 22px;
}
.section li strong {
	font-size: 19px;
	font-weight: normal;
}
.section img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#new-pane p, #new-pane li {
}
ul#new_features {
	list-style: none;
	margin: 10px 0;
}
li.new_feature {
	display: block;
	list-style: none;
	padding-left: 40px;
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 32px;
}
li.new_feature#new-svn {
	background-image: url(img/new-subversion_icon.png);
}
li.new_feature#new-find {
	background-image: url(img/new-find_icon.png);
	margin-left: 1px;
	padding-left: 39px;
}
li.new_feature#new-books {
	background-image: url(img/new-web_books.png);
	margin-left: 2px;
	padding-left: 38px;
}
li.new_feature#new-clips {
	background-image: url(img/new-clips.png);
	margin-left: 2px;
	padding-left: 38px;
}
li.new_feature#new-more {
	background-image: url(img/new-more_sticker.png);
	margin-left: -1px;
	padding-left: 41px;
}
li.new_feature#new-plug_ins {
	background-image: url(img/new-plug_ins.png);
}
li.new_feature#new-open_quickly {
	background-image: url(img/new-open_quickly.png);
	margin-left: 3px;
	padding-left: 36px;
}
li.new_feature#new-spelling {
	background-image: url(img/new-spelling.png);
	margin-left: 3px;
	padding-left: 37px;
	padding-top: 3px;
}
#sites-paper {
}
#sites-publish {
	float: right;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	outline: cyan;
}
#files-browser {
	float: right;
	margin: 0 0 -30px 20px;
}
#files-svn_icon {
	margin-bottom: 0px;
}
ul#editor-features {
	list-style: none;
	display: block;
}
ul#editor-features li {
	list-style: none;
	display: block;
}
li#editor-collab {
	padding-left: 48px;
	background: url(img/editor-collab.png) top left no-repeat;
}
li#editor-clips {
	padding-left: 48px;
	background: url(img/editor-clips.gif) top left no-repeat;
}
#editor-clips_hud {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}
li#editor-token {
	padding-left: 48px;
	background: url(img/editor-token.png) top left no-repeat;
}
.token {
	white-space: nowrap;
}
.token img {
	float: none;
	display: inline;
	margin: 0 0 -2px 0;
	line-height: 14px;
}
#preview-dom {
}
#css-gui_txt {
	margin-bottom: 50px;
}
#css-icons {
	float: right;
	margin-right: 0;
	margin-left: 10px;
	margin-bottom: 0;
}
#more-terminal_icon {
	margin-bottom: 10px;
}
#more-books_icon {
	float: right;
	margin-left: 0px;
}
/* Footer */

div#footer {
	width: 750px;
	margin: 0 auto 20px auto;
	font-size: 14px;
	padding-top: 40px;
	text-align:center;
	background: url(img/content_pane-shadow.png) no-repeat top;
}
