/*
@Title		Flashback Data Style Sheet
@Author		Gestalt Creative
*/

/*	General
--------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	border: 0;			/* This removes the border around the viewport in old versions of IE */
	width: 960px;
	background: #fff;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #505153;
}

a img { border: none; }

a:link, 
a:visited {
	color: #6d91a3;
	text-decoration: none;
}

a:hover { color: #6d91a3; text-decoration: underline; }
a:active { color: #6d91a3; }

a.linkbutton {
	background: url(../images/linkbutton-left.png) scroll top left no-repeat;
	display: block;
	position: relative;
	float: left;
	height: 19px;
	padding-left: 10px;
	font-size: 95%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

a.linkbutton span {
	background: url(../images/linkbutton-right.png) top right no-repeat;
	display: block;
	color: #fff;
	line-height: 13px;
	padding: 3px 10px 3px 0;
}

input.text {
	border: 2px solid #6d91a3;
	color: #000;
	padding: 2px;
}

/*	Layout
--------------------------------------------------------------------------*/
#header {
	clear: both;
	position: relative;
	float: left;
	width: 100%;
}

#header img { margin: 15px 0px 15px 15px; }


#header .top-right 
{
    color: #6d91a3;
	text-transform: uppercase;
	background: url(../images/800-number.png) bottom no-repeat;
    font-size: 80%;
    line-height: 80px;
    padding-left: 35px;
    position: absolute;
    bottom: 85px;
    right: 15px;
}

#header .client-login 
{
    color: #000;
    text-transform: uppercase;
    font-size: 90%;
    line-height: 16px;
    background: url(../images/lock.png) left no-repeat;
    padding-left: 20px;
    position: absolute;
    bottom: 65px;
    right: 15px;
}

#main-navigation {
	background: #83a1b1 url(../images/nav-bg.png) top repeat-x;
/*	width: 100%;	*/
	margin: 0 15px;
/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
*/
	height: 50px;
}

#main-navigation ul.services li.current a, 
#main-navigation ul.company li.current a {
	color: #000;
	position: relative;
}

#main-navigation ul.services li.current a span, 
#main-navigation ul.company li.current a span { 
	position: absolute;
	width: 100%;
	height: 7px;
	background: url(../images/nav-arrow.png) top center no-repeat;
	top: 31px;
	left: 0px;
	line-height: normal;
	z-index: 99;
}

#main-navigation ul.services {
	background: url(../images/nav-main-bg.png) top repeat-x;
	position: relative;
	float: left;
	list-style: none;
	margin: 5px 5px 5px 15px;
	padding: 0;
	border: 2px solid #6d91a3;
	height: 35px;
}

#main-navigation ul.services li {
	display: inline;
	list-style-type: none;
	margin: 5px;
	line-height: 35px;
	font-size: 75%;
	font-weight: bold;
}

#main-navigation ul.services li.first { margin-left: 15px; }
#main-navigation ul.services li.last { margin-right: 15px; }

#main-navigation ul li a:link, 
#main-navigation ul li a:visited { 
	color: #fff;
	text-transform: uppercase; 
	text-decoration: none;
}

#main-navigation ul li a:hover { color: #000; }
#main-navigation ul li a:active { color: #fff; }

#main-navigation ul.company {
	position: relative;
	float: left;
	list-style: none;
	margin: 0px 5px;
	padding: 0;
	height: 50px;
}

#main-navigation ul.company li {
	position: relative;
	display: inline;
	list-style-type: none;
	margin: 5px;
	line-height: 50px;
	font-size: 75%;
}

/*
#main-navigation ul.company div { display: none; }

#main-navigation ul.company li.mega div {
  padding: 0 10px;
  background: #fff none repeat scroll 0% 0%;
  border: 2px solid #000;
  position: absolute;
  top: 15px;
  right: 0px;
  z-index: 9999;
  line-height: normal;
}

#main-navigation ul.company li.hovering div {
  display: block;
}
*/

