/* General Page Structure
-------------------------------------------------------------------------------------- */
body {
	font: 14px/16px Arial Narrow, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 50px;
}
#wrapper {
	margin: 0 auto;
	width: 800px;
}


/* 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 */

p, ul, h1, h2, h3, h4, h5, h6 { margin-top: 0; }
p { text-align: justify; }
a img {	border: none; }
.smaller { font-size: smaller; }


/* Header
-------------------------------------------------------------------------------------- */
#header {
	border-bottom: 1px solid #fff;
	height: 130px;
	overflow: hidden;
}
a#logo img {
	display: block;
	float: left;
}
/* ---------- Search Form ---------- */
form#search {
	float: right;
	margin: 10px 10px 0 0;
	padding: 0;
}
form#search input {
	font: 11px Arial, Helvetica, sans-serif;
}
form#search input.field {
	color: #b3b2b2;
	border: 1px solid #b3b2b2;
	margin: 0 5px 0 0;
	padding: 2px;
	text-align: right;
	width: 120px;
}
form#search input.submit {
	background: #fff;
	border: none;
	color: #676767;
	cursor: pointer;
	font-weight: bold;
	padding: 0;
}
/* ---------- Yellow Nav Menu ---------- */
ul#topnav {
	background: #ffd51d;
	clear: both;
	display: block;
	height: 24px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 180px;
}
ul#topnav li {
	float: left;
	width: 110px;
}
ul#topnav li a {
	border-right: 1px solid #fff;
	display: block;
	color: #343433;
	height: 24px;
	line-height: 24px;
	padding: 0 8px;
	text-decoration: none;
}
ul#topnav li.first a {
	border-left: 1px solid #fff;
}
ul#topnav li a:hover,
ul#topnav li a.current {
	color: #f5821f;
}


/* Main Container
-------------------------------------------------------------------------------------- */
#main {
	background: url(http://images.trike.com.au/smt_site/columns-bg.gif) repeat-y top left;
	height: auto;
	min-height: 520px;
	position: relative;
	width: 800px;
}
* html #main {
	height: 520px;
}


/* Left Sidebar
-------------------------------------------------------------------------------------- */
#left {
	float: left;
	padding: 15px;
	width: 150px;
}

#left ul {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}
#left ul li {
	margin: 0 0 15px;
	line-height: 12px;
}

#left ul li a {
	color: #ffd520;
	text-decoration: none;
}
#left ul li a:hover,
#left ul li a.current {
	color: #f5821f;
}
#left #news {
	color: #fff;
	font-size: 11px;
	line-height: 15px;
}


#left #news h2 {
	color: #f5821f;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 15px;
	margin: 0;
	text-transform: uppercase;
}

#left #news a {
	color: #8c8c8c;
	text-decoration: none;
}


#left h3 {
	color: #F5821F;
}

#left h4 {
	color: #F5821F;
	margin-top: 25pt;
	font-size: 16px;

}

#left h5 {
	text-indent: 0.3cm;
}

/* Content Area
-------------------------------------------------------------------------------------- */
#content {
	float: left;
	overflow: hidden;
	padding:30px 30px 70px;
	width: 380px;
}
#content h1 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 20px;
}
#content p {
	margin: 0 0 16px;
}
#content p.subtitle {
	color: #676767;
	margin: 0 0 20px;
}
#content .nomargin {
	margin-bottom: 0;
}
#content ul {
	margin: 0 0 16px 40px;
	padding: 0;
}
#content p.quote {
	color: #8c8c8c;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
}
#content p.quote span.attrib {
	display: block;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	text-align: right;
}
#content a {
	color: #F5821F;
	text-decoration: none;
}
#content a:hover {
	color: #676767;
}


/* Right Sidebar
-------------------------------------------------------------------------------------- */
#right {
	background: url(http://images.trike.com.au/smt_site/right-sidebar-general.jpg) no-repeat top left;
	float: left;
	height: auto;
	min-height: 520px;
	width: 180px;
}
* html #right {
	height: 520px;
}
/* ---------- Special sidebar images ---------- */
div.continuous-improvement {
	background-image: url(/assets/48/right-sidebar-worlds.gif) !important;
	height: 660px !important;
}

