﻿/*-----------------------------------------------------------------------------
Screen Base Style Sheet

version:   20090109
website:   http://www.thinking-security.com/
-----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
/* Import any External Styles */
/*---------------------------------------------------------------------------*/

@import url('reset.css');
@import url('fonts.css');


/*---------------------------------------------------------------------------*/
/* Setup & Further Resets */
/*---------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	margin: 0.8em 0 0.4em 0;
}

img
{
	display: block;
}

/* Removes fieldset borders. even on Opera 7 */
fieldset { border: 0 solid transparent; }

td
{
	text-align: left;
	font-weight: normal;
}

address,caption,cite,code,dfn,em,strong,th,var
{
	font-style: normal;
	font-weight: normal;
}

caption,th { text-align: left; }


/*---------------------------------------------------------------------------*/
/* General classes */
/*---------------------------------------------------------------------------*/

.clear
{
	clear: both;
	height: 0px !important;
	font-size: 0px !important;
	overflow: hidden;
}

.right { float: right; }
.left { float: left; }
.input
{
	border: 1px #CCC solid;
	padding: 2px;
}
.bold { font-weight: bold; }
.margintop50 { margin-top: 50px; }

/*---------------------------------------------------------------------------*/
/* Typography */
/*---------------------------------------------------------------------------*/

body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #111;
	text-align: center;
	background-image: url(../images/elements/background.gif);
	background-repeat: repeat;
	background-position: center top;
}


/* Font sizes - use percentages

9px  = 70%
10px = 77%
11px = 85%
12px = 93%
13px = 100%
14px = 108%
15px = 116%
16px = 123.1%
17px = 131%
18px = 138.5%
19px = 146.5%
20px = 153.9%
21px = 161.6%
22px = 167%
23px = 174%
24px = 182%
25px = 189%
26px = 197%

*/

/*---------------------------------------------------------------------------*/
/* Headings */
/*---------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 { font-size: 269.2%; } /* 35px */
h2 { font-size: 230.7%; } /* 30px */
h3 { font-size: 167%; } /* 22px */
h4 { font-size: 138.5%; } /* 18px */
h5 { font-size: 123.1%; } /* 16px */
h6 { font-size: 108%; } /* 14px */


/*---------------------------------------------------------------------------*/
/* Links */
/*---------------------------------------------------------------------------*/

a:link, a:visited, a:active
{
	color: #ee5b1e;
	text-decoration: none;
}

a:hover { text-decoration: underline; }


/*---------------------------------------------------------------------------*/
/* Structure */
/*---------------------------------------------------------------------------*/

#headerWrapper
{
	height: 162px;
	background-image: url(../images/elements/headerWrapperBack.gif);
	background-repeat: repeat;
	background-position: center top;
}

