* 
{
    padding: 0;
    margin: 0;
}

body 
{
    font-family: Myriad Pro, Arial, sans-serif;
    font-size: 14px;
}     

p 
{
    line-height: 1.8em;
    margin-bottom: 25px;
}         

h1
{
    font-size: 20px;  
    margin-bottom: 10px; 
}                                                  

h2
{
    font-size: 18px;  
    margin-bottom: 10px; 
}  

em 
{
    font-weight: bold;
    font-style: normal;
}

hr 
{
    clear: both;
    color: #fff; 
    background-color: #fff; 
    border: 1px dashed #989898; 
    border-style: none none dashed; 
    margin-top: 25px;
    margin-bottom: 25px;
}

a 
{
    text-decoration: none;
    color: #667f37;
}

a:hover
{
    text-decoration: underline;
}

a img
{
	border: none;
}

ol
{
	list-style-position: inside;
	margin-bottom: 20px;
    line-height: 1.8em;
}

blockquote
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
/** Temp Border 
div {
	border:solid 1px #000000;
}*/

#wrapper 
{
	position: relative;
	margin: 0 auto;
	width: 870px; /*850 + 10 px each for shadows */  
}

#container {
	width: 870px; /*850 + 10 px each for shadows */
	float: left;
	padding: 0 10px 0 10px;
	background-image: url("../images/contentDropShadow.png");
	background-repeat: repeat-y;
}

#header {
	width: 850px;
	height: 215px;
    background-image: url("../images/headerBackground.gif");
    background-repeat: repeat-x;
}

#demo {
	position:absolute;
	right:25px;
	top:20px;
}

#demo_android {
	position:absolute;
	right:-90px;
	top:72px;
}

#logo {
	position:absolute;
	left:40px;
	top:72px;
}
/** Navigation */
#navigation 
{
    background-image: url("../images/navBackgroundGradient.gif");
    background-repeat: repeat-x;
    height: 30px;
    margin-left: 23px;
    float: left;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    
    /* Chrome & Firefox */
    -moz-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
}

#navigation img 
{
    float: left;
}

#navigation ul
{
    height: 19px;
    padding: 6px;
}

#navigation li
{
    display: inline;
    border-right: 1px dotted #FFFFFF;
    padding: 0px 10px 0px 10px;
}

div#navigation li.last 
{
   border-right: none !important; 
}

#navigation a
{
    color: White;
    text-decoration: none;
}
#navigation a:hover
{
    color: #EEEEEE;
}
/* -- end Navigation */

#main 
{
	background:#ffffff;
	width: 850px;
	float: left;
}

#content {
	width: 525px;
	float: left;
	padding: 25px 25px 25px 25px;
	border-right: solid #F3F3F3 275px;
	margin-right: -275px;
}

#content h1
{
    margin-bottom: 25px;    
}

/** Download and Purchase */
#downloads 
{
    float: left;
}

#downloads div
{
    width: 215px;  
    float: left; 
    margin-bottom: 10px;
}

#downloads .purchaseRegion:hover
{
    /*text-decoration: underline;*/
    color: #667f37;
}

#downloads div img
{
    float: left;  
    margin-right: 20px;
}

.purchaseRegion
{
    cursor: pointer;
    margin-left: 50px;
}

.purchaseInfo
{
	margin-top: 20px;
    margin-left: 50px;
}

.downloadInfo
{
	margin-left: 50px;
}


/** SideBar */
#sidebar {
	float: right;
	width: 225px;
	padding: 260px 25px 0 25px;
	background: #F3F3F3;
}

#sidebar div
{
    margin-bottom: 25px;   
}

#sidebar ul
{
    list-style: none;   
}
#sidebar li
{
    margin-bottom: 5px;   
}

#news {
}

#tweets {
	/*width:200px;
	height:400px;
	margin:0 auto;*/
}

#reviews ul 
{
	margin-top: 15px;
}

/** Bottom */
#bottomDropShadow
{
    clear: both;
    background-image: url("../images/BottomDropShadow.png");
    background-repeat: no-repeat;   
    height: 25px;
    margin-bottom: 25px;
}

#footer {
	clear:both;
	/*width:850px;*/
	text-align:center;
	margin-bottom: 20px;
}


#footer a
{
    color: White;
    text-decoration: none;
}
#footer a:hover
{
    color: #EEEEEE;
    text-decoration: underline;
}

#footer ul
{
    height: 19px;
    padding: 5px;
}

#footer li
{
    display: inline;
    border-right: 1px dotted #FFFFFF;
    padding: 0px 10px 0px 10px;
}

#footer li.last 
{
   border-right: none !important; 
}

/** Misc Styles */
.padTop5
{
    padding-top: 5px;   
}


#story 
{
    clear: both;
    margin-bottom: 25px;
}

#socialMedia
{
	margin-bottom: 10px;	
}

.trademark
{
	color: white;
	font-size: 12px;
}

.preventTopOverlap 
{
	width: 495px;	
}

.screenshots ul, .screenshots li
{
	display:  inline;	
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-right: 15px;
}