/*-----------------------------------------------------------------------------

YTT Solutions Stylesheet

author:    YTT Solutions Pty. Ltd.
email:     ian@yttsolutions.com.au
website:   http://yttsolutions.com.au

-----------------------------------------------------------------------------*/


/* SETUP
-----------------------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body, html {
  width: 100%;
  height: 100%;
  text-align: center;
  background: #FFF;
  color: #8a8a8a;
  font-family: arial, sans-serif;
  font-size: 9pt;
  line-height: 15pt;
}

h1, h2, h3, h4, h5, h6, pre, code {
  font-size: 1em;
}

a img, :link img, :visited img {
  border: none;
}

address {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #21affb;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

.underline {
	text-decoration: underline;
}

.underline:hover {
	text-decoration: none;
}

ol, ul, li {	list-style: inside;
}

.clear {
  line-height: 0;
  clear: both;
}

/* FORM
-----------------------------------------------------------------------------*/

input, textarea {  border: 1px solid #b7b7b7;
  width: 303px;
  height: 18px;
  color: #8a8a8a;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 8px;
  font-family: arial, sans-serif;}

textarea {	width: 415px;
	height: 100px;
}

/* CONTENT WRAPPER
-----------------------------------------------------------------------------*/

.content_wrapper {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 1;
}

/* HEADER
-----------------------------------------------------------------------------*/

.header, .header_home {
  height: 188px;
}

.header_background {	background: #3f8bbb url('../images/header_background.jpg');
}

.header_background_home {  background: #3f8bbb url('../images/header_background.jpg');
}

.header_background, .header_background_home {
  width: 100%;
  height: 188px;
  position: absolute;
  top: 0;
  left: 0;
}

.header_background_home, .header_home {
  height: 442px;
}

.logo {	position: relative;
	top: 21px;
	float: left;
	margin-left: 37px;
}

/* NAV
-----------------------------------------------------------------------------*/

.nav {
  height: 93px;
}

