/* !CSS Reset */
* { margin: 0; padding: 0; }

/* !Body Styling */

body {
	background: #59d3fa url(img/body_bg.jpg) repeat-x 0 0;
}

#container {
	width: 1036px;
	margin: 0 auto;
}

/* !Header Styling */

#header {
	height: 100px;
	width: 960 px;
	margin: 20px auto 0 auto;
}

#header h1 {
	display: block;
	float: left;
	width: 320px;
	height: 100px;
	background: url(img/logo.jpg) no-repeat 0 0;
	text-indent: -10000px;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

#header h1 a:hover {
	background: url(img/logo.jpg) no-repeat 0 -100px;
}

/* !Menu Styling */

#header ul {
	display: block;
	float: right;
	width: 640px;
	height: 100px;
	background: url(img/menu.jpg) no-repeat 0 0;
	list-style: none;
}

#header ul li {
	display: block;
	float: left;
	height: 100;
	margin: 0px 0px;
	text-indent: -10000px;
}

#home {
	width: 155px;
}

#about {
	width: 144px;
}

#faq {
	width: 102px;
}

#download {
	width: 230px;
}

#header ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

#home a:hover {
	background: url(img/menu.jpg) no-repeat 0 -100px;
}

#about a:hover {
	background: url(img/menu.jpg) no-repeat -155px -100px;
}

#faq a:hover {
	background: url(img/menu.jpg) no-repeat -299px -100px;
}

#download a:hover {
	background: url(img/menu.jpg) no-repeat -401px -100px;
}

/* !Featured Area Styling */

p#featuredText {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: 300px;
	background: url(img/featured_bg.jpg) no-repeat 0 0;
	margin: 0 50px;
	text-indent: -10000px;
}

a#getonenowButton {
	display: block;
	width: 340px;
	height: 120px;
	background: url(img/getonenow.jpg) no-repeat 0 0;
	margin: 160 0 0 100px;
}

a:hover#getonenowButton {
	background-position: 0 -120px;
}

#universe {
	position: absolute;
	top: 0;
	left: 540;
}

/* !Box Styling */

.box {
	width: 315px;
	height: 230px;
	float: left;
	margin: 30px 0 0 4px;
}

.box p {
	font: normal 14 px/18px Verdana, Geneva, sans-serif;
	color: #0c3b4a;
	margin: 135px 25px 0 35px;
}

.vigilant {
	background: url(img/box1.jpg) no-repeat 0 0;
	margin-left: 48;
}

.timely {
	background: url(img/box2.jpg) no-repeat 0 0;
}

.creative {
	background: url(img/box3.jpg) no-repeat 0 0;
}

/* Etcetera Styling */

#leftCol {
	width: 525;
	float: left;
	margin: 20px 0 0 60px;
}

#leftCol h2 {
	font: bold 18px/22px Verdana, Geneva, sans-serif;
	color:gray;
	margin-left: 50;
}

#leftCol p {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: gray;
	margin-top: 10px;
}

/* Newsletter Box Styling */

#newsletter {
	position: relative;
	width: 380px;
	height: 100px;
	float: left;
	background: url(img/newsletter_bg.jpg) no-repeat 0 0;
	margin: 5px 0 50px 0;
}

#newsletter label {
	font: bold 16px Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
	margin-top: 26px;
	width: 100%;
	display: block;
	color: #fff;
	text-align: center;
}

#emailInput {
	position: absolute;
	top: 49px;
	left: 5px;
	width: 270px;
	margin: 0px 0 0 30px;
	font: normal 18px Verdana, Geneva, sans-serif;
	color: #999;
	border: 0;
	background-color: transparent;
	border: none;
}

#submitButton {
	position: absolute;
	top: 41px;
	right: 25px;
	width: 40px;
	height: 32px;
	margin-top: 5px;
	padding: 0;
}

/* Footer Styling */

#footer {
	clear: both;
	width: 940;
	margin-left: 60;
	border-top: 1px solid gray;
}

#footer p {
	margin: 15px 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: gray;
}

/* Javascript Bullcrap */

span.logoHover {
	display: block;
	width: 100%;
	height: 100%;
	background: #ccc url(img/logo.jpg) no-repeat 0 -100px;
}

span.logoHover a {
	display: block;
		width: 100%;
		height: 100%;
}
