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

body{ background-color:#484848}

#Global {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	background-image:url(images/backgroundGradient.jpg);
	background-repeat:repeat-x;
}

#Workarea {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:45px;
	width:966px;
	height:580px;
	z-index:2;
}

#laptop {
	position:absolute;
	left:0px;
	top:0px;
	width:966px;
	height:402px;
	z-index:3;
	background-image:url(images/laptop.jpg);
	background-repeat:no-repeat;
}

#phone {
	position:absolute;
	left:875px;
	top:-15px;
	width:87px;
	height:10px;
	z-index:3;
	background-image:url(images/phone.png);
	background-repeat:no-repeat;
}
#gtWeb {
	position:absolute;
	left:35px;
	top:-29px;
	width:124px;
	height:25px;
	z-index:3;
	background-image:url(images/gtWeb.png);
	background-repeat:no-repeat;
}
#navBar {
	position:absolute;
	left:3px;
	top:362px;
	width:960px;
	height:37px;
	z-index:4;
	background-color:#eaeaea;
	/*filter:alpha(opacity=70);*/
	opacity:0.70;
	-moz-opacity:.70;
	font-family:Century Gothic,"Lucida Grande", "Lucida Sans", sans-serif;
	cursor:pointer;
}

#content {
	position:absolute;
	left:15px;
	top:422px;
	width:548px;
	height:186px;
	z-index:3;
	font-family:Century Gothic,"Lucida Grande", "Lucida Sans", sans-serif;
	color:#c8c8c8;
	font-size:16px;
}
#title {
	position:absolute;
	left:32px;
	top:5px;
	width:408px;
	height:33px;
	z-index:4;
}

#blurb1 {
	position:absolute;
	left:15px;
	top:40px;
	width:527px;
	height:138px;
	z-index:4;
}

#catchyPhrase {
	position:absolute;
	left:602px;
	top:450px;
	width:366px;
	height:196px;
	z-index:4;
	font-family:Century Gothic,"Lucida Grande", "Lucida Sans", sans-serif;
	background-image:url(images/challenge.png);
	background-repeat:no-repeat;
}

#catchTitle {
	position:absolute;
	left:10px;
	top:40px;
	width:249px;
	height:32px;
	z-index:5;
}

#blurb2 {
	position:absolute;
	left:15px;
	top:103px;
	width:307px;
	height:87px;
	z-index:5;
	font-size:12px;
	color:#1d1c1c;
}

#Copyright {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:700px;
	width:213px;
	height:22px;
	z-index:4;
	font-size:10px;
	color:#333333;
	font-family:Century Gothic,"Lucida Grande", "Lucida Sans", sans-serif;
}





.navLinks{text-align:center; font-size:20px;}
td.on{background-color:#484848; color:#eaeaea;}
td.off{background-color:#eaeaea; color:#4848484;}
.highlight{color:#89bce3; font-size:19px;}
.blurbAccent1{color:#e2e389;}
.blurbAccent2{color:#89bce3;}
