/* Darren Ansley 06/06/2009*/
/*  =========================================================================  */
/*  Reset CSS  */
/*  -------------------------------------------------------------------------  */

* {
  margin: 0;
  padding: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 100%;
	font-family: inherit;
}

a img { border: none; }


/*  =========================================================================  */
/*  general styles  */
/*  -------------------------------------------------------------------------  */
html {
	font-family: "Georgia", "Times", serif;
	font-size: 14px;
}

body  {
	text-align: center;
	line-height: 1.6;
	background: #1a1a1a url(../images/bg_body.jpg) center -10px no-repeat fixed;
	color: #8c8c8c;
}

body.home  {
	background-image: url(../images/bg_body_home.jpg);
}

/*
body.about  {
	background-image: url(../images/bg_body_about.jpg);
}

body.faq  {
	background-image: url(../images/bg_body_faq.jpg);
}

body.clients  {
	background-image: url(../images/bg_body_clients.jpg);
}

body.pricing  {
	background-image: url(../images/bg_body_pricing.jpg);
}
*/
h1 {
	font-weight: normal;
	font-size: 50px;
  margin: 0;
  color: #fff;
  line-height: 1;
  width: 507px;
}


.sIFR-active h1
{
	visibility: hidden;
}


h2, h3, h4, h5, h6 {
  margin: 0 0 .35em 0;
}

h2 {
	font-size: 20px;
	color: #658c00;
  margin: 0 0 5px 0;
  font-family: Arial, Helvetica, sans-serif;
}

.home h2 {
	font-size: 21px;
/*   margin: 0 0 3em 0; */
}

.sIFR-active h2
{
	visibility: hidden;
	line-height: 1em;
/* 	margin: 0 0 .3em 0; */
}


h2.sIFR-ignore {
  font-weight: normal;
	font-family: "Georgia", "Times", serif;
}


h3 {
	color: #658c00;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	color: #666;
  text-transform: uppercase;
	letter-spacing: .1em;
	font-family: Arial, Helvetica, sans-serif;
}

h5 {
	font-size: 1em;
	font-weight: normal;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

p, ul, ol, dl, dt, dd, code {
  margin: 0 0 1.25em 0;
}

ol, ul {
  margin-left: 1.65em;
}

ol li, ul li { 
  margin: 0 0 .35em 0;
}

dt {
  margin-bottom: .2em;
  font-weight: bold;
}

dd {
  padding: 0 0 0 20px;
  font-style: italic;
}

em {
	font-style: italic;
}

/*  general styles - links */
/*  -------------------------------------------------------------------------  */
a:link, a:visited {
	color: #005999;
}

a:hover, a:active {
	color: #1a1a1a;
}


/*  =========================================================================  */
/*  layout  */
/*  -------------------------------------------------------------------------  */
#wrapper {
  margin: 30px auto;
  text-align: left;
  width: 945px;
  background: transparent url(../images/bg_wrapper.png) repeat-x;
}

#header {
  width: 945px;
  background: transparent url(../images/bg_header.png);
  position: relative;
  padding: 43px 0 0 0;

}

#logo {
	height: 23px;
	width: 129px;
	overflow: hidden;
	position: absolute;
	top: 41px;
	left: 70px;
}

#logo a {
  text-indent: -999em;
  display: block;
	width: 129px;
	height: 23px;
	overflow: hidden;
	background: transparent url(../images/bg_spa_linx_logo.png) no-repeat;
	cursor: pointer !important;
}

#content {
  width: 845px;
  padding: 3.8em 50px 3em 50px;
  background: #fff url(../images/bg_content.jpg) left bottom no-repeat;
  color: #595959;
  position: relative;
}

.home #content {
  padding-bottom: 0;
}

#footer {
  width: 845px;
  padding: 3em 50px 3em 50px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
}


/*  layout - columns */
/*  ------------------------------------------------------------------------- */
.colone, .coltwo, .colthree, .colfour, .colfive, .colsix, .colthird, .colthreehalf {
  float: left;
  margin: 0 20px;
  padding: 0 0 1px 0;
  display: inline;
}


.allcolumns {
  float: left;
  width: 845px;
}

.colone {
  width: 129px;
}

.coltwo {
  width: 298px;
}

.colthree {
  width: 467px;
}

.colfour {
  width: 636px;
}

.colfive {
	width: 805px;
}

.colthird {
	width: 241px;
}

.colthreehalf {
  width: 213px;
}

.left {
  float: left;
  display: inline;  
}

.right {
  float: right;
  display: inline;
}

.clear {
  clear: both;
}

.alpha {
  margin-left: 0 !important;
}

