.appicon{
	
  padding-top:16px;
  
     /* padding-left:25px;*/
   
}

.apptitle{
    font-family:"Helvetica Neue" , "Trebuchet MS";
	font-size:17px;
    color:#58595D;
    font-weight:bold;
    padding-top:13px;
}

.appdesc{
    font-family:"Helvetica Neue" , "Trebuchet MS";
    font-size:13px;
    color:#58595D;
    font-weight:normal;
 
}

.otherlinks{
    font-family:"Helvetica Neue" , "Trebuchet MS";
    font-size:13px;
    color:#979797;
    font-weight:500;
    text-decoration:none;
	border:none;
	margin:0;
	outline:none;
}

.otherlinks:hover{
    
    color:#20b4e5;
    text-decoration:none;
}

.links{
	padding:35px 0px 0px 0px;
	color:#979797;
}
.buyImg{
	margin:0px -5px 0px 0px;
	padding:35px 0px 0px 0px;
	cursor:pointer;
	/*background-color:#FF3366;*/                                                                                                                                                                                                                                                         

}
.alignlinks{
    margin-right:103px;
    margin-top:-17px;
}

a:hover{
    color:#4c97b9;
}

.videoplay{
    width:1000px;
    height:495px;
    margin:0px auto;
    background-color:#ffffff;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-box-shadow:0px 2px 5px #888;
    -webkit-box-shadow: 0px 2px 5px #888;
    box-shadow: 0px 2px 5px  #888;
	
	
}

#vid{
	cursor:pointer;
}

.videoBackground{
	background-color:#111111;
 	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-box-shadow:0px 2px 5px #888;
    -webkit-box-shadow: 0px 2px 5px #888;
    box-shadow: 0px 2px 5px  #888;
}
.explore{
    background:url("../images/trybg.jpg") repeat-x;
    height:59px;
    width:1000px;
    margin:0px auto;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright:5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-box-shadow: 0px 2px 5px#888;
    -webkit-box-shadow: 0px 2px 5px #888;
    box-shadow: 0px 2px 5px#888;
	    
}

.blankexplore{
    height:59px;
    width:1000px;
    margin:0px auto;
    margin:-59px 0px 0px 0px;
	/*background:#CC9999;*/
	cursor:pointer;
}
.exploretxt1{
    font-family:"Lucida Grande", Tahoma;
    font-weight:normal;
    font-size:14px;
    color:white;
    padding:0px 0px 0px 40px;
    text-shadow: white ;
	
}

.exploretxt2 {
    font-family:"Lucida Grande", Tahoma;
    font-weight:normal;
    font-size:14px;
    color:white;
   /* margin:-17px 75px 0px 830px;*/
    text-shadow: white ;
	width:100px;
	text-decoration:none;
	border:none;
}

.exploreimg{
   /* background:url("../images/strip_arrow.png") no-repeat;*/
    height:33px;
    width:34px;
    padding:0px 0px 0px 13px;
	
    
}


#actionButtons {
	text-align:center;
	margin-top:30px;
}


/*
    root element for the scrollable.
    when scrolling occurs this element stays still.
*/
.scrollable {

    /* required settings */
    position:relative;
    overflow:hidden;
    width: 900px;
    height:120px;
    margin:0px 0px 0px 25px;
    /* custom decorations */
    background-color:#ffffff;
    
}


.scrollable .items {
    /* this cannot be too large */
    width:10000px;
    position:absolute;
    clear:both;
}

.items div {
    float:left;
    width:1000px;
}

/* single scrollable item */
.scrollable img {
    float:left;
    margin:20px 0px 20px 0px;
    background-color:#ffffff;
    border:none;
    /*padding:2px;*/
    width:226px;
    height:82px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	
}

/* active item */
.scrollable .active {
    border:2px solid #000;
    position:relative;
    cursor:default;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
    float:left; 
}

/* prev, next, prevPage and nextPage buttons */


.nextbrowseright{
 	background:url("../images/arrows_testimonials.png") no-repeat;
    display:block;
    width:30px;
    height:30px;
    float:left;
    margin:-75px 0px 0px 976px;
    cursor:pointer;
    /*font-size:1px;*/
    background-position: 0px -30px; 
}
/*a.nextbrowseright:hover    { background-position:-30px -30px; }
a.nextbrowseright:active  { background-position:-60px -30px; } */


