/*
cGeep Main CSS
*/

a
  {color: #CC0000;
   text-decoration: none;
  }

a:hover
  {text-decoration: underline;
  }

body
  {background-color: #ffffff;
   font-family: Arial, Helvetica;
   text-align: center;
   font-size: 12pt;
   color: #333333;
   margin: 0px; padding: 0px;
   background-image: url('img/head-bg.png');
   background-repeat: repeat-x;
   background-position: top center;
  }

.normal
{
	color:"#000000"
}
.central-page
  {margin-left: auto;
   margin-right: auto;
   text-align: center;
   min-height: 500px;
   width: 980px;
  }

.head
  {
  }


.menu
  {
   margin: 0px;
   background-image: url('img/head-menu-bar-bg.png');
   background-repeat-vertical: no-repeat;
   background-position: top center;
   width: 720px;
   height: 35px;
   behavior: url(iepngfix.htc);
  }
.box-pages-img
{
	behavior: url(iepngfix.htc);
}

.page-main
  {position: relative;
   top: 25px;
   right: 0px;
   padding: 0px;
  }

/* this is used on "home" pages */
.footer
  {position: absolute;
   padding: 0px; margin: 0;
   text-align: center;
   font-size: 9pt;
   font-weight: bold;
   height: 20px; top: 775px;left: 0px;
   width: 100%;
  }

/* this is used on "content" pages */
.footer2
  {padding: 0px; margin: 30px 0 0 0;
   text-align: center;
   font-size: 9pt;
   font-weight: bold;
   height: 20px; left: 0px;
   width: 100%;
  }

.baseline
  {position: absolute; 
   padding: 0;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   font-size: 8pt;
   font-weight: bold;
   height: 20px;
   width: 980px;
   top: 752px;
   left: 200px;
   color: #666;
  }

.baseline-data
  {position: absolute; 
   padding: 0;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   font-size: 8pt;
   font-weight: bold;
   height: 20px;
   width: 100%;
   top: 765px;
   left: 0px;
   color: #666;
  }

.baseline-what-is-cgeep
  {position: absolute; 
   padding: 0;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   font-size: 8pt;
   font-weight: bold;
   height: 20px;
   width: 100%;
   top: 1470px;
   left: 0px;
   color: #666;
  }
  
.baseline-why-cgeep
  {position: absolute; 
   padding: 0;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   font-size: 8pt;
   font-weight: bold;
   height: 20px;
   width: 100%;
   top: 1078px;
   left: 0px;
   color: #666;
  }

  
.baseline-geek
  {position: absolute; 
   padding: 0;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   font-size: 8pt;
   font-weight: bold;
   height: 20px;
   width: 100%;
   top: 1515px;
   left: 0px;
   color: #666;
  }
  
.baseline-how-does-it-work
  {position: absolute; 
   padding: 0;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   font-size: 8pt;
   font-weight: bold;
   height: 20px;
   width: 100%;
   top: 2589px;
   left: 0px;
   color: #666;
  }
   
.baseline-crypto
  {position: absolute; 
   padding: 0;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   font-size: 8pt;
   font-weight: bold;
   height: 20px;
   width: 100%;
   top: 2678px;
   left: 0px;
   color: #666;
  }
  
.baseline-features
  {position: absolute; 
   padding: 0;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   font-size: 8pt;
   font-weight: bold;
   height: 20px;
   width: 100%;
   top: 1175px;
   left: 0px;
   color: #666;
  }
  
