@CHARSET "ISO-8859-1";

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: tahoma, helvetica, arial, sans-serif;
	background: #9FEBFF url(../img/bg/gradient.png) repeat-x top left;
	height: 100%;
	color: #0A0A0A;
}

h2 {
	font-size: 200%;
	padding-bottom: 10px;
	line-height: 1.5em;
}

p {
	line-height: 1.5em;
}

#container {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 20px;
}

#header {
	margin-top: 28px;
	margin-bottom: 32px;
	width: 100%;
	background: #FFFFFF;
	text-align: center;
	height: 64px;
}

#header img {
	margin-left: auto;
	margin-right: auto;
	margin-top: -26px; /* push the img above the white bar */
}

#menu {
	position: relative;
	text-align: right;
	overflow: hidden;
	margin-bottom: 20px;
}

#menu ul {
	list-style: none;
}

#menu li {
	float: right;
	margin-left: 40px;
}

#menu li a {
	line-height: 36px;
}

#menu li a:link, #menu li a:visited, #menu li a:active {
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}

#menu li a:hover {
	border-bottom: 1px dotted #FFFFFF;
}


/* Home Page */

.textbox {
	color: #000000;
	background: #FFFFFF;
	padding: 20px 10px;
}

.home_buttons a img {
	float: left;
}


/* Features */

.box img {
	float: left;
	margin: 0;
	padding: 0;
}

.mainfbox, .mainbox {
	padding-top: 20px;
	width: 820px;
	float: left;
}

.mainbox {
	height: 360px;
	background: #FFFFFF url(../img/bg/blackbar.png) repeat-x left 290px;
}

.mainfbox {
	height: 340px;
	background: #FFFFFF url(../img/bg/blackbar.png) repeat-x left bottom;
}


/* General */
	
.clearer {
	clear: both;
}