/* ----------------------------------------------------
   HTML ELEMENTS
------------------------------------------------------- */

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	/*background: #CCC;*/
	font: 12px/1.6em Verdana, Tahoma, arial, sans-serif;
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;	 		
}
h1.old {
	font-size: 150%;	
	font-weight: normal;
	color: #006699;
}
h1 {
	font-size: 150%;
	text-transform: uppercase;
	color: #22a01e;
}
h2 {
	font-size: 140%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 120%;
	color: #666666; 
}

/* images */
img {
    border: none;
	/*background: #FAFAFA;
    border: 1px solid #E5E5E5; 
	padding: 8px;*/
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
    text-align: justify;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
    border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    
}

/* start - table */
table {
	border-collapse: collapse;
	margin-left: 10px;	
	margin-right: 0px;	
    //border: 1px solid;
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	/*border-left: 1px solid #FFF;*/
	/*border-bottom: solid 1px #ffffff;*/
}
td.first,th.first {
	border-left: 0px;
}
td.contactform {
	width: 200px;
    font-weight: bold;
	text-align: left;
}

td.orderbtn {
	text-align: center;
    padding: 5px;    
}

tr.row-hdr {
	//background: #EFEFEF;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-weight: bold;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:450px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(images/button-bg.jpg) repeat-x 0 0;
	border: none;
	cursor:pointer;
}
input.priceref { 
	font: bold 10px Arial, Sans-serif; 
	height: 17px;
	margin: 3px;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(images/button-bg.jpg) repeat-x 0 0;
	border: none;
	cursor:pointer;
}

/* -----------------------------------------
   LAYOUT
-------------------------------------------- */
#wrap {
	width: 1008px;
	/*background: #CCC url(images/content.jpg) repeat-y center top;*/
	/*background: #CCC url(images/content.2.jpg) repeat center top;*/
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 1008px;
	padding: 0; 
	/*margin: 5px auto;*/
}
#header {
	width: 1000px;
	position: relative;
	height: 100px;
	/*background: #CCC url(images/header.3.jpg) no-repeat right top;*/
	padding: 0;	
	color: #FFF;
    /*margin: 10px 0 0 0;*/
}
#header p#logo-text{
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 44px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #000;
	text-transform: none;
	text-decoration: none;
	background: transparent;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 27px;	
}
.logo1{
	/*color: #00ee11;*/
    color:#8fb60d;
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 16px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #aaaaaa;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 70px; left: 100px;		
}
#header p#copy {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #000000;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 25px; left: 600px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 20px; right: 30px;	
	color: #C6DDEE;
	font-size: 10px;	
}
#header #header-links a {	
	color: #FFF;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #D4E59F;	
}

/* Menu */
#menu {
	clear: both;	
	margin: 20px auto; padding: 0;
	/*background: url(images/menu.1.jpg) repeat-x 0 0;*/
	/*background: #000000;*/
	font: bold 12px/5px Tahoma, Verdana, Arial, Sans-serif;
	height: 20px;
	width: 1008px;	
}
#menu ul {
	float: left;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0px 0px 0px 1px;
	/*color: #FFF;	*/
	color: #000000;	
	text-decoration: none;
}
#menu ul li.last a {
	padding-right: 20px;	
}
#menu ul li a:hover {
	/*color: #D4E59F;*/	
    color: #1773BC;
	text-decoration: underline;
}
#menu ul li#current a {	
	color: #D4E59F;
}
.mntopbtn1
{
     background: url(images/btn_anyfilebackup.gif);
     height:38px;
	 width:125px;
	 display:block;
}
.mntopbtn1:hover
{
     background-position:0px 38px;
}
.mntopbtn2
{
     background: url(images/btn_features.gif);
     height:38px;
	 width:125px;
	 display:block;
}
.mntopbtn2:hover
{
     background-position:0px 38px;
}
.mntopbtn3
{
     background: url(images/btn_screenshots.gif);
     height:38px;
	 width:125px;
	 display:block;
}
.mntopbtn3:hover
{
     background-position:0px 38px;
}
.mntopbtn4
{
     background: url(images/btn_inside.gif);
     height:38px;
	 width:125px;
	 display:block;
}
.mntopbtn4:hover
{
     background-position:0px 38px;
}
.mntopbtn5
{
     background: url(images/btn_download.gif);
     height:38px;
	 width:125px;
	 display:block;
}
.mntopbtn5:hover
{
     background-position:0px 38px;
}
.mntopbtn6
{
     background: url(images/btn_order.gif);
     height:38px;
	 width:125px;
	 display:block;
}
.mntopbtn6:hover
{
     background-position:0px 38px;
}
.mntopbtn7
{
     background: url(images/btn_support.gif);
     height:38px;
	 width:125px;
	 display:block;
}
.mntopbtn7:hover
{
     background-position:0px 38px;
}
.mntopbtn8
{
     background: url(images/btn_contact.gif);
     height:38px;
	 width:125px;
	 display:block;
}
.mntopbtn8:hover
{
     background-position:0px 38px;
}



