@CHARSET "UTF-8";

HTML, BODY {
	margin: 0;
	padding: 0;
	cursor: default;
	background: #284154 url('/assets/www/img/bg_8.png');
}
A {
	text-decoration: none;
	color: #c00;
}
A:hover {
	text-decoration: none;
	color: #222;
}
H1 {
}
H2 {
	font-size: 1.5em;
	color: #c00;
}
H2.black {
	color: #202020;
}
H2.large {
	font-size: 1.8em;
	margin-bottom: 0.5em;
}
H3 {
	font-size: 1.15em;
	font-weight: bold;
	color: #555;
	margin-bottom: 0.5em;
}
P {
	color: #444;
}
P.heading {
	font-size: 1.2em;
	line-height: 1.4em;
}
BLOCKQUOTE {
	background: url('/assets/www/img/quote.gif') no-repeat;
	font-style: normal;
	margin: 0 1em;
}
BLOCKQUOTE P {
	margin-left: 70px;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #555;
}
BLOCKQUOTE P STRONG {
	color: #b00;
}


.wrapper {
	width: 950px;
  	margin: 3em auto;
	background: #fff;
	border-top: 10px solid #f3f3f3;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#header {
	padding-top: 2em;
}
#header .company {
}
#header .navigation {
	padding-top: 0.8em;
}
#header .navigation ul {
	margin: 0;
	padding: 0;	
}
#header .navigation ul li {
	float: left;
	list-style: none;
	margin: 0 1em;
	padding: 0;
}
#header .navigation ul li a {
	font-family: Arial;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #6a6a6a;
	text-shadow: 2px 2px rgba(0,0,0,0.05);
}
#header .navigation ul li a:hover {
	color: #222;
}
#header .navigation ul li.active a {
	color: #c00;
}
#header .contact {
	padding-top: 0.8em;
	color: #9e9e9e;
}
#header .contact div {
	height: 40px;
	line-height: 40px;
	margin-top: -10px;
	padding-left: 1.3em;
	border-left: 1px solid #f2f2f2;	
}

#pageHeading {
	height: 130px;
	background: #212121;
}
#pageHeading H1 {
	color: #fff;
	margin: 25px 0 0 0;
	font-size: 2em;
	line-height: 1em;
}
#pageHeading p {
	color: #bbb;
	margin: 27px 1em 0 0;
	text-shadow: 0 0 5px rgba(0,0,0,1), 0 0 20px rgba(0,0,0,1);
}
.pageHeading_about {
	background: #212121 url('/assets/www/img/page_heading_0.jpg') center right no-repeat !important;
}


#sidemenu ul.primary {
	margin: 0;
	padding: 0;
	border-top: 1px solid #eee;
}
#sidemenu ul.primary li {
	list-style: none;	
	margin: 0;
	padding: 0;
}
#sidemenu ul.primary li a {
	display: block;
	color: #b11;
	padding: 0.5em 0 0.5em 2.8em;
	border-bottom: 1px solid #eee;
	background: url('/assets/www/img/sidenav_arrow.gif') 1.4em 50% no-repeat;
}
#sidemenu ul.primary li a:hover {
	color: #444;
}
#sidemenu ul.primary li.active a {
	color: #666;
	font-weight: bold;
}

#footer {
	margin-top: 2em ;
	font-size: 0.9em;
	background: url('/assets/www/img/footer_bg.jpg') top center no-repeat;
}
#footer .container {
	padding: 2em 0;
}
#footer .title {
	font-weight: bold;
	color: #666;
	margin-bottom: 1em;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	margin: 0;
	padding: 0;	
	list-style: none;
}
#footer ul li a {
	color: #c00;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer ul li.active a {
	color: #444;
}
#footer ul li.active a:hover {
	text-decoration: none;
}
#footer dl {
	margin: 0;
	padding: 0;
}
#footer dl dt {
	float: left;
	width: 40px;
	font-weight: normal;
	text-align: right;
	color: #c00;
	margin: 0 10px 0 0;
	padding: 0;
}
#footer dl .space {
	padding-top: 0.65em;
}
#footer dl dd {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}

