@charset "UTF-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #333;
}

a
{
	color: #FFF;
	text-decoration: none;
	outline: 0px none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0px none;
	outline: 0px none;
}

ul, li
{
	padding: 0;
	margin: 0;
}

p
{
	color: #FFF;
}

#container
{
	width: 100%;
	margin: 0;
	padding: 0;
}

.clear
{
	clear: both;
}

#header
{
	height: 80px;
	border-bottom: 1px solid #FFF;
	background: url('../images/header_grad.png') repeat-x left bottom;
}

#header-container
{
	margin: 0 auto;
	width: 930px;
	margin-top: 20px;
}

#navbar
{
	float: left;
	margin: 10px 20px;
}

#navbar ul li
{
	display: inline;
	list-style-type: none;
}

#logo
{
	float: left;
}

#contact_details
{
	float: right;
	margin: 10px;
}


h4.get_on_board
{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0px;
	color: #FFF;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

p.get_on_board_small
{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0px;
	color: #CCC;
	padding: 0;
	margin-top: -10px;
	text-align: center;
}

.scroll {
  height: 550px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  background: #000;
  width: 100%;
}

.scrollContainer div.panel {
  height: 550px;
  /*width: 930px;  change to 560px if not using JS to remove rh.scroll 
  padding-left: 220px;*/
}


#slider
{
	position: relative;
	width: 100%;
}

#footer
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #FFF;
	background: url('../images/footer_grad.png') repeat-x left top;
	height: 90px;
	clear: both;
}

#footer-container
{
	width: 930px;
	margin: 0 auto;
	padding: 20px 50px;
}

#footer-left
{
	float: left;
}

#footer-right
{
	float: right;
}

#footer-right ul li
{
	color: #666;
	list-style-type: none;
	font-size: 10px;
}

#footer-left ul li
{
	display: inline;
	list-style: none;
	padding: 0px 10px;
}

#footer-left ul li a
{
	color: #F1F1F1;
	font-size: 12px;
}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 25px;
}

.panel-inner
{
	width: 930px;
	margin: 0 auto;
}

#home
{	
	background: url(../images/image_4.jpg) no-repeat center top;
}

#how
{	
	background: url(../images/image_2.jpg) no-repeat center bottom;
}

#compare
{	
	background: url(../images/image_3.jpg) no-repeat center top;
}

#demand
{	
	background: url(../images/image_5.jpg) no-repeat center bottom;
}

#risk
{	
	background: url(../images/image_6.jpg) no-repeat center center;
}

.arrow
{
	width: 400px;
	float: left;
	margin-top: 30px;
	margin-left: 70px;
}

.arrow-top
{
	background: url(../images/arrow_top.png) no-repeat;
	height: 110px;
	width: 400px;
	float: left;
	z-index: 100;
}

.arrow-bottom
{
	background: url(../images/arrow_bottom.png) no-repeat;
	height: 116px;
	width: 400px;
	float: left;
	z-index: 100;
}

.arrow-middle
{
	background: url(../images/arrow_middle.png) repeat-y;
	width: 400px;
	float: left;
	z-index: 100;
}

.arrow-wide
{
	width: 800px;
	float: left;
	margin-top: 30px;
	margin-left: 65px;
}

.arrow-wide-top
{
	background: url(../images/arrow-wide_top_2.png) no-repeat;
	width: 800px;
	float: left;
	z-index: 100;
	height: 132px;
}

.arrow-wide-bottom
{
	background: url(../images/arrow-wide_bottom_2.png) no-repeat;
	height: 146px;
	width: 800px;
	float: left;
	z-index: 100;
}

.arrow-wide-middle
{
	background: url(../images/arrow-wide_middle.png) repeat-y;
	width: 800px;
	float: left;
	z-index: 100;
}
.title
{
	margin: 30px 25px 25px 30px;
}

h2.light
{
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	margin-top: -5px;
	padding: 0;
	width: 300px;
	letter-spacing: -2px;
}

h2.dark
{
	font-size: 20px;
	font-weight: bold;
	margin-top: -5px;
	margin-bottom: 0;
	padding: 0;
	width: 300px;
	color:#000;
}

h2.light2
{
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	margin-top: -5px;
	padding: 0;
	width: 300px;
	letter-spacing: -2px;
	float: right;
	margin-top: -25px;
	margin-right: -215px;
}

h2.dark2
{
	font-size: 20px;
	font-weight: bold;
	margin-top: -5px;
	margin-bottom: 0;
	padding: 0;
	width: 300px;
	float: left;
}

.body
{
	float: left;
	margin-top: -45px;
	margin-left: 30px;
	padding-bottom: 10px;
	width: 240px;
}

.body p
{
	color: #000;
	line-height: 1.3;
}

.body p strong
{
	color: #000;
	font-weight: bold;
}

.body ul
{
	padding-left: 15px;
}

.body ul li
{
	margin: 5px 0px;
}

.col
{
	width: 200px;
	float: left;
}

.col-1
{
	width: 260px;
	float: left;
	margin-right: 10px;
}

.col-2
{
	width: 310px;
	float: left;
	margin-top: -25px;
}

.col-3
{
	width: 45%;
	float: left;
	margin-right: 10px;
}

.col-4
{
	width: 200px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}

a.link
{
	color: #999;
}

.body-wide
{
	float: left;
	margin-top: -80px;
	margin-left: 30px;
	padding-bottom: 10px;
}

.body-wide p
{
	color: #000;
	line-height: 1.3;
}

.body-wide p strong
{
	color: #000;
	font-weight: bold;
}

.body-wide ul
{
	padding-left: 15px;
}

.body-wide ul li
{
	margin: 5px 0px;
}

#compare-table
{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

#compare-table tr
{
	border: 1px solid #000;
	
}

#compare-table tr td
{
	padding: 2px 2px;
	text-align: center;
	background: #FFF;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	letter-spacing: 0px;
}

#compare-table thead
{
	background: #818285;
	color: #FFF;
	font-weight: bold;
}

.grey
{
	background: #CCC !important;
}

tr.dark-grey td
{
	background: #818285 !important;
}

p.small
{
	font-size: 10px;
	margin: 10px 0px 22px 0px;
}

#fancy_ajax p
{
	color: #000;
	padding-right: 10px;
}

ul.bullet
{
	padding-left: 20px;
}

ul.bullet li
{
	list-style-type: disc;
	padding: 1px 0px;
	font-size: 11px;
}

h5.subtitle
{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 5px 0px;
}

table#contact-table tr td
{
	padding: 3px;
}

label
{
	font-weight: bold;
}

.sub-title
{
	font-size: 14px;
	line-height: 1.1 !important;
	font-weight: bold;
	margin: 10px 0px;
}

#fancy_ajax p
{
	font-size: 11px;
	line-height: 1.1;
}

.margin-small
{
	margin-bottom: 0px !important;
}

#fancy_ajax p a
{
	color: #000;
}

.contact_logo
{
	float: left;
	margin-top: 50px;
}

.col-4 .title
{
	margin: 30px 25px 25px 25px;
}