/* Main Column */
#main {
	float: left;
	width:790px;
	padding: 0; margin: 5px 0 0 10px;
	display: inline;
}
#main h1 {
	font: Bold 200% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #22a01e; 
	padding: 5px 0 5px 5px; 	
	/*border-bottom: 1px solid #EFF0F1;*/
	/*background: #FFF url(images/square-green.png) no-repeat 3px 50%;	*/
	text-transform: none;
}
#main h2 {
	margin-top: 10px;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #88ac0b; 
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(images/square-green.png) no-repeat 3px 50%;	
	text-transform: none;
}
#main h2 a {
	background: none;
	color: #88ac0b;
	text-decoration: none;
}

#main ul li {
	list-style-image: url(images/bullet.gif);
    text-align:left;
}

#main h1 p{
    padding:0;
}

/* Sidebar */	
#sidebar {
	float: right;
	width:200px;
	padding: 0; 
    margin-top: 20px;	
	/*color: #68774A;*/
}	
#sidebar h3 {
	margin-top: 15px;
	padding: 3px 10px; 
	font: bold 1.2em 'Trebuchet MS', Tahoma, Sans-serif;
    border: 1px solid;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 0px 0px 0px; padding: 0;
	text-decoration: none;		
	/*background: url(images/dots.jpg) repeat-x left top;*/
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(images/dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;	
	color: #68774A;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;
	text-decoration: underline;		
}
#sidebar ul.sidemenu ul { margin: 0 0 0 0px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* images */
img.f-right {
  margin: 5px 0px 10px 10px;
}
img.f-left {
  margin: 5px 10px 10px 0px;
}
img.s-shot {
  margin: 5px 10px 10px 0px;
}

/* display and additional classes */
.clear { clear: both; }

.interval {clear:both;display:block;overflow:hidden;width:100%;height:20px;}
.blankline {margin-top:10px;}

#tran {
    margin:10px 0 5px;
    position:relative;
    text-align:center;
}
#tran h3 {
	text-align: left;
	padding: 3px 10px; 
    margin: 5px 4px 8px 8px; 
	font: bold 1.2em 'Trebuchet MS', Tahoma, Sans-serif;
    border: 1px solid;
	/*color: #728D26;*/
}
#tran img {margin-left:2px;margin-right:1px;margin-top:4px;margin-bottom:-5px;border: none;}
#fb {
    margin:0px 30px;
    position:relative;
    text-align:left;
}

#tellafriend {
    margin:10px 0 5px;
    position:relative;
    text-align:left;
}
#tellafriend h3 {
	text-align: left;
	padding: 3px 10px; 
    margin: 5px 6px 7px; 
	font: bold 1.2em 'Trebuchet MS', Tahoma, Sans-serif;
    border: 1px solid;
	/*color: #728D26;*/
}

.help {
        width:760px;
    margin:5px;
    /*padding:5px;*/
}
.help p{
    padding: 1px; 
    text-align:justify;
}
.help table{
    margin:0;
}

/* Contact forms error */
.errmsg {color:red; text-align:center; font-weight: bold; margin-top:10px; margin-bottom:15px;}
.spoiler{display:none; visibility:hidden;}

/* FAQ */
.faqart {
	border-bottom: solid 1px #c4c4c4;
}
.faqart h3 {
	background: #e9e7e7 url(images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 12px/20px Tahoma, Verdana, Arial, Sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.faqart h3:hover {
	/*background-color: #e3e2e2;*/
}
.faqart h3.active {
	background-position: right 5px;
}
.faqart p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	border-bottom: solid 1px #c4c4c4;
} 

/* Use case articles */
.artcases #casebold {
    font-weight: bold;
}
.caseart h3 {
	padding: 7px 15px;
	margin: 0;
	font: 100%/1.5em Verdana, Tahoma, arial, sans-serif;
    font-weight: normal;
    color: black;
	border: none;
	cursor: pointer;
}
.caseart #casebold {
    font-weight: bold;
}
.caseart p {
	/*background: #f7f7f7;*/
	margin: 0;
	padding: 10px 15px 20px;
	/*border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;*/
	border-bottom: solid 1px #c4c4c4;
} 

/* Discount */
.nts {
	font-size: 120%;
	font: bold 14px/20px Tahoma, Verdana, Arial, Sans-serif;
    text-align: center;
	/*text-transform: uppercase;*/
	color: #ff9944;
}

.nts a{
	text-decoration: underline;
	color: #ff9944;
}

.sshot td#sshot {
    width: 600px;
    text-align: left;
	padding: 0px 15px 15px;
}


#main .blk {
    /*background: #e9e7e7 url(images/block.gif) repeat-x 0 0;*/
    float:left;
    /*background: #eeeeee;*/
    width:380px;
    height:400px;
    display:block;
    font: 12px/1.6em Verdana,Tahoma,arial,sans-serif;
    margin:5px;
    border: 1px solid #cccccc; 
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
#main .blk h2 {
	margin-top: 2px;
	background: #dddddd;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #22a01e; 
	padding: 5px 0 5px 25px;
	border-bottom: none;
	text-transform: none;
    text-align: left;
}