.baseline a
{color: #c30;}

.footer-cell
  {font-size: 9pt;
   font-weight: bold;
   height: 20px;
   border-top: 1px solid #333333;
  }

#ft-left{text-align:left}
#ft-right{text-align:right}

.footer-link
  {font-size: 9pt;
   font-weight: bold;
   color: #333333;
  }

.footer-link:hover
  {color: #CC0000;
   text-decoration: underline;
  }

.more-link
  {font-size: 10pt;
   font-weight: bold;
  }

.page-content
  {
   padding: 0px;
   float: right;
   text-align: left;
  }

.page-sidebar
  {
   padding: 0px;
   text-align: center;
  }


.box-top
  {
   margin: 0px;
   background-image: url('img/box-title-bg.png');
   background-repeat-vertical: no-repeat;
   background-position: top left;
   width: 180px;
   height: 40px;
   text-align: left;
  }

.box-title
{
   color: #FFF;
   font-size: 10pt;
   font-weight: bold;
   padding: 12px 0 0 12px;
}

.box-body
  {
   text-align: left;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
   background-color: #fff;
  }

.box-text
   {text-align: left;
   font-size: 8pt;
    padding: 5px;
    line-height: 180%;
   }

.box-link1
   {color: #CC0000;
    font-weight: bold;
    font-size: 10pt;
   }

.box-link2
   {color: #333333;
    font-size: 10pt;
    margin-left: 15px;
   }

.box-bottom
  {position: relative;
   top: 0px;
   right: 0px;
   margin: 0px;
   background-image: url('img/box-bottom-bg.png');
   background-repeat-vertical: no-repeat;
   background-position: bottom center;
   width: 180px;
   height: 12px;
   font-size: 6pt;
  }

.page-text
  {padding-left: 15px;
   padding-right: 15px;
   padding-top: 0px;
   padding-bottom: 5px;
   margin: 0px;
   text-align: justify;
   color: #000000;
   font-size: 11pt;
  }

h1
  {color: #333333;
   font-size: 28pt;
   padding-left: 60px;
   margin: 0;
   font-weight: bold;
   background-image: url('img/h1-encryption-for-email.png');
   background-repeat-vertical: no-repeat;
   background-repeat-horizontal: no-repeat;
   background-position: left top;
   height: 50px;
  }

h2
  {color: #333333;
   font-size: 12pt;
   margin-top: 2em;
  }

.box-pages-title
{
	font:#333333;
   font-size: 28pt;
   
   margin: 0;
}
/* Navigation Menu */



.menu-cell
{
	padding-top: 3px;
	text-align: center;
}

.menu-cell a
{
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: #333333;
}

	
.menu-cell a:hover {
	color: #333333;
	text-decoration: underline;
	}

.menu1-cell
{
	padding: 7px 0px 1px 5px;
	text-align: center;
	color: fff;
}

.menu1-cell a
{
	font-size: 11pt;
	text-align: center;
	color: #fff;
	text-decoration: underline;
}


  
  
/* Navigation footer menu */

#footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: center;
	}

#footer-nav li {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
	}

#footer-nav a {
	float: left;
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
	color: #333333;
	border: 1px solid #ffffff;
	padding-left: 6px;
	padding-right: 6px;
	}
	
#footer-nav a:hover {
	color: #CC0000;
	text-decoration: underline;
	}



/* buttons */

.button-nav {
	margin: 0;
    width: 150px;
    height: 30px;
    padding-top: 6px;
    text-align: center;
    background: url('img/button-bg-green.png') top center no-repeat;
	}

	
.button-nav-blue {
	position: relative;
	top: 7px;
	margin: 0;
    width: 150px;
    height: 30px;
    padding-top: 6px;
    text-align: center;
    background: url('img/button-bg-blue.png') top center no-repeat;
	}
	
.button-nav-blue-api {
	position: relative;
	top: 0px;
	margin: 0;
    width: 150px;
    height: 30px;
    padding-top: 6px;
    text-align: center;
    background: url('img/button-bg-blue.png') top center no-repeat;
	}
	
.button-link
   {
    color: #ffffff;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
   }

.button-caption {
    padding-top: 3px;
    font-size: 8pt;
	}


.button-nav-2 {
	margin: 0;
    width: 250px;
    height: 30px;
    padding-top: 6px;
    text-align: center;
    background: url('img/button-bg-2.png') top center no-repeat;
	}
	
.button-nav-3 {
	margin: 0;
    width: 70px;
    height: 30px;
    padding-top: 6px;
    text-align: center;
    background: url('img/button-bg-3.png') top center no-repeat;
	}
	
.button-nav-4 {
	margin: 0;
    width: 168px;
    height: 30px;
    padding-top: 6px;
    text-align: center;
    background: url('img/button-bg-4.png') top left no-repeat;
	}

.button-nav-5 {
	margin: 0;
    width: 250px;
    height: 30px;
    padding-top: 6px;
    text-align: center;
    background: url('img/button-bg-2.png') top center no-repeat;
	}

.button-nav-6 {
	margin: 0;
    width: 250px;
    height: 30px;
    padding-top: 6px;
    text-align: center;
    background: url('img/button-bg-2-1.png') top center no-repeat;
	}
.button-nav-7 {
	margin: 0;
    width: 250px;
    height: 30px;
    padding-top: 6px;
    text-align: center;
    background: url('img/button-bg-2-2.png') top center no-repeat;
	}
	
.button-link-2
   {
    color: #ffffff;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
   }

.button-link-3
   {
    color: #ffffff;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
   }


.table-caption
   {
    font-size: 8pt;
    border-top: 1px solid #333333;
    text-align: justify;
   }

.table-cell-bullet-text
   {
    text-align: left;
    vertical-align: top;
    font-size: 10pt;
   }

.table-cell-bullet
   {
    text-align: center;
    vertical-align: top;
    font-size: 8pt;
   }

#table-cell-bullet
   {color: #666666;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #333333;
    border-top: 1px solid #333333;
    margin: 2px;
    vertical-align: top;
   }
   
.register-box
{
width:800px;
height: 300px;
margin: 0px;
padding: 0px;
text-align: left;
}

