body, td, th {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	line-height: 1.7em;
	padding: 0;
	margin: 0;
	background-color: #fff;
	color: #000;
	background: url(/images/bg.png) repeat-x top left;
}

p, h1, h2, h3, h4, h5, h6, h7 {
	padding: 0;
	margin: 0.5em 0 0.5em 0;
	text-shadow: 0px 1px 1px #fff;
}

h1, h2, h3, h4, h5, h6, h7 {
	text-transform: uppercase;
	font-weight: normal;
}

h1 {
	color: #00beff;
}

table {
	border: collapse;
}

td {
	padding: 5px;
}

img {
	border: 0;
}

/*********************************************
 *
 * Layout
 *
 *********************************************/

#wrap {
	max-width: 800px;
}

#header {
	margin-bottom: 25px;
	height: 32px;
}

#footer {
	text-align: center;
	margin-top: 50px;
	padding-top: 10px;
	border-top: 1px solid #eee;
	color: #aaa;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 10px;
}

#footer a {
	color: #aaa;
}

#content {
	margin-left: 10px;
	clear: both;
}


/*********************************************
 *
 * Navigation
 *
 *********************************************/

/* Default */
ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav li a {
	display: block;
	height: 32px;
	text-indent: -9999px;
	width: 86px;
}

/* Home */
#nav #home a {
	width: 124px;
}

#nav #home {
	background: url(/images/b_home_lo.png) no-repeat top left;
}

#nav #home:hover, #nav #home.selected {
	background: url(/images/b_home_hi.png) no-repeat top left;
}

/* Support */
#nav #support {
	background: url(/images/b_support_lo.png) no-repeat top left;
}

#nav #support:hover, #nav #support.selected {
	background: url(/images/b_support_hi.png) no-repeat top left;
}

/* Contact */
#nav #contact {
	background: url(/images/b_contact_lo.png) no-repeat top left;
}

#nav #contact:hover, #nav #contact.selected {
	background: url(/images/b_contact_hi.png) no-repeat top left;
}

/* About */
#nav #about {
	background: url(/images/b_about_lo.png) no-repeat top left;
}

#nav #about:hover, #nav #about.selected {
	background: url(/images/b_about_hi.png) no-repeat top left;
}

/* Apps */
#nav #apps {
	background: url(/images/b_apps_lo.png) no-repeat top left;
}

#nav #apps:hover, #nav #apps.selected {
	background: url(/images/b_apps_hi.png) no-repeat top left;
}

/*********************************************
 *
 * Utility
 *
 *********************************************/

.hide {
	display: none;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.highlight {
	background-color: #ffc;
}

.big {
	font-size: 150%;
}

.small {
	font-size: 85%;
}

.tiny {
	font-size: 75%;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter, .center {
	text-align: center;
}

.forandroid {
	font-size: 60%;
	font-style: italic;
	text-transform: none;
}

.quote {
	font-size: 1.25em;
	font-style: italic;
	font-family: Georgia, serif;
	margin: 25px 0 25px 0;
	color: #777;
}

.quote .author {
	font-size: 0.7em;
	font-style: bold;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	white-space: nowrap;
}