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

/* ------------------------------- */
/* CSS reset to improve cross browser compatability */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End CSS reset */
 
.clear {
	clear: both;
	}

 
/* ------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	line-height: 1em;
}
#wrapper {
	height: 100%;
	width: 100%;
	position: relative;
}
#topWrap {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	position: relative;
}
#logo {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
}
#tagline {
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#navBar {
	background-color: #ec7a21;
	height: 30px;
	width: 100%;
	position: relative;
}
#indicatorHome {
	width: 10px;
	height: 5px;
	margin-bottom: 0px;
	position: absolute;
	left: 16px;
	bottom: 0px;
}
#indicatorHow {
	width: 10px;
	height: 5px;
	margin-bottom: 0px;
	position: absolute;
	left: 87px;
	bottom: 0px;
}
#indicatorWhy {
	width: 10px;
	height: 5px;
	margin-bottom: 0px;
	position: absolute;
	left: 155px;
	bottom: 0px;
}
#introHome {
	width: 630px;
	margin-top: 195px;
	margin-left: 0px;
	float: left;
}
#introHow {
	width: 550px;
	margin-top: 30px;
	margin-left: 0px;
	float: left;
}
#introWhy {
	width: 550px;
	margin-top: 30px;
	margin-right: 0px;
	float: right;
}
#navWrap {
	height: 30px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#contentWrap {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#chart {
	margin-top: 20px;
}
#content {
	height: 375px;
	background-image: url(images/homeMonitorsBG.png);
	background-repeat: no-repeat;
	margin: 0px;
	position: relative;
}
#contentHow {
	height: 375px;
	background-image: url(images/howBack.png);
	background-repeat: no-repeat;
	margin: 0px;
	position: relative;
	background-position: right;
}
#contentWhy {
	height: 375px;
	background-image: url(images/whyBack.png);
	background-repeat: no-repeat;
	margin: 0px;
	position: relative;
	background-position: left;
}
#footerWrap {
	background-color: #ec7a21;
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	bottom: 0px;
	position: relative;
}
#footer {
	color: #FFF;
	width: 980px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}
a {
	color: #ec7a21;
	text-decoration: none;
}
a:hover {
	color: #F59302;
	text-decoration: underline;
}
p {
	line-height: 1.8em;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	font-size: 0.9em;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #ec7a21;
	margin-right: 0px;
	margin-left: 0px;
	text-transform: uppercase;
	border-bottom-style: solid;
	border-bottom-color: #ec7a21;
	border-bottom-width: 2px;
	padding-bottom: 2px;
}

h2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #ec7a21;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
#mainNav {
	float: left;
	height: 30px;
	width: 665px;
	position: relative;
}
#mainNav li {
	float: left;
	color: #FFFFFF;
	margin-top: 5px;
	font-size: 15px;
	margin-right: 30px;
	text-transform: uppercase;
}
#footer a {
	color: #FFF;
}
#footer p {
	font-size: .8em;
}
#mainNav a {
	color: #FFFFFF;
	text-decoration: none;
}
#mainNav a:hover {
	text-decoration: underline;
}
#contentLeft {
	float: left;
	width: 480px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#contentRight {
	float: left;
	width: 480px;
	margin-bottom: 20px;
}
#valuePoints {
	width: 980px;
	margin-top: 25px;
	position: relative;
}
#vp1 {
	float: left;
	width: 312px;
	margin-right: 10px;
	margin-left: 0px;
	position: relative;
}
#vp2 {
	float: left;
	width: 312px;
	margin-right: 12px;
	margin-left: 12px;
	position: relative;
}
#vp3 {
	float: left;
	width: 312px;
	margin-left: 10px;
	margin-right: 0px;
	position: relative;
}
#vp1 p, #vp2 p, #vp3 p {
	font-size: .9em;
	line-height: 1.8em;
}
#vp1Top {
	background-image: url(images/targetAudience.png);
	background-repeat: no-repeat;
	height: 171px;
	width: 312px;
}
#vp2Top {
	background-image: url(images/targetAction.png);
	background-repeat: no-repeat;
	height: 171px;
	width: 314px;
}
#vp3Top {
	background-image: url(images/targetPixel.png);
	background-repeat: no-repeat;
	height: 171px;
	width: 312px;
}
.underline {
	font-weight: bold;
	text-decoration: underline;
}
#form {
	background-color: #FFF;
	width: 240px;
	position: absolute;
	top: 0px;
	left: 95px;
	display: none;
	z-index: 3;
	/* Do rounding (native in Safari, Firefox and Chrome) */
    -webkit-border-radius:20px;
	-moz-border-radius: 20px;
	box-shadow: 2px 2px 8px #000;
	-webkit-box-shadow: 2px 3px 8px #000;
	-moz-box-shadow: 2px 3px 8px #000;
	padding: 20px;
	border: 1px solid #666;
}
.close {
	font-size: .8em;
	text-align: right;
	display: block;
	font-weight: bold;
	text-decoration: underline;
	width: 240px;
	margin-bottom: 10px;
}
#contactInfo {
	text-align: right;
	float: left;
	width: 315px;
	margin-top: 5px;
	color: #FFF;
}
#contactInfo a {
	color: #FFF;
}
#contactInfo a:hover {
	color: #FFF;
}
#footer img {
	margin-top: 20px;
}