.omega {
  margin-right: 0 !important;
}

.nopad {
  padding: 0 !important;
}


/*  =========================================================================  */
/*  header  */
/*  -------------------------------------------------------------------------  */

#mainnav {
  margin: 0 70px 18px 245px;
}

ul#nav {
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

ul#nav li {
  list-style: none;
  float: left;
  margin: 0 0 0 25px;
}

ul#nav li a {
  float: left;
  display: block;
  text-decoration: none;
  color: #b3b3b3;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}

ul#nav li a:hover {
  color: #fff;
}

.home li#navoverview a, .about li#navabout a, .clients li#navclients a, .faq li#navfaq a, .thefeatures li#navfeatures a, .pricing li#navpricing a {
  color: #fff;
  font-weight: bold;
}

/*  header - tabs */
/*  -------------------------------------------------------------------------  */
#action {
  position: relative;
  min-height: 130px;
}


.home #action {
  min-height: 320px;
}

#action ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

#action ul.tabs li {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ui-tabs-panel {
  cursor: default;
}



/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    #action .ui-tabs-hide {
        display: none !important;
    }
    
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

#action .ui-tabs-panel {
  display: block;
}


li.ui-state-default {
  display: block;
}

li.ui-tabs-selected {
  display: none;
}

li#tourbutton {
  width: 194px;
  height: 68px;
  overflow: hidden;
  top: 66px;
  right: 70px;
}


li#closetourbutton {
  bottom: 0px;
  right: 70px;
  z-index: 10;
  width: 117px;
  height: 23px;
  overflow: hidden;
}

#tourbutton a {
  display: block;
  width: 194px;
  height: 68px;
  text-indent: -999em;
  overflow: hidden;
  background: transparent url(../images/bg_take_a_tour.png) 0 0 no-repeat;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#tourbutton a:hover {
  background-position: 0 -68px;
}

#closetourbutton a {
  display: block;
  width: 117px;
  height: 23px;
  text-indent: -999em;
  overflow: hidden;
  background: transparent url(../images/bg_close_tour.png) 0 0 no-repeat;
}

#closetourbutton a:hover {
  background-position: 0 -23px;
}

.ui-tabs-panel h2, .ui-tabs-panel p {
  cursor: auto;
}

/*  header - heading */
/*  -------------------------------------------------------------------------  */
#heading {
  padding: 0 0 0 50px;
  height: 155px;
}

#action #heading {
  padding: 0 0 0 50px;
  height: 320px;
}

h1 {
  position: absolute;
  top: 148px;
  left: 70px;
}

.home h1 {
  width: 513px;
  height: 169px;
  text-indent: -999em;
  overflow: hidden;
  background: transparent url(../images/bg_relaxing_simple.png) no-repeat;
  top: 65px;
}

#takeatour {
  width: 945px;
  background: transparent url(../images/bg_tour.png) repeat-x top left;
  position: relative;
  padding-top: 17px;
}

.requestdemo {
  position: absolute;
  width: 194px;
  height: 56px;
  overflow: hidden;
  top: 140px;
  right: 70px;
  z-index: 10;
}

.home .requestdemo {
  height: 68px;
  top: 152px;
}

.home #takeatour .requestdemo {
  height: 56px;
  top: 385px;
  left: 70px;
}

.requestdemo a {
  display: block;
  width: 194px;
  height: 56px;
  text-indent: -999em;
  overflow: hidden;
  background: transparent url(../images/bg_request_demo_02.png) 0 0 no-repeat;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.home .requestdemo a {
  height: 68px;
  background: transparent url(../images/bg_request_demo.png) 0 0 no-repeat;
}

.home #takeatour .requestdemo a {
  height: 56px;
  background: transparent url(../images/bg_request_demo_02.png) 0 0 no-repeat;
}

.requestdemo a:hover {
  background-position: 0 -56px;
}

.home .requestdemo a:hover {
  background-position: 0 -68px;
}

.home #takeatour .requestdemo a:hover {
  background-position: 0 -56px;
}

/*
.calltoaction {
  margin-top: .3em;
  width: 129px;
  height: 55px;
  overflow: hidden;
  margin-bottom: 1em;
}
*/

.calltoaction a {
  display: block;
/*
  width: 129px;
  height: 55px;
  text-indent: -999em;
  overflow: hidden;  
  background-repeat: no-repeat;
  background-position: 0 0;
*/
  background-color: #e5e5e5;
  padding: 19px 12px;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

.calltoaction a:hover {
  background-color: #bfbfbf;
/*   background-position: 0 -55px; */
}

/*
.demorequest a {
  background-image: url(../images/bg_request_demo_small.png);
}

.viewexample a {
  background-image: url(../images/bg_example_small.png);
}
*/

/*  header - tour */
/*  -------------------------------------------------------------------------  */
#tour {
  height: 455px;
}

