/* @override http://darknoon.com/style/darknoon.css
*/

html {
	background: #666f7b url(background_tile.png) repeat center top;
}

body {
	background: transparent url(background_top.png) repeat-x center top;
	margin-top:  0;
	position: relative;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#page {
	width: 974px;
	margin: 0 auto;
}

#hd {
	background: url(top_bar.jpg);
	height: 81px;
	position: relative;
}

#hd ul {
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 23px;
}

#hd li {
	display: block;
	float: left;
	width: 82px;
	text-align: center;
}

#hd li a, #hd li span {
	width: 82px;
	display: block;
	height: 52px;
	text-indent: -10000px;
}

#hd li span {
	background: url(top_bar_active.jpg);
	background-position: 0px bottom;
}

#hd h1 {
	margin: 0;
	text-indent: -10000px;
}

#hd p {
	margin: 0;
	text-indent: -10000px;
	height: 76px;
	width: 400px;
}

#hd p a {
	display: block;
	line-height: 76px;
	width: 400px;
}

/* @group Active headers */

/*For each page the active link needs to be indexed in the spritemap*/

body#apps #hd span {
	background-position: 433px bottom;
}

body#services #hd span {
	background-position: 351px bottom;
}

body#support #hd span {
	background-position: 269px bottom;
}

body#blog #hd span {
	background-position: 187px bottom;
}

body#about #hd span {
	background-position: 105px bottom;
}

/* @end */

#bd.metal {
	width: 974px;
	background: url(generic_metal_repeat.png);
}

#bd.metal #box {
	background: url(generic_metal.jpg) top left no-repeat;
	padding-top: 90px;
	color: #7c7c7c;
}

#bd.metal #content {
	background: #f2f2f2;
	border: 1px solid #999;
	padding: 100px;
	margin-right: 150px;
	margin-left: 150px;}

#bd.metal #boxclose {
	background: url(generic_metal_end.png) top left no-repeat;
	height: 50px;
}


#ft {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 5px;
	color: #c0c0c0;
	text-shadow: #000 0 1px 0;
	font-weight: bold;
}