body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin: 0 0 0 0;
	background: white;
}

#page {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.blurb
{
	width: 600px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: -0.80pt;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #959595;
	text-align: left;
}

.blurb a
{
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.blurb a.cyan {
	background-color: #00AEEF;
	color: white !important;
}

.blurb a.magenta
{
	background-color:#ED008C;
	color: white !important;
}

.blurb a.yellow
{
	background-color:#E3D200;
	color: white !important;
}

.blurb a.green
{
	background-color:#76B88F;	
	color: white !important;
}

.welc
{
	color: #646464;
}

.thanks
{
	display: block;
	text-align: right;
	width: 100%;
	color: #646464;
}

#footer
{
	width: 100%;
	border-top: 1px solid #939393;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;

	position: relative;
	bottom: 0px;	
	
	font-size: 12px;
	font-weight: bold;
	color: #939393;
}

#header
{
	height: 75px;
	color: #646464;
	margin-top: 0px;
	margin-left: 0px;
}

#header h1
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 20px;
	padding-top: 12px;
	margin-left: 20px;
	margin-right: auto;
	width: 390px;
	display: inline-block;
}

#header h2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 14px;
}

#header h2.right {
	display: inline-block;
	width: 280px;
	text-align: right;
	font-size: 10px;
}

#header h2.subtitle
{
	border-top: 1px solid #939393;
	color: #939393;
	display: block;
	width: 100%;
	padding-left: 20px;
	letter-spacing: 1px;
}


#navi
{
	width: 100%;
	font-size: 22px;
	padding-left: 20px;
	height: 40px;
}

#navi a {
	text-decoration: none;
	color: #939393;
}

#navi a:hover {
	text-decoration: none;
	color: #646464;
}

#navi a.selected {
	color: #008800;
}

#navi a.selected:hover {
	cursor:default;
}


#navi br
{
	clear: both;
}

#main
{
	width: 700px;
	height: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: white;
	padding: 0 0 0 0;
	font-size: 14px;
	line-height: 2em;
}

#main ul
{
	display: block;
	list-style: square;
	margin: 0 0 0 50px;
	padding: 0 0 0 0;	
}

#main li
{
	color: #585858;
}

#main a
{
	color: #939393;
	text-decoration: none;
}

#main a:hover
{
	color: #646464;
}

/* Colors */

.red {
	color: #008800;
}

/* Devices */

#ipad {
	width: 388px;
	height: 288px;
	background-image: url(../images/ipad.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 17px;
	margin-left: 0px;
	margin-top: 0px;
	display: inline-block;
	vertical-align: top;
}

#ipad div {
	position: relative;
	top: 0px;
	left: 0px;
	width: 339px;
	height: 254px;
	display: inline-block;
}

#iphone {
	width: 235px;
	height: 360px;
	background-image: url(../images/iphone.png);
	background-repeat: no-repeat;
	padding-left: 17px;
	padding-top: 29px;
	margin-left: 0px;
	margin-top: 0px;
	display: inline-block;
	vertical-align: top;
}

#androidphone {
	width: 235px;
	height: 360px;
	background-image: url(../images/android-phone.png);
	background-repeat: no-repeat;
	padding-left: 17px;
	padding-top: 29px;
	margin-left: 0px;
	margin-top: 0px;
	display: inline-block;
	vertical-align: top;
}

#drilbu {
	width: 235px;
	height: 360px;
	background-image: url(../images/drilbu.png);
	background-repeat: no-repeat;
	padding-left: 17px;
	padding-top: 29px;
	margin-left: 0px;
	margin-top: 0px;
	display: inline-block;
	vertical-align: top;
}

#iphone .blank,
#androidphone .blank {
	color: white;
	text-align: center;
	font-size: 80px;
	line-height: 1em;
	margin-top: 30px;
	text-shadow: black 0px 1px 0px;
}

#iphone div,
#androidphone div {
	position: relative;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 300px;
	display: inline-block;
}


#description {
	padding-left: 3px;
	width: 250px;
	display: inline-block;
	text-align:justify;
}

#description-iphone {
	padding-left: 3px;
	width: 400px;
	display: inline-block;
	text-align:justify;
}

#description .title,
#description-iphone .title {
	color: #008800;
	font-size: 18px;
	width: 100%;
	text-align:center;
}

#others :hover {
	cursor:pointer;
}

#description .content,
#description-iphone .content {
	color: #646464;
}

.link {
	margin-top: 20px;
	text-align:center;
	width: 100%;
}

.appstore {
	width: 160px;
	height: 61px;
	display: inline-block;
	background-image: url(../images/appstore.png);
	background-repeat: no-repeat;
}

.appstore-android {
	width: 133px;
	height: 180px;
	display: inline-block;
	background-image: url(../images/androstore.png);
	background-repeat: no-repeat;
}

a:hover .appstore {
	background-image: url(../images/appstore.png);
	background-color: white !important;
}

#email-link {
	font-size: 16px;
	display: block;
	width: 100%;
	text-align: center;
	color: #008800 !important;
}

/*
D4D8F3
B6B9CC
B5AB76
999D78
 */


