/* css reset & clearfix start */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.clearfix{display:inline-block}.clearfix{display:block}
/* css reset & clearfix ends */

body {
	background: #f60 url(http://theonlinebusiness.com.au/themes/tob/images/gears-orange.png) bottom center;
	font-family: Helvetica, Arial;
	height: 100%;
	font-size: 14px !important;
	line-height: normal;
}

h1 { font-size: 2.5em; margin: 3px 0; color: #f60; }
h2 { font-size: 2em; margin: 2px 0; }
h3 { font-size: 1.5em; margin: 1px 0; font-weight: bold; }
p { margin: 5px 0; }
ul, ol { margin: 2px 0; padding-left: 2px; }
ol { list-style: decimal; list-style-position: inside; }
ul { list-style: disc; list-style-position: inside; }
li { margin: 1px 0; }
a { color: #9f0; text-decoration: none; }
a:hover { text-decoration: underline; }

strong { font-weight: bold; }
strike { text-decoration: line-through; }
em { font-style: italic; }

#wrapper {
	width: 1016px;
	background: transparent url(http://theonlinebusiness.com.au/themes/tob/images/gears-green-shadow.png) bottom right repeat-y;
	height: 100%;
	position: absolute;
	margin-left: 15px;
}
#sidebar {
	width: 260px;
	margin-left: 10px;
	float: left;
}
#sidebar #contact {
	position: fixed;
	bottom: 0;
	left: 75px;
}

#contents {
	width: 610px;
	float: right;
}
#banner {
	font-size: 170%;
	height: 60px;
	background: transparent url(http://theonlinebusiness.com.au/themes/tob/images/banner.png) top left no-repeat;
	color: #9f0;
	padding: 50px 0 0 50px;
	width: 100%;
	margin-left: -100px;
}

#top-nav{
	position: absolute;
	right: 0;
	top: 104px;
	margin-right: 100px;
}
#top-nav ul { list-style: none; margin: 0; padding: 0; }
#top-nav li { float: right; margin-left: 2px; }
#top-nav ul li a {
	font-size: 80%;
	color: #9f0;
	background-color: #222;
	padding: 10px 20px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	text-decoration: none;
	/*border: #000 solid 1px;
	border-top: none;*/
}
#top-nav ul li a:hover, #top-nav ul li.nav-selected a {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	border: #000 solid 1px;
	border-top: none;
}

#main-nav {
	margin-top: 50px;
	height: 29px;
	margin-left: -100px;
	width: 100%;
}
#main-nav ul { padding-left: 25px; list-style: none; margin: 0; }
#main-nav ul li a {
	display: block;
	padding: 12px 10px 4px 10px;
	background: #fff;
	float: left;
	border: #000 solid 1px;
	border-bottom: none;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	margin-right: 2px;
	color: #000;
	text-decoration: none;
	font-size: 13px !important;
}
#main-nav ul li a:hover, #main-nav ul li.nav-selected a {
	background-color: #222;
	color: #9f0;
	font-weight: bold;
	border: none;
}
#main {
	background: #222 url(http://theonlinebusiness.com.au/themes/tob/images/gears-grey.png) bottom right repeat-y;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-left: -100px;
	width: 100%;
	padding: 0 25px 5px;
	position: relative;	
}

#subnav ul.nav{ list-style: none; width: 100%; clear: left; margin: 0; }
#subnav ul.nav li a {
	color: #ccc;
	text-decoration: none;
	display: block;
	float: left;
	padding: 7px 10px;
	border-right: #333 solid 1px;
	font-size: 12px !important;
}
#subnav ul li a:hover, #subnav ul li.nav-selected a {
	font-weight: bold;
	color: #9f0;
}

#center ul.nav li a:hover, #center ul.nav li a.nav-selected {
	background-color: #fff;
	border-bottom-color: #fff;
}

#center {
	background-color: #fff;
	width: 620;
	clear: left;
	padding: 20px 20px 20px 40px;
	margin-top: 15px;
	line-height: normal;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#center p {
	line-height: 1.5em;
}
#center img.ccm-image-block { float: right; margin: 5px; }

#page-nav {
	position: relative;
	top: 15px;
	right: 35px;
	width: 600px;
	height: 33px;
	text-align: center;
	clear: both;
}
#page-nav #prev { position: absolute; left: 0; text-align: left; }
#page-nav #next { position: absolute; right: 0; text-align: right; }

#footer {
	margin: 15px 2px 10px 0;
	color: #999;
	text-align: right;
	font-size: small;
	letter-spacing: 1px;
}
#footer span {
	background: transparent url(http://theonlinebusiness.com.au/themes/tob/images/black-50.png);
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#footnote { margin-left: -90px; padding: 10px; width: 100%; margin-top: 70px; }
#footnote a { font-weight: bold; }

.checkboxPair { margin-bottom: 5px; }