#indexFocus {
	height: 400px;
	position: relative;
}
#indexFocus .images {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 340px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}
#indexFocus .images .image {
	z-index: 15;
	position: absolute;
	top: 0;
	left: 0;
}
#indexFocus .content {
	z-index: 100;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 650px;
	height: 125px;
	background: #212121;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
#indexFocus .content .title {
	float: left;
	width: 220px;
}
#indexFocus .content .title h1 {
	margin: 20px 0 0 1.5em;
	font-size: 1.8em;
	line-height: 1.4em;
	color: #fff;
}
#indexFocus .content .text {
	float: left;
	width: 400px;
	margin-left: 10px;
}
#indexFocus .content .text p {
	margin: 22px 1em 0 0;
	color: #aaa;
}
#indexFocus .nav {
	position: absolute;
	z-index: 200;
	bottom: 0;
	right: 0;
	height: 60px;
	width: 100px;
}
#indexFocus .nav .previous {
	float: left;
	width: 24px;
	height: 24px;
	margin: 18px 10px;
	background: url('/assets/www/img/index_focus_previous.gif');
	cursor: hand;
	cursor: pointer;
}
#indexFocus .nav .previous:hover {
	background: url('/assets/www/img/index_focus_previous_hover.gif');
}
#indexFocus .nav .next {
	float: left;
	width: 24px;
	height: 24px;
	margin: 18px 10px;
	background: url('/assets/www/img/index_focus_next.gif');
	cursor: hand;
	cursor: pointer;
}
#indexFocus .nav .next:hover {
	background: url('/assets/www/img/index_focus_next_hover.gif');
}

#aboutFocus {
	overflow: hidden;
	position: relative;
	width: 630px;
	height: 200px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.35);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
#aboutFocus .one, #aboutFocus .two, #aboutFocus .three, #aboutFocus .four {
	overflow: hidden;
	position: absolute;
	width: 126px;
	height: 100%;
}
#aboutFocus .one {
	width: 252px;
	background: url('/assets/www/img/about_focus_onsite.jpg') center;
}
#aboutFocus .two {
	left: 252px;
	background: url('/assets/www/img/about_focus_remote.jpg') center;
}
#aboutFocus .three {
	left: 378px;
	background: url('/assets/www/img/about_focus_consult.jpg') center;
}
#aboutFocus .four {
	left: 504px;
	background: url('/assets/www/img/about_focus_security.jpg') center;
}
#aboutFocus .one .internal, #aboutFocus .two .internal, #aboutFocus .three .internal, #aboutFocus .four .internal {
	position: relative;
	width: 100%;
	height: 100%;
	border-right: 1px solid #fff;
	margin-left: -1px;
}
#aboutFocus .four .internal {
	border-right: none;
	margin-left: 0;
}
#aboutFocus .one .internal .caption, #aboutFocus .two .internal .caption, #aboutFocus .three .internal .caption, #aboutFocus .four .internal .caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 25px;
	background: #000;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.75);
}
#aboutFocus .one .internal .caption {
	background: #300;
}
#aboutFocus .one .internal .caption div, #aboutFocus .two .internal .caption div, #aboutFocus .three .internal .caption div, #aboutFocus .four .internal .caption div {
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	color: #fff;
}
#aboutFocusText {
	margin: 1.75em 3.5em;
}
#aboutFocusText p {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #555;
}

