body, form, table, div {
	margin: 0;
	padding: 0;
}

h1, h2 {
	letter-spacing: -2.2px;
	* letter-spacing: -2px;

	
	margin: 0;
	padding: 0;
}

p, li, span, a {
	letter-spacing: -0.6px;
	* letter-spacing: -1px;

	font-weight: 0;
	line-height: 20px;
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
}

body {
	background-color: #ffffff;

	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

div#update-to-firefox {
	float: left;

	position: absolute;
	z-index: 5000;
	
	width: 195px;
	height: 241px;

	background-image: url('../images/main/firefox_logo.png');
	background-repeat: no-repeat;
	background-position: top left;

	top: 150px;
	left: 0px;
	margin-left: -80px;

	font-family: verdana, arial;
	font-size: 13px;
	* letter-spacing: -0px;

	color: #000;

	padding-top: 25px;
	padding-left: 175px;
}

div#update-to-firefox a {
	display: block;
	color: #36b9ea;
	font-size: 15px;
	font-weight: bold;
	margin-top: 6px;
}

div.button {
	float: left;

	display: block;

	width: 160px;

	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 

	-moz-box-shadow: 0px 3px 5px #d1d1d1;
	-webkit-box-shadow: 0px 3px 5px #d1d1d1;	

	margin-bottom: 20px;

	z-index: 100;
}

div.button a  {
	display: block;

	padding: 10px;
	padding-left: 18px;
	padding-right: 18px;

	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bold;

	text-decoration: none;

	color: #fff; 
}

div.button a img {
	position: absolute;
	margin-left: 10px;
	margin-top: -5px;
}

div.darker_shadow {
	-moz-box-shadow: 0px 3px 5px #122837;
	-webkit-box-shadow: 0px 3px 5px #122837;	
}

div.green {
	background-image: url('../images/button_green.png');
	background-repeat: repeat-x;
	background-position: top left;
}

div.blue {
	background-image: url('../images/button_blue.png');
	background-repeat: repeat-x;
	background-position: top left;
}


div#logo {
	position: absolute;
	z-index: 1000;

	top: 55px;
	left: 66px;
}

div#logo {
	width: 222px;
	height: 76px;
}


div#menu {
	position: absolute;
	z-index: 900;

	top: 71px;
	left: 228px;

	width: 970px;
	height: 48px;

	background-image: url('../images/menu_gradient.png');
	background-repeat: no-repeat;
	background-position: top left;
}

div#menu ul {
	float: left;

	margin: 0;
	margin-top: 13px;
	margin-left: 100px;

	padding: 0;

	list-style: none;
}

div#menu ul li {
	float: left;

	margin-left: 30px;
}

div#menu ul a {
	font-family: verdana, arial;
	font-size: 14px;

	color: #36b9ea;

	text-decoration: none;
}

div#menu ul a:hover {
	color: #95e2fe;
}

div#menu ul a.current {
	font-weight: bold;
	color: #b5e14c;
}

div#menu ul a.current:hover {

	color: #cceb83;
}


div#main {
	float: left;

	width: 1125px;

	margin-top: 173px;
}


div#intro_container {
	float: left;

	width: 100%;
	min-height: 215px;
}


div#intro_container .text_block {
	float: left;
	margin-left: 570px;
	width: 510px;
}

div#intro_container .text_block #portfolio_text {
	min-height: 130px;
}

div#intro_container h1 {
	font-family: verdana, arial;
	font-size: 30px;
	font-weight: 100;

	color: #36b9ea;
}

div#intro_container p {
	font-family: verdana, arial;
	font-size: 14px;

	color: #444;
}



div#laptop_container {
	position: absolute;
	z-index: 900;

	width: 418px;
	height: 267px;

	left: 180px;
	margin-top: -7px;

	background-image: url('../images/main/feature_laptop.png');
	background-repeat: no-repeat;
	background-position: center;
}

div#laptop_screen_container {
	position: absolute;
	z-index: 800;

	width: 277px;
	height: 165px;

	left: 250px;
	margin-top: 15px;
}


div#feature_container {
	float: left;

	width: 100%;
	min-height: 265px;

	-moz-border-radius-topright: 10px; 
	-webkit-border-top-right-radius: 10px; 
	-moz-border-radius-bottomright: 10px; 
	-webkit-border-bottom-right-radius: 10px;

	background-image: url('../images/feature_gradient.png');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #121F28;

	-moz-box-shadow: 0 5px 20px #333;
	-webkit-box-shadow: 0 0 1em black;
}

div#feature_image {
	float: left;
	width: 245px;
	height: 265px;

	* left: 0;
	margin-top: -30px;

	position: absolute;

	background-image: url('../images/main/feature_thumb.png');
	background-repeat: no-repeat;
	background-position: top left;
}

div#feature_container .text_block {
	float: left;
	margin-top: 40px;
	margin-left: 260px;
	width: 790px;
}

div#feature_container h1 {
	font-family: verdana, arial;
	font-size: 24px;
	font-weight: 100;

	color: #b5e14c;
}

div#feature_container p {
	font-family: verdana, arial;
	font-size: 14px;

	color: #fff;
}

div#feature_container a {
	color: #fff;
}



div#content_container {
	float: left;

	width: 100%;
	min-height: 195px;
}

div#content_container .text_block {
	float: left;
	margin-top: 30px;
	margin-left: 260px;
	width: 520px;
}

div#content_container h1 {
	font-family: verdana, arial;
	font-size: 20px;
	font-weight: 100;

	color: #36b9ea;
}

div#content_container p {
	font-family: verdana, arial;
	font-size: 13px;
	line-height: 17px;

	letter-spacing: -0.6px;

	color: #444;
}

div#content_image {
	float: left;
	width: 358px;
	height: 267px;

	margin-top: -60px;
	margin-left: 790px;
	* margin-left: 10px;

	position: absolute;

	z-index: 1;

	background-image: url('../images/main/feature_jumpy_man.png');
	background-repeat: no-repeat;
	background-position: top left;
}



div#footer_container {
	float: left;

	width: 880px;
	height: 70px;

	margin-left: 245px;

	border-top: 1px solid #e3e3e3;
}

div#footer_container .text_block {
	float: left;

	position: absolute;

	* margin-top: 10px;
}

div#footer_container p, div#footer_container a {
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 16px;

	letter-spacing: -0.3px;

	color: #bbbcbc;

	text-decoration: none;
}

div#footer_container a:hover {
	color: #666;
}

div#footer_container ul {
	float: right;

	margin: 0;
	margin-top: 8px;
	padding: 0;

	list-style: none;
}

div#footer_container li {
	float: left;

	margin-left: 18px;
}