.prevbrowseleft{
 	background:url("../images/arrows_testimonials.png") no-repeat;
    display:block;
    width:30px;
    height:30px;
    float:left;
    margin:44px 0px 0px -7px;
    cursor:pointer;
   /* font-size:1px;*/
    background-position: 3px 0px;  
}
/*a.prevbrowseleft:hover    { background-position:-30px 0px; }
a.prevbrowseleft:active { background-position:-60px 0px; }*/

/* disabled navigational button */
a.disabled {
    visibility:hidden !important;       
}   

.testimonials{
    width:968px;
    margin:0px auto;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright:5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-box-shadow: 0px 2px 5px#888;
    -webkit-box-shadow: 0px 2px 5px #888;
    box-shadow: 0px 2px 5px#888;
    background-color:white;
   
}


/* container for slides */
.images {

    position:relative;  
    height:480px;
    cursor:pointer;
    
    /* CSS3 tweaks for modern browsers */
    
}

/* single slide */
.images div {

    display:none;
    position:absolute;
    top:0;
    left:0;     
    height:426px;
    font-size:12px;
    margin:20px auto;
    
}


/* tabs (those little circles below slides) */
.slidetabs {
    clear:both;
	position:relative;
	left:122px;
   /* margin-left:412px;*/
    /*margin-top:12px;*/
	width:400px;
 
}

/* single tab */
.slidetabs a {
    width:20px;
    height:11px;
    float:left;
    background:url("../images/navigation.png") 0 0 no-repeat;
    display:block;
    font-size:1px;   
   /* margin-left:8px;*/
   margin-left:0px;
    margin-top:-5px; 
    
}

/* mouseover state */
.slidetabs a:hover {
    background-position:0 -11px;      
}

/* active state (current page state) */
.slidetabs a.current {
    background-position:0 -22px;     
}   


.disabled {
    visibility:hidden !important;       
}

.banner{
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright:5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-box-shadow: 0px 2px 5px #888;
    -webkit-box-shadow: 0px 2px 5px #888;
    box-shadow: 0px 2px 5px#888;
    background-color:white;
}


/* root element for tabs  */
.tabs { 
    margin:0 !important; 
    padding:0;
    float:left;
    list-style:none;
}

.tabs li{ 
    float:left;
}



.contenttabs{
    margin-top:0px;
    height:80px;
	width:1000px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-box-shadow: 0px 2px 5px #888;
    -webkit-box-shadow: 0px 2px 5px #888;
    box-shadow: 0px 2px 5px #888;
	/*background-color:#CC6666;*/

	
	
}

/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:1000px;
	height:auto !important;
	margin:0 !important; 
	padding:0;	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}



#flowtabs li a {
	/*background: url(../images/box_buttons_all.png) no-repeat;*/
	display:block;
	height: 80px;   
	width: 250px; 	
	padding:0px;
	margin:0px;
	border-color:#FFFFFF;
	border:none;

}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background:url(../images/BoxButtons/capture_inactive.png); }
#flowtabs #t2 			{ background:url(../images/BoxButtons/edit_inactive.png); }
#flowtabs #t3 			{ background:url(../images/BoxButtons/manage_inactive.png); }
#flowtabs #t4 			{ background:url(../images/BoxButtons/share_inactive.png) ; }
 
/* mouseover state */
#flowtabs a:hover 		{ color:#fff;	 }
#flowtabs #t1:hover 	{ background:url(../images/BoxButtons/capture_hover.png); }
#flowtabs #t2:hover 	{ background:url(../images/BoxButtons/edit_hover.png); }
#flowtabs #t3:hover 	{ background:url(../images/BoxButtons/manage_hover.png); }
#flowtabs #t4:hover 	{ background:url(../images/BoxButtons/share_hover.png); }

/* currently selected tabs */
#flowtabs a.current	  { cursor:default; color:#fff;  }
#flowtabs #t1.current { background:url(../images/BoxButtons/capture_active.png); }
#flowtabs #t2.current { background:url(../images/BoxButtons/edit_active.png);  }
#flowtabs #t3.current { background:url(../images/BoxButtons/manage_active.png);  }
#flowtabs #t4.current { background:url(../images/BoxButtons/share_active.png);  }




