body{
	font:14px/20px arial, sans-serif;
	margin:0;
	height:100%;	
	padding:0;
	background:url(images/bg1.png) repeat-x 0 0;
}
#pagewidth{
	width:995px;
	height:875px;
	position:relative;
	margin:0 auto;
	padding: 0;	
	background:url(images/backlines.png) no-repeat;
}
#header{
	position:absolute;
	left:25px;
	top:47px;
	width:630px;
	height:385px;
}
 #header  img{
	float:left;
	padding: 0 0 0 10px;
	top:44px;
	width:242px;
	height:80px;	
}
#header .scissor {
	position:absolute;
	top:330px;
	right:0;
	width:45px;
	height:37px;
	margin-left:-12px;
	padding:0;
	left:0px;
	float:left;
}
#header p{
	 color:#ffffff;
	 position:absolute;
	 top:147px;
	 float:left;
	 left:10px;
	 width:440px;	
 }
 #header p span{
	color:#d22d4f;
  }

 #header  .appstore{
	float:left;
	position:relative;
	top:145px;
	width:438px;
	height:94px;
	left:10px;
}
form{
	 margin:0;
	 padding:0;
  }
#mobile{
	position:absolute;
	left:655px;
	top:52px;
	width:332px;
	height:821px;
	background:transparent url(images/mobile.png) no-repeat;
}
#slider {
	margin-top: 78px;
	margin-left: 43px;
	height: 319px;
	width:211px;
	z-index:0;
}
#signup{
    position:relative;
    float:left;
	width:309px;
	background:url(images/mobile_shadow.png) no-repeat;
	padding:0;
	top:100px;
	left:0px;
	height:317px;	
  }
#signup img{
	position:relative;
	margin:0;
	padding:0;
	top:85px;
	left:22px;
	width:210px;
	height:25px;
}
#signup input{
  margin:32px 0 0 23px;
}
#signup p{
	text-align:left;
	padding:94px  40px 0 22px;
	margin:0;
	float:left;
	left:0;
	width:251px;
	font-size:11px;
	line-height:14px;	
  }
#top{
	position:absolute;
	left:7px;
	top:464px;
	width:600px;
	height:175px;
	margin-left:30px;
	overflow:hidden;
}
#left{
	left:252px;
	top:468px;
	width:285px;
	margin:0;
	float:left;
	height:100%;
}
.heading{
 	position:absolute;
	color:#ffffff;
	font-size:13px;
	font-family:arial;
	top:0px;
	padding:0px 0 5px 0;
	margin:7px 0 0 5px;
	text-align:left;	
 }
  .text{
  margin:2px 0 63px 0;
  width:280px;
  padding:0;
  font-weight:normal;
  font-size:11px;
  line-height:14px;
  }
#right{
	margin-right:7px;
	top:468px;
	float:right;
	height:100%;
	width:285px;
	margin-left:0;
}
#bottom{
	position:absolute;
	left:7px;
	top:635px;
	width:600px;
	height:175px;
	margin-left:30px;
	overflow:hidden;
}
#bottom .left{
  float:left;
  width:285px;
  height:100%;
  }
 #bottom .right{
  margin-right:7px;
  float:right;
  width:285px;
  height:100%; 
  }
/* footer css */ 
#footer{
	clear:both;
	position:absolute;
	left:7px;
	top:796px;
	width:630px;
	height:79px;
	color:#ffffff;
}
#footer div{
	clear:both;
	margin:0;
	padding:0;	
}
#footer a{color:#fff;}
#footer ul {
	display:inline;
	list-style:none;
	font-family:Arial, Georgia, "Times New Roman", Times, serif;
	padding: 0;	
}
#footer ul li{
	float:left;
	margin:10px 0 5px 0;	
	padding:0;
}
#footer ul li a{
	font-family:Arial, Georgia, "Times New Roman", Times, serif;
	padding:0 5px 0 5px;
	text-decoration:none;
	margin:0;
	font-size:12px;
}
#footer .firstlink{
	padding:0 5px 0 20px;
}

/* Easy Slider */
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	height:326px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	
	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}	
/* // Easy Slider */