/* Zedplan Mobile Css */

body{
	background:url(/images/body-bg.jpg) no-repeat #151b21;
	margin:0;
	padding:0;
	font-family:Arial, Verdana;
	font-size:12px;
	color:#999;
	}
	
h1, h2, h3, h4, p, form{
	margin:0;
	padding:0;
	}
	
img {
	border:none;
	margin:0;
	}
	
/* Links */
a {
	outline-style:none;
	text-decoration:none;
	color:#666;
	}
	
/* Wrapper */
#wrapper {
	width:850px;
	height:auto;
	margin:0 auto;
	padding:0;
	}
	
#logo {
	width:653px;
	height:99px;
	margin:25px auto 15px auto;
	background:url(/images/logo.png);
	}
	
#logo a{
	display:block;
	width:653px;
	height:99px;
	text-indent:-9999px;
	}
	
/* Icons */
.icons {
	clear:both;
	width:auto;
	height:auto;
	overflow:auto;
	text-align:center;
	margin:20px 0 20px 0;
	padding:0;
	}
	
.icons ul{
	list-style:none;
	margin:0 auto;
	padding:0;
	}
	
.icons ul li{
	width:auto;
	height:auto;
	margin:0 53px; 
	float:left;
	}
	
.icons ul li img{
	margin:0 0 10px 0;
	}
	
.icons ul li h2{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	}
	
/* Device */
.device {
	width:238px;
	height:289px;
	margin:0 15px;
	padding:30px 4px 10px 4px;
	float:left;
	background:url(/images/device-bg.jpg) no-repeat;
	}
	
.device .title{
	width:218px;
	height:auto;
	background:url(/images/device-title-bg.jpg) repeat-x bottom #dbdbdb;
	margin:0;
	padding:0 10px 14px 10px;
	color:#333;
	font-weight:bold;
	font-size:14px;
	}
	
.device .content{
	width:218px;
	height:248px;
	overflow:auto;
	background:url(/images/device-content-bg.jpg);
	margin:0;
	padding:0 10px 10px 10px;
	color:#666;
	line-height:20px;
	font-weight:bold;
	}

.device .content .remark{
        color:white;
        }


/* Features */
#features {
	width:auto;
	height:auto;
	margin:20px auto 0 auto;
	padding:20px 0 0 0;
	text-align:center;
	background:url(/images/features-bg.jpg) repeat-x top;
	}
	
#features ul{
	list-style:none;
	margin:25px auto 0 auto;
	padding:0;
	}
	
#features ul li{
	width:auto;
	height:auto;
	margin:0 32px;  
	float:left;
	}
	
#features ul li img{
	margin:0 0 10px 0;
	}
	
#features ul li h2{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	}
	
/* Footer */
#footer {
	width:auto;
	height:auto;
	margin:60px 0;
	font-size:18px;
	color:#333;
	padding:0 0 30px 0;
	}
	
#footer a{
	font-size:18px;
	color:#369;
	font-weight:bold;
	}
	
#footer a:hover{
	color:#69c;
	}
	
#footer span{
	font-size:12px;
	font-weight:bold;
	color:#999;
	text-align:right;
	line-height:22px;
	}
	
/* Extra */
.center {
	text-align:center;
	}
	
.clear {
	clear:both;
	}
	
.left {
	float:left;
	}
	
.right {
	float:right;
	}

