@import url('form.css');

body{
  font-family:Trebuchet MS, calibri,Arial, sans-serif;
  font-size:14px;
  color:#1e1e1e;
}

@font-face {
    font-family: 'SansationRegular';
    src: url('font/sansation_regular-webfont.eot');
    src: url('font/sansation_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/sansation_regular-webfont.woff') format('woff'),
         url('font/sansation_regular-webfont.ttf') format('truetype'),
         url('font/sansation_regular-webfont.svg#SansationRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


.left {float:left !important;}
.right {float:right !important;}
.hidden {display: none !important;}
.visible {display: block !important;}

.pic-left{
	float: left;
	margin-right: 13px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	line-height:0;
}

.pic-right{
	float: right;
	margin-left: 13px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right:0px;
	line-height:0;
}

.pic-center{
	display: block;
	margin-left: auto;
	margin-top: 2px;
	margin-bottom: 14px;
	margin-right:auto;
	line-height:0;
}


/* Global style */

*{  margin:0px;  padding:0px;}

ul{  list-style:none;}

a{
  text-decoration:none;
  color: #1E5B93;
}

.breadcrumbs{  margin:0px 10px 10px 10px;  padding:0px 0px 5px 5px; font-size:0.9em; clear:both; display:none;}
.breadcrumbs a{color:#ffa11c;}

.align_right{  text-align:right;}

.clearfix{  clear:both;}

.fl{
  float:left;
}

.fr{
  float:right;
}

h1, h2, h3, h4{
  font-family: 'SansationRegular';
}

.main_wrapper{
  width:950px;
  margin: 30px auto;
  background: #fff;
  -moz-box-shadow:0px 0px 10px #505050;
  -webkit-box-shadow:0px 0px 10px #505050;
  box-shadow:0px 0px 10px #505050;
  -ms-box-shadow:0px 0px 10px #505050;
}


.description_box img {
    border: 1px solid #FFFFFF;
    -moz-box-shadow: 0 0 3px #505050;
    -webkitbox-shadow: 0 0 3px #505050;
    box-shadow: 0 0 3px #505050;
    margin: 5px 5px 20px 5px;
    }

.clean_image{
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border:none;
}


/* Head Style */

.head_wide{
  background: url(../images/bg_noise.png);
  width:100%;
}

.head_wrapper{
  width:940px;
  padding: 0px 10px;
  margin: auto;
}

.image_reel h1{
  font-family: 'SansationRegular';
  font-size: 32px;
  padding: 20px 0px;
}

.slide_text{
  width: 365px;
  font-size: 14px;
  padding: 0px 0px 40px 0px;
}

.slide_text_wide{
  width: 581px;
  font-size: 14px;
  padding: 0px 0px 40px 0px;

}

.callto{
  display:block;
  border:2px solid #fff;
  -moz-box-shadow: 0px 0px 5px #bebebe;
  -webkit-box-shadow: 0px 0px 5px #bebebe;
  box-shadow: 0px 0px 5px #bebebe;
  background-image: linear-gradient(bottom, #F69504 0%, #FAE843 100%);
  background-image: -o-linear-gradient(bottom, #F69504 0%, #FAE843 100%);
  background-image: -moz-linear-gradient(bottom, #F69504 0%, #FAE843 100%);
  background-image: -webkit-linear-gradient(bottom, #F69504 0%, #FAE843 100%);
  background-image: -ms-linear-gradient(bottom, #F69504 0%, #FAE843 100%);
  background-color: #FAE843;
  color: #1b3d64;
  float:left;
  text-shadow: 0px 1px #f9cf2f;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 20px 10px 10px;
  margin: 5px 0px 0px 10px;
}

.callto:before{
  background: url(../images/sprite.png) no-repeat -233px -3px;
  content:"";
  float:left;
  width:23px;
  height:25px;
  margin: -3px 0px;
}

.head_link{
  display:block;
  border:2px solid #fff;
  -moz-box-shadow: 0px 0px 5px #bebebe;
  -webkit-box-shadow: 0px 0px 5px #bebebe;
  box-shadow: 0px 0px 5px #bebebe;
  background-image: linear-gradient(bottom, #CBCBCB 0%, #D8D8D8 100%);
  background-image: -o-linear-gradient(bottom, #CBCBCB 0%, #D8D8D8 100%);
  background-image: -moz-linear-gradient(bottom, #CBCBCB 0%, #D8D8D8 100%);
  background-image: -webkit-linear-gradient(bottom, #CBCBCB 0%, #D8D8D8 100%);
  background-image: -ms-linear-gradient(bottom, #CBCBCB 0%, #D8D8D8 100%);
  background-color: #CBCBCB;
  float:left;
  color: #464646;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 20px 10px 10px;
  margin: 5px 0px 0px 10px;
}

.head_link:before{
  background: url(../images/sprite.png) no-repeat -257px -3px;
  content:"";
  float:left;
  width:15px;
  height:25px;
  margin: -3px 5px -3px 0px;
}

/* Global Navigation */

.global_navi{
  font-family: calibri, Trebuchet MS, sans-serif;
  width: 100%;
  padding: 3px 0px;
  background: #1e1e1e;
  font-size:11px;
  border-bottom:1px solid #fff;
}

.global_navi_wrapper{
	width: 95%;
	margin: auto;
	min-height: 10px;
}

.global_navi a{
  color: #b9b9b9;
  text-decoration: none;
  margin: 0px 10px 0px 0px;
  font-weight:bold;
}

.global_navi a:hover{
  color: #fff;
}

/* Utility bar + navigation */

.utility_bar{  margin: 15px 10px 5px 10px; float:left; width:930px; }

.ut_top{  padding: 0px 0px 5px 0px;  margin: 0px 0px 15px 0px;}
.ut_top a{  float:right; background-position:-128px -27px; padding: 0px 0px 0px 15px; color: #1e1e1e;   text-decoration: none; margin: 0px 15px 0px 0px;}

/* Navigation */
.navigation{  float:right;  list-style:none; margin: 30px 0px 0px 0px ;}
.navigation li{  float:left;  margin: 0px 10px 0px 0px; position:relative; padding:5px 0px;}
.navigation li a{color: #1e1e1e; padding: 5px 10px; text-decoration: none; font-weight:bold;}

.navigation li:hover{
  background:#f7f7f7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 3px #bdbdbd inset;
  -webkit-box-shadow: 0px 0px 3px #bdbdbd inset;
  box-shadow: 0px 0px 3px #bdbdbd inset;
}

.drop{ width:150px;  display:none; position:absolute; background:#f7f7f7; z-index: 9999; padding:10px; margin: -1px 0px 0px 0px; -moz-box-shadow:0px 0px 3px #bdbdbd inset; -webkit-box-shadow:0px 0px 3px #bdbdbd inset; box-shadow:0px 0px 3px #bdbdbd inset; }
.drop li{ float:none;  padding: 3px 0px 3px 0px ; border-bottom:1px solid #fff; margin:0px;}
.drop li a{ font-weight:normal; background-position: -146px -13px; font-size:12px;}


.navigation li:hover .drop{  display:block;}

.drop_position{
  margin:-1px 0px 0px -103px;
}

/* Logo style */
.logo_style{
	float:left;
	width:310px;
	height:86px;
}

.logo_style a{
	display:block;
	width:310px;
	height:86px;
	border:none;
}
.logo_style img{  border:none;}


/* Content */

.content_wide{
  background: url(../images/bg_content.png) repeat-x;
  padding: 57px 0px 0px 0px;
}


.content_wrapper{
  width: 940px;
  margin:auto;
  padding: 0px 10px ;
}

.product_wrap{
  margin: 10px 0px 60px 0px;
  overflow:auto;
}

.product_box{
  float:left;
  width: 440px;
  margin: 0px 0px 60px 0px ;
  height:290px;
}

.p_box_margin{
  margin: 0px 0px 60px 55px ;
}

.secucert_heading{
  background: url(../images/product_secucert.png) no-repeat;
  height:40px;
  text-indent:-9999px;
  border-bottom: 1px solid #dcdcdd;
  margin: 10px 0px;
  padding: 0px 0px 10px 0px;
}

.secucert_heading a{
  display:block;
  width:184px;
  height:39px;
}

.secucert_heading:before{
  background: url(../images/sprite.png) no-repeat -1px -2px;
  content:"";
  width:55px;
  height:55px;
  float:right;
  margin: 25px -2px 0px 0px ;
}

.iwebid_heading{
  background: url(../images/product_iwebid.png) no-repeat;
  height:40px;
  text-indent:-9999px;
  border-bottom: 1px solid #dcdcdd;
  margin: 10px 0px;
  padding: 0px 0px 10px 0px;
}

.iwebid_heading a{
  display:block;
  width:124px;
  height: 39px;
}

.iwebid_heading:before{
  background: url(../images/sprite.png) no-repeat -56px -2px;
  content:"";
  width:55px;
  height:55px;
  float:right;
  margin: 25px -2px 0px 0px ;
}

.secubrand_heading{
  background: url(../images/product_secubrand.png) no-repeat;
  height:40px;
  text-indent:-9999px;
  border-bottom: 1px solid #dcdcdd;
  margin: 10px 0px;
  padding: 0px 0px 10px 0px;
}

.secubrand_heading a{
  display:block;
  width:201px;
  height:39px;
}



.secubrand_heading:before{
  background: url(../images/sprite.png) no-repeat -115px -2px;
  content:"";
  width:55px;
  height:55px;
  float:right;
  margin: 25px -2px 0px 0px ;
}

.secucheckout_heading{
  background: url(../images/product_secucheckout.png) no-repeat;
  height:40px;
  text-indent:-9999px;
  border-bottom: 1px solid #dcdcdd;
  margin: 10px 0px;
  padding: 0px 0px 10px 0px;
}

.secucheckout_heading a{
  display:block;
  width:256px;
  height:45px;
}

.secucheckout_heading:before{
  background: url(../images/sprite.png) no-repeat -172px -2px;
  content:"";
  width:55px;
  height:55px;
  float:right;
  margin: 25px -2px 0px 0px ;
}

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

.product_info_link{
  float:left;
  color: #616161;
  padding: 4px 8px;
  background-image: linear-gradient(bottom, #E3E7E7 0%, #FFFFFF 100%);
  background-image: -o-linear-gradient(bottom, #E3E7E7 0%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(bottom, #E3E7E7 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(bottom, #E3E7E7 0%, #FFFFFF 100%);
  background-image: -ms-linear-gradient(bottom, #E3E7E7 0%, #FFFFFF 100%);
  background-color: #E3E7E7;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  border-top:1px solid #e9e9e9;
  text-shadow: 0px 1px #fff;
}

.product_info_link:hover{
  background-image: linear-gradient(bottom, #FFFFFF 0%, #E3E7E7 100%);
  background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E3E7E7 100%);
  background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E3E7E7 100%);
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E3E7E7 100%);
  background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E3E7E7 100%);
  background-color: #fff;
}

.product_info_link:active{
  -moz-box-shadow: 0px 0px 3px #bdbdbd inset;
  -webkit-box-shadow: 0px 0px 3px #bdbdbd inset;
   box-shadow: 0px 0px 3px #bdbdbd inset;
   border: 1px solid #cccccc;
   border-bottom: 1px solid #e9e9e9;
}

.product_buy_link{
  display:block;
  border:1px solid #fff;
  -moz-box-shadow: 0px 0px 3px #bebebe;
  -webkit-box-shadow: 0px 0px 3px #bebebe;
  box-shadow: 0px 0px 3px #bebebe;
  background-image: linear-gradient(bottom, #F69504 0%, #FAE843 100%);
  background-image: -o-linear-gradient(bottom, #F69504 0%, #FAE843 100%);
  background-image: -moz-linear-gradient(bottom, #F69504 0%, #FAE843 100%);
  background-image: -webkit-linear-gradient(bottom, #F69504 0%, #FAE843 100%);
  background-image: -ms-linear-gradient(bottom, #F69504 0%, #FAE843 100%);
  background-color: #FAE843;
  color: #1b3d64;
  float:left;
  text-shadow: 0px 1px #f9cf2f;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  padding: 4px 8px;
  margin: 0px 10px 0px 5px;
}

.product_buy_link:hover{
   background-image: linear-gradient(bottom, #FAE843 0%, #F69504 100%);
   background-image: -o-linear-gradient(bottom, #FAE843 0%, #F69504 100%);
   background-image: -moz-linear-gradient(bottom, #FAE843 0%, #F69504 100%);
   background-image: -webkit-linear-gradient(bottom, #FAE843 0%, #F69504 100%);
   background-image: -ms-linear-gradient(bottom, #FAE843 0%, #F69504 100%);
   background-color: #FAE843;
}

.pro_main_text{
  width: 280px;
  line-height: 22px;
  margin: 0px 0px 10px 0px;
}

.pro_side_text{
  width: 130px;
  font-family: Georgia, Times New Roman, serif;
  border-left: 1px solid #dcdcdd;
  padding: 15px 0px 20px 5px;
  margin: 0px 0px 10px 5px;
  font-size: 20px;
  color: #aaabab;
  font-style: italic;
}



/* General content */

.phishing_news{
  background: #f5f5f5;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 15px;
  -moz-box-shadow: 0px 1px 2px #a8a8a8;
  -webkit-box-shadow: 0px 1px 2px #a8a8a8;
  box-shadow: 0px 1px 2px #a8a8a8;
  margin: 10px 5px 50px 5px;
}

.phishing_news h2{
  color: #888888;
  font-size: 22px;
  padding: 0 0 10px;
}

.phishing_news h3{
  color: #1E5B93;
  font-size: 16px;
  padding: 5px 10px 5px 0px;
}

.phishing_news ul{
  margin: 0px 15px 15px 15px;
  overflow:auto;
}

.phishing_news ul li{
  float:left;
  width:48%;
}

.phishing_news ul li:first-child{
  margin:0px 10px 0px 0px;
  padding:0px 10px 0px 0px;
  border-right: 1px solid #DCDCDD;
}

.description_box h2{
  color: #888888;
  font-size: 22px;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #DCDCDD;
}


.description_box{
  width: 600px;
  margin: 0px 20px 50px 0px;
}

.description_box p, .phishing_news p{
  padding: 0px 0px 20px 0px;
  line-height: 22px;
  clear:both;
}

.description_box p strong{
  color: #1E5B93;
}

/* SUB Style */

.sub_top_heading{
  border-bottom: 1px solid #dcdcdd;
  color: #E16226;
  padding: 0px 10px 15px 0px;
  margin: 0px 0px 55px 0px;
  font-size:32px;
}

.sub_top_heading:before{
   background: url(../images/sprite.png) no-repeat -115px -2px;
  content:"";
  width:55px;
  height:55px;
  float:right;
  margin: 25px -2px 0px 0px ;
}

.description_box ul{
  margin: 10px 10px 20px 70px;
}

.description_box li{
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 10px;
  border-left: 3px solid #df9426;
  background: #f5f5f5;
}


/* References list style */

.ref_page{   font-size:12px; overflow:auto; margin: 20px 0px !important;}
.ref_page li{float:left; width: 128px; height:16px; line-height:16px; overflow:hidden; margin: 0px 10px 10px 0px; background: #eeeeee; padding:1px 3px 2px 3px;}
.ref_page li a{color: #1E5B93; width: 120px; overflow:hidden;}
.ref_page li a:hover{color: #2071B8; text-decoration:none;}



/* SUB image style */

.sub_img_style {
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 3px #505050;
    -webkit-box-shadow: 0 0 3px #505050;
    -moz-box-shadow: 0 0 3px #505050;
    margin: 5px 5px 15px;
}


/* SIDEBAR */

.sidebar{
  width:300px;
}

.sidebar h2{
  font-size: 22px;
  color: #888888;
  padding: 0px 0px 10px 0px;
}


.sidelist{
  margin: 0px 10px 20px 10px;
}

.sidelist li{
  margin: 0px 0px 5px 0px;
  border-left: 3px solid #1E5B93;
}

.sidelist li a{
  padding: 0px 5px 0px 5px;
  color: #1e1e1e;
}

.sidelist li a:hover{
  color: #fff;
  background: #1E5B93;
}


.side_product_box {
  background: #f5f5f5;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 15px;
  -moz-box-shadow: 0px 1px 2px #a8a8a8;
  -webkit-box-shadow: 0px 1px 2px #a8a8a8;
  box-shadow: 0px 1px 2px #a8a8a8;
  margin: 0px 0px 20px 0px;

}


.side_quick_contact{
  margin: 0px 0px 20px 0px;
   border-bottom: 1px solid #DCDCDD;
   padding: 0px 0px 20px 0px;
}

.side_quick_contact p{
   margin: 0px 10px 10px 20px;
   font-size: 12px;
}

.side_quick_contact a{
  border-left:3px solid #E16226;
  margin: 0px 10px 0px 20px;
  padding: 0px 5px;
  color: #1e1e1e;
}

.side_quick_contact a:hover{
  color:#fff;
  background: #E16226;
}

/* NEWS */

.news_wrapper{
  width:300px;
  margin: 0px 0px 40px 0px;
}

.news_box{
  margin: 0px 0px 20px 0px;
  font-size:12px;
}

.news_box h3{
  color: #1e5b93;
  border-bottom: 1px solid #dcdcdd;
  font-size:18px;
  padding: 0px 65px 5px 0px;
  margin: 0px 0px 5px 0px;
  position:relative;
}

.news_box h3 a{
  color: #1e5b93;

}


.news_box span{
  position: absolute;
  right: 5px;
  border:2px solid #fff;
  -moz-box-shadow: 0px 0px 5px #dcdcdd;
  -webkit-box-shadow: 0px 0px 5px #dcdcdd;
  box-shadow: 0px 0px 5px #dcdcdd;
  width:50px;
  height:50px;
  overflow:hidden;
}


.news_date{
  color: #aaabab;
  padding: 0px 0px 10px 0px;
}

.news_box p{
  padding: 0px 0px 10px 0px;
}

.news_link{
  color: #e16226;
}

.more_news{
  border-top: 1px solid #dcdcdd;
  text-align:center; background-image: linear-gradient(bottom, #FFFFFF 0%, #F5F5F5 100%);
  background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F5F5F5 100%);
  background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F5F5F5 100%);
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F5F5F5 100%);
  background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F5F5F5 100%);
  background-color: #F5F5F5;
  height: 30px;
}

.more_news a{
  padding: 1px 25px 0px 25px;
  background-image: linear-gradient(bottom, #E7E7E7 0%, #FFFFFF 100%);
  background-image: -o-linear-gradient(bottom, #E7E7E7 0%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(bottom, #E7E7E7 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(bottom, #E7E7E7 0%, #FFFFFF 100%);
  background-image: -ms-linear-gradient(bottom, #E7E7E7 0%, #FFFFFF 100%);
  background-color: #E7E7E7;
  border:1px solid #dcdcdd;
  border-top:none;
  -moz-border-radius: 0px 0px 10px 10px ;
  -webit-border-radius: 0px 0px 10px 10px ;
  border-radius: 0px 0px 10px 10px ;
  color: #1e1e1e;
  text-shadow: 0px 1px #fff;
}

.more_news a:hover{
  background: #fff;
}

/* SUBPAGE news */

.sub_news_wrapper{
  margin: 0px 0px 30px 0px;
}

.sub_news_wrapper h2{
   border-bottom: 1px solid #DCDCDD;
   margin: 0 0 5px;
   padding: 0 65px 5px 0;
   position: relative;
}

.sub_news_wrapper h2 a{
  color: #888888;
}

.sub_news_wrapper h2 img{
    border: 2px solid #FFFFFF;
    -moz-box-shadow: 0 0 5px #DCDCDD;
    -webkit-box-shadow: 0 0 5px #DCDCDD;
    box-shadow: 0 0 5px #DCDCDD;
    position: absolute;
    right: 5px;
}


/* List Tabel style */
.issuer_tabel{  margin: 0px 0px 20px 0px !important;}

.issuer_tabel li{
  margin: 0px;
  border-left:none;
}

.li_table_title, .li_table_value{  overflow:auto; clear:both; border-bottom: 1px solid #ababab; padding:5px 0px 5px 0px ;}
.li_table_title{  background:#f1f1f1; text-shadow:0px 1px 0px #fff;}

.li_table_title div{  float:left; width:180px; font-weight:bold; color:#0A4478; font-size:1.175em;  padding:0px 0px 0px 10px;}
.li_table_value div{  float:left; width:180px; padding:0px 0px 0px 10px;}
.li_table_value:nth-child(2n){  background:#ebf3fa;}


.tabel_link{  color: #000; font-weight:bold;}
.tabel_link:hover{ text-decoration:none;}

.tabel_contact_link{  width:29px; height:21px; background-position: -27px -27px; display:block; text-indent:-9999px; margin-top:10px;}



/* Contact Form Style */

.qualify_form {
    float: left;
    margin: 0 0 0 5px;
    padding: 10px 0px 30px 0px;
}

.qualify_form fieldset{  border:none;}

.form_text_label{  width:350px;  float:left;  margin:0px 10px 0px 0px; font-size:14px; font-style:italic; font-weight:bold; color:#ACACAC;}
.form_text_input{  float:left; width:435px; padding:5px 2px; margin:0px 0px 3px 0px;
  background-color: #f5f5f5;
  border:none;
  border-left:1px solid #549BDC !important;
  color: #1e1e1e;
  margin: 2px 0px 10px 0px;
}
.form_text_input option{  padding:1px 3px;}

.form_text_input:focus{
  border:1px solid #549BDC;
  margin: 1px 0px 9px 0px;
}

.btn_submit{ float:right; margin:10px 10px 0px 0px; background: url(/images/btns.jpg) repeat-x; border:none; font-weight:bold; color:#1e1e1e; text-shadow:0px 1px 0px #ffde88; height:30px; padding:0px 30px; -moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; -moz-box-shadow:0px 2px 2px #505050; -webkit-box-shadow:0px 2px 2px #505050; box-shadow:0px 2px 2px #505050;}
.btn_submit:hover{ background-position:0px -40px;}
.btn_submit:active{ background-position:0px -80px; -moz-box-shadow:0px 0px 2px #505050 inset; -webkit-box-shadow:0px 0px 2px #505050 inset; box-shadow:0px 0px 2px #505050 inset;}



/* Footer */

.footer_wide{
	background: url(../images/bg_noise.png);
	width:100%;
	min-height: 100px;
	padding: 0px 0px 50px 0px;
}

.copyright_wide{
   width: 100%;
  padding: 3px 0px;
  background: #1e1e1e;
  font-size:11px;
  border-bottom:1px solid #fff;
  text-align:center;
  color: #B9B9B9;
}

.footer_wrapper{
	width:940px;
	margin: auto;
	text-shadow: 0px 1px #fff;
	clear: both;
}

.footer_wrapper h2{
  color: #1E5B93;
  padding: 10px 0px;
}

.other_cert_container{
  margin: 15px 0px 0px 0px;
  background: url(../images/foot_shadow_cert.png) repeat-x;
  min-height: 150px;
  overflow:auto;

}

.other_cert_container span{
  background-image: linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
background-color: #E8E8E8;
padding: 2px 10px;
-moz-border-radius:0px 0px 15px 15px;
-webkit-border-radius:0px 0px 15px 15px;
border-radius:0px 0px 15px 15px;
margin:0px auto 10px;
display:block;
width:150px;
text-align:center;
-moz-box-shadow: 0px 2px 2px #c1c1c1;
-webkit-box-shadow: 0px 2px 2px #c1c1c1;
box-shadow: 0px 2px 2px #c1c1c1;
}

.extra_cert_container{

  margin: 10px;
}

/* Downloads */

.plugin_box{
  overflow:auto;
  padding: 20px 0px 10px 0px;
  background-image: linear-gradient(bottom, #E6E6E6  0%, #F5F5F5 20%);
background-image: -o-linear-gradient(bottom, #E6E6E6  0%, #F5F5F5 20%);
background-image: -moz-linear-gradient(bottom, #E6E6E6  0%, #F5F5F5 20%);
background-image: -webkit-linear-gradient(bottom, #E6E6E6  0%, #F5F5F5 20%);
background-image: -ms-linear-gradient(bottom, #E6E6E6  0%, #F5F5F5 20%);
  background-color: #f5f5f5;
  border-bottom:1px solid #dadada;
}

.btn_download{
  display:block;
  color: #616161;
  padding: 4px 8px;
  background-image: linear-gradient(bottom, #E3E7E7 0%, #FFFFFF 100%);
  background-image: -o-linear-gradient(bottom, #E3E7E7 0%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(bottom, #E3E7E7 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(bottom, #E3E7E7 0%, #FFFFFF 100%);
  background-image: -ms-linear-gradient(bottom, #E3E7E7 0%, #FFFFFF 100%);
  background-color: #E3E7E7;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  border-top:1px solid #e9e9e9;
  text-shadow: 0px 1px #fff;
}

.btn_download:before{
  background: url(../images/ico_download.png) no-repeat;
  content:"";
  width:16px;
  height:17px;
  float:left;
  margin: 1px 5px 2px 0px;
}

.btn_download:hover{
  background: #d3d3d3;
}


/* Slider heads style */


.slide_head{
  height: 270px;
}

.slide_head h1 strong{
  color: #1e5b93;
}


.slide_secucert_head{
  height: 270px;
}

.slide_secucert_head h1 strong{
  color: #1e5b93;
}

.slide_secubrand_head{
  height:270px;
}

.slide_secubrand_head h1 strong{
  color: #e16226;
}

.slide_iwebid_head{
  height: 270px;
}

.slide_iwebid_head h1 strong{
  color: #116143;
}

/* Slider style */

img {border: 0;}
.container {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
}
.folio_block {

}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
    margin: 0px 0px 10px 0px;
    -moz-border-radius:  5px 5px 0px 0px;
	-khtml-border-radius:  5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}
/*--Window/Masking Styles--*/
.window {
	height:296px;	width: 940px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
    border-top: 1px solid #ABABAB;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
    color: #464646;
    text-shadow: 0px 1px #fff;
}
.image_reel .header {float: left; width:940px;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	top: 275px; left: 430px;
    height:30px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
    text-align:center;
}
.paging a {
    background: url(../images/bullet_head.png) no-repeat 0px -16px;
    margin:7px 5px;
    float:left;
	text-decoration: none;
	color: #505050;
    width:16px;
    height:16px;
    text-indent:-9999px;

}

/*.paging a:before{
  content:""; float:left; background: url(images/arrow_right_16.png) no-repeat; width:16px; height:16px; margin: 0px 3px 0px 0px;
}*/


.paging a.active {
    background: url(../images/bullet_head.png) no-repeat 0px 0px;

}
.copyright_wrapper {
	margin: auto;
	width: 940px;
	min-height: 20px;
}
.copyright {
	float: right;
	line-height: 20px;
	width: 300px;
	text-align: center;
	margin-right: 20px;
}


/* Bottom navigation */

.bottom_navi{
	margin:0;
	clear:both;
	overflow:auto;
	float: left;
	width: 600px;
}
.bottom_navi ul {
	padding: 0;
}
.bottom_navi li{
	float:left;
	margin: 3px 15px 5px 0px;
}
.bottom_navi li a{
	color: #aaa;
	text-decoration:none;
}
.bottom_navi li a:hover{
	text-decoration:underline;
	color: #fff;
}