.nav_background {
  background: url('../images/nav_background.png');
  width: 100%;
  height: 93px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.nav_buttons {  margin-left: 32px;
  height: 28px;
  float: left;
  margin-top: 40px;
}

.nav_buttons a {
  display: block;
  height: 28px;
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.nav_buttons a span {  margin-top: 9px;
  display: block;
  height: 10px;
  margin-bottom: 50px;
}

.nav_buttons a:hover span, .nav_buttons .current span {
  background-position: 0 -10px !important;
}

.nav_buttons .divider {	float: left;
	width: 1px;
	height: 28px;
	background: url('../images/nav_divider.gif') no-repeat;
}

.nav_buttons .home {
  width: 37px;
}

.nav_buttons .home span {	background: url('../images/home.png') no-repeat;
	width: 37px;
}

.nav_buttons .services {
  width: 57px;
}

.nav_buttons .services span {
	background: url('../images/services.png') no-repeat;
	width: 57px;
}

.nav_buttons .web_development {
  width: 122px;
}

.nav_buttons .web_development span {
	background: url('../images/web_development.png') no-repeat;
	width: 122px;
}

.nav_buttons .software {
  width: 67px;
}

.nav_buttons .software span {
	background: url('../images/software.png') no-repeat;
	width: 67px;
}

.nav_buttons .contact {
  width: 59px;
}

.nav_buttons .contact span {
	background: url('../images/contact.png') no-repeat;
	width: 59px;
}

/* TITLE BAR
-----------------------------------------------------------------------------*/

.title_bar {
  color: #FFF;
  margin-top: 31px;
  margin-left: 52px;
}

.title_bar .tagline {
	float: right;
	font-size: 16pt;
	letter-spacing: -1px;
	margin-top: 12px;
	margin-right: 57px;
}

.title_bar h1 {
	float: left;
	font-size: 30pt;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: normal;
}

/* CONTENT
-----------------------------------------------------------------------------*/

.content {
	padding-top: 42px;
	margin-left: 53px;
	margin-right: 53px;
}

/* COL_ROW
-----------------------------------------------------------------------------*/

.col_row {  float: left;
  width: 100%;
}

.col {
  float: left;
}

.col .text {
	cursor: text;
}

.col h2, .col h3 {  color: #21affb;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24pt;
  letter-spacing: -1px;
  margin-bottom: 11px;
  margin-left: -2px;
}

.three {  width: 240px;
}

.left {
	width: 567px;
	padding-right: 43px;
	border-right: 1px solid #d9d9d9;
	padding-bottom: 10px;
}

.right {
	width: 237px;
	margin-left: -1px;
	padding-left: 43px;
	border-left: 1px solid #d9d9d9;
	padding-bottom: 10px;
}

.more_link {	position: relative;
	top: 15px;
	font-weight: bold;
	background: url('../images/arrow.gif') no-repeat 0 4px;
	padding-left: 10px;
}

.more_link:hover {	text-decoration: underline !important;
}

.light_blue_button, .light_blue_button_large, .dark_blue_button {
	display: block;
	text-align: center;
	color: #FFF;
	width: 102px;
	height: 25px;
	padding-top: 6px;
	float: left;
	margin-right: 4px;
	margin-top: 20px;
  background: url('../images/light_blue_button.gif') no-repeat;
}

.dark_blue_button {
  background: url('../images/dark_blue_button.gif') no-repeat;
}

.light_blue_button_large {
  background: url('../images/light_blue_button_large.gif') no-repeat;
  width: 122px;
}

.light_blue_button:hover, .light_blue_button_large:hover, .dark_blue_button:hover {  text-decoration: none;
}

/* DIVIDERS
-----------------------------------------------------------------------------*/

.vertical_divider {
  width: 1px;
  background: #d9d9d9;
  float: left;
  margin-left: 43px;
  margin-right: 43px;
  margin-top: -3px;}

.horizontal_divider, .horizontal_divider_home {	width: 100%;
	height: 1px;
  background: #d9d9d9;
  margin-top: 34px;
  margin-bottom: 34px;
}

.horizontal_divider_home {	margin-top: 44px;
  margin-bottom: 44px;
}

/* PORTFOLIO THUMBS
-----------------------------------------------------------------------------*/

.portfolio_thumbs {
  margin-bottom: -4px;
  color: #b7b7b7;
}

.portfolio_thumbs a {	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	text-decoration: none;
}

.portfolio_thumbs a .rollover {
	position: absolute;
	top: 0;
	left: 0;
	width: 182px;
	height: 110px;
}

.portfolio_thumbs a .rollover img {
  background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */
	zoom: 1;
}

.portfolio_thumbs a .rollover .big {	font-size: 15pt;
	color: #FFF;
	margin-bottom: -5px;
	margin-top: 40px;
}

/* FOOTER
-----------------------------------------------------------------------------*/

.footer {  width: 100%;
  height: 262px;
  background: url('../images/footer_grain.jpg') repeat-x 0 53px;
  font-size: 10pt !important;
  line-height: 16pt;
  padding-top: 53px;
}

.footer a {  color: #888987;
  position: relative;
  z-index: 1;
}

.footer_inner {	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.footer_col {
  float: left;
  margin-top: 26px;
  margin-right: 136px;}

.footer_heading {	color: #FFF !important;
	font-weight: bold;
	margin-bottom: 3px;
	display: block;
	float: left;
}

.footer_logo {	margin-left: 395px;
	margin-bottom: 6px;
	position: relative;
	top: 39px;
}

.footer_copyright {  text-align: center;
  width: 100%;
  font-size: 9pt !important;
  position: relative;
	top: 39px;
}

/* STICKY FOOTER
-----------------------------------------------------------------------------*/

html, body {	height: 100%;
}

.content_wrapper {	min-height: 100%;
}

.main {	overflow:auto;
	padding-bottom: 315px;
}

.footer {	position: relative;
	margin-top: -315px;
	height: 262px;
	clear: both;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}