/* Stylesheet for codepacity.com version 3 */
/* Copyright (C) 2008-2010 Codepacity, LLC */
/* Design by Brian Nez <thedude at bri1 dot com> */

@import url('style.css');

div#apps {
	background: url('appsdiv.png') no-repeat;
	height: 347px;
	width: 931px;
	position: absolute;
	left: 50px;
	top: 158px;
	font-size: 18px;
	text-align: center;
}

	div#apps h2 {
		font-weight: normal;
		color: #727272;
		font-size: 13px;
		padding: 0;
		margin: 7px 9px;
		text-align: left;
	}
	
	div#apps a {
		border: 0;
		text-decoration: none;
		color: #000;
	}
	
	div#apps a:hover { color: #3f3f3f; }
	
	div#apps table { margin: 27px 0 0 -15px; }
	
	div#apps table tr.icons { height: 216px; }
	
	div#apps table tr td { width: 250px; }
	
	div#apps table tr.subtext td { padding: 10px 0 0 0; }
	

div#text {
	border: 1px solid #cecece;
	background: #fff;
	position: absolute;
	top: 526px;
	left: 50px;
	width: 922px;
}

	div#text h2 {
		margin: 10px 14px;
		padding: 0;
		text-indent: -9999em;
		background: url('passion.png') no-repeat;
		height: 20px;
		width: 288px;
	}
	
	div#text p {
		margin: 15px 13px;
		padding: 0;
		text-indent: -9999em;
		background: url('text.png') no-repeat;
		height: 93px;
		width: 889px;
	}
