﻿/*CSS BROWSER RESETS*

Entire List...*/
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,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td 
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,li,ul,p,
a,img{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
/*CSS BROWSER RESETS*/


body 
{
 background:#292929 url('images/bck.png') repeat-x;
 text-align:center;
}
#container
{
 width:960px;
 margin:0 auto;
 text-align:left;
 position:relative;
 font-size:16px;
 font-family:Arial;
}
h1,h2,h3,h4,h5,h6,p:first-letter
{
 text-transform:capitalize;
}
h1,h2,h3,h4,h5,h6
{
 margin:0 0 5px 0;
 color:#FFF;
 font-size:1.2em;
}
p
{
 font-size:1em;
 word-spacing:1px;
 letter-spacing:-1px;
 line-height:20px;
 margin:0 0 10px 0;
 color:#fcfcfc;
}

a
{
 color:#A0F3C6;
}
a:hover:
{
 color:#58EA9A;
}

#menu
{
 clear:both;
 float:right;
 width:340px;
 color:#fff;
 margin:3px 0 0 0;
}
#menu a
{
 font-size:1.1em;
 padding-right:2px;
 color:#fff;
}
#menu a:hover
{
 color:#A0F3C6;
}

#downloadBtn
{
 position:absolute;
 right:0;
 top:20px;
}
#content
{
 clear:both;
 margin:50px 0 0 0;
}
.outerBox
{
 background-color:#404040;
 border:1px solid #A0F3C6;
 padding:10px;
 margin:0 0 20px 0;
}
.innerBox
{
 background-color:#5c5c5c;
 border:1px solid #fff;
 padding:5px;
}
#intro,#featuresAndPricing
{
 width:940px;
 float:left;
}
#welcome,#features
{
 float:left;
 width:500px;
 margin:0 10px 0 0;
}
#welcomeScreenshot,#pricing
{
 float:left;
 width:400px;
}

#features li
{
 color:#fff;
 list-style-type:none;
 margin:12px 0;
 font-size:1.1em;
}

.innerBox h2
{
 border-left:5px solid #A0F3C6;
 padding-left:5px;
 margin:0 0 20px 0;
}

#support h2
{
 margin:20px 0 5px 0;
}