html,body{ font-family: Verdana, Arial, Helvetica, sans-serif; 	color: #666666; font-size:10px; margin:0; padding:0; height:100%; border:none; background-color:#ffffff; text-align:center;}

#main{
	position: relative; width: 900px; height: 990px; border:1px solid gray;
}

#logo {position: absolute; top: 10px; left: 5px; width: 168px; height: 42px;}	

#main-message {
	position: absolute;
	top: 96px;
	left: 49px;
	width: 403px;
	text-align: left;
	z-index: 15;
	height: 72px;
}

#value-bullets {
	position: absolute;
	top: 194px;
	left: 50px;
	width: 17px;
	text-align: left;
	z-index: 95;
	height: 16px;
}

#value-props {
	position: absolute;
	top: 189px;
	left: 57px;
	width: 254px;
	text-align: left;
	z-index: 95;
	height: 186px;
}

#banner-center {
	position: absolute;
	top: 82px;
	left: 232px;
	width: 368px;
	text-align: left;
	z-index: 5;
}

#banner-left {
	position: absolute;
	top: 82px;
	left: 0px;
	width: 247px;
	height: 250px;
	background-image: url(images/banner-left.png);
	layer-background-image: url(images/banner-left.png);
	border: 1px none #000000;
}

#banner-top {
	position: absolute;
	top: 0px;
	left: 573px;
	width: 327px;
	height: 332px;
	z-index: 10;
	background-image: url(images/main_banner_top_stripes.png);
	background-repeat: repeat;
}

#apps-section {
    position: absolute;
	text-align: left;
    top:340px;
    left:20px;
    width:850px;
    z-index:7;
}

.app-entry { width:400px; float:left; padding-top:10px; padding-bottom:10px; padding-left:20px; }
.app-image { float:left; width:115px; text-align:center; }
.app-content { float:right; width:270px; padding-top:0px; vertical-align:top; }
.app-spacer { clear:both;padding-bottom:10px; border-top:solid 1px #d0d0d0;}
.app-reqs { color:#707070; line-height:1.0em; /*font-style:italic;*/ text-decoration:underline; font-weight:bold; }

#try-it {
	position: absolute;
	top: 359px;
	left: 597px;
	width: 245px;
	text-align: center;
	height: 135px;
}

#get-started {
	position: absolute;
	top: 440px;
	left: 571px;
	width: 298px;
	text-align: left;
	background-image: url(images/get-started-box.png);
	height: 206px;
}

#form {
	position: absolute;
	top: 486px;
	left: 581px;
	width: 298px;
	text-align: left;
	height: 156px;
	list-style-image: url(images/send-me-a-link.png);
}

#footer-container{
	background:#f0eded;
	bottom:10px;
	position: absolute;
	top: 943px;
	left: -1px;
	width: 900px;
	text-align: center;
	font-size: 10px;
	height: 32px;
	padding-top: 15px;
	border:1px solid gray;
}

h1 {
	color: #336699;
	font-size: 28px;
	font-weight: bold;
	margin-top: 2px;
}

h2 {
	color: #333333;
	font-size: 18px;	
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
}

h2.vvp {
	font-size: 18px;	
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2.try {
	color: #336699;
	font-size: 18px;	
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
}

h2.gs {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 1px;
	margin-left: 8px;
}

h3 {
	color: #336699;
	font-size: 16px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}

h4 {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 8px;
	margin-left: 0px;
}


p {
	font-size: 11px;
	margin-left: 2px;
	line-height: 11pt;
	margin-top: 0px;
}

ul.vp {
	font-size: 12px;
	font-weight: bold;
	list-style-image: url(images/arrow.png);
}

ul {
	font-size: 12px;
	margin-top: 0px;
}

ol {
	font-size: 11px;
}

a { color:#006699; text-decoration: underline; }
