

/****** huck ******/

.clearfix {
	_height: 100%;
}
.clearfix:after {
	display: block;
	margin-top: -1px;
	height: 1px;
	content: "";
	clear: both;
}



/****** base ******/

body {
	padding: 0;
	margin: 0;
	font-family: Verdana;
	color: #fff;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

/****** header ******/

#header {
	width: 100%;
	height: 110px;
	background: transparent url(../images/header.gif) no-repeat 0 0;
}
#header h1 {
	display: none;
}
#header p {
	display: none;
}
#header ul {
	margin: 0;
	padding: 0;
	padding-top: 26px;
	display: block;
	width: 330px;
	float: right;
}
#header ul li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 113px;
	height: 24px;
	float: left;
	margin-left: 10px;
}
#header ul li a {
	display: block;
	width: 113px;
	height: 24px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#header ul li a:hover {
	background-position: 0 -24px;
}
#header ul .appstore a {
	background-image: url(../images/btn_appstore.gif);
}
#header ul .contact a {
	background-image: url(../images/btn_contact.gif);
}


/****** content ******/

#content {
	background-color: #c5587f;
	color: #333;
	padding: 20px 80px;
}

#content #person {
	width: 306px;
	height: 498px;
	float: left;
	background: #fff url(../images/prof.jpg) no-repeat 3px 44px;
	margin-bottom: 10px;
}
#content #person h2 {
	display: none;
}
#content #person p {
	font-size: 12px;
	margin: 0;
	padding: 5px;
}

#content #spec {
	width: 286px;
	height: 70px;
	float: left;
	background-color: #fccbdd;
	padding: 10px;
}
#content #spec h2 {
	display: none;
}
#content #spec table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
#content #spec table th,
#content #spec table td {
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	padding: 1px;
}
#content #spec table th {
	width: 70px;
	text-align: right;
	vertical-align: top;
}

#content #howto {
	width: 500px;
	height: 578px;
	float: right;
	background-color: #fff;
	padding: 10px;
}
#content #howto h2 {
	padding: 0;
	margin: 0;
	background: #fff url(../images/howto_title.gif) no-repeat 0 0;
	text-indent: -9999px;
	width: 80px;
	height: 30px;
	float: left;
}
#content #howto .desc {
	padding: 0;
	margin: 0;
	width: 400px;
	height: 42px;
	float: right;
	font-size: 12px;
}
#content #howto .with-image {
	clear: both;
	background: #fff url(../images/howto.jpg) no-repeat center top;
	padding: 0;
	padding-top: 240px;
	margin: 0;
	margin-bottom: 20px;
	font-size: 12px;
}
#content .wrap {
	clear: both;
}
#content .wrap .video {
	width: 370px;
	height: 240px;
	background-color: #ccc;
	float: left;
	text-align: center;
}
#content .wrap .info {
	width: 120px;
	background: #fff url(../images/icon.png) no-repeat center top;
	padding-top: 125px;
	float: right;
}
#content .wrap .info .appstore {
	display: block;
	text-indent: -9999px;
	width: 111px;
	height: 39px;
	background: transparent url(../images/marketing_badge.png) 0 0 no-repeat;
	margin-left: auto;
	margin-right: auto;
}


/****** footer ******/

#footer {
	width: 100%;
	height: 55px;
	background: transparent url(../images/footer.gif) no-repeat 0 0;
	text-align: center;
	line-height: 240%;
}
#footer address {
	font-style: normal;
	font-size: 11px;
	color: #eee;
}