/* panes */
#flowpanes {
margin-top:-11px;
background-color:#ffffff;
height:auto;
/*background-color:#CC66FF;*/
}

/* single pane */

.flowpanesDiv{
	display:none;      
    height:auto;
    background-color:#fff;
    width:1000px;
    margin:-10px auto;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright:5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-box-shadow: 0px 2px 5px #888;
    -webkit-box-shadow: 0px 2px 5px #888;
    box-shadow: 0px 2px 5px #888;
	border:none;
	/*background-color:#6699CC;*/
}

.captureBackground{
	width:901px;
	height:682px;
	/*background:url(../images/background_capture.jpg) no-repeat;*/
	margin:0px 0px 0px 98px;
	border:none;
	/*background-color:#666633;*/
}

.captureHeadImg{
	margin:0px 0px 0px 0px;
	/*background-color:#666633;*/
	width:100px;
	padding:0px 0px 37px 0px;
}

.captureHeadText{
	font-family:"Lucida Grande", Tahoma;
	font-size:20px;
	color:#606060;
	font-weight:bold;
	margin:-80px 0px 0px 70px;
	/*background-color:#CC66CC;*/
	width:500px;
	padding:0px 0px 0px 0px;
}


.captureHeadIntroText{
	width:525px;
	height:120px;
	text-align:justify;
	font-family:"Lucida Grande", Tahoma;
	font-size:14px;
	color:#666666;
	font-weight:normal;	
	margin:30px 0px 40px 0px;
	line-height:20px;
}

.captureTable{
	/*background-color:#666633;*/
	margin:0px 0px 0px 0px;
}
.captureSmallImg{
padding:0px 7px 0px 0px ;
/*background:#CC0099;*/
}
.captureSubHeading{
	font-family:"Lucida Grande", Tahoma;
	font-size:14px;
	color:#333333;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	width:220px;
	/*background:#CC9999;*/
}

.captureSubText{
	font-family:"Lucida Grande", Tahoma;
	font-size:12px;
	color:#666666;
	font-weight:normal;	
	margin:0px 0px 0px 0px;
	width:220px;
	/*background:#FF9999;*/
}

.captureSubImg2{
	margin:0px 0px 0px 60px;
	width:220px;
}
.captureSubText2{
	font-family:"Lucida Grande", Tahoma;
	font-size:12px;
	color:#666666;
	font-weight:normal;	
	margin:12px 0px 0px 53px;
	width:220px;
}

.editBackground{
	width:901px;
	height:682px;
	/*background:url(../images/background_edit.jpg) no-repeat;*/
	margin:0px 0px 0px 98px;
	
}

.editHeadImg{
	margin:0px 0px 10px 0px;
}

.editHeadText{
	font-family:"Lucida Grande", Tahoma;
	font-size:20px;
	color:#606060;
	font-weight:bold;
	margin:-50px 0px 10px 60px;
}


.editHeadIntroText{
	width:600px;
	height:70px;
	text-align:justify;
	font-family:"Lucida Grande", Tahoma;
	font-size:14px;
	color:#666666;
	font-weight:normal;	
	margin:30px 0px 40px 0px;
	line-height:20px;
}


.editTable{
	/*background-color:#CCFFCC;*/
	margin:60px 0px 0px 0px;
}
.editSubHeading{
	font-family:"Lucida Grande", Tahoma;
	font-size:14px;
	color:#333333;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	width:220px;
}

.editSubText{
	font-family:"Lucida Grande", Tahoma;
	font-size:12px;
	color:#666666;
	font-weight:normal;	
	margin:5px 0px 0px 0px;
	width:220px;
}

.editSubHeading2{
	font-family:"Lucida Grande", Tahoma;
	font-size:14px;
	color:#333333;
	font-weight:bold;
	margin:20px 0px 0px 0px;
	width:220px;
	
}
.editSubImg2{
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	/*background:#CC3399;*/
	width:400px;
}

.editSubText2{
	font-family:"Lucida Grande", Tahoma;
	font-size:12px;
	color:#666666;
	font-weight:normal;	
	margin:10px 0px 0px 0px;
	width:500px;
	
}


.manageBackground{
	width:990px;
	height:682px;
	/*background:url(../images/background_manage.jpg) no-repeat;*/
	margin:0px 0px 0px 10px;
	/*background:#CC3366;*/
	
}

