/*  Mobelux.com style.css							*/
/*													*/
/*  Created by Jeff Rock on 9/1/08.					*/
/*  Copyright 2008 Mobelux. All rights reserved.	*/

html {
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	text-shadow: rgba(255,255,255,.6) 0 1px 0;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;
	height: 100%;
}

* html #wrapper{
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	text-align: center;
	height: 100%;
}

img {
	border-style: none;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background-image: url(/images/sidebar_bg.png);
	background-repeat: repeat-y;
	min-height: 100%;
}

#content {
	width: 570px;
	float: left;
	text-align: left;
	height: 100%;
}

#sidebar {
	width: 230px;
	float: left;
	text-align: left;
	min-height: 100%;
}

#header {
	width: 800px;
	height: 130px;
	text-align: left;
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;
}

a.logo {
	height: 94px;
	width: 224px;
	float: left;
	margin: 0 0 0 10px;
	background: url(/images/logo.png) 0 0 no-repeat;
	text-decoration: none;
}

#header ul {
	float: right;
	margin: 50px 0 0 0;
	padding: 0 10px 0 0;
	list-style-type: none;
}

#header ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#header ul li {
	float: left;
	margin: 0 0 0 40px;
	padding: 0;
	text-decoration: none;
}

.brick {
	margin: 30px 0 0 30px;
}

.nameplate {
	margin: 7px 0 17px 8px;
}

.feature {
	margin: 0 0 30px 0;
	float: left;
}

.feature h3 {
	font-size: 20px;
	color: #444;
	font-weight: normal;
	padding: 10px 0 10px 0;
	margin: 0 0 0 30px;
}

.feature li {
	color: #666;
	float: left;
	line-height: 30px;
	margin-left: -20px;
}

.feature img {
	float: right;
	border-color: #777;
	border-width: thin;
	border-style: solid;
}

#content h3 {
	color: #999;
	line-height: 20px;
	margin: 30px 0 0 30px;
	padding: 0;
}

h3 {
	font-size: 20px;
	color: #444;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 10px 0 0 30px;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	color: #444;
	padding: 10px 0 10px 0;
	margin: 0 0 0 30px;
}

h5 {
	font-size: 16px;
	font-weight: normal;
	color: #444;
	padding: 10px 0 0 0;
	margin: 0 0 0 30px;
}


#content p {
	color: #666;
	line-height: 30px;
	margin: 20px 0 20px 30px;
}

#content a {
	color: #fcaf17;
	text-decoration: none;
}

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

	width: 500px;
}

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

	width: 480px;
}


#content ul li {

	padding: 0;
	text-decoration: none;
	float: left;
}


#content ul img {
	
	float: right;
	border-color: #777;
	border-width: thin;
	border-style: solid;
}

a.apps {
	display: block;
	width: 46px;
	height: 16px;
	background: url(/images/apps_link.png) 0 0 no-repeat;
	text-decoration: none;
}
  
a:hover.apps {
	background-position: -46px 0;
}

a.apps_selected {
	display: block;
	width: 46px;
	height: 16px;
	background: url(/images/apps_link_selected.png) 0 0 no-repeat;
	text-decoration: none;
}

a.about {
	display: block;
	width: 66px;
	height: 16px;
	background: url(/images/about_link.png) 0 0 no-repeat;
	text-decoration: none;
}
  
a:hover.about {
	background-position: -66px 0;
}

a.about_selected {
	display: block;
	width: 66px;
	height: 16px;
	background: url(/images/about_link_selected.png) 0 0 no-repeat;
	text-decoration: none;
}

a.blog {
	display: block;
	width: 51px;
	height: 16px;
	background: url(/images/blog_link.png) 0 0 no-repeat;
	text-decoration: none;
}
  
a:hover.blog {
	background-position: -51px 0;
}

a.blog_selected {
	display: block;
	width: 51px;
	height: 16px;
	background: url(/images/blog_link_selected.png) 0 0 no-repeat;
	text-decoration: none;
}

a.jobs {
	display: block;
	width: 48px;
	height: 16px;
	background: url(/images/jobs_link.png) 0 0 no-repeat;
	text-decoration: none;
}
  
a:hover.jobs {
	background-position: -48px 0;
}

a.jobs_selected {
	display: block;
	width: 48px;
	height: 16px;
	background: url(/images/jobs_link_selected.png) 0 0 no-repeat;
	text-decoration: none;
}

a.services {
	display: block;
	width: 80px;
	height: 16px;
	background: url(/images/services_link.png) 0 0 no-repeat;
	text-decoration: none;
}
  
a:hover.services {
	background-position: -80px 0;
}

a.services_selected {
	display: block;
	width: 80px;
	height: 16px;
	background: url(/images/services_link_selected.png) 0 0 no-repeat;
	text-decoration: none;
}


#sidebar ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#sidebar ul li {
	float: left;
	margin: 0 0 0 2px;
	padding: 0;
	text-decoration: none;
}

#sidebar p {
	padding: 130px 10px 0 10px;
	margin-top: 10px;
	color: #888;
}

a.overview {
	display: block;
	width: 226px;
	height: 42px;
	background: url(/images/overview_link.png) 0 0 no-repeat;
	text-decoration: none;
}
  
a:hover.overview {
	background-position: -226px 0;
}

a.overview_selected {
	display: block;
	width: 226px;
	height: 42px;
	background: url(/images/overview_link_selected.png) 0 0 no-repeat;
	text-decoration: none;
}

a.features {
	display: block;
	width: 226px;
	height: 42px;
	background: url(/images/features_link.png) 0 0 no-repeat;
	text-decoration: none;
}
  
a:hover.features {
	background-position: -226px 0;
}

a.features_selected {
	display: block;
	width: 226px;
	height: 42px;
	background: url(/images/features_link_selected.png) 0 0 no-repeat;
	text-decoration: none;
}

a.support {
	display: block;
	width: 226px;
	height: 42px;
	background: url(/images/support_link.png) 0 0 no-repeat;
	text-decoration: none;
}
  
a:hover.support {
	background-position: -226px 0;
}

a.support_selected {
	display: block;
	width: 226px;
	height: 42px;
	background: url(/images/support_link_selected.png) 0 0 no-repeat;
	text-decoration: none;
}

.iphone_3g {
	margin: 30px 0 0 150px;
	background: url(/images/iphone_3g.png) 0 0 no-repeat;
	padding: 90px 0 0 27px;
	width: 292px;
	height: 623px;
}

.tagline {
	width: 540px;
	text-align: center;
	margin: 25px 0 25px 30px;
}

.app_store_badge {
	float: left;
	visibility: visible;
	display: block;
	padding: 40px 0 0 20px;
	
}

.app_store_badge_in_content {
	float: left;
	visibility: visible;
	display: block;
	padding: 40px 0 0 25px;
	
}


#footer {
	width: 600px;
	clear: both;
	font-size: 14px;
	margin: 0;
	padding: 50px 0 20px 200px;
	color: #AAA;
}

#footer a {
	color: #888;
	text-decoration: none;
}