* { margin: 0; padding: 0; }

.hide { display: none; }

.flagged { outline: 5px solid red; }

hr {
	clear: both;
	height: 0;
	border: 0;
	visibility: hidden;
	}

html {
	text-align: center;
	}

body {
	background: #ebebeb url(./img/top-blue-bg.png) repeat-x top left;
	color: #000; /* Hat tip: http://defineyourcolors.com/20080826/text/coda-15-now-with-undefined-colors/ */
	font-family: "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	}
	
.container {
	width: 838px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background: url(./img/header-shadow.gif) no-repeat 0 147px;
	}
	
	
/* Begin Super-Top-Secret-Left-Hangy-Not-Centered-Taggy-Thing Technique, copyright © 2007 by Panic Industries.  No rights reserved. */
	
	#panic-tag {
		background: url(./img/panic-tag.png) no-repeat bottom left;
		position: absolute;
		top: 0;
		left: 0;
		width: 141px;
		height: 65px;
		z-index: 10;
		text-indent: -9999px;
		}
		
	#panic-tag a {
		display: block;
		width: 141px;
		height: 65px;
		}
	
/* End Super-Top-Secret-Left-Hangy-Not-Centered-Taggy-Thing Technique, copyright © 2007 by Panic Industries.  No rights reserved.  */


em, q {
	font-weight: bold;
	font-style: normal;
	}

code {
	font-family: monospace;
	}

a { outline: none; color: #003f8c; }
	
a img { border: 0; }

	
/* The header */	
	
div#header {
	height: 140px;
	width: 750px;
	margin: 0 auto;
	position: relative;
	background: url(./img/one-big-header.jpg) no-repeat;
	margin-bottom:7px;
	}
	
#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 short pitch */

#subhead {
	margin: 40px 0 20px 0;
	text-align: center;
	font-size: 20px;
	}
	
#subhead p {
	text-transform: lowercase;
	color: #133855;	
	}
	
#subhead em {
	font-weight: normal;
	font-style: italic;
	}
	
#subhead p.tagline {
	color: #0B6E97;
	font-size: 24px;
	}


/* The toolbar for the content box */

ul#toolbar {
	height: 52px;
	width: 682px;
	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: 94px;
	background-image: url(./img/toolbar_tab-new.png);
	}
	
#toolbar li#sites-tab {
	left: 93px;
	width: 93px;
	background-image: url(./img/toolbar_tab-sites.png);
	}

#toolbar li#files-tab {
	left: 185px;
	width: 96px;
	background-image: url(./img/toolbar_tab-files.png);
	}

#toolbar li#editor-tab {
	left: 280px;
	width: 97px;
	background-image: url(./img/toolbar_tab-editor.png);
	}

#toolbar li#preview-tab {
	left: 376px;
	width: 114px;
	background-image: url(./img/toolbar_tab-preview.png);
	}

#toolbar li#css-tab {
	left: 489px;
	width: 95px;
	background-image: url(./img/toolbar_tab-css.png);
	}

#toolbar li#more-tab {
	left: 583px;
	width: 100px;
	background-image: url(./img/toolbar_tab-more.png);
	}

	


#footer_outer {
	background:#23282c;
	height:120px;
	color:#bfbfbf;
	text-align:left;

}
#footer {
	width:750px;
	margin:0 auto;
	padding:0 0 0;
	line-height:155%;

}
#footer h3 {
	font-size:155%;
	font-weight:normal;
}
#footer ul {
	list-style:none;
}

#footer_left {
	float:left;
	width:349px;
	border-right:1px solid #393e42;
	padding:0 25px 0 0;
	background:url(/images/footer-arrow.gif) no-repeat right;
}

#footer_left h3 {
font-family: "Times New Roman", Times, serif;
font-style:italic;

}
	
#footer_left ul	{
	margin: 0px 20px 0px 0px;
	padding: 0px;
	width: 80px;
	float: left;
}

#footer_left ul li	{
	list-style: none;
	font-size: 12px;
	border-bottom: 1px dotted #4f4743;
	padding: 3px 0px 3px 0;
}

#footer_left ul a {
	font-weight:normal;
	color:#bfbfbf;
	text-decoration:none;
}
#footer_right {
	float:left;
	width:350px;
	padding:0 0 0 25px;
	background:url(/images/footer-map.gif) no-repeat right;
}

#footer_right h3 {
font-family: "Times New Roman", Times, serif;
font-style:italic;

}
	
.masTamano{
	font-size: 130%;
	font-weight:bold;
}

#footer_right a {
	float:left;
	width:350px;
	background:url(/images/footer-map.gif) no-repeat right;
	color:#bfbfbf;
}

#copyright {
	height:66px;
	font-size: 11px;
	color:#c0c0c0;
	background:#23282c;
}
#copyright ul {
	list-style:none;
	padding:12px 0 0;
	width:750px;
	margin:0 auto;
}
#copyright li {
	float:left;
	padding:0;
}
#copyright li.valid {
	float:right;
}
#copyright a {
	color:#c0c0c0;
}


.whiteblock {
	clear:both;
	background:#ebebeb;
	height:65px;
	background: #ebebeb url(./img/content_pane-shadow.gif) no-repeat top;
}




