/* Main Front page */

#homepage
{
	margin: 0 auto 0 auto;
	width: 1010px;
	width: 100%;
}

#homepage #header
{
}

#homepage #headerimage
{
}

/* Main menu */

#homepage #header #hmenu
{
	text-align: right;
}

/* Main menu */

#homepage #main
{
	background: url('ver2homepage/main_bg.jpg') center center no-repeat;
	background-color: #71a9ce;
	background-size: 120%;
	-moz-background-size: 120%;
	height: 390px;
	border-bottom: 1px solid #639ace;
}

#homepage #main #left
{
	padding: 70px 0 0 0;
}

#homepage #main h1
{
	font-family: Arial;
	letter-spacing: -1px;
	color: white;
	text-shadow: #444 1px 1px 1px;
	font-size: 300%;
	margin: 0;
}

#homepage #main h2
{
	color: white;
	font-size: 130%;
	line-height: 155%;
	margin-top: 10px;
}

#homepage div#download
{
	width: 320px;
	margin: 30px 0 0 0;
	text-align: center;
}

#homepage a#button
{
	text-decoration: none;
}

#homepage div#button
{
	width: 320px;
	height: 60px;
	text-align: left;
	background: url('ver2homepage/download.png') no-repeat;
	font-size: 21px;
	font-family: Arial;
	font-weight: bold;
	color: white;
}

#homepage div.main#button
{
	background: url('ver2homepage/downloadMain.png') no-repeat;
}

#homepage div#buttonText
{
	padding: 17px 0 0 30px;
}

#homepage div#buttonText #note
{
	font-size: 12px;
	font-weight: normal;
}

#homepage div.note
{
	margin-top: 5px;
	font-size: 90%;
	color: #eee;
}

#homepage div.note#info
{
	margin: 0 0 10px 0;
	text-align: left;
}

#homepage div.note#browsers
{
	display: none;
}

#homepage #main #right
{
	text-align: center;
	padding: 25px 0px 10px 30px;
}

#homepage #main #right #webmails
{
	margin-bottom: 8px;
	opacity: 0.6;
}

#homepage #webmail
{
	height: 300px;
	margin-right: -12px;
}

#homepage #webmail #example
{
	margin-top: -105px;
	margin-left: 15px;
	position: relative;
}

#homepage #webmail #example img
{
	position: absolute;
	left: 0;
	top: 0;
}

#homepage #content
{
	margin:0;
	padding: 10px 0 20px 0;
	width: 100%;
	float:none;
	border: none;
	border-radius: 0;
	background: white;
}

#homepage table#content 
{	
}

#homepage table#content td.separator 
{
	padding-left: 30px;
}

#homepage #content h2 
{
	font-size: 140%;
	font-weight: normal;
}

#counter
{
	color: #f5f5f5;
	margin-bottom: 0.8em;
	font-size: 125%;
}

#counter-number
{
	font-weight: bold;
	color: #ff8;
}

/* a fix for the twitter widget */
td#twitter p
{
	margin: 0;
}

div.twtr-ft,
div.twtr-hd
{
	display: none;
}

/***********************************************/

.buttons {
	margin-top: 4em;
}

.buttons a {
	color: white;
}

.buttons a:hover {
	text-decoration: none;
}

.buttons a.button {
	display: block;
	float: left;
	padding: 8px 20px 5px 20px;
	text-align: center;
	margin-right: 1.5em;
	
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	behavior: url(js/border-radius.htc);
}

.buttons a.button:hover {
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
}

.buttons a.button .title {
	font-size: 150%;
	font-weight: bold;
	text-shadow: -1px -1px #777;
}

.buttons a.button .note {
	color: #eaeaea;
	margin-top: 0.3em;
	display: block;
	font-size: 90%;
}

.buttons a.button#download {
	border: 2px solid #c2e585;
	background: #5EBC01;
	background: -moz-linear-gradient(top,  #5EBC01, #52A201);
	background: -webkit-gradient(linear, left top, left bottom, from(#5EBC01), to(#52A201));
}

.buttons a.button#buy {
	border: 2px solid #decb87;
	background: #DB9200;
	background: -moz-linear-gradient(top,  #DB9200, #C28100);
	background: -webkit-gradient(linear, left top, left bottom, from(#DB9200), to(#C28100));
}

.buttons a.button#download:hover {
	background: #59B201;
	background: -moz-linear-gradient(top,  #59B201, #4A9301);
	background: -webkit-gradient(linear, left top, left bottom, from(#59B201), to(#4A9301));
}

.buttons a.button#buy:hover {
	background: #C28100;
	background: -moz-linear-gradient(top,  #C28100, #A87000);
	background: -webkit-gradient(linear, left top, left bottom, from(#C28100), to(#A87000));
}

#belowButton{
	padding-left: 2em;
}

/********************************************************/
/*                       Homepage Widget                */
/********************************************************/

.homepagewidget {
	position: relative;
}

.homepagewidget a.bottomlink {
	position: absolute;
	bottom: -17px;
	text-align: right;
	right: 0px;
} 	
