@charset "utf-8";
/* CSS Document */

/* General Page Structure
-------------------------------------------------------------------------------------- */
body {
/*  border-top: 20px solid #6d6e72; */
  margin: 0;
  padding: 0;
}
#shadowwrapper {
  background: transparent url(http://images.austhink.com/bg1.png) repeat-y scroll center center;
}
#gradientwrapper {
  background: #edeef0 url(http://images.austhink.com/austhink/bg-gradient.gif) repeat-x top left;
  margin: 0 auto;
  width: 925px;
  position: relative;
}
#wrapper {
  margin: 0 auto;
  /* background: #edeef0 url(http://images.austhink.com/austhink/bg-gradient.gif) repeat-x top left; */
  padding: 28px 28px 0 28px;
  width: 869px;
  position: relative;
/*  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0; */
}

body.second-sidebar #content {
	float: left;
	padding: 0 15px 20px;
	width: 459px;
}
#content-wrapper {
   position: relative;
}
body.second-sidebar #sidebar {
	padding: 0 20px 20px 10px;
	width: 170px;
}
#second-sidebar {
	border-left: 1px dotted #adadad;
	float: right;
	margin: 0 0 40px;
	padding: 0 0 20px 23px;
	width: 220px;
}

/* General Styles
-------------------------------------------------------------------------------------- */
.clear:after {
  clear: both; 
  content: "."; 
  display: block; 
  height: 0; 
  visibility: hidden;
}
.clear { display: inline-block; }
/* Hides from IE-mac \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* End hide from IE-mac */

#skip { display: none; }

a img {	border: none; }


/* General Typography
-------------------------------------------------------------------------------------- */
body {
  color: #333333;
  font: 12px/1.7 Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0 0 15px;
}
h1, h2, h3, h4, h5, h6 {
  color: #333;
}
h1, h2, h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2 {
  line-height: 1.4;
  font-weight: normal;
}
h1 {
  font-size: 18px;
  margin-bottom: 12px;
}
h2 {
  font-size: 14px;
}
h3 {
  color: #cc3333;
  font-size: 13px;
  margin-bottom: 5px;
}

h7 {
  font-size: 40px;
}
a {
  color: #339933;
  font-weight: bold;
}
a:hover {
  color: #666;
  text-decoration: none;
}

/* Header
-------------------------------------------------------------------------------------- */
#header {
  border-bottom: 1px solid #efefef;
}
a#logo,
a#logo img {
  display: block;
  float: left;
  margin-top: 3px;
}
img#swish {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
ul#nav {
  float: right;
  list-style: none;
  margin: 43px 5px 5px 0;
  padding: 0;
}
ul#nav li {
  float: left;
  font: 12px/15px Arial, sans-serif;
  margin-left: 35px;
}
ul#nav li a {
  color: #979797;
  text-decoration: none;
}
ul#nav li a:hover,
body.about ul#nav li.about a,
body.rationale ul#nav li.rationale a,
body.bcisive ul#nav li.bcisive a,
body.consulting ul#nav li.consulting a {
	color: #339933;
}

/* Homepage banner section
-------------------------------------------------------------------------------------- */
#bannerwrapper {
   height: 200px;
   margin: 0 0 10px;
   padding: 15px 0 0 20px;
   position: relative;
   background-color: #fdfdfd;
   border-bottom: 1px solid #efefef;
}

#banner {
	clear: both;
	/* height: 141px; */
	overflow: hidden;
	padding-left: 70px;
	padding-top: 30px;
	width: 640px;
}
#banner h1 {
	background-position: top left;
	background-repeat: no-repeat;
	/*height: 141px;*/
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	overflow: hidden;
	color: #797979;
	font-size: 34px;
	font-weight: bold;
}
#banner h1 span {
	font-size: 42px;
}
#banner h1 span1 {
	font-size: 26px;
}
#banner h1.indent1 {
	margin-left: 36px;
}
#banner h1.indent2 {
	margin-left: 72px;
}
#banner h1.indent3 {
	margin-left: 180px;
}
#banner h2 {
	font-size: 26px;
	color: #797979;
	font-weight: bold;
	line-height: 37px;
	margin-bottom: 0px;
}
#banner h2.indent1 {
	margin-left: 36px;
}
#banner h2.indent2 {
	margin-left: 190px;
}
#banner h2.indent3 {
	margin-left: 365px;
}
#banner h2 span {
	font-size: 32px;
}
#display {
	top: 5px;
	right: 20px;
	position: absolute;
	z-index: 10;
	width: 200px;
}
#display img {
	display: block;
	/* border: 1px solid #bbb; */
}

