html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
    font-family: 'AndaleMonoRegular';
    src: url('AndaleMono-webfont.eot?') format('eot'),
         url('AndaleMono-webfont.woff') format('woff'),
         url('AndaleMono-webfont.ttf') format('truetype'),
         url('AndaleMono-webfont.svg#webfont3QB3yk9l') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1 {	font-family: 'AndaleMonoRegular', Arial, sans-serif;
font-size: 1.8em;
margin-top: 10px;
color: #094A82;} /* 22px */
h2 {font-size: 1.35em} /* 20px */
h3 {font-size: .9em;text-transform: uppercase;font-weight: bold;} /* 18px */
h4 {font-size: 1.05em} /* 16px */
h5 {font-size: 1em} /* 14px */

h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
    margin-bottom: .8em;
}

/* Anchors */
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
    color: #33A7D6;
    padding: 0 1px;
}
a:hover, a:active {
    color: black;
    text-decoration: underline;
}

/* Paragraphs */
p {margin-bottom: 1.143em;}
* p:last-child {margin-bottom: 0;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}


/* Lists */
ul {
    list-style: outside disc;
    margin: 1em 0 1.5em 1.5em;
}

ol {
    list-style: outside decimal;
    margin: 1em 0 1.5em 1.5em;
}

dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}

/* Quotes */
blockquote {font-style: italic;}
cite {}

q {}

/* Tables */
table {margin: .5em auto 1.5em auto; width: 98%;}

    /* Thead */
    thead th {padding: .5em .4em; text-align: left;}
    thead td {}

    /* Tbody */
    tbody td {padding: .5em .4em;}
    tbody th {}

    tbody .alt td {}
    tbody .alt th {}

    /* Tfoot */
    tfoot th {}
    tfoot td {}






body {
	background: #B4CEDB;
	font-size: 16px;
	line-height: 1.5;
	font-family: Helvetica, Arial, sans-serif;
}

#spiral {
	background: url(images/spiral.jpg) no-repeat;
	width: 715px;
	height: 457px;
	top: 0;
	left: -200px;
	position: absolute;
	z-index: -1;
}

#frame {
	width: 960px;
	position: relative;
	margin: 0 auto;
}


#logo {
	float: left;
	margin-top: 60px;
	margin-left: 220px;
	height: 56px;
}

nav {
	float: left;
	width: 340px;
	margin-top: 50px;
}

nav ul li {
	font-family: 'AndaleMonoRegular', Arial, sans-serif;
	font-size: 18px;
	line-height: 1.1;
	list-style: none;
	text-align: left;
}

nav ul li a {
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.6);  
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#99FFFFFF',EndColorStr='#99FFFFFF'); 
	text-decoration: none;
	color: black!important;
		     -moz-border-radius: 15px; 
  -webkit-border-radius: 15px; 
          border-radius: 15px; 
behavior: url(PIE.htc);
	padding-top: 5px!important;
	padding-bottom: 2px!important;
	padding-left: 15px!important;
	margin-bottom: 15px;
	display: block;
	width: 260px;
	letter-spacing: -1px;
}

nav ul li a:hover {
	background-color: #33A7D6;
	color: white!important;
	-webkit-box-shadow: #666 1px 2px 3px;
-moz-box-shadow: #666 1px 2px 3px;
box-shadow: #666 1px 2px 3px;
	color: black!important;
behavior: url(PIE.htc);
text-decoration: none;
}

#security-analysis nav ul li.security a,#investigation nav ul li.digital a, #incident-response nav ul li.incidence a, #data-recovery nav ul li.datarec a, #software nav ul li.software a, #consulting nav ul li.consulting a, #news nav ul li.news a, #about-us nav ul li.about a, #links nav ul li.links a, #contact-us nav ul li.contact-us a, #research nav ul li.research a {
	background-color: #33A7D6;
	color: white!important;
	-webkit-box-shadow: #666 1px 2px 3px;
-moz-box-shadow: #666 1px 2px 3px;
box-shadow: #666 1px 2px 3px;
behavior: url(PIE.htc);
text-decoration: none;
	
}

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

header {
	float: left;
}

#content {
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.6);  
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#99FFFFFF',EndColorStr='#99FFFFFF'); 
            padding: 10px 25px;
     -moz-border-radius: 8px; 
  -webkit-border-radius: 8px; 
          border-radius: 8px; 
behavior: url(PIE.htc);
	width: 560px;
position: absolute;
	top: 180px;
	right: 0;
}

footer {
	font-family: 'AndaleMonoRegular', Arial, sans-serif;
	float: left;
	clear: left;
	width: 280px;
	margin-top: 30px;
	margin-left: 30px;
}

address b {
	font-weight: bold;
}
