/*
 * Page
 */
BODY {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	color: #000000;
	background-color:#CCCCCC;
	text-align:center;
	margin:0;
	padding:0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.left {
	float:left !important;
}

.right {
	float:right !important;
} 

A:link, A:visited {
	color:#0066cc;
	text-decoration:none;
	font-weight:bold
}

A:hover {
	color:#0066cc;
	text-decoration:underline;
}

.page {
	margin:0pt auto;
	padding:0pt;
	text-align:center;
	width:980px
}

.bgTop {
	margin-top:30px;
	padding-top:20px;
	background:transparent url(http://www.businessbuying.com.au/designimgs/new/top.gif) top left no-repeat;
}

.bgBottom {
	padding-bottom:20px;
	background:transparent url(http://www.businessbuying.com.au/designimgs/new/bottom.gif) bottom left no-repeat;
}

.bgPage {
	background:transparent url(http://www.businessbuying.com.au/designimgs/new/bg.gif) top left repeat-y;
	padding-left:10px;
	padding-right:10px
}

/*
 * Header
 */
#heading {
	padding-bottom:10px
}

#logo {
	text-align:left;
	padding-left:10px;
	float:left;
	height:100px;
	color:#000099;
}

.slogan {
	line-height:48px;
	font-size:18pt
}

#consult {
	float:right;
	margin-right:10px;
	height:100px;
	color:white;
	background:transparent url(http://www.businessbuying.com.au/designimgs/new/consult_bg.gif) top left no-repeat;
	width:300px
}

#consult a {
	line-height:28px;
	font-size:18pt;
	color:white
}

#consult .free {
	line-height:48px;
	font-size:18pt;
	text-decoration:underline;
	padding-top:5px;
	font-weight:normal;
}

/*
 * Menu tabs
 */
#menu {
	background:transparent url(http://www.businessbuying.com.au/designimgs/new/tab_bg2.gif) top left repeat-x;
	height:35px;
}

.tabs {
	margin:0 0 0 30px;
	padding:0pt;
	list-style:none;
	padding-top:2px;
}

.tab {
	color:white;
	font-weight:bold;
	float:left;
	padding:7px 15px;
	border-right:2px solid white;
}

.tab.first {
	border-left:2px solid white
}

.tab.first.selected, .tab.selected {
	color:#000099;
	background-color:white;
}

.tab a:link, .tab.first a:link, 
.tab a:visited, .tab.first a:visited {
	color:white;
	text-decoration:none
}

.tab.first.selected a:link, .tab.selected a:link,
.tab.first.selected a:visited, .tab.selected a:visited {
	color:#000099;
	text-decoration:none
}

.tab.first.selected a:hover, .tab.selected a:hover {
	text-decoration:underline;
	color:#0066cc;
}

.tab.first a:hover, .tab a:hover  {
	text-decoration:underline
}

/*
 * BODY
 */
#body {
	padding:20px 10px;
	text-align:left
}

#body > h3 {
	font-style:italic;
	font-weight:normal;
}

/*
 * Footer
 */
#footer {
	border-top:2px solid #003399;
	padding:5px 10px 0px;
	font-size:10pt;
	text-align:left;
	font-weight:bold
}

#footer a {
	padding: 0px 6px;
}

#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#0066cc
}

#footer a:hover {
	color:#0066cc;
	text-decoration:underline;
}

#footer a.free {
	text-decoration:none;
	color:#990000
}

#footer a.free:hover {
	color:#cc0000;
	text-decoration:underline;
}

.copyright {
	color:black;
}

