/* Main CSS Start */
* {
	padding: 0;
	margin: 0;
}
html {
	background: url(/images/html_bg.gif) repeat-x;
}
body {
	background: url(/images/body_bg.jpg) no-repeat center top;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #999999;
}
#wrapper {
	width: 929px;
	margin: 0 auto;
}
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}
.green_font {
	color: #C9FB00;
}
/* Main CSS End */


/* Header CSS Start */
#header {
	height: 129px;
	padding: 25px 0 0 67px;
}
#header ul {
	float: right;
	list-style: none;
}
#header ul li {
	float: left;
	margin-left: 32px; 
}
#header ul li a {
	color: #663399;
	font: normal 18px "Trebuchet MS", Tahoma, Sans-serif;
	text-decoration: none;
}
#header ul li a:hover, #header a.active {
	color: #C9DB15;
}
.logo {
	float: left;
	margin-top: 4px;
}
.plans {
	width: 600px;
	float: right;
	text-align: left;
	color: #fff;
	font-size: 32px;
	position: relative;
	margin-top: 19px;
	overflow:hidden;
	height:70px;
}
.plans sub {
	position: absolute;
	top: 15px;
	font-size: 18px;
}
.plans span {
	color: #cddd37;
	font-size: 19px;
}
/* Header CSS End */


/* Content CSS Start */
#content {
	padding-bottom: 32px;
	
}
#iPhone {
	width: 237px;
	height: 364px;
	background: url(/images/iPhone.jpg) no-repeat;
	margin-top: 79px;
	padding: 159px 0 0 40px;
	float: left;
}
#iPhone h3 {
	color: #663399;
	font: bold 14px "Trebuchet MS";
	
}
#iPhone p {
	width: 200px;
	color: #333333;
	font: bold 14px "Trebuchet MS";
	margin-bottom: 20px;
}
#right_col {
	width: 640px;
	float: right;
	margin-top: 10px;
}
.flash_box {
	border: #666666 1px solid;
	background-color: #000;
	width: 612px;
	height: 420px;
	float: right;
	
	
}
#keyword {
	padding: 30px 0 0 40px;
	
}
#keyword span {
	display: block;
	width: 216px;
	height: 26px;
	background: url(/images/keyword_filed_bg.gif) no-repeat;
	float: left;
	text-align: center;
	margin-right: 11px;
	padding-top: 3px
}
#keyword input {
	float: left;
	border: 0;
	background: none; 
}
#goButton {
	display: block;
	  width: 30px;
	  height: 30px;
	  background: url("/images/go-check.gif") no-repeat 0 0;
	  float:left;
}

#goButton:hover {
	background-position: 0 -30px;
}
#goButton span
{
  display: none;
}

#keyword input.keyword_field {
	padding: 2px;
	width: 230px;
	margin-left: 4px;
	color:#666666;
	font-family:"Trebuchet MS",Tahoma,Sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
        line-height:normal;
	
}
#keyword label {
	float: left;
	font: normal 30px "Trebuchet MS";
	color: #FFF;
	padding-right: 20px;
	margin-top:-5px;
}
.logo_box {
	width: 614px;
	height: 61px;
	background: url(/images/logo_container_bg.gif) no-repeat;
	float: right;
	margin-top: 58px;
	text-align: center;
	padding-top: 0px;
}
#charges {
	float: right;
	padding: 5px;
	font size: 12px;
	color: #000000;
	background-color: #FFFFFF;	
}
/* Content CSS End */


/* Footer CSS Start */

#footer {
	height: 160px;
	background: url(/images/footer_center.gif) repeat-x;
}
#footer .footer_left {
	display: block;
	height: 160px;
	width: 9px;
	background: url(/images/footer_left.gif) no-repeat;
	float: left;
}
#footer .footer_right {
	display: block;
	height: 160px;
	width: 9px;
	background: url(/images/footer_right.gif) no-repeat;
	float: right;
}
.inner_footer_left {
	width: 470px;
	float: left;
	padding: 30px 30px 0 30px;
}
.inner_footer_left ul {
	list-style: none;
	border-right: #613c7d 1px solid;
	height: 100px;
	float: left;
	margin-right: 30px;
}
.inner_footer_left ul li {
	margin-bottom: 3px;
	padding-right: 30px;
}
.inner_footer_left ul li a {
	font: normal 16px "Trebuchet MS", tahoma, sans-serif;
	color: #fff;
	text-decoration: none;
}
.inner_footer_left ul li a:hover, .inner_footer_left ul li a.active {
	color: #C9FB00;
}
.inner_footer_right {
	width: 300px;
	padding: 30px 30px 0 30px;
	float: right;
	font: normal 16px "Trebuchet MS";
	color: #fff;
	text-align: right;
}
.contact_title {
	font-size: 20px;
}
.copyright {
	color: #C9FB00;
	font-size: 12px;
}

#pane3{
	background:#FFFFFF none repeat scroll 0 0;
	width: 210px;
	height: 197px;
	margin-top:28px;
}

/*portfolio*/
ul#portfolio li img {


}
ul#portfolio{
float:left;
list-style-image:none;
list-style-position:inside;
list-style-type:none;
}
#share{
display:block;
height:28px;
left:34px;
position:relative;
top:10px;
width:130px;
cursor: pointer;
}

/* JScroll css*/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

.testimonial {
	color:#cbdb2a;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	
	overflow:hidden;
	text-align:left;
	text-decoration:none;
	padding-top:0px;
	margin-top:12px;
	padding-bottom:29px;
	margin-left:28px;
	margin-top:376px;

}
.plansbelow {
	color:#FFFFFF;
	float:left;
	font-family:"Trebuchet MS";
	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin-right:0px;
	margin-top:0px;
	overflow:hidden;
	margin-left:200px;
	padding-bottom:12px;
	margin-bottom:12px;
	/*padding-left:20px;*/
	
}
.plansbelow a {
	text-decoration: none;
	color:#FFFFFF;
}
.plansbelow a:hover, .plansbelow a.active {
	color: #C9DB15;
}