.register-title
{
background-color: #999;
color: #fff;
background: url('img/register-title-bg.png') top center no-repeat;
height: 90px;
width: 800px;
font-family: Verdana, helvetica;
font-size: 14pt;
text-align: center;
padding-top: 15px;
}

.register-text
{
text-align: left;
padding-top: 10px;
margin-left: 25px;
color: #000;
font-size: 14pt;
}

/* new homepage addidtions */

.bboard
{
background-color: #000;
color: #fff;
background: url('img/bboard-bg.png') top center no-repeat;
height: 490px;
width: 980px;
margin-top: 12px;
text-align: center;
}


.bboard-bullets
{
margin: 0;
padding: 0;
width: 550px;
position: relative; top: 180px; left: 70px;
text-align: left;
float: left;
}

.bboard-bullets-td1 { width: 30px; text-align: left;}
.bboard-bullets-td1 img {behavior: url(iepngfix.htc);}

.bboard-bullets a
{
font-size: 18pt;
color: #fff;
text-decoration: none;
}

.bboard-bullets a:hover
{
color: #fff;
text-decoration: none;
}

#bboard-msg
{
margin: 0;
text-align: center;
color: #fff;
font-size: 24pt;
font-family: Lucida Console, Verdana, helvetica;
padding: 38px 0 0 0;
width: 980px;
float: right; position: relative; top: -92px;
}

#bb-icon a {
display:block;
width:82px;
background: url("img/bboard-encryption-solution.png") 0 0 no-repeat;
text-decoration: none;
height: 92px;
float: left; position: relative; top: 127px; left: 450px; border: 0;
behavior: url(iepngfix.htc); cursor: pointer;
}
#bb-icon a:hover {
background-position: 0 -92px;
}
#bb-icon a:active {
background-position: 0 -184px;
}

.bboard-download-box
{
float: right; position: relative; top: 185px; right: 25px; border: 0;
width: 291px; height: 134px;
text-align: center;
padding: 0px;
}

.bboard-download-box-fix {
background: url('img/bboard-download-bg.png') top center no-repeat;
width: 291px; height: 134px;
text-align: center;
padding: 0px;
behavior: url(iepngfix.htc);
}


#bboard-download-button a
{
display:block;
background: url('img/dwn-free-email-encryption.png') top center no-repeat;
text-decoration: none;
width: 265px; height: 58px;
border: 0;
color: #fff;
font-size: 14pt;
font-family: Lucida Console, Verdana, helvetica;
line-height: 55px;
margin: 0 18px 0 18px;
behavior: url(iepngfix.htc);
cursor: pointer;
}

#bboard-download-button a:hover
{
background-position: 0 -58px;
}

#bboard-download-button a:active
{
background-position: 0 -116px;
}


#button-try a
{
display:block;
background: url('img/bttn-free-email-encryption.png') top left no-repeat;
text-decoration: none;
width: 175px; height: 38px;
border: 0;
color: #fff;
font-size: 10pt;
behavior: url(iepngfix.htc);
cursor: pointer;
}

#button-try a:hover
{
background-position: 0 -40px;
}

#button-try a:active
{

}

#button-buy a
{
display:block;
background: url('img/buy-encryption-software.png') top left no-repeat;
text-decoration: none;
width: 175px; height: 38px;
border: 0;
color: #fff;
font-size: 10pt;
behavior: url(iepngfix.htc);
cursor: pointer;
}

#button-buy a:hover
{
background-position: 0 -40px;
}

#button-buy a:active
{

}

#button-try-fr a
{
display:block;
background: url('img/button-try-fr.png') top left no-repeat;
text-decoration: none;
width: 175px; height: 38px;
border: 0;
color: #fff;
font-size: 10pt;
behavior: url(iepngfix.htc);
cursor: pointer;
}

#button-try-fr a:hover
{
background-position: 0 -40px;
}

#button-buy-fr a
{
display:block;
background: url('img/button-buy-fr.png') top left no-repeat;
text-decoration: none;
width: 175px; height: 38px;
border: 0;
color: #fff;
font-size: 10pt;
behavior: url(iepngfix.htc);
cursor: pointer;
}

#button-buy-fr a:hover
{
background-position: 0 -40px;
}

#cards {margin: 12px 0 0 0; padding: 0; border: 0;}
#cards div {width: 236px; height: 140px; background: url('img/card-bg.png'); float: left; border-width: 0; margin: 0 12px 0 0; text-align: left; color: #000; cursor: pointer;}
#cards div.last { margin: 0; border: 0;}
#cards a {text-decoration: none; }
.card-title {font-size: 12pt; font-weight: bold; margin: 10px;}
.card-text {font-size: 8pt; margin: 10px;}
.card-sumup {font-size: 10pt; font-weight: bold; margin: 10px;text-align: right}

.card-text img {behavior: url(iepngfix.htc); border:0; margin-right:5px; width: 58px; height: 57px}
.card-link{color: #333333; }
.card-link:hover{text-decoration:none;}
