// Place all the styles related to the pages controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

/* @clearfix */

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* @end */

/* @reset */

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}

/* @end */

html {
	background-color: #000;
}

body 
{
	font: 12px/18px "Lucida Grande", Verdana, sans-serif;
	color: #000;
	background: #000 url(http://s3.amazonaws.com/egghaus.com/offline/images/eh_twitter_bg_v2.4.jpg) no-repeat fixed center 10px;
	text-align: center;
	margin: 0;
	padding: 0;
	min-width: 1050px;
	/* text-shadow: #fff 0 1px 1px; */
}

h3 {
	font: normal 36px/42px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 15px;
	letter-spacing: -.05em;
	line-height: 1.1em;
}

h3 strong {
	font-weight: bold;
}

p {
	margin-bottom: 16px;
}

blockquote {
	font-style: italic;
	font-family: Georgia;
}

blockquote cite {
	font-weight: bold;
}

img {
	vertical-align: bottom;
}

a {
	color: #39c;
	cursor: pointer;
}

a:focus,
a:hover {
	text-decoration: underline;
}

a:active {
	color: #069;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

#wrapper
{
	width: 100%;
	height: auto;
}

#wrapper #page
{
	width: 1050px;
	min-width: 1050px;
	display: block;
	height: auto;
	margin: 0 auto;
}

/* @ top */
.top
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1050px;
	height: 190px;
	z-index: 10;
	display: block;
	background: transparent url(http://s3.amazonaws.com/egghaus.com/offline/images/eh_bg_top.png) no-repeat center;
}

.top .header
{
	width: 960px;
	height: 133px;
	margin: 0 auto;
	padding: 0 43px 0 0;
	background: transparent url(http://s3.amazonaws.com/egghaus.com/offline/images/eh_scr_hdr_basic_v1.png) no-repeat;
}
.btm
{
	width: 952px;
	height: 175px;
	margin: 0 auto;
	padding: 0 41px 0 0;
	background: transparent url(http://s3.amazonaws.com/egghaus.com/offline/images/eh_bg_bottom.png) no-repeat;
}
.footer
{
	color:#ececec;
	font-size:1.2em;
	width:500px;
	padding:25px 50px 30px 30px;
	float:right;
	text-align:left;
	line-height:1.6em;
}
.btm .addy
{
	color:#555555;
	font-size:1.4em;
	width:200px;
	padding:27px 0 30px 50px;
	float:left;
	text-align:left;
	line-height:1.2em;
	font-weight:normal;
}
.top-margin
{
	height: 200px;
}
#ki_thanks { height: 90px !important; }
#ki_call { display: none; }

/* @end */

/* @mid */
.mid {}

.mid .work
{
	width: 990px;
	display: block;
	height: auto;
	margin: 0 auto;
}
.work li {
	padding: 0 0 90px 0;
	text-align: left;
}

/* @end */



