@charset "utf-8";
/* CSS Document */
body, html {
	height: 100%;
}
	
body,td,th {
	color: #333;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
a:link {
	color: #C00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C00;
}
a:hover {
	text-decoration: underline;
	color: #C00;
}
a:active {
	text-decoration: none;
	color: #C00;
}

#logo{
	width:135px;
	height:82px;
	background-color:#c22425;
	background-image:url(graphic_elements/logo.png);
	background-repeat:no-repeat;
	position:fixed;
    z-index: 9999;
}

#logo span{
	margin-top:-100px;
	position:absolute;	
}

#headernav{
	height:20px;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#333;
	font-size:16px;
	padding:15px;
	padding-left:120px;
	border-bottom:0px solid #666;
	position:fixed;
	z-index:99;
	width:100%;
    /*add:20140318*/
	padding-top:35px;
}

#verticalRed{
	width:5px;
	height:100%;
	position:fixed;
	z-index:999;
	background-color:#c22425;	
}

#headernav ul{
	margin:0;
    /*add:20140318*/
	margin-top:-21px;
}

#headernav ul li{
	display:inline;
	list-style:none;
	padding-left:30px;
	padding-right:30px;
	border-right:1px solid #333;
	
}

#headernav ul li:last-child, .sfhover a {
border-right:none;
}


#headernav a:link {
	color: #333;
	text-decoration: none;
}
#headernav a:visited {
	text-decoration: none;
	color: #333;
}
#headernav a:hover {
	text-decoration: none;
	color: #C00;
}
#headernav a:active {
	text-decoration: none;
	color: #333;
}

#pageContainer{
	width:100%;
	height: 100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top right;
}

aside{
	width:210px;
	/*border-right:1px solid #999;*/
	position:absolute; /*position:fixed;*/
	height:100%;
	padding-top:130px;
}

aside ul{
	margin:0;
	padding:0;
	padding-left:5px;
}

.active {
    background-color: #C00;    
}

aside ul li{
	list-style:none;
	margin:0;
	padding:0;
	width:195px;
	background-color:#333;
	min-height:130px;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
	overflow:hidden;
	/*
    -webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
    */
	margin-bottom:1px;
}


aside ul li a:link {
	color: #CCC;
	text-decoration: none;
}
aside ul li a:visited {
	text-decoration: none;
	color: #CCC;
}
/*
aside ul li a:hover, aside ul li:hover{
	text-decoration: none;
	color: #FFF;
	width:500px;
	background-color:rgba(51, 51, 51, 0.85);
}
*/
aside ul li a:active {
	text-decoration: none;
	color: #CCC;
}

aside ul li img{
	margin-bottom:8px;
}

.thumbTitle_holder{
	width:180px;
	float:left;
    /*add:20140318*/
	margin-left:10px;
}

.menuItem_holder{
	width:500px;
	min-height:120px;	
}
.menuDescription_holder{
	width:300px;
	float:left;
	font-weight:normal !important;
	text-transform:none !important;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding-left:5px;
	margin-top:-1px; /*add:20140318*/
}

.menuDescription_holder a:link{
	float:right !important;
	width:70px !important; /*add:20140318 | old:width:65px !important;*/
	padding:3px;
    /*add:20140318*/
	margin-top:-10px;
	margin-bottom:7px;
}

.thumbTitle_holder img{
	min-width:174px;
	height:auto;
	border:1px solid #CCC;
}

#contentHolder{
	width:680px;
	z-index:999999;
    /*20140322
    background-color: #CCC !important;
    opacity: 1 !important;
    filter: Alpha(opacity=50);*/ /* IE8 and earlier */
}

.contentBackground {
    width: 700px;
    padding:10px;
	margin-left:250px;
    padding-top:150px;
	padding-bottom:0px;
    background-color: #CCC !important;
    opacity: 0.8 !important;
    filter: Alpha(opacity=50); /* IE8 and earlier */
}

.homeTitle{
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#333;
	font-size:54px;
	font-weight:bold;
	letter-spacing: -3px;
	line-height: .9;
	padding-bottom:10px;
	
}
 
.featureStory{
	width:470px;
	padding-top:10px;
	padding-bottom:0px;
	border-top:1px solid #333;

}

.featureStory_title{
	font-family:Arial, Helvetica, sans-serif;
	color:#C30;
	font-size:25px;
	line-height: 1;
	padding-bottom:10px;
}

.featureStory_intro{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	border-bottom:1px solid #333;	
}

.featureStory_intro a:link{
	float:right;
	padding:5px;
	
	background-color:#333;	
	font-size:11px;
	text-decoration:none;
	color:#FFF !important;
    top: -25px;
    position: relative;
}

.featureStory_intro a:visited {
    color:#FFF !important;
}

.featureStory_intro span{
	color:#FFF;
}

.featureStory_intro span:hover{
	color:#F00;
}

.page{
	display:none;	
}

.pageTitle{
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#333;
	font-size:28px;
	font-weight:bold;
	letter-spacing: -1px;
	line-height: 1;
	padding-bottom:10px;
	margin-bottom:10px;
}

.pageStory{
	line-height:2;	
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	padding-top:10px;
	padding-bottom:10px;
}

.home{
	background-image:url(../images/home.jpg);
    /*add:20140319*/
	background-position:top right;
	background-size:cover;
	background-repeat:no-repeat;
}

.faq{
	background-image:url(../images/faq.jpg);
	width: 100%;
    height: 100%;
    /*add:20140319*/
	background-position:top right;
	background-size:cover;
	background-repeat:no-repeat;
}

#window{
	width:100%;
	height:100%;
	position:absolute;
	z-index:-999999;
}

/********************ADDITIONAL CSS********************/
/******************************************************/

#pageContainerPDF {
    /*padding-top: 150px;
    margin-left: 180px;*/
    width:100%;
	height: 100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top right;
}

.indexPDF {
    width: 100%;
    height: 100%;
	background-image: url(../images/background/Cybercriminals-boost-demand-for-stolen.jpg);
	background-position: top right;
	background-size:cover;
	background-repeat: no-repeat;
    background-attachment: fixed;
}

.index {
	background-image:url(../images/background/home.jpg);
	width: 100%;
	height: 100%;
	background-position:top right;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment: fixed;
}

.nextSidebar {
    margin-top: 7px;
}

.readmoreFAQ {
    margin-top: 50px !important;
}

.indexReadmore {
    background-image: url(../images/background/Cybercriminals-boost-demand-for-stolen.jpg);
    width: 100%;
    height: 100%;
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.indexShoppingList {
	background-image: url(../images/background/UNDERGROUND-PRODUCTS-AND-SERVICES.jpg);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.indexFAQ {
	background-image:url(../images/background/faq.jpg);
	background-position: top right;
	background-size:cover;
	background-repeat: no-repeat;
    background-attachment: fixed;
}

.indexBestPractices {
    background-image:url(../images/background/best-practices.jpg);
	width: 100%;
	height: 100%;
	background-position:top right;
	background-size:cover;
	background-repeat:no-repeat;
}

#pageContainerReadmoreCyberCrime{
	width:100%;
	height: 100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top right;
}

#pageContainerSidebarCyberCrime {
    width:100%;
	height: 100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top right;
}

#pageContainerShoppingList{
	width:100%;
	height: 100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top right;
}

#pageContainerFAQ {
	width:100%;
	height: 100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top right;
}

#pageContainerBestPractices {
	width:100%;
	height: 100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top right;
}

.indention {
	padding-left: 30px;
}

.red {
    color: #F00;
}

.orange {
    color: #ff6a00;
}

.gray {
    color: #CCC;
}