*
{
	position: relative;
	font-weight: 200;
	font-family: "ff-dax-web-pro-1","ff-dax-web-pro-2";
}

html, body
{
	background-image: url(/images/site/white_bg.jpg);
	background-repeat: repeat;
}

h1
{
	font-size: 28px;
}

h2
{
	font-size: 22px;
}

h3
{
	font-size: 18px;
}

strong
{
	font-weight: 600;
}

.container
{
	width: 980px;
	margin: 0 auto;
}

.salmon
{
	color: #cb5353;
}

#header
{
	height: 628px;
	width: 100%;
	background-image: url(/images/site/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #0a0b0d;
}



#inner_header
{
	height: 515px;
	width: 100%;
	background-image: url(/images/site/inner_header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #0a0b0d;
}

	#logo
	{
		position: absolute;
		top: 32px;
		cursor: pointer;
		z-index: 1000;
	}
	
	#nav
	{
		list-style-type: none;
		position: absolute;
		top: 47px;
		right: 0px;
		z-index: 1000;
	}
	
	#nav li
	{
		display: inline;
		margin-left: 35px;
	}
	
	#nav a
	{
		color: #daccb6;
		font-size: 15px;
		text-decoration: none;
	}
	
	#nav a:hover
	{
		color: #cb5353;
	}
	
	#slider {
		padding-top: 120px;
	}
	
	#products *
	{
		padding: 0px;
		margin: 0px;
	}
	
#content
{
}	

	.darker
	{
		background-image: url(/images/site/bg_darker.jpg);
		background-repeat: repeat;
		border-top: 1px solid #ddd;
	}

	#content .container
	{
		padding: none;
		margin-top: 0px;
	}
	
	#content h1
	{
		margin: 15px 0px 15px 0px;
		color: #363636;
		font-size: 20px;
	}
	
	#featured
	{
		height: 292px;
		overflow: hidden;
	}
	
	#introduction
	{
		overflow: hidden;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
		.half
		{
			width: 475px;
		}
	
		#featured_image
		{
			position: absolute;
			right: 0px;
			top: 0px;
		}
		
		#hosting_image
		{
			position: absolute;
			top: -25px;
			right: 0px;
		}
		
		#labs_image
		{
			position: absolute;
			top: -8px;
			right: 0px;
			z-index: 1000;
		}
		
		#featured p, #introduction p, .content p
		{
			font-size: 14px;
			color: #43494c;
			margin: 8px 0px 8px 0px;
		}
		
		#featured h1, #introduction h1, .content h1
		{
			margin-top: 35px;
		}
		
		#featured .salmon, #introduction .salmon, .content .salmon
		{
			color: #cb5353;
		}
		
		#featured a, #introduction a, .content a
		{
			color: #cb5353;
			text-decoration: none;
		}
		
		#featured a:hover, #introduction a:hover, .content a:hover
		{
			text-decoration: underline;
		}
		
		.labs
		{
			height: 450px;
		}
		
		#labs_image
		{
			margin-top: 10px;
		}
		
		.drive_intro
		{
			padding-bottom: 40px;
		}
		
		#overview
		{
			margin-bottom: 60px;
		}

	#labs_bar
	{
		background-image: url(/images/site/darkest.jpg);
		background-repeat: repeat;
		height: 126px;
		z-index: 10000;
		margin-top: -11px;
	}
		
		#labs_bar h1
		{
			font-size: 17px;
			color: #fff;
		}
		
		#labs_logos
		{
			margin-top: 10px;
		}
		
		#labs_bar_divider
		{
			position: absolute;
			left: 401px;
			top: 3px;
			
		}
		
		.labs_bar_left
		{
			width: 390px;
			padding-top: 22px;
		}
	
		.labs_bar_right
		{
			width: 550px;
			padding-top: 24px;
		}
		
		.labs_bar_right *
		{
			text-align: right;
			color: #fff;
			font-size: 14px;
			font-weight: 400;
		}
		
		.labs_bar_right .salmon
		{
			text-align: right;
			color: #cb5353;
		}
		
		.labs_bar_link
		{
			padding-top: 20px;
		}
		
		.labs_bar_right a
		{
			text-decoration: none;
			font-style: italic;
		}
		
		.labs_bar_right a:hover
		{
			text-decoration: underline;
		}
		
	#feedback
	{
		width: 410px;
		padding: 20px 0px 40px 0px;
	}
	
		#feedback p, #customers p
		{
			font-size: 14px;
			color: #43494c;
			margin: 10px 0px 15px 0px;
		}
		
		#feedback a, #customers a
		{
			text-decoration: none;
			font-style: italic;
			color: #cb5353;
		}
		
		#feedback a:hover, #customers a:hover
		{
			text-decoration: underline;
		}
	
	#customers
	{
		width: 500px;
		padding: 20px 0px 40px 0px;
	}
	
		#customers #peeps
		{
			position: absolute;
			margin: 20px 0px;
		}
		
		
		
	/* --- Hosting Page --- */
	#hosting
	{
	
	}
		
		#hosting #site, #hosting #email, #hosting #vps, #hosting #dedicated
		{
			border-top: 8px solid #ddd;
			min-height: 400px;
			padding: 30px 0px 30px 0px;
		}
	
	#hosting p
	{
		margin-bottom: 15px;
		font-size: 14px;
	}

#footer
{
	height: 505px;
	width: 100%;
	background-image: url(/images/site/footer_bg.jpg);
	background-position: top;
}

	#twitter
	{
		height: 108px;
		width: 100%;
		display:table;
		position:static;
	}
	
		#twitter div { /*for IE*/
			position:absolute;
			top:50%;
		}
		
		#twitter>div { /*for Mozilla and Opera*/
			display:table-cell;
			vertical-align:middle;
			position:static;
		}
		
		#twitter div div {
			position:relative;
			top:-50%;
		}
		
		#twitter #tweet
		{
			text-align: center;
			width: 900px;
			display: table-cell; 
			vertical-align: middle;
			padding-top: 20px;
		}
		
		#tweet #status
		{
			position: relative;
		}
		
		#twitter #tweet *
		{
			color: #e1d0b5;
			font-size: 16px;
			font-family: 'Georgia';
			font-weight: 200;
		}
		
		#twitter #tweet a
		{
			text-decoration: none;
			color: #cf5a5a;
		}
		
		#twitter #tweet a:hover
		{
			text-decoration: underline;
		}
		
		#twitter .icon
		{
			position: absolute;
			left: 12px;
			top: 35px;
		}
	
	#footer > div > .divider
	{
		position: absolute;
		top: 120px;
		left: 5px;
	}
	
	#footer p
	{
		color: #878787;
	}
	
	#footer #winged_lion
	{
		float: left;
	}
	
	.third
	{
		width: 290px;
		height: 270px;
		float: left;
		margin-right: 55px;
		margin-top: 45px;
	}
	
		.last_third
		{
			margin-right: 0px;
		}
		
		.third h1
		{
			color: #cb5353;
			font-size: 18px;
			margin-bottom: -10px;
			font-family: "ff-dax-web-pro-1","ff-dax-web-pro-2";
			
		}
		
		.third h2
		{
			color: #e1d0b5;
			font-size: 15px;
			font-weight: 600;
			margin-top: 14px;
			margin-bottom: 8px;
		}
		
		.third p
		{
			font-size: 13px;
			line-height: 18px;
		}
		
		.third .links
		{
			margin-top: 14px;
		}
		
		.third .about
		{
			margin-top: 14px;
		}
		
		.third .links a
		{
			color: #e1d0b5;
			font-size: 13px;
			font-weight: 600;
			text-decoration: none;
			margin: 0px;
			padding: 0px;
		}
		
		.third .links a:hover
		{
			color: #cb5353;
		}
		
		.third .links img
		{
			margin: -5px 0 5px 0;
			padding: 0px;
		}
		
	#copyright
	{
		position: absolute;
		top: 462px;
		height: 26px;
		width: 100%;
	}
	
		#copyright p
		{
			font-size: 11px;
		}
	
		#social
		{
			position: absolute;
			left: 0px;
			top: 5px;
		}
		
		#copyright .left
		{
			position: absolute;
			top: 11px;
			left: 73px;
		}
		
		#copyright .right
		{
			position: absolute;
			right: 0px;
			margin-top: 11px;
		}
#footerlink
{
      color: #cb5353
}		

/* --- 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%;
}

.right
{
	float: right;
}

.left
{
	float: left;
}