/* Homepage Feature Section
-------------------------------------------------------------------------------------- */
#feature {
	clear: both;
	margin: 0 0 20px;
}
/* #rationale-box {
	margin-right: 0px;
}
#bcisive-box {
	margin-right: 0px;
} */
.productbox {
	float: left;
	padding: 12px 10px 3px 10px;
	background: #ffffff;
	border: 1px solid #adadad;
	color: #666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	display: block;
	margin: 0 16px 0 0;
	font-weight: normal;
	width: 267px;
}
.productbox a {
	text-decoration: none;
}
.productbox strong {
	color: #333;
	cursor: pointer;
	display: block;
	font: normal 16px/20px Arial, sans-serif;
	height: 52px;
	margin: 5px 8px 0 0;
	text-align: right;
}
.productbox img.icon {
	cursor: pointer;
	display: block;
}
.productbox b {
	color: #34a54a;
}
.productbox .product-image {
	float: left;
}
.productbox .product-desc {
	float: right;
	width: 165px;
}
.productbox .product-desc li {
	float: left;
	width: 65px;
}
#sidebar .productbox {
	margin: 24px 16px 24px 0;
}
#sidebar .productbox a {
	padding: 0;
}

/* Content Area (Main text area styles and error pages)
-------------------------------------------------------------------------------------- */
#content {
  float: right;
  margin: 0 0 30px;
  padding: 40px 12px 20px;
  width: 460px;
}
body.homepage #content {
  float: none;
  padding: 0px 12px;
  width: auto;
}
body.n404 #content {
  float: none;
  padding: 20px 12px;
  width: auto;
}
body.homepage #content {
	padding-left: 0;
	padding-right: 0;
}
body.n404 #content {
  padding-top: 40px;
  text-align: center;
}
body.n404 #content h1 {
  color: #37ad4c;
  font: normal 24px/28px Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
  margin: 0 0 30px;
}
body.n404 #content h1 img {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
body.n404 #content h2 {
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0;
}
body.no-sidebar #content {
  width: 610px;
  padding: 0 15px 0 0;
  float: left;
}
body.homepage #main-content {
  clear: left;
}

/* Content Styles
-------------------------------------------------------------------------------------- */
#content img.right {
  float: right;
  margin: 0 0 10px 10px;
}
/* #content ul {
  margin-left: 40px;
  padding: 0;
} */
ul.sitemap ul {
  margin-bottom: 0;
}

ul {
	list-style: none;
	padding: 0;
}
ul li, #sidebar .productbox ul li {
	background: url(http://images.austhink.com/grey-arrow.gif) no-repeat 0px 4px;
	padding-left: 10px;
}

/* Sidebar
-------------------------------------------------------------------------------------- */
#sidebar {
  float: left;
  margin: 0 0 30px;
  padding: 20px 0 0;
  width: 290px;
}
#sidebar h2 {
  background: url(http://images.austhink.com/green-arrow.gif) no-repeat left center;
  color: #37ad4c;
  font: normal 15px/19px Arial, sans-serif;
  margin: 0 12px 0px 0px;
  padding: 0 0 3px 10px;
  border-bottom: 1px solid #e6e6e6;
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar ul li {
  /*border-bottom: 1px dashed #ebecec;*/
  background: url(http://images.austhink.com/austhink/border-dashed.gif) no-repeat bottom left;
}
#sidebar ul li a {
  display: block;
  padding: 5px;
  text-decoration: none;
}
#sidebar ul li a:hover {
  color: #333333;
}


/* Footer
-------------------------------------------------------------------------------------- */
#footer {
  border-top: 1px solid #d0d0d1;
  clear: both;
  color: #9e9e9e;
  font-size: 10px;
  line-height: 1.4;
  padding: 10px 12px;
  text-align: center;
}
#footer a {
  color: #9e9e9e;
  font-weight: normal;
  margin: 0;
  text-decoration: none;
}
#footer a:hover {
  color: #333;
}
#footernav {
  font-size: 13px;
}
#footernav a {
  margin: 0pt 5px;
}

/* Forms
-------------------------------------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
form div.row {
	clear: both;
	padding: 5px 0;
}
form div.clearright {
	display: block;
	padding: 5px 0px 0px 110px;
}
form div.clearrightfirst {
	display: block;
	padding: 0px 0px 0px 110px;
}

form label {
	font-weight: bold;
}
form label.text {
	float: left;
	padding: 2px 10px 0 0;
	text-align: right;
}
form label.checkbox {
	font-weight: normal;
	line-height: 1.5;
	padding: 0;
	width: auto;
}
form label input[type="radio"] + span {
	font-weight: normal;
}
form input.text, form select, form textarea {
	border: 1px solid #d6d6d6;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 3px;
}
form input.checkbox {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
form input.submit {
	outline: none;
}

/* Content - Contact
-------------------------------------------------------------------------------------- */
form.contact label.text {
	width: 70px;
}
form.contact input.text, form.contact textarea {
	width: 310px;
}
form.contact input.submit {
	float: right;
	margin-right: 74px;
}

/* Content - Jobs
-------------------------------------------------------------------------------------- */
form.job label.text {
	width: 80px;
}
form.job input.text, form.job textarea {
	width: 350px;
}
form.job input.submit {
	float: right;
	margin-right: 52px;
}

/* Comparison table */
table {
	border-collapse: collapse;
}
th, td {
	padding: 0 3px;
}
table tr.odd {
	background-color: #fff;
}
table tr.even {
	background-color: #eee;
}


