html {
	background: #f5f5f5 url(img/bg.jpg) repeat-x center top;
	text-align: left;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	color: #333333;
}

h1 {
	text-align: center;
	display: block;
	width: 876px;
	height: 41px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -3000px;
	background-image: url(img/h1.png);
}

h2 {
	color: black;
	margin: 0;
	padding: 0 0 4px;
	font-size: 2.3em;
	font-weight: normal;
	line-height: 1.1em;
}

h3 {
	color: black;
	margin: 0;
	padding: 0 0 4px;
	margin-bottom: 0.3em;
	font-size: 16px;
	line-height: 1.4;
	clear: both;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
}

p, ul{
	color: #3f3f3f;
	margin: 0 0 1em;
	padding-bottom: 10px;
	padding: 0;
	font-size: 11px;
}

a {
	color: #d2342f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.list {
	list-style-image: none;
	list-style-type: square;
	list-style-position: outside;
	color: #3f3f3f;
	margin: 5px;
	padding-left: 20px;
}

.top {
	display: block;
	width: 923px;
	height: 9px;
	margin-right: auto;
	margin-left: auto;
	background: url(img/page_bg_up.png) no-repeat center top;
}

.bottom {
	display: block;
	width: 923px;
	height: 11px;
	margin-right: auto;
	margin-left: auto;
	background: url(img/page_bg_down.png) no-repeat center top;	
}

#page {
	display: block;
	width: 923px;
	margin-right: auto;
	margin-left: auto;
	background: url(img/page_bg_pattern.png) repeat-y;
}

.col {
	margin-left: 30px;
}

.colImg {
	width: 500px;
	height: 527px;
	/*height: 970px;*/
	margin-right: 2px;
	background: url(img/iphones.jpg) no-repeat right top;
}

.iPhone_01 {
	background: url(img/app_lay.png) no-repeat 28px bottom;
}

.appStoreBadge {
	position: relative;
	right: -10px;
	top: 0px;
	display: inline-block;
	z-index: 1;
}

.btnRed {
	background: url(img/btn_red.jpg) no-repeat right top;
	height: 25px;
	display: inline-block;
	padding-right: 13px;
	color: white;
	text-decoration: none;
	text-shadow: #d4000c 1px 1px 1px;
	float: right;
	font-weight: bold;
	line-height: 23px;
	font-size: 10px;
	text-indent: -3000px;
	width: 142px;
}

.btnRed:hover {
	background: url(img/btn_red.jpg) no-repeat right -25px;
}

.btnRed:active {
	background: url(img/btn_red.jpg) no-repeat right bottom;
	line-height: 25px;
	text-shadow: #a3060b -1px -1px 1px;
	color: #fde1e1;
}

.btnBackToSite {
	background: url(img/btnBackToSite.jpg) no-repeat right top;
	height: 25px;
	display: inline-block;
	padding-right: 13px;
	color: white;
	text-decoration: none;
	text-shadow: #d4000c 1px 1px 1px;
	float: left;
	font-weight: bold;
	line-height: 23px;
	font-size: 10px;
	text-indent: -3000px;
	width: 222px;
	margin-left: 7px;
}

.btnBackToSite:hover {
	background: url(img/btnBackToSite.jpg) no-repeat right -25px;
}

.btnBackToSite:active {
	background: url(img/btnBackToSite.jpg) no-repeat right bottom;
	line-height: 25px;
	text-shadow: #a3060b -1px -1px 1px;
	color: #fde1e1;
}

.lightview {
	height: 167px;
	display: block;
	color: white;
	width: 107px;
}

.features {
	display: block;
	padding-bottom: 15px;
}

.features div {
	margin-right: 15px;

}

.features p {
	margin-left: 56px;
}

.features h3 {
	margin-left: 56px;
}

.latest {
	background: url(img/icon_latest.jpg) no-repeat left top;
	display: block;
}

.top10 {
	background: url(img/icon_top10.jpg) no-repeat left top;
	display: block;
}

.showcase {
	background: url(img/icon_showcase.jpg) no-repeat left top;
	display: block;
}

.search {
	background: url(img/icon_search.jpg) no-repeat left top;
	display: block;
}