#header
{
	width: 951px;
	height: 162px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/elements/headerBack.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

#mainNavigation
{
	width: 951px;
	clear: both;
}

#pageWrapper
{
	background-color: #fff;
}

#page
{
	width: 951px;
	margin: 0 auto;
	text-align: left;
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
}

#footerWrapper
{
	background-image: url(../images/elements/footerWrapperBack.png);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
}

#footer
{
	width: 951px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 16px;
}


/*---------------------------------------------------------------------------*/
/* Header */
/*---------------------------------------------------------------------------*/

#header h1
{
	margin: 0 0 0 44px;
	padding: 0;
	text-indent: -9999px;
	float: left;
	width: 188px;
	height: 111px;
	background-image: url(../images/elements/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
}

#header h1 a
{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

#header #headerInfo
{
	float: right;
	color: #FFF;
	font-size: 230%;
	margin-top: 16px;
}


/*---------------------------------------------------------------------------*/
/* Main Nav */
/*---------------------------------------------------------------------------*/

#mainNavigation
{
	position: absolute;
	bottom: 31px;
	left: 270px;
	width: auto;
}

#mainNavigation ul li
{
	float: left;
	background-color: #ca440b;
	margin-right: 1px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	border-top: 1px #cf5623 solid;
	border-right: 1px #cf5623 solid;
	border-left: 1px #cf5623 solid;
}

#mainNavigation ul li.on
{
	background-image: url(../images/elements/navOn.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px #eb672e solid;
	border-right: 1px #eb672e solid;
	border-left: 1px #eb672e solid;
}

#mainNavigation ul li a
{
	color: #FFF;
	display: block;
	padding: 10px 10px 9px 10px;
}

#mainNavigation ul li a:hover
{
	text-decoration: none;
	background-color: #ba3f0a;
}

#mainNavigation ul li.on a:hover
{
	text-decoration: none;
	background-color: transparent;
}


/*---------------------------------------------------------------------------*/
/* Side Column */
/*---------------------------------------------------------------------------*/

#sideColumn
{
	width: 238px;
	float: left;
	padding: 16px;
}

#sideCasestudies
{
	width: 200px;
}

#sideCasestudies li
{
	background-image: url(../images/elements/icon-casestudy.gif);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	padding: 0 0 8px 16px;
	background-color: #FFF;
}

#sideCasestudies a
{
	color: #898989;
}

#sideCasestudies a:hover
{
	color: #669cad;
}

.sideContactDetails { color: #898989; }
.sideContactDetails .blue { color: #669cad; }
.sideContactDetails a { color: #669cad !important; }


/*---------------------------------------------------------------------------*/
/* Main Column */
/*---------------------------------------------------------------------------*/

#mainColumn
{
	width: 681px;
	float: left;
	padding-bottom: 32px;
}

#mainColumn h2
{
	margin: 0.8em 0 0 0;
}

#mainColumn p
{
	margin: 1em 0 0.5em 0;
}

h2.headlineImageHome
{
	margin: 20px 0 10px 0;
	padding: 0;
	width: 681px;
	height: 219px;
	background-image: url(../images/elements/headline-home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	float: left;
}

#textColumn
{
	width: 440px;
	float: left;
}

#mainColumn p.firstPara
{
	font-size: 116%;
	font-weight: bold;
}

#sideColumn2
{
	width: 170px;
	float: left;
	margin-left: 51px;
	padding: 10px;
	display: inline;
}


/*---------------------------------------------------------------------------*/
/* Footer */
/*---------------------------------------------------------------------------*/

#footerLinks
{
	float: left;
	display: inline;
	margin: 16px 0 0 8px;
}

#footerLinks a
{
	color: #fff;
}

#footerLinks a:hover
{
	color: #b43a05;
	text-decoration: none;
}

#footerLinks li
{
	float: left;
	padding: 0 8px;
	border-right: 1px #ea8f68 solid;
	line-height: 1;
}

#footerLinks li.last
{
	padding: 0 0 0 8px;
	border: none;
}

#footerInfo
{
	float: left;
	clear: left;
	display: inline;
	color: #ffcfbb;
	margin: 16px 0 0 16px;
}

#footerInfo a
{
	color: #ffcfbb;
}

#footerInfo a:hover
{
	color: #fff;
	text-decoration: none;
}

/*---------------------------------------------------------------------------*/
/* Owls */
/*---------------------------------------------------------------------------*/

.owl
{
	width: 170px;
	height: 272px;
	background-repeat: no-repeat;
	background-position: left top;
}

.owl.one
{
	background-image: url(../images/owls/owl1.jpg);
}

.owl.two
{
	background-image: url(../images/owls/owl2.jpg);
}

.owl.three
{
	background-image: url(../images/owls/owl3.jpg);
}

.owl.four
{
	background-image: url(../images/owls/owl4.jpg);
}

.owl.five
{
	background-image: url(../images/owls/owl5.jpg);
}

/*---------------------------------------------------------------------------*/
/* Case Studies */
/*---------------------------------------------------------------------------*/

.caseStudyDetail
{
	background-color: #fcede3;
	padding: 16px;
	margin-top: 16px;
	border: 3px #f7ddcb solid;
}

.caseStudyDetail h3,
.caseStudyDetail p
{
	margin: 0 !important;
}

/*---------------------------------------------------------------------------*/
/* Buttons */
/*---------------------------------------------------------------------------*/

.button
{
	border: 1px #ca440b solid;
	background-color: #ee5b1e;
	text-align: left;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0.4em 0.4em 0.3em 0.4em;
	color: #fff !important;
	display: block;
}

.button:hover
{
	background-color: #ba3f0a;
	text-decoration: none;
}

/*---------------------------------------------------------------------------*/
/* PDF icon */
/*---------------------------------------------------------------------------*/

.pdfIcon
{
	width: 41px;
	height: 42px;
	background-image: url(../images/elements/icon-pdf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	float: left;
	margin: 0 10px 5px 0;
}

.zipIcon
{
	width: 41px;
	height: 42px;
	background-image: url(../images/elements/icon-zip.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	float: left;
	margin: 0 10px 5px 0;
}