.search {
	position: relative;
	float: right;
	margin: 5px 15px 5px 5px;
	padding: 0;
	height: 35px;
	display: inline;
}

.search input.google-search  {
	background: #fff url(../images/magnifier.png) right no-repeat;
	border: 2px solid #6d91a3;
	width: 150px;
	margin: 8px 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 18px;
	display: inline;
}

.colmask {
	position: relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%;			/* width of whole page */
	overflow: hidden;		/* This chops off any overhanging divs */
}

.fullpage { background: #fff; }
.fullpage .col1 { margin: 0 15px; }

#footer {
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 25px;
	font-size: 80%;
}

#footer .footer-box {
	background: #83a1b1 url(../images/nav-bg.png) top repeat-x;
/*	width: 100%;	*/
	margin: 0 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 50px;
}

#footer .footer-box .icon-recovery { 
	background: url(../images/icon-raid.png) top left no-repeat;
	width: 250px;
	height: 37px;
	position: relative;
	float: left;
	margin: 5px;
	padding-top: 5px;
	padding-left: 58px;
	color: #fff;
}

#footer .footer-box .platforms { 
	position: relative;
	float: right;
	width: 310px;
	margin: 5px;
	color: #fff;
}

#footer .footer-box .platforms p { 
	position: relative;
	float: left;
	display: inline;
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	line-height: 40px;
}

#footer .footer-box .platforms ul {
	list-style: none;
	position: relative;
	float: right;
	margin: 5px 0 0 0;
	padding: 0px;
}

#footer .footer-box .platforms ul li {
	display: inline;
	list-style-type: none;
	margin: 0 3px;
}

#footer .footer-box .platforms ul li img {
	padding: 2px;
	background: #fff;
	border: 1px solid #6d91a3;
}

#footer #site-links {
	list-style-type: none;
	position: relative;
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
}

#footer #site-links li {
	border-left: 1px solid #787777;
	float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}

#footer #site-links li.first {
	border-left: none;
}

#footer #site-links li a { font-size: 90%; }

#footer .copyright {
	position: relative;
	float: right;
	text-align: right;
	font-size: 90%;
	margin: 0 15px 0 0;
}

#footer .social {
	position: relative;
	text-align: right;
	font-size: 90%;
	margin: 40px 15px 0 0;
}

/*	Home
--------------------------------------------------------------------------*/
.banner {
	background: url(../images/banner-gradient.png) top left repeat-y;
/*	width: 100%;	*/
	height: 215px;
	margin: 10px 0 0 0;
	padding: 0;
	border-top: 2px solid #ddd;
	border-right: 1px solid #b8b9ba;
	border-bottom: 1px solid #b8b9ba;
	border-left: 2px solid #ddd;
	position: relative;
}

.banner h3 {
	font-size: 130%;
	color: #505153;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 20px 0 0 20px;
}

.banner h3 span.tagline {
	margin-top: 20px;
	font-size: 200%;
	color: #6d91a3;
	line-height: 95%;
}

.banner .hard-drives {
	position: absolute;
	top: 0;
	right: 0;
	width: 485px;
	height: 215px;
}

.banner p { margin: 30px 20px; }

.banner p a.linkbutton-free-quote {
	background: #83a1b1 url(../images/nav-bg.png) top repeat-x;
	padding: 10px;
	display: inline-block;
/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
*/
	color: #000; /* #505153 */
	text-decoration: none;
}

