/* 
Job:				        Sauce Design.
Author:				    Ben Lovecek.
Company:			    Sauce Design, http://www.saucedesign.com.au
Email:				    ben@saucedesign.com.au
Last Edit / By:		1.10.08 / Ben Lovecek.
*************************************************************************
Related CSS Files:	content.css, webProducts.css
Browser Compatible:	IE6+, FF2+ 
*/

html, body {
	margin: 0px;
	height: 100%;
	font: normal 100% arial, verdana, 'trebuchet ms', sans-serif;
	background: #59737e url(../images/background.jpg) no-repeat center top;
	}
	
#wrapper {
	float: left !important;
	float: inherit;
	position: relative;
	background: url(../images/wrapperBg.jpg) repeat-y;
	left: 50%;
	top: 0px;
	width: 1000px;
	margin-left: -500px;
	min-height: 100%;
	margin-bottom: -50px;
	}

* html #wrapper {
	height: 100%;
	}

#top {
	float: left;
	width: 1000px;
	height: 49px;
	background:url(../images/topBg.jpg) no-repeat;
	}

#topColours {
	float: left;
	height: 19px;
	width: 1000px;
	background:url(../images/topColors.gif) bottom left no-repeat;
	margin-bottom: 2px;
	}

#topContent {
	float: left;
	height: 28px;
	width: 541px;
	background:url(../images/bottomBox.jpg) no-repeat;
	font-size: 65%;
	text-transform:uppercase;
	letter-spacing: 2px;
	}

#topNav {
	padding-left: 1px;
	}

#bannerContainer {
	float: left;
	padding-left: 10px;
	width: 990px;
	height: 203px;
	}

#banner {
	float: left;
	margin-top: 11px;
	width: 978px;
	height: 192px;
	}

#navContainer {
	float: left;
	padding-left: 10px;
	width: 990px;
	height: 27px;
	font-size: 65%;
	text-transform:uppercase;
	letter-spacing: 3px;
	}

#bottomLine {
	float: left;
	padding-left: 1px;
	width: 999px;
	height: 20px;
	}

#bot {
	float: left;
	margin-left: 10px;
	border-bottom: 2px solid #dde5eb;
	width: 977px;
	height: 20px;
	}

#contentContainer {
	float: left;
	padding-left: 1px;
	width: 999px;
	padding-bottom: 50px;
	}

#homeLeft {
	float: left;
	padding-left: 10px;
	margin-top: 20px;
	width: 490px;
	font-size: 80%;
	color: #3d3d3d;
	}

#homeMid {
	float: left;
	margin-top: 10px;
	border-left: 1px solid #e9ebe3;
	}

#homeMidContent {
	float: left;
	width: 200px;
	margin-top: 10px;
	padding-left: 20px;
	font-size: 80%;
	color: #3d3d3d;
	padding-bottom: 10px;
	}	

#homeMidContent h2 {
	font-size: 95%;
	color: #c73706;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

#homeRight {
	float: left;
	padding-left: 21px;
	margin-top: 4px;
	width: 233px;	
}

#homeRightTile {
	float: left;
	background:url(../images/homeRightTile.jpg) repeat-y;
	width: 254px;
	}

#homeRightTop {
	float: left;
	background: url(../images/homeRightTop.jpg);
	width: 254px;
	height: 31px;
	}

#homeRightTopText {
	float: left;
	padding-left: 27px;
	padding-top: 18px;
	}

#homeRightContent {
	float: left;
	padding-left: 2px;
	font-size: 80%;
	color: #3d3d3d;
	padding-top: 5px;
	padding-bottom: 20px;
	}

#homeRightBottom {
	float: left;
	width: 254px;
	background: #fff url(../images/homeRightBottom.jpg) no-repeat;
	height: 16px;
	}

.homeBox {
	float: left;
	margin-left: 25px;
	background:url(../images/homeRightBoxTile) repeat-y;
	width: 197px;

	}

.homeBoxTile {
	float: left;
	width: 197px;
	background:url(../images/homeRightBoxTile.jpg) repeat-y;
	}

.homeBoxTop {
	float: left;
	width: 197px;
	height: 3px;
	background:url(../images/homeBoxTop.jpg) no-repeat;
	margin-bottom: -1px;
	}

.homeBoxContent {
	float: left;
	width: 197px;
	color: #5f87a2;
	font-size: 80%;
	padding-bottom: 5px;
	padding-left: 2px;
	}

.homeBoxText {
	float: left;
	width: 130px;
	padding-left: 5px;
	line-height: 18px;
	}

.homeBoxLink {
	float: left;
	width: 23px;
	height: 23px;
	padding-left: 20px;
	padding-top: 10px;
	}

.homeBoxBot {
	float: left;
	width: 197px;
	background: #fff url(../images/homeBoxBot.jpg) no-repeat;
	height: 12px;	
	}

#pagesMenu {
	float: left;
	width: 241px;
	padding-left: 9px;
	margin-top: 2px;
	border-right: 1px solid #f0f3f5;
	padding-bottom: 80px;
	}

#pagesLeft {
	float: left;
	width: 241px;
	padding-left: 9px;
	margin-top: 2px;
	}

#pagesRight {
	float: left;
	padding-top: 15px;
	padding-left: 20px;
	width: 710px;
	font-size: 80%;
	color: #3d3d3d;
	line-height: 18px;
	padding-bottom: 30px;
	}

#portLeft {
	float: left;
	width: 280px;
	margin-top: 30px;
	padding-right: 30px;
	border-right: 1px dashed #7c919b;
	}

#portRight {
	float: left;
	width: 278px;
	padding-left: 45px;
	padding-top: 30px;
	}

#footer {
	clear: both;
	float: left !important;
	float: inherit;
	position: relative;
	background: #58737e;
	width: 1000px;
	margin-left: -500px;
	left: 50%;
	top: 0px;
	height: 49px;
	border-top: 1px solid #2b3c46;
	}

#footerContent {
	float: left;
	padding-left: 66px;
	padding-top: 15px;
	font-size: 60%;
	color: #323130;
	letter-spacing: 2px;
	}

#homeBox {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 18px;
	}

#homeBox h1 {
	font-size: 110%;
	letter-spacing: 1px;
	color: #c73706;
	}

#homeBox h2 {
	font-size: 100%;
	letter-spacing: 2px;
	color: #456b85;
	text-transform: uppercase;
	}

#homeBox h3 {
	font-size: 90%;
	text-transform: uppercase;
	letter-spacing: 2px;
	}

#error {
	float: left;
	background: #FF0000; 
	padding: 5px;
	color: #fff;
	}

#errorHead {
	color: #fff;
	font-size: 120%;
	}

#contactLine {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	}

#headingBot {
	padding-top: 5px;
	padding-bottom: 15px;
	}

#rightPortfolio {
	float: right;
	font-size: 75%;
	text-transform: uppercase;
	text-align: right;
	}