div.supply-chain-consulting {
	background-image: url(http://images.trike.com.au/smt_site/right-sidebar-supply-chain-consulting.jpg) !important;
	height: 660px !important;
}
div.revenue-management {
	background-image: url(http://images.trike.com.au/smt_site/right-sidebar-revenue-management-grey.jpg) !important;
	height: 334px !important;
}
div.supply-chain-technology {
	background-image: url(http://images.trike.com.au/smt_site/right-sidebar-supply-chain-technology.jpg) !important;
	height: 660px !important;
}
div.safety-management {
	background-image: url(http://images.trike.com.au/smt_site/right-sidebar-safety-management.jpg) !important;
	height: 660px !important;
}
div.labour-management {
	background-image: url(http://images.trike.com.au/smt_site/right-sidebar-labour-management.jpg) !important;
	height: 660px !important;
}
div.defence-services {
	background-image: url(http://images.trike.com.au/smt_site/right-sidebar-defence-services.jpg) !important;
	height: 660px !important;
}
div.retail-consulting {
	background-image: url(http://images.trike.com.au/smt_site/right-sidebar-retail-consulting.jpg) !important;
	height: 660px !important;
}
div.sap-practice {
	background-image: url(http://images.trike.com.au/smt_site/right-sidebar-sap-practice.jpg) !important;
	height: 660px !important;
}
div.jda-practice {
	background-image: url(http://images.trike.com.au/smt_site/right-sidebar-sap-practice.jpg) !important;
	height: 660px !important;
}
div.transport-management {
	background-image: url(http://images.trike.com.au/smt_site/right-sidebar-supply-chain-consulting.jpg) !important;
	height: 660px !important;
}

div.project-management {
	background-image: url(http://images.trike.com.au/smt_site/right-sidebar-sap-practice.jpg) !important;
	height: 660px !important;
}

/* Service Pages
-------------------------------------------------------------------------------------- */
body#service #content h1 {
	color: #f5821f;
}
body#service #content h2 {
	color: #676767;
	font-size: 15px;
	line-height: 19px;
	margin: 0 0 14px;
	padding: 14px 0 0;
}
body#service #content h3 {
	color: #f5821f;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
}
body#service #content a {
	color: #8C8C8C;
}
body#service #content a:hover {
	color: #676767!important;
}
body#service #content span.download {
	color: #8c8c8c;
}
body#service #content span.download a {
	color: #f5821f;
}


/* Case Study Pages
-------------------------------------------------------------------------------------- */
body#case-studies #content {
	position: relative;
}
body#case-studies #content h2 {
	color: #f5821f;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 8px;
	padding: 12px 0 0;
}
/* ---------- Case Nav (Prev, Next) ---------- */
#case-nav {
	font-size: 10px;
	line-height: 10px;
	padding: 10px 0 0;
	position: absolute;
	right: 0;
	top: 0;
}
#case-nav a {
	color: #b3b2b2;
	margin: 0 10px;
	text-decoration: none;
}
#case-nav a:hover {
	color: #676767;
}
/* ---------- Right Sidebar Case List ---------- */
body#case-studies #right {
	background: none;
	padding: 15px;
	width: 150px;
}
body#case-studies #right ul {
	list-style: none;
	margin: 0 0 50px;
	padding: 0;
}
body#case-studies #right ul li {
	margin: 0 0 15px;
}
body#case-studies #right ul li a {
	color: #676767;
	text-decoration: none;
}
body#case-studies #right ul li a:hover,
body#case-studies #right ul li a.current {
	color: #f5821f;
}
/* ---------- Right Sidebar Case Images ---------- */
body#case-studies #right #case-images {
	padding: 50px 0 0;
}
body#case-studies #right #case-images img {
	display: block;
	margin: 0 auto 20px;
}

/* Registration Form
-------------------------------------------------------------------------------------- */
.mailer-error {
	color: red;
	margin-bottom: 1em;
}

/* Contact Page
-------------------------------------------------------------------------------------- */
#contact #content div.office {
	clear: left;
	margin: 0 0 16px;
}
#contact #content h2 {
	color: #8c8c8c;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 5px 0 0;
}
#contact #content ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#contact #content ul.address {
	width: 200px;
}
#contact #content ul.numbers {
	margin: 16px 0 0;
}
#contact #content ul.numbers li span {
	clear: left;
	float: left;
	width: 40px;
}


/* Footer
-------------------------------------------------------------------------------------- */
#footer {
	bottom: 0;
	clear: both;
	height: 15px;
	left: 0;
	margin: 0 180px;
	padding: 50px 30px 5px;
	position: absolute;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	float: left;
	font-size: 11px;
	line-height: 15px;
	margin: 0 9px 0 0;
	text-transform: uppercase;
        color: #b3b2b2;
}
#footer ul li a {
	color: #b3b2b2;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #676767;
}

