html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font: 14px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	line-height: 150%;
	text-align: center;
	background-color: #FFFFFF;
	background: url("../images/body_bkg.png") repeat-x top left;
	color: #444444;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

img {
	margin: 0px;
	border:0px none;
	padding:0px;
}

#container {
	text-align: left;
	width: 1000px;
	/*height: auto;*/
	margin: 0 auto;
}

#header{
	height: 300px;	
	margin: 13px 38px 0px 41px;
}

#logo {
	float:left;
}

#logo #subtitle
{
	text-align: center;
	color: #c1c1c1;
	margin-top:-20px;
	padding:0;
	font-size: 13px;
	font-family: "Helvetica", "Arial", "Verdana", Arial, sanf-serif;
	
}

#navbar{
	float:right;
}

#navbar ul{
	display: table;
	padding: 0px;
	margin: -53px 0 0 17px;
	table-layout: fixed;
	width:133px;
	list-style-type: none;
}

#navbar ul li{
	display: table-cell;
	text-align: left;
	width:82px;
	text-align: center;
}

#navbar ul li a{
	color: #4c4c4c;
	text-decoration: none;
	text-transform: lowercase;
		
}

#navbar ul li a:hover{
	color: #010101;
}

#navbar ul li.current a{
	color:#2298e3;
}



#content{
	margin: -162px 38px 0px 41px;	
}

#grid{
	float: left;
	margin-left: 15px;
	background: url("../images/grid.png") no-repeat;
	width: 264px;
	height: 142px;
	line-height: 100%
}

#grid .icon{
	margin: 17px 0 0 23px;
	border: 0px;
	display: block;
	float:left;
}

#grid .icon .icon_name{
	color: white;
	font-family: Helvetica, Arial, Verdana;
	margin: 0;
	padding: 5px 0 0 8px;
	text-align: center;
}

#grid  .icon a{
	color: white;
	text-decoration: none;
}

#iPhone{
	margin-top:20px;
	float:left;
	position:relative;
	clear:left;
}

#iPhone_top{
	position: absolute;
	left: 0px;
	top:0px;
}

#iPhone_left{
	position:absolute;
	left:0px;
	top: 82px;
}

#iPhone_center{
	position: absolute;
	left: 40px;
	top: 82px;
	width:220px;
}

#iPhone_right{
	position: absolute;
	left: 260px;
	top: 82px;
}

#iPhone_bottom{
	position: absolute;
	left: 40px;
	top: 413px;
	width:220px;
}

#page{
	float:right;
	margin-top:-1px;
	position: relative;
}

#page_left{
	position: absolute;
	top:0;
	right:568px;
}

#page_center{
	position: absolute;
	top:0;
	right: 40px;
	width: 528px;
	background: url("../images/main_bkg2.png") repeat-x top left;
	height:100%;
}

#page_content{
	padding: 50px 20px 0 20px;
}

#page_content a{
	color: #2298e3;
}

#page_content #app_icon{
	float:left;
	margin-right: 20px;
}

#page_content #app_description{
	clear: both;
	padding-top: 30px;
	padding-left: 2px;
}

#page_content h3.appstore{
	font-size: 0.9em;
	font-weight: normal;
}


#footer{
    clear: both;
	height: 141px;
	font-size: 0.8em;
	width: 100%;
	background: url("../images/footer_bkg.png") repeat-x top left;
}

#footer #footer_content{
	padding-top: 110px;
}

.slider {
	margin: 0px;
	padding: 0px;
}

.slider li{
	margin: 0px;
	padding: 0px;
}



