@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #FFF;
	background-color: #000000;
	text-align:center;
	background-image:url(image/gradient.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#background {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
}
#scroller {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:auto;
	z-index:2;
}
#wrapper {
	text-align: center;
	/*display: block;*/
	width: 941px;
	margin: 0 auto;
	text-align:left;
}
#header {
	width:941px;
	height:64px;
	float: left;
	margin-bottom:20px;
}
#logo {
	width:272px;
	height:64px;
	float:left;
	margin-right:20px;
}
#mainNav {
	width:649px;
	padding:15px 0 0 0;
	height:19px;
	float:left;
	margin: 0px;
	font-size:14px;
}
#secondaryNav {
	width:649px;
	height:30px;
	padding: 0;
	margin: 0;
	float:left;
	vertical-align: top;
	font-size: 12px;
}
#content {
	clear:both;
}
#footer {
	clear:both;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	margin-top: 50px;
}
a:link, a:visited, a:active {
	color: #FFF;
	font-weight: lighter;
	text-decoration: none;
}
a:hover {
	color: #b3d234;
	font-weight: lighter;
	text-decoration: none;
}
ul {
	margin: 0;
	padding:0;
	list-style-type: none;
	width: 500px;
	float:left;
}
ul a:link, a:visited, a:active {
	display:block;
	float:left;
	text-decoration:none;
	padding-right:0.5em;
}
ul a:hover {
	display:block;
	float:left;
	color: #b3d234;
	text-decoration:none;
	padding-right:0.5em;
}
ul li {
	float: left;
	padding-right: 0.5em;
}
/*DROPDOWN MENU*/
.dropmenudiv {
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #000;
	width: 220px;
	visibility: hidden;
}
.dropmenudiv a:link, a:visited, a:active {
	width: auto;
	display: block;
	text-indent: 0px;
	padding: 4px;
	text-decoration: none;
	color: #FFF;
	font-weight: lighter;
}
.dropmenudiv a:hover {
	width: auto;
	display: block;
	text-indent: 0px;
	padding: 4px;
	text-decoration: none;
	color: #b3d234;
	font-weight: lighter;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #000;
}
#create #wrapper #header #mainNav .create a, #promote #wrapper #header #mainNav .promote a, #interact #wrapper #header #mainNav .interact a, #grow #wrapper #header #mainNav .grow a, #video #wrapper #header #secondaryNav .video a, #whatwedo #wrapper #header #secondaryNav .whatwedo a, #contact #wrapper #header #secondaryNav .contact a, #show #wrapper #header #secondaryNav .show a {
	color: #b3d234;
	cursor: default;
}