#main .blk_func {
    float:left;
    /*background: #eeeeee;*/
    width:772px;
    /*height:400px;*/
    display:block;
    font: 12px/1.6em Verdana,Tahoma,arial,sans-serif;
    margin:5px;
    border: 1px solid #cccccc; 
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

#main .blk_func_tab {
    float:left;
    /*background: #eeeeee;*/
    width:250px;
    /*height:400px;*/
    display:block;
    font: 12px/1.6em Verdana,Tahoma,arial,sans-serif;
    margin:5px 0px;
    /*border: 1px solid #000000; */
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align:left;
}
#main .blk_func_tab img{
    float:left;
    margin: 5px 0px;
}
#main .blk_func_tab #td{
    float:left;
    padding: 8px 5px;
}

#main #lnk{
    margin-left:20px;
}

/* Main page table styles */
#tbl_func {
    width:95%;
    border-collapse: separate; 
    border-spacing: 5px; 
}
#tbl_func td {
    height: 20px;
    width=40%;
    border: 1px solid #E5E5E5;
    /*text-align: center;*/
}
#tbl_func tr {
	margin: 2px; 
}
#tbl_func_text {
    /*width:95%;*/
    /*border: 1px solid #E5E5E5;*/
}

#sect_hdr #sect_hid{
    display: none;
}

#main .blk_func_tab_txt{
    float:right;
    /*background: #eeeeee;*/
    width:500px;
    /*height:400px;*/
    display:block;
    font: 12px/1.6em Verdana,Tahoma,arial,sans-serif;
    margin:5px;
    /*border: 1px solid #000000; */
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
#main .blk-0 {
    background: #e9e7e7 url(images/block.gif) repeat-x 0 0;
    float:left;
    /*background: #eeeeee;*/
    width:31%;
    /*height:60px;*/
    display:block;
    font: 12px/1.6em Verdana,Tahoma,arial,sans-serif;
    margin:0px 5px;
    /*border: 1px solid #cccccc; */
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
#main .blk-0 p{
    padding:20px;
}
#main .blk-0 img{
    margin:0px;
}

#main .blk-ver{
    float: left;
    width: 772px;
    margin: 5px 10px;
}
#main .blk-ver .vertxt{
    float: left;
    width: 240px;
    margin-left: 10px;
    font: 11px/1.3em Verdana,Tahoma,arial,sans-serif;
    text-align: justify;
}
#main .blk-ver .vertxt img{
    float: right;
    margin: 0px 5px;
}
#main .blk-ver .vertxt p{
    margin: 0px 1px;
    text-align: left;
}

/* Footer */
#footer {
    float:left;
	color: #55aaff;
    background-color: #e9e7e7;
	/*color: #C6DDEE;*/
    /*color: #AAD4FF;*/
	/*background: #CCC url(images/footer.3.jpg) no-repeat center top;*/
	/*clear: both;*/
	width: 1008px;
	/*height: 200px;*/
    /*width: 100%;*/
	text-align: center;
	font-size: 82%;	
    margin: 0 0 15px 0;
}
#footer p{ 
    margin-top: 10px;
    margin-left: 200px;
    float: left;
}
#footer a { 
	/*color: #55aaff;*/
	color: #aaaaaa;
	text-decoration: none; 
}
#footer a:hover{ 
	/*color: #1773BC;*/
	color: #88ac0b;
	text-decoration: underline; 
}

#footer #ftmain{
    float: left;
}
#footer #footlogo{
    float:left;
    width:1000px;
    margin-left: 10px;
    margin-top: 15px;
    text-align: left;
}
#footer #logotext{
    margin-top: 12px;
}
#footer #footblk{
    float:left;
    width:31%;
    margin-left: 10px;
    text-align: left;
}
#footer #hdr{
    margin-left: 25px;
    margin-top: 10px;
    font-weight: bold;
}
#footer img{
    margin-left: 15px;
    margin-top: 0px;
}

#txt-right{
  text-align:right;  
  margin-right:10px;
}

.screenshots h3{
	margin-top: 2px;
	background: #dddddd;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	padding: 5px 0 5px 25px;
    text-align: left;
}
.screenshots table{
	margin-top: 12px;
}
.screenshots #img_hdr{
    margin: -20px 10px 10px 5px;
    float: left;
}

.screenshots .screenshot_video{
    margin: 60px 70px 0 0;
    font-size: 11px;
    line-height: 1.2;
    float: right;
}

.screenshots .screenshot_video img{
    float: left;
}

.screenshots .screenshot_video #watch_video_text{
    margin: 3px 0 0 0;
}

/* Uninstall */
.uninstall #prodname{
	font: bold 1.2em 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 130%;
}

#breadcrumb ul{
   margin:0;padding:0;
   list-style-type: none;
   padding-left: 1em;
   margin-top: 30px;
}
#breadcrumb ul li{
   list-style-image: none;
   display:inline;
   padding: 0 3px 0 0;
}

}