.banner p a.linkbutton-free-quote span { color: #fff; }
.banner p a.linkbutton-free-quote:hover { border-bottom: 1px solid #000; }
.services { 
/*	width: 100%;	*/
	margin: 10px 0;
	padding: 10px 0;
	background: url(../images/services-bg.png) bottom right no-repeat;
	border-top: 2px solid #ddd;
	border-right: 1px solid #b8b9ba;
	border-bottom: 1px solid #b8b9ba;
	border-left: 2px solid #ddd;
}

.services h1 {
	margin: 0 10px 10px 10px;
	font-size: 130%;
	color: #6d91a3;
	text-transform: uppercase;
}

.services h2 {
	margin: 0 10px 10px 10px;
	font-size: 130%;
	color: #6d91a3;
	text-transform: uppercase;
}

.services ul { margin: 10px; }
.services ul li {
	font-size: 85%;
	margin-bottom: 5px;
}

.services p { margin: 10px; }

.services .flashback-difference { 
	position: relative;
	float: left;
	width: 33%;
}

.services .flashback-difference p {
	font-size: 110%;
	line-height: 1.5em;
}

.services .data-recovery {
	border-right: 1px solid #6d91a3;
	border-left: 1px solid #6d91a3;
	position: relative;
	float: left;
	width: 33%;
}

.services .left-ga {
	position: relative;
	float: left;
	width: 45%;
	margin: 10px;
}

.services .data-recovery p { font-size: 85%; }

.services .computer-forensics { 
	position: relative;
	float: left;
	width: 33%;
}

.services .right-ga { 
	position: relative;
	float: right;
	width: 50%;
}


.services .computer-forensics p { font-size: 85%; }

/*	Content
--------------------------------------------------------------------------*/
.subnav {
	list-style-type: none;
	position: relative;
	float: left;
	display: block;
	margin: 15px 0 15px 15px;
	padding: 0;
}

.subnav li {
	border-left: 1px solid #787777;
	float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
	font-size: 80%;
}

.subnav li.first {
	border-left: none;
}

.subnav li a:link, 
.subnav li a:visited { 
	color: #1b2930;
}

.subnav li a:hover {
	color: #6d91a3;
}

.subnav li a:active {  
	color: #1b2930;	
}

.subnav li.current a { color: #6d91a3; }

#content {
	clear: both;
	position: relative;
	float: left;
	width: 550px;
	padding: 0 30px;
}

#content h1 {
	color: #6d91a3;
}

#sidebar {
	position: relative;
	float: right;
	width: 260px;
}

#sidebar table.infobox {
	border: 1px solid #a8acaf;
	border-collapse: collapse;
	margin-top: 20px;
}

#sidebar table.infobox th {
	border-bottom: 1px solid #a8acaf;
	border-collapse: collapse;
	background: #b7b9bc;
	padding: 5px;
	color: #fff;
	font-size: 120%;
	text-align: left;
}

#sidebar table.infobox td {
	background: #fff url(../images/infobox-bg.png) top center no-repeat;
	padding: 10px 10px 15px 100px;
	color: #6d91a3;
	font-size: 75%;
}

#sidebar table.messagebox {
	border: 1px solid #a8acaf;
	border-collapse: collapse;
	margin-top: 20px;
}

#sidebar table.messagebox th {
	border-bottom: 1px solid #a8acaf;
	border-collapse: collapse;
	background: #b7b9bc;
	padding: 5px;
	color: #fff;
	font-size: 120%;
	text-align: left;
}

#sidebar table.messagebox td {
	background: #fff;
	padding: 10px 10px 15px 10px;
	color: #6d91a3;
	font-size: 75%;
}

#sidebar p a.linkbutton-free-quote {
	background: #83a1b1 url(../images/nav-bg.png) top repeat-x;
	display: block;
	padding: 10px;
/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
*/
	color: #000; /* #505153 */
	font-size: 85%;
	text-decoration: none;
}

#sidebar p a.linkbutton-free-quote span { color: #fff; }
#sidebar p a.linkbutton-free-quote:hover { cursor: pointer; }

/*	Tinybox
--------------------------------------------------------------------------*/
#tinybox {position:absolute; display:none; padding:10px; background:#fff url(../images/preload.gif) no-repeat 50% 50%; border:10px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}


/*	Common
--------------------------------------------------------------------------*/
.skiplink { display:none }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.clearer { clear: both; margin: 10px 0px; padding: 0px; }
.rounded { /* This rounds corners using CSS3 for Mozilla/Webkit based browsers. IE uses Curvy Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}