body {
	/*background-color: #18222c;*/
	background-color: #fefefe;
}

a {
	color: #aaa;
	text-decoration: none;
	border-bottom: solid 2px #aaa;
}

a:hover {
	color: #888;
	border-bottom: solid 2px #888;
}


/*
######################################################
 NAVIGATION
######################################################
*/

#navigation {
	background: url(http://c2919032.cdn.cloudfiles.rackspacecloud.com/background_navigation.jpg) #000 repeat-x top;
	height: 74px;
	min-height: 74px;
}

#navigation img {
	float: left;
	margin-top: 7px;
}

#navigation ul {
	float: right;
}

#navigation li {
	float: left;
	margin: 28px 0 0 26px;
	color: white;
	font-size: 18px;
	font-weight: 500;
}

#navigation a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: none;
}

#navigation a.current_page {
	border-bottom: solid 2px white;
}


/*
######################################################
 BANNER
######################################################
*/

#banner {
	background: url(http://c2919032.cdn.cloudfiles.rackspacecloud.com/background_banner.jpg) #18222c repeat-x top;
	min-height: 600px;
}

#banner p {
	color: white;
	font-size: 36px;
	font-weight: 600;
	line-height: 44px;
}


/*
######################################################
 HOME
######################################################
*/

.banner_home {
	padding-top: 80px;
}

.grid_8 {
	margin-top: 100px;
}

#content {
	background-color: #fefefe;
}

h1 {
	font-size: 34px;
	margin-bottom: 30px;
	margin-top: 80px;
	/*padding-top: 5px;
	padding-bottom: 5px;*/
	text-shadow: #fff 0 1px 0;
}

#content h1 {
	text-align: center;
}

h2 {
	font-size: 26px;
	margin-bottom: 20px;
	text-shadow: #fff 0 1px 0;
}

#content li, #content p {
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 20px;
	text-shadow: #fff 0 1px 0;
}

.phone {
	margin-left: 45px;
}

.ipad {
	margin-left: 175px;
	margin-top: 80px;
}

.screen {
	position: absolute;
	top: 125px;
	left: 79px;
}

.screen_ipad {
	position: absolute;
	top: 155px;
	left: 253px;
}

#content ul {
	list-style-type: none;
}

#content ul li {
	padding-left: 20px;
	background:transparent url(http://c2919032.cdn.cloudfiles.rackspacecloud.com/bullet.png) no-repeat;
	background-position:0 13px;
}

/*h1 {
	background: url(images/background_header.png) #ccc repeat-x top;
	height: 90px;
	margin-top: 50px;
}*/

.categories {
	margin-top: 30px;
	margin-bottom: 80px;
}

.categories h2 {
	font-size: 18px;
	line-height: 5px;
	margin-bottom: 10px;
	
	/*text-align: center;*/
}

.categories p {
	line-height: 10px;
	padding-bottom: 30px;
}

.categories span {
	font-size: 18px;
	line-height: 10px;
	padding-right: 20px;
	text-transform: uppercase;
}

/*
######################################################
 RELEASE NOTES
######################################################
*/

.banner_release_notes {
	padding-top: 200px;
}

.release_notes {
	margin-bottom: 100px;
}

.release_notes h2 {
	margin-top: 90px;
}

#content.release_notes ul {
	list-style-type: none;
}

#content.release_notes ul li {
	padding-left: 20px;
	background:transparent url(http://c2919032.cdn.cloudfiles.rackspacecloud.com/bullet.png) no-repeat;
	background-position:0 13px;
}


/*
######################################################
 FOOTER
######################################################
*/

#footer {
	background: url(http://c2919032.cdn.cloudfiles.rackspacecloud.com/background_footer.jpg) #ccc repeat-x top;
	font-size: 14px;
	min-height: 130px;
	text-align: center;
}

#footer p {
	color: white;
	font-size: 18px;
	font-weight: 500;
	margin-top: 10px;
}

#site_map {
	margin-top: 20px;
}

#site_map a {
	color: #fff;
	margin: 0 10px 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: none;
}

#site_map a:hover {
	border-bottom: solid 1px white;
}

