@import url(reset.css);



/* BASIC */
html {
	background-color: #e6edf1;
	padding-bottom: 4.8em;
}
body {
	width: 873px;
	background: url('images/foot.gif') bottom left no-repeat;
	margin: 42px auto;
	font: 70%/1.8em verdana, sans-serif;
	color: #939598;
	position: relative;
}
a {
	color: #4d84c4;
}
a:hover {
	color: #0d4484;
}




/* TOP-OF-PAGE, HEADER AND NAV */
h1 {
	position: absolute; top: 129px; left: 39px;
	text-indent: -9999px;
	background: url('images/thehatchery.gif') top left no-repeat;
	width: 234px; height: 22px;
}

ul#nav {
	background: url('images/head.gif') top left no-repeat;
	text-align: right;
	height: 31px;
	padding-top: 134px; padding-right: 23px;
}
ul#nav li {
	display: inline;
}
ul#nav li a {
	text-decoration: none;
}



/* BILLBOARD (and work) */
div#billboard, div#work {
	margin-left: 35px;
}



/* CLIENTS */
div#clients {
	height: 553px;
}



/* FRONT-PAGE GRAFS */
div#welcome {
	margin: 22px 0 0 42px;
	width: 260px;
}
div#welcome h3 {
	text-indent: -9999px;
	width: 84px; height: 20px;
	background: url('images/hed_welcome.gif') top left no-repeat;
}


div#quotable-quotes {
	margin: 4px 0 0 23px;
	background: url('images/border_dots.gif') 0 10px no-repeat;
	width: 249px;
	padding-left: 13px;
}


div#what-were-working-on {
	margin: 22px 0 0 16px;
	width: 240px;
}
div#what-were-working-on h3 {
	text-indent: -9999px;
	width: 211px; height: 20px;
	background: url('images/hed_whatwereworkingon.gif') top left no-repeat;
}


div#welcome, div#quotable-quotes, div#what-were-working-on {
	margin-bottom: -2em;
	float: left;
	display: inline;  /* Just for you, IE6 ... because we love ya. */
}



/* CONTACT US */
body.contact {
	height: 773px;
}
body.contact h3 {
	margin: 22px 0 0 40px;
	text-indent: -9999px;
	background: url(images/contact_us.gif) center left no-repeat;
	width: 115px; height: 35px;
	border: 1px solid #c2cde9; border-left: 0; border-top: 0;
}

	/* The form */
body.contact form {
	height: 495px;
	background: url(images/background_egg.jpg) top right no-repeat;
	margin: 17px 7px 0 39px;
}
body.contact form label {
	display: block;
	float: left;
	width: 402px; height: 25px;
	margin: 0 371px 7px 0;
	padding-left: 9px;
	text-transform: uppercase;
	font-size: .8em;
	line-height: 23px;
	color: #fff;
	background-color: #426fb6;
	position: relative;
}
body.contact form label#comments {
	height: 122px;
}
body.contact form label input, body.contact form label textarea {
	width: 324px; height: 16px;
	margin: 0;
	padding: 6px 1px 1px 6px;
	font: 1.2em sans-serif;
	color: #737578;
	background-color: #fff;
	border: 1px solid #c2cde9;
	position: absolute; right: 0;
}
body.contact form label textarea {
	height: 113px;
	overflow: auto;
}

p.notice {
	font-weight: normal;
	color: #741d1d;
}
p.error {
	font-weight: normal;
	color: #741d1d;
}

	/* The dummy form */
body.contact form#dummy {
	height: auto;
	background: none;
	position: absolute; top: 550px;
}
body.contact form#dummy input {
	color: #000;
}



/* FOOTER */
p#footer {
	clear: left;
	position: relative; bottom: -4.8em;
	width: 100%;
	text-align: center;
	color: #4d84c4;
}
p#footer span {
	color: #939598;
}
p#footer a {
	text-decoration: none;
}










