﻿/* CSS Document - Landing Pages */

body {
	background: #FFFFFF url(/images/page_background-nocrumb.gif) repeat-x left top;
}

#nav { 
	height:82px; margin: 0 0 42px 0;
}

#trial_button, #nav h1 { 
	display: none; 
}

#content div.left {
	width:600px;
}

#homeBanner {
	width:600px; float: left; margin: 0 0 30px 0; min-height: 500px;
}

#appworld 
{
	float: right; width: 400px; margin-top: 50px;
	 }

#appworld a img { margin-bottom: 50px; } 

#topRight { 
	float:right; width:221px; border:1px solid #999; margin:0 0 30px 50px; 
	text-align: right;
	font-size: 11px;
	padding: 15px 17px 17px 10px;
	color: #999;
	border-radius: 7px;
	-moz-border-radius: 7px;	
	-webkit-border-radius: 7px;
}

#topRight a {
	color: #666; text-decoration: none; border-bottom: 1px dotted #666;
}

#trialButton {
	float:right; width:250px; margin:0 0 30px 50px; padding:0;
	color: #FFFFFF; font-size: 15px; line-height: 17px;font-weight: bold; text-align: center;  
	background: transparent  url(/images/button_generic_green-top.gif) no-repeat;
}

#trialButton a {
	width: 220px; display: block; margin: 0; padding: 14px 15px 16px;
	color: #FFFFFF; font-size: 15px; line-height: 17px; font-weight: bold; text-align: center; text-decoration: none;
	background: transparent url(/images/button_generic_green-bottom.gif) no-repeat bottom;
}

#trialButton a:hover {
	color: #e9fc6c;
}

#demoButton {
	float:right; width:250px; margin:0 0 30px 50px; padding:0;
	color: #FFFFFF; font-size: 15px; line-height: 17px;font-weight: bold; text-align: center;  
	background: transparent  url(/images/button_generic_grey-top.gif) no-repeat;
}

#demoButton a {
	width: 220px; display: block; margin: 0; padding: 14px 15px 16px;
	color: #FFFFFF; font-size: 15px; line-height: 17px; font-weight: bold; text-align: center; text-decoration: none;
	background: transparent url(/images/button_generic_grey-bottom.gif) no-repeat bottom;
}

#demoButton a:hover {
	color: #e9fc6c;
}


#footercontent {
	clear: both;
}
