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

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%;
  font-family: arial;
  font-size: 11pt;
  color: #000;
}

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: underline;
  color: #000097;
}

a:hover {
  text-decoration: none;
}

input, textarea {	border: 2px solid #AAA;
	width: 300px;
	background: #F5F5F5;
	cursor: text;
}

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

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

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

.left {
  float: left;
}

.right {
  float: right;
}

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

#content_wrapper {  width: 1000px;
  margin: 0 auto;
  background: url('images/background_tile.gif') repeat-y;
  min-height: 100%;
}

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

#nav {
  border-bottom: 2px solid #151515;
}

#nav div, #nav a {
  float: left;
  display: block;
  width: 142px;
  height: 51px;
  background-position: 0 0;
}

#nav div, #nav a:hover {
  background-position: 0 -51px;
}

.home, .home a {
  background: url('images/nav/home.gif') no-repeat;
  width: 145px !important;
}

.about, .about a {
  background: url('images/nav/about.gif') no-repeat;
}

.services, .services a {
  background: url('images/nav/services.gif') no-repeat;
}

.multi, .multi a {
  background: url('images/nav/multi.gif') no-repeat;
}

.product, .product a {
  background: url('images/nav/product.gif') no-repeat;
}

.education, .education a {
  background: url('images/nav/education.gif') no-repeat;
}


.catalogue, .catalogue a {
  background: url('images/nav/catalogue.gif') no-repeat;
}

.contact, .contact a {
  background: url('images/nav/contact.gif') no-repeat;
  width: 145px !important;
}

.left_nav_item a {  background: url('images/left_nav_bg.gif') no-repeat;
  width: 273px;
  height: 22px;
  margin: 0 auto;
  display: block;
  padding-left: 32px;
  padding-top: 6px;
  margin-top: 2px;
  color: #000;
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold;
}

.left_nav_item a:hover, .left_nav_item .current {	background-position: 0 -28px;
}

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

#header {
	height: 230px;
	background: #FFF;
}

/* LEFT COL
-----------------------------------------------------------------------------*/

#left_col {	width: 321px;
	float: left;
}

#left_col .title {
  background: url('images/left_col_tile.gif') repeat-x;
}

/* RIGHT COL
-----------------------------------------------------------------------------*/

#right_col {
  width: 679px;
  float: left;
}

#right_col .title {
  background: url('images/right_col_tile.gif') repeat-x;
}

.map_button, .video_button {	margin: 0 auto;
	width: 290px;
	height: 128px;
	margin-top: 20px;
}

.map_button a, .video_button a {
  height: 128px;
  width: 290px;
  display: block;
}

.map_button a:hover {
  background-position: 0 -128px;
}

.video_button a:hover {
  background-position: 0 0;
}

.map_button a {	background: url('images/map_button.jpg') no-repeat;
}

.video_button a {	background: url('images/video_button.jpg') no-repeat;
	background-position: 0 -128px;
}

.video_button {	margin-top: 11px;
}


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

.title {
  height: 48px;
  overflow: hidden;
}

.title img {	margin-left: 15px;
	margin-top: 14px;
}

.subheading {	font-size: 13pt;
	font-weight: bold;
}

.text {	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
}

.image_border {	border: 3px solid #535353;
}

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

body > #content_wrapper_full, content_wrapper {
	height: auto;
	min-height: 100%;
}

#main {
	padding-bottom: 50px;
}

#footer {
	position: relative;
	margin: 0 auto;
	clear: both;
	width: 1000px;
	background: #adadad;
	font-size: 10pt;
	text-align: center;

	margin-top: -42px; /* negative value of footer height */
	height: 26px;
	padding-top: 14px;
	border-top: 2px solid #888;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

