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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

body{
	padding: 0px;
	margin: 0px;
	background-color: #AEAEAE;	
	font-family: Helvetica;
	font-size: 17px;
	color: #2C2C2C;
	text-shadow: #FFFFFF 0px 1px;
}

h1{
	font-size: 30px;
	margin: 0px;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
}
h2{
	font-size:20px;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
}

a, a:active, a:link{
	font-style: normal;
	font-weight: normal;
	color: #2C2C2C;
	text-decoration: underline;
}
a:hover, a:active{
	color: #0C0C0C;
}


img.appicon{
	float: left;
}

/*******************
		THUMBS
*******************/
ul#thumbs{
	margin: 0 auto;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#thumbs li{
	float: left;
	margin: 5px;
}

ul#thumbs li a{
	text-indent: -9999px;
	display: block;
	width: 90px;
	height: 90px;
	background-position: 0px 0px;
}

ul#thumbs li a:hover{
	background-position: 0px 90px;
}

/* THUMBS */
ul#thumbs li a.thumb1{
	background-image: url(./images/thumb1.png);	
}
ul#thumbs li a.thumb2{
	background-image: url(./images/thumb2.png);	
}
ul#thumbs li a.thumb3{
	background-image: url(./images/thumb3.png);	
}
ul#thumbs li a.thumb4{
	background-image: url(./images/thumb4.png);	
}

/*******************
	CONTAINER/BG
*******************/
#container{
	width: 100%;
	height:  755px;
	background-image: url("images/bg_bottom.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}

/*******************
		MAIN
*******************/
#main {
	width:  800px;
	margin: 0 auto;
	position: relative;
	height:  800px;
}

/*******************
		LEFT
*******************/
#left {
	width: 380px;
	height: 622px;
	position: absolute;
	bottom: 100px;	/* FOOTER PLACE */
	left: 0px;
}

#iphone{
	background-image: url(./images/iphone.png);
	background-repeat: no-repeat;
	width: 302px;	/* 376 - padding left */
	height: 509px;	/* 622 - padding top */
	padding-left: 74px;
	padding-top: 113px;	
	position: relative;
	bottom: 0px;
	left: 0px;

}

/*******************
		RIGHT
*******************/
#right {
	width:  420px;
	position:  absolute;
	bottom: 100px;	/* FOOTER PLACE */
	right: 0px;
	min-height:  600px;
}


/*******************
		HEADER
*******************/
#header{
	height: 70px;
	width: 100%;
}

/*******************
		FOOTER
*******************/
#footer{
	text-align: center;
	position: absolute;
	bottom: 0px;
	height: 80px;
	width: 100%;
}

.small{
	font-size: 14px;
	color: #545454;
}

.smaller{
	font-size: 12px;
	color: #545454;
}

/*******************
		BADGE
*******************/
#badge{
	background-image: url(./images/badge_newdesign.png);
	width: 80px;
	height: 76px;
	position: absolute;
	right: 68px;
	top: 38px;
}

/*******************
	APP STORE
*******************/
a.appstore{
	background-image: url(./images/appstore.png);
	width: 266px;
	height: 120px;
	display: block;
	position: absolute;
	bottom: 50px;
	text-indent: -9999px;
}
