/*
- Copyright (c) 2009, Koombea, Inc All rights reserved.
- Version: 1.0       


----- Table of Contents -----
 
 	1. General Classes
	2. Body
	4. Header
	5. Content
	6. Footer

 -------------------------------
 */


/* General Classes
 ============================================================ */
* {
  margin: 0;
  padding:  0;
}
.clear { 
  display:inline-block; 
}
/* Hides from IE-mac \*/
* html .clearfix {
  height:1%; 
}
.clear { 
  display:block; 
}
img {
	border:medium none;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}

h1{
	color:#fff;
	font-size:25px;
	margin-bottom:10px;
}

h2 {
	margin-top:30px;
	color:#fff;
	font-size:19px;
}

/* Body
 ============================================================ */
 body{
 	background:#FFFFFF;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
    background: url(../images/repeat.jpg) #fff top left repeat;
 }
  /* wrapper
 ============================================================ */
 #wrapper{
	width:900px;
	margin: 0 auto;
	background:transparent url(../images/light.jpg) no-repeat scroll right top;
}
 
  /* Header
 ============================================================ */
 #header{
	padding-top:20px;
	height:97px;
}

#tabs {
	display:block;
  	float:right;
  	line-height:normal;
  	margin-top:20px;
}

#tabs ul {
  	list-style-type:none;
	color:#fff;
}
#tabs li{
  	float:left;
	font-size:12px;
	color:#fff;
  	margin-left:8px;
  	_margin-left:10px;
  	_width: 80px; 
}

#tabs .get_supp {
  	background:transparent url(../images/bg_get.jpg) no-repeat scroll right top;
	color:#fff;
  	_width: 80px;
	padding:4px 13px 6px;

}

#tabs li a{
	color:#fff;
	font-size:12px;
	text-decoration:none;
	padding-left:14px;
	padding-top:4px;
}

.logo{
	float:left;
}

 
 /* Content
 ============================================================ */
  #content{
	background:transparent url(../images/image_phones.jpg) no-repeat scroll left top;
	width:100%;
	height:480px;
	float:left;
 }
 .rigth_content{
	float:right;
	width:465px;
	font-size:13px
	color:#fff;
}
#content p{
	color:#A9A9A9;
	font-size:14px;
	line-height:23px;
}
#content img{
	float:left;
	margin-right:7px;
	margin-top:3px;
}

.btn_appstore{
	margin-top:20px;
}

#content ul{
	list-style-type:none;
	margin-top:10px;
}
#content li{
	margin-bottom:5px;
}
.content_down{
	width:100%;
	float:left;
}
.content_down p{
	color:#A9A9A9;
	font-size:14px;
	line-height:23px;
}
.content_down a{
	color:#45A9E5;
}
.p_left{
	float:left;
	width:390px;
}
.p_right{
	float:right;
	width:465px;
}
  /* Footer
 ============================================================ */
 #footer{
	margin-top:60px;
	height:80px;
	font-size:11px;
	color:#fff;
	float:left;
	
 }
.footer_content{
	width:900px;
	margin-bottom:30px;
	margin:0 auto;
	text-align:center;
}

#footer .footer_content img{
	margin-bottom:15px;
}
#footer a{
	color:#fff;
}