#myController {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-left: 70px;
  padding-bottom: 18px;
}

#tour div.step {
  padding: 12px 0 0 50px;
  font-family: Arial, Helvetica, sans-serif;
  color: #d9d9d9;
  font-size: 12px;
  overflow: hidden;
}

#tour h2 {
  color: #fff;
  margin-bottom: .6em;
}

.jFlowControl {
  color: #c3c3c3;
  cursor: pointer;
  margin: 0 20px 0 0;
  font-weight: bold;
}

.jFlowControl:hover {
  color: #fff;
}

.jFlowSelected {
  color: #89c200;
}

.jFlowPrev, .jFlowNext {
  position: absolute;
  color: #999;
  display: block;
  width: 20px;
  height: 19px;
  cursor: pointer;
  text-indent: -999em;
  overflow: hidden;
  top: 1.35em;
}

.jFlowPrev {
  left: 25px;
  background: transparent url(../images/bg_prev.png) 0 0 no-repeat;
  
}

.jFlowNext {
  right: 25px;
  background: transparent url(../images/bg_next.png) 0 0 no-repeat;
}

.jFlowPrev:hover, .jFlowNext:hover {
  background-position: 0 -20px;
}

.screenshot {
  position: absolute;
  right: 0;
  bottom: 0;
}

.screenshot img {
  display: block;
  margin: 0;
  padding: 0;
}


/*  =========================================================================  */
/*  content  */
/*  -------------------------------------------------------------------------  */
.features {
  background: transparent url(../images/bg_features.jpg) left bottom no-repeat;
  padding-bottom: 1.5em;
  margin-bottom: 2em;
  margin-top: -.8em;
}

.feature {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.feature h3 {
  font-weight: normal;
  font-size: 14px;
}

.home .colfive {
  padding-bottom: 2em;
}

.home #content .colthree {
  padding-bottom: 358px;
}

ul.clientlist {
  margin-left: 0;
  list-style: none;
}

ul.clientlist li {
  list-style: none;
  line-height: 1.4;
  margin-bottom: .8em;
}

.clientlist span, .selectclient span {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

.selectclient {
  line-height: 1.4;
  margin-bottom: 2em;
  text-align: center;
  font-weight: bold;
}

img.outofbounds {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  margin: 0;
  padding: 0;
}

.thumbnail img {
  display: block;
  border: 1px solid #ccc;
}

.thumbnail a {
  padding: 4px;
  display: block;
  background-color: #e5e5e5;
}

.thumbnail a:hover {
  background-color: #999;
}

.subheading {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1.75em;
}

.topmargin {
  margin-top: 2.2em;
}

.about #content {
  padding-right: 0;
  width: 895px;
}

div.outofbounds {
  width: 199px;
  margin-right: 0;
}

dd.colthree, dt.coltwo {
  margin-bottom: 2em;
}

/*  content - form */
/*  -------------------------------------------------------------------------  */
fieldset {
  margin: 0;
  padding: 0;
  border: 0 none;
}

label {
  display: block;
  float: left;
  clear: left;
  width: 149px;
  text-align: right;
  padding: .65em 20px 0 0;
  line-height: 1;
}

input.field, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  display: block;
  margin-bottom: 2em;
  border: 1px solid #ccc;
  padding: .5em 5px;
}

input.field {
  width: 260px;
}

textarea {
  width: 452px;
  height: 140px;
}

button, input.button {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding: .75em 20px;
  border: 0 none;
  cursor: pointer;
  background-color: #7aac00;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

button:hover, input.button:hover {
  background-color: #5c8200
}

p.note {
  padding-top: 1em;
  color: #999999;
}

label span, p.note span {
  color: #bf0000;
}

/*  =========================================================================  */
/*  footer  */
/*  -------------------------------------------------------------------------  */
#footer {
  font-size: 11px;
}

#footernav, #footernav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer a {
  color: #8c8c8c;
}

#footer a:hover {
  color: #1a1a1a;
}

#footernav a {
  text-decoration: none;
}

.logos {
  text-align: right;
  padding-top: .3em;
}

.logos img {
  margin-left: 8px;
}

#footer p {
  margin-bottom: .5em;
}

/*  =========================================================================  */
/*  fix - floats  */
/*  -------------------------------------------------------------------------  */
.fix:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: ".";
}

.fix {
	display:inline-block;
}

.fix {
	display: block;
}

/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}