@charset "UTF-8";

/*
Theme Name: Genuine Labs
Theme URI: http://genuinelabs.com/
Description: Slick, contemporary theme.
Version: 1.0
Author: Steve James
*/


body {
  padding: 0;
	margin: 0;
	background: url(images/bg.gif) repeat-x;
	font: 10px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #898989;
}

p, h1, h2, h3, h4, ul, ol {
  padding: 0;
	margin: 0 0 12px 0;
}

ul, ol {
  margin: 0 0 12px 20px;	
}

h2 {
  font-size: 16px;
	color: #919184;
	font-weight: normal;
	letter-spacing: -1px;
}

a {
  color: #d9240a;
}

a:hover {
  color: #d9240a;	
}

#wrapper {
  width: 953px;
	margin: 0 auto;
}


/**************************************************************
HEADER
**************************************************************/

#header {
  height: 110px;
	position: relative;
}

#logo {
  width: 118px;
	height: 80px;
	position:absolute;
	top: 33px;
	left: 30px;
}

#logo a {
  display: block;
	width: 118px;
	height: 80px;
	background: url(images/logo.gif) no-repeat;
	text-indent: -9000px;
}


/* NAVIGATION */
#nav {
  list-style: none;
	margin: 0;
	width: 512px;
	height: 30px;
	position: absolute;
	top: 38px;
	left: 220px;
}

#nav li {
  float: left;
	height: 30px;
}

#nav li a {
  display: block;
	height: 30px;
	text-indent: -9000px;
}

#nav li a:hover, #nav li.on a {
  background-position: 0 -30px;
}

#nav_home a {
  background: url(images/nav_home.gif) no-repeat;
	width: 58px;
}

#nav_about a {
  background: url(images/nav_about.gif) no-repeat;
	width: 85px;
}

#nav_solutions a {
  background: url(images/nav_solutions.gif) no-repeat;
	width: 120px;
}

#nav_work a {
  background: url(images/nav_work.gif) no-repeat;
	width: 95px;
}

#nav_news a {
  background: url(images/nav_news.gif) no-repeat;
	width: 60px;
}

#nav_contact a {
  background: url(images/nav_contact.gif) no-repeat;
	width: 94px;
}


#page_options {
  position: absolute;
	right: 40px;
	top: 39px;
}

#s {
  background: url(images/search.gif) no-repeat;
	width: 120px;
	height: 20px;
	padding: 7px 10px 0 10px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #afa79c;
	border: none;
}

#search_submit {
  position: relative;
	top: 3px;
	left: 6px;
}


/**************************************************************
BODY
**************************************************************/

#flash {
	background: url(images/flash.jpg) no-repeat;
	width: 973px;
	height: 452px;
	clear: both;
	position: relative;
	top: -16px;
}

#flash a {
  text-indent: -9000px;
  width: 973px;
  height: 452px;
  display: block;
}


/* TOPICS */

#topics {
  position: relative;
  top: -10px;
}


#topic_1 h2 {
  background: url(images/cta_1.gif) no-repeat;
}

#topic_2 h2 {
  background: url(images/cta_2.gif) no-repeat;
}

#topic_3 h2 {
  background: url(images/cta_3.gif) no-repeat;
}

.topic h2 {
  padding: 0;
	margin: 0;
	height: 30px;
	text-indent: -9000px;
}

.topic {
  width: 180px;
	height: 194px;
	padding: 4px 20px;
	margin: 10px 0;
	border-right: 1px solid #eaeaea;
	float: left;
}

#news {
  width: 250px;
	height: 194px;
	padding: 4px 20px;
	margin: 10px 0;
	float: left;
}

#news h2 {
  text-indent: -9000px;
	height: 19px;
	background: url(images/news_title.gif) no-repeat;
}

.content {
  border-left: 1px solid #bbb;
  padding-left: 10px;
  margin: 4px 0 20px 0;
}

#news strong {
  color: #d9240a;
}


/**************************************************************
FOOTER
**************************************************************/

#footer {
  clear: both;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	color: #b7b6b5;
	padding: 4px;
	position: relative;
	height: 24px;
}

#flags {
  text-indent: -9000px;
	background: url(images/flags.gif) no-repeat;
	display: block;
	width: 87px;
	height: 22px;
}

#footer a {
  color: #b7b6b5;
	text-decoration: none;
	padding: 2px 4px 2px 10px;
}

#footer a:hover {
  color: #444;
	text-decoration: underline;
}

#footer li {
  background: url(images/footer_divider.gif) no-repeat 0 50%;
}

#footer li.first {
  background: none;
}

#phone strong {
  font-weight: normal;
  padding-right: 8px;
}

#footer ul, #footer ul li {
  display: inline;
	padding: 0;
	margin: 0;
}

#credits {
  clear: both;
  text-align: center;
	color: #d8d7d6;
	margin: 5px 0 30px 0;
}

#footer_nav {
  position: absolute;
	top: 6px;
	left: 20px;
}

#more_nav {
  position: absolute;
	top: 6px;
	right: 20px;
}