.manageHeadImg{
	margin:0px 0px 0px 360px;
}

.manageHeadText{
	font-family:"Lucida Grande", Tahoma;
	font-size:20px;
	color:#606060;
	font-weight:bold;
	margin:-40px 0px 0px 430px;
}


.manageHeadIntroText{
	width:525px;
	height:135px;
	text-align:justify;
	font-family:"Lucida Grande", Tahoma;
	font-size:14px;
	color:#666666;
	font-weight:normal;	
	margin:30px 0px 40px 380px;
	line-height:20px;
}

.manageTable{
	/*background-color:#009900;*/
	margin:-40px 0px 0px 360px;
}

.manageTable2{
	/*background-color:#666633;*/
	margin:10px 0px 0px 30px;
}
.manageSubHeading{
	font-family:"Lucida Grande", Tahoma;
	font-size:14px;
	color:#333333;
	font-weight:bold;
	margin:30px 0px 0px 0px;
	width:220px;
}

.manageSubText{
	font-family:"Lucida Grande", Tahoma;
	font-size:12px;
	color:#666666;
	font-weight:normal;	
	margin:10px 0px 0px 0px;
	width:220px;
}

.manageSubImg2{
	margin:0px 0px 0px 60px;
	width:220px;
}
.manageSubText2{
	font-family:"Lucida Grande", Tahoma;
	font-size:12px;
	color:#666666;
	font-weight:normal;	
	margin:5px 0px 0px 53px;
	width:220px;
}



.shareBackground{
	width:901px;
	height:682px;
	/*background:url(../images/background_share.jpg) no-repeat;*/
	margin:0px 0px 0px 0px;
	/*background-color:#CC3366;*/
	
}

.shareHeadImg{
	margin:0px 0px 0px 0px;
	/*padding:0px 0px 40px 0px;*/
	/*background-color:#CC6666;*/
	width:60px;
}

.shareHeadText{
	font-family:"Lucida Grande", Tahoma;
	font-size:20px;
	color:#606060;
	font-weight:bold;
	margin:-40px 0px 0px 60px;
	/*background-color:#CCCC33;*/
	width:300px;
	/*padding:0px 0px 40px 0px;*/
}


.shareHeadIntroText{
	width:525px;
	height:200px;
	text-align:justify;
	font-family:"Lucida Grande", Tahoma;
	font-size:14px;
	color:#666666;
	font-weight:normal;	
	margin:40px 0px 40px 370px;
	line-height:20px;
	/*background-color:#CCCC33;*/
	position:relative;
	top:-20px;
	/*padding:0px 0px 40px 0px;*/
}

.shareTable{
	/*background-color:#009900;*/
	margin:0px 0px 0px 70px;
}


.shareSubHeading{
	font-family:"Lucida Grande", Tahoma;
	font-size:14px;
	color:#333333;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	width:220px;
}

.shareSubText{
	font-family:"Lucida Grande", Tahoma;
	font-size:12px;
	color:#666666;
	font-weight:normal;	
	margin:8px 0px 0px 0px;
	width:220px;
}


.footertabs{
    background:url("../images/footer_texture.png") no-repeat;
    height:120px;
    width:1000px;
    margin:0px auto;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright:5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-box-shadow: 0px 2px 5px #888;
    -webkit-box-shadow: 0px 2px 5px #888;
    box-shadow: 0px 2px 5px#888;
	background-color:#333333;
	position:relative;

}
.applicationicon{
   
}


.fbook{
    
}

.tweet{
    
    
}
.footerseparator{
	
}

.footerText{
	font-family:"Helvetica Neue" , "Trebuchet MS";
	font-size:16px; 
	color:#fff;
	font-weight:normal;
}

.appstore{
    
}
.copyright{
    font-family:"Helvetica Neue" , "Trebuchet MS";
    font-size:10px;
    color:#58595D;
    font-weight:bold;
    padding-top:13px;
    
}
.manualDownload{
	text-decoration:none;
	border:none;
	color:#5a5a5a; 
	font-family:"Lucida Grande", Helvetica,Tahoma; 
	font-size:12px;
}
.manualDownload:hover{
	color:#5081c5; 

}

h1{
	
    font-weight:normal;
    font-size:14px;
   
    
}