@charset "utf-8";

	/*
	@doinapps
	http://www.doinapps.com
	*/

	body {
		background:#fff url(../bg.png) top repeat-x;
		font-family:'Helvetica Neue', Arial, sans-serif;
		text-shadow:#fff 0px 1px 0px;
		font-size:17px;
		color:#39536b;
	}

	ul#topbar {
		width:100%; height:22px;
		margin:0 0 0 0; padding:8px 0 0 0;
		font-size:12px;
		color:#93b4cb;
		float:left;
	}

	ul#topbar li {
		list-style-type:none;
		margin:0 20px 0 0;
		float:right;
	}

	div#page {
		width:600px; height:auto;
		padding:0 0 60px 0;
		margin:auto;
	}
	
	/* ------------------------------ */
	
	div#header {
		width:600px; height:auto;
		background:url(../line.png) bottom repeat-x;
		padding:25px 0 20px 0;
		font-size:19px;
		float:left;
	}
	
	h1 {
		width:130px; height:auto;
		margin:0 30px 0 0;
		color:#83ce2b;
		float:left;
	}

	p#desc {
		width:440px; height:auto;
		padding:9px 0 0 0;
		line-height:30px;
		margin:0;
		color:#8eb0c8;
		float:left;
	}

	em {
		font-weight:bold;
		font-style:normal;
		color:#39536b;
	}

	a {color:#099dfb; text-decoration:none}
	a:hover {color:#3da0df}
	
	h2 {
		width:600px; height:auto;
		margin:30px 0 5px 0;
		float:left;
	}
	
	/* ------------------------------ */

	ul.apps {
		width:600px; height:auto;
		margin:0; padding:0;
		float:left;
	}

	ul.apps li {
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		width:278px; height:auto;
		background:#ecf2f6;
		list-style-type:none;
		margin:0 1px 1px 0;
		padding:7px 10px 7px 10px;e5eef4
		display:block;
		float:left;
	}

	ul.apps li:hover {background:#e3eaee}

	ul.apps li h3 {
		font-weight:normal;
		font-size:17px;
		margin:0;
	}
	
	ul.apps li span {
		font-size:13px;
		color:#8eb0c8;
	}

	/* ------------------------------ */
	
	p#footer {
		width:600px; height:auto;
		border-top:1px solid #dde7ef;
		padding:15px 0 55px 0;
		margin:30px 0 0 0;
		text-align:center;
		font-size:12px;
		color:#93b4cb;
		float:left;
	}
