@CHARSET "UTF-8";

/* tags common */
/**********************************************************************************/

body,form,h1,h2,h3,h4,h5,ul,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana;
	font-size: 12px;
	position: relative;
	background: transparent url(../images/repeater.jpg) -40px 0 repeat-y;
}
a {
	color: #006;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #036;
	text-decoration: none;
}
a:visited {
	color: #009;
}
a img {
	border: 0;
}
p {
	margin: 0;
	padding: 10px 0;
}

/* classes common */
/**********************************************************************************/

.clearfix {
	_height: 100%;
}
.clearfix:after {
	display: block;
	margin-top: -1px;
	height: 1px;
	content: "";
	clear: both;
}
.hidden {
	display: none;
}
.appstore {
	display: block;
	text-indent: -9999px;
	width: 111px;
	height: 39px;
	background: transparent url(../images/marketing_badge.png) 0 0 no-repeat;
}


/* layouts */
/**********************************************************************************/

#container {
	margin-left: 100px;
}


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

#header {
	width: 850px;
	margin-bottom: 10px;
}
#header h1 {
	display: block;
	float: left;
	width: 230px;
	height: 53px;
	background: transparent url(../images/logo.gif) left top no-repeat;
	text-indent: -9999px;
}
#header .menu {
	display: block;
	float: right;
	width: 500px;
	padding-top: 35px;
	text-align: right;
}
#header .menu li {
	list-style: none;
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #ccc;
}
#header .menu .last-item {
	border-right: 0;
}
#header .menu li a {
	text-decoration: none;
	color: #eee;
	font-weight: normal;
	font-size: 90%;
}
#header .menu li a:hover {
	text-decoration: underline;
}

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

#content {
	width: 850px;
	background-color: #fff;
	padding: 3px;
	padding-bottom: 0;
	margin-bottom: 5px;
}
#app-info {
	float: left;
	width: 200px;
	padding-top: 490px;
	background: transparent url(../images/product.jpg) left top no-repeat;
	font-size: 90%;
	margin-bottom: 50px;
}
#app-info table th {
	font-weight: normal;
	text-align: right;
}
#app-info table th,
#app-info table td {
	vertical-align: top;
	padding-bottom: 5px;
}
#app-detail {
	float: right;
	width: 630px;
	padding-right: 15px;
	margin-bottom: 50px;
}
#app-detail h2 {
	height: 80px;
	background: transparent url(../images/catchcopy.jpg) 0 0 no-repeat;
	text-indent: -9999px;
}
#app-detail .box {
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding: 5px;
	line-height: 180%;
}
#app-detail .body {
	margin: 0;
	padding: 10px 0;
}
#app-detail .body h3 {
	height: 44px;
	text-indent: -9999px;
}
#app-about h3 {
	background: transparent url(../images/header_about.gif) left top no-repeat;
}
#app-about .body {
	padding-left: 20px;
	padding-right: 10px;
}
#app-howto h3 {
	background: transparent url(../images/header_howto.gif) left top no-repeat;
}
#app-howto .body {
	height: 350px;
	background: transparent url(../images/howto.jpg) center top no-repeat;
}
#app-howto .body ul {
	display: none;
}


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

#footer {
	clear: both;
	padding: 0 10px;
}
#footer ul {
	display: block;
	background-color: #0b3e0f;
	line-height: 260%;
	text-align: center;
}
#footer ul li {
	list-style: none;
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #ccc;
}
#footer ul .last-item {
	border-right: 0;
}
#footer ul li a {	
	text-decoration: none;
	color: #eee;
	font-weight: normal;
	font-size: 90%;
}
#footer ul li a:hover {
	text-decoration: underline;
}

#copyright {
	text-align: center;
}
#copyright address {
	color: #fff;
	text-indent: -120px;
	font-style: normal;
}
