html, body {
	font:13px  Verdana, Helvetica, sans-serif;
	background-color: #4e749b;
	color:#777;
	margin:0px;
	height:100%;
}

a 			{ text-decoration:none; color:#377cc5; }
a:hover 	{ text-decoration:underline; color:#377cc5; }
        	
h1 			{ color:#377cc5; padding-bottom:5px; font-size:16px; }
        	
li 			{ margin:2px; }
ul 			{ list-style-type:square; }

.imgright 	{ float: right; }
.imgleft 	{ float: left; }

table.header {
	margin:auto;
	padding-top:5px;
}

table.header td {
	vertical-align:middle;
	padding:0px 5px 0px 5px;
	height:130px;
}

#dlbox 			{ padding:10px; padding-top:15px; }
#dlbox subtitle { padding:3px; font-size:9px; display:block; color:#777; }

.dlbutton a { 
	display: block; 
	width: 130px; 
	height: 30px; 
	background: transparent url(../images/dlbutton.png) no-repeat; 
}

.dlbutton a:hover { background-position:0 -30px; }

.buyform { padding:0px; margin:0px; } /* for opera */
.buyform input[type="submit"] { margin-top:3px; padding:0px; cursor:pointer; cursor:hand; border-width:0px; }

.buybutton { 
	display: block;
	width: 130px; 
	height: 30px; 
	background: transparent url(../images/buybutton.png) no-repeat;
}

.buybutton:hover { background-position:0 -30px; }

#navbar	{
	border:0px solid #ddd;
	border-width:1px 0px 1px 0px;
	padding:8px;
	width:80%;
	margin: auto;
	text-align:center;
}

#navbar a 			{ text-decoration:none; color:#999; }
#navbar a:hover 	{ text-decoration:underline; color:#555; }

table.main {
	width:750px;
	background-color:white; 
	border:0px solid #476a8d; 
	border-width:0px 10px 0px 10px;
	height:100%;
	margin:auto;
	border-collapse:collapse;
}

table.main img  { border-width: 0px; }
table.main td 	{ vertical-align:top; }

#content { margin:50px; margin-top: 30px; }

.success { color:#74A527; }
.error	 { color:#C83E06; }

.colleft {
	float:left;
	width:47%;
}

.colright {
	float:right;
	width:47%;
}

.feature p { display:block; color:#888; font-size:12px; margin-top:2px; }

#screenshots img {
	border:2px solid #bbb;
	padding:10px;
	margin:5px;
	-webkit-border-radius:6px;
	-webkit-box-shadow:1px 2px 10px #ccc;
	-moz-border-radius:6px;
	-moz-box-shadow:1px 2px 10px #ccc;
}

.contactbox {
	background-color:#eee;
	border:1px solid #ccc;
	padding:10px;
	margin-top:10px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

.contactbox textarea { resize:vertical; max-width:590px; }

#footer {
	font-size:11px;
	color:#777;
	height:40px;    
	text-align:center;
	vertical-align:middle;
	background-color:#f9f9f9;
	border-top:1px solid #ddd;
}
