/* Header */

div#header {
	height: 50px;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	color: #CCCCCC;
	text-align: center;
/*	background-image: url(http://globalskywatch.com/assets/images/Header/background.png);	*/
	
	background: rgb(87,97,108); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(87,97,108,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(87,97,108,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(87,97,108,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(87,97,108,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(87,97,108,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(87,97,108,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57616c', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}
div#header-core {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 50px;
	width: 930px;
}

div#header-shadow {
	background-image: url(http://globalskywatch.com/assets/images/shadows/n-s,black,10h,10w.png);
	position: absolute;
	height: 15px;
	width: 100%;
	left: 0px;
	top: 50px;
	z-index: 10;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	visibility: hidden;
}
