/* I'm Next Css */

/* ---( clear browser defaults )-------------------*/
html, body, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}

/*---( page layout elements )----------------*/

p { margin: 6px 6px 6px 0; }

dt, dd { padding: 0 0 8px 0 }
body {
	margin:0;
	padding:0;
	background: #000 url(/images/site/bg-body.jpg) repeat-x;
	text-align: center;
	color: #fff;
	font: x-small "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
	font-size/* */:/**/small;
	font-size: /**/small;
}
div.clearzit {
	clear:both;
}
div#wrap { 
	position: relative;
	margin: 0 auto;
	width:862px;
	text-align: left;
	border: 0;
}
#header {
	height: 40px;
	border: 0;
	background: transparent url(/images/site/logo.jpg) no-repeat center;
}
#top-half {
	height: 270px;
	border: 0;
	background: transparent url(/images/site/top-bg.png) no-repeat;
}
#logo {
	position: relative;
	top: 20px;
	left: 50px;
	width: 385px;
	height: 240px;
}
#top-copy {
	position: absolute;
	top: 130px;
	left: 497px;
	width: 235px;
}

#top-half h2 {
	width: 291px;
	height: 47px;
	text-indent: -99999px;
	background: transparent url(/images/site/dont-wait-header.png) no-repeat;
}
#nav {
	height: 23px;
	background: #fff url(/images/site/bg-nav.png);
	border-right: 3px solid #fff;
	border-left: 5px solid #fff;
}
#nav ul, #footer-links ul {
	margin: 0;
	padding: 0;
}
#nav ul li, #footer-links ul li { 
	float: left;
	padding: 2px 20px 0 10px;
	list-style: none;
}
#nav a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#footer-links { padding: 6px; }
#footer-links a {
	text-decoration: none;
	color: #fff;
}
#nav a:hover {
	text-decoration: none;
	color: #009;
	font-weight: bold;
}
#bottom-half {
	color: #000;
	height: 374px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff url(/images/site/bg-content.jpg) no-repeat 5px 0;
}
#content-main {
	width: 566px;
	height: 344px;
	overflow: auto;
	padding: 14px;
}
.two-col {
	float: left;
	width: 270px;
}	
#col-left label {
	display: block;
	float: left;
	width: 100px;
	padding: 2px 0 0 5px;
	text-align: right;
}
#col-right { padding: 0 0 0 10px; }
#col-right .field {
	height: 22px;
}
.field { 
	height: 35px;
}
#col-right textarea { width: 280px; height: 80px; }
#dev-showcase {
	position: absolute;
	top: 333px;
	left: 595px;
	padding: 14px 0 0 14px;
	width: 262px;
	height: 360px;
	background: transparent url(/images/site/bg-dev-showcase.jpg) no-repeat;
	border-left: 2px solid #000;
}
#dev-showcase h2 {
	text-indent: -99999px;
	background: transparent url(/images/site/developers-showcase.png) no-repeat;
}
#dev-showcase p {
	margin: 5px 20px 0 4px;
	width: 220px;
}
div.showcase-tile {
	float: left;
	margin-top: 14px;
}
#footer {
	margin: 0;
	height: 65px;
	background: transparent url(/images/site/bg-footer.png) no-repeat;
	border: 0;
}