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

body {
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
#container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	background-image: url(grafix/header-bkg.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 442px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto; border-bottom: 1px #c3c1c1 solid; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -9999px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	border-top: 1px #c3c1c1 solid;
	background-color: #ebeced;
	background-image: url(grafix/footer-bkg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	min-height:581px;
}
#footercontent {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
	

.clearall {
	clear: both;
}
#logo {
	float: left;
	margin-top: 12px;
}
#headwrap {
	width: 980px;
	margin: auto;
}
#beauty {
	width: 980px;
}
#words {
	float: left;
	width: 500px;
}
#tag {
	float: right;
	width: 290px;
	margin-top: -8px;
	padding-left: 10px;
}
#grafix {
	background-image: url(grafix/geek.png);
	background-position: center bottom;
	float: right;
	height: 341px;
	width: 450px;
	margin-top:-51px;
}
#grafix-cs {
	background-image: url(grafix/coming-soon.png);
	background-position: center bottom;
	float: right;
	height: 351px;
	width: 448px;
	margin-top:-61px;
}
#grafix-contact {
	background-image: url(grafix/contact.png);
	background-position: center bottom;
	float: right;
	height: 341px;
	width: 450px;
	margin-top:-51px;
}
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 6px;
	margin-right: 6px;
}
/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
	margin-right: 6px;
}

.omega {
	margin-right: 0;
	margin-left: 6px;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.grid_1 img, .grid_2 img, .grid_3 img, .grid_4 img {
	padding-bottom: 20px;
	margin-left: 5px;
}

.right {
		float: right;margin:0;padding:0;
		margin-top:5px;margin-bottom:5px;
}

.line{
	border-top: 1px solid #d8d9da;
	margin-top:6px;margin-bottom:4px;
}
/*web geek*/
.gamma, .epsilon {
	margin-right: 30px;
	margin-left: 30px;
}#webgeek {
	padding-bottom: 70px;
}
#footercontent .grid_9 {
	background-image: url(grafix/pocket-protector.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 446px;
	width: 256px;
}
.quicklook {
	margin-top: 30px;
}
.zeta {margin-left:15px;}
#uber div {margin-left:10px;}
#uber .grid_10 {
	background-image: url(grafix/robots.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 158px;
}
#uber .grid_11 {
	background-image: url(grafix/logo-lounge.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 158px;
}
#uber .grid_12 {
	background-image: url(grafix/gates.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 158px;
}
#uber .grid_13 {
	background-image: url(grafix/peppers.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 158px;
}
#uber .grid_14 {
	background-image: url(grafix/taxi.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 158px;
}
.grid_2 .forming {
	float: none;
	width: 100%;
	margin-bottom:15px;
}