.about_pricing {
	margin: -2em 0;
	padding: 2em 0;
	background: url('/assets/www/img/about_pricing_bg_0.jpg') center no-repeat;
}
.about_pricing dl {
}
.about_pricing dl dt {
	display:inline-block;
	width: 80%;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.about_pricing dl dd {
	display:inline-block;
	width: 15%;
	margin: 0;
	padding: 0;
	text-align: right;
	color: #369;
}
.about_pricing H3 span {
	float: right;
	font-size: 70%;
	font-weight: normal;
	color: #999;
	margin-right: 4%;
}

.about_clients {
}
.about_clients .featured .clientl, .about_clients .featured .clientc, .about_clients .featured .clientr {
	float: left;
	width: 200px;
	margin-right: 10px;
}
.about_clients .featured .clientr {
	margin-right: 0;
}
.about_clients .featured .title {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.6em;
}
.about_clients .featured .description p {
	font-size: 0.9em;
	line-height: 1em;
	color: #777;
}
.about_clients .all {
	margin-top: -1em;
}
.about_clients .all .row1, .about_clients .all .row2, .about_clients .all .row3, .about_clients .all .row4 {
	float: left;
	width: 190px;
	margin-right: 20px;
}
.about_clients .all dl {
}
.about_clients .all dl dt {
	font-size: 0.9em;
	text-transform: uppercase;
	color: #fff;
	margin: 2em 0 0.5em 0;
	padding: 0.25em 12px;
	background: #2b4557;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.15);
}
.about_clients .all dl dd {
	margin: 0 0 0.5em 6px;
	padding: 0;
}
.about_clients .all A {
	border-bottom: 1px dotted #a00;
	color: #444;
}
.about_clients .all A:hover {
	border-bottom: 1px dotted #fff;	
	color: #b11;
}

.about_testimonials .testimonial {
	clear: both;
}
.about_testimonials .testimonial .logo {
	text-align: center;
}
.about_testimonials .testimonial BLOCKQUOTE {
	min-height: 140px;
	margin: 1.5em;
}
.about_testimonials .testimonial BLOCKQUOTE P {
	font-size: 1em;
	line-height: 1.5em;
}
.about_testimonials .testimonial BLOCKQUOTE A {
	color: #444;
	border-bottom: 1px dotted #ccc;
}
.about_testimonials .testimonial BLOCKQUOTE A:hover {
	color: #444;
	border-bottom: 1px dotted #d00;
}

span.testimonialCompany {
	text-transform: uppercase;
	font-size: 90%;
	color: #111;
}

.spacerBold {
	width: 100%;
	height: 2px;
	margin: 2em 0;
	background: #eee;
}
.spacerThin {
	width: 100%;
	height: 1px;
	margin: 2em 0;
	background: #ddd;
}
.spacerThinLight {
	width: 100%;
	height: 1px;
	margin: 2em 0;
	background: #eee;
}
.spacerEmpty {
	width: 100%;
	height: 0;
	margin: 3em 0;
}
.clear {
	clear: both;
}




/**
 * CSS arrows Based on Jon Rohan's post Creating Triangles in CSS
 * @see http://www.dinnermint.org/css/creating-triangles-in-css/
 */
.css-arrow-left {
	border-color: transparent #000 transparent transparent;
	border-style: solid;
	border-width: 10px 20px 10px 0;
	height: 0;
	margin: 10px 0;
	width: 0;
}
.css-arrow-down {
	border-color: #000 transparent transparent;
	border-style: solid;
	border-width: 20px 20px 0;
	height: 0;
	margin: 0 10px;
	width: 0;
}
.css-arrow-up {
	border-color: transparent transparent #000;
	border-style: solid;
	border-width: 0 20px 20px;
	height: 0;
	margin: 0 10px;
	width: 0;
}
.css-arrow-right {
	border-color: transparent transparent transparent #000;
	border-style: solid;
	border-width: 10px 0 10px 20px;
	height: 0;
	margin: 10px 0;
	width: 0;
}
.tooltip {
	background: #000;
	border-radius: 5px;
	box-shadow: 2px 2px 10px rgba(0,0,0,.3);
	color: #fff;
	max-width: 500px;
	padding: 5px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,.3);
}
.tooltip a {
	color: #fff;
}
.tooltip div.close {
	background: url(tooltip-close.png) no-repeat;
	border: 1px solid #000;
	float: right;
	height: 6px;
	margin-left: 5px;
	width: 7px;
}
.tooltip div.close:hover {
	border-style: outset;
}