/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear { clear: both; }

body {
	margin: 0 auto;
	background-position: center top;
	background: url(../webImages/bg_infobar.gif) #252525 repeat-x;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	text-shadow: black 0px 1px 0px;
}

#wrapper {
	margin: 0 auto;
	margin-top: 10px;
	width: 1000px;
}

#left {
	background: url(../webImages/phone.png);
	width: 410px;
	height: 740px;
	float: left;
}

#right {
	margin-left: 10px;
	float: right;
	width: 541px;
}


h1 {
	margin-top:25px;
	text-indent: -5000px;
	background: url(../webImages/logo.png);
	width: 334px;
	height: 72px;
	display: block;
}

h2,p {
	margin-top: 30px;
	color: #dedddb;
	font-size: 18px;
	line-height: 24px;
}

#download {
	margin-top: 40px;
	margin-left:40px;
	display: block;
	text-indent: -5000px;
	background: url(../webImages/download.png);
	width: 327px;
	height: 78px;
}

#download:hover {
	background: url(../webImages/download_hover.png);
}

ul {
    list-style: none outside none;
}
.list-1 {
    padding: 20px 0px 0;
}

.list-1 li  {
	 display: block;
   
    background: url("../webImages/hintbullet.png") no-repeat scroll 0 3px transparent;
    color: white;
    display: inline-block;
    width:514px;
    font-size: 16px;

    line-height: 20px;
    padding: 8px 200px 10px 28px;
}