html
{
height: 98%;
}

body
{
height: 98%;
background-color : Black;
color:white;
}

#nonFooter
{
position: relative;
min-height: 98%;
}

* html #nonFooter
{
height: 98%;
}

#content
{
position:relative;
padding-bottom: 9em;
min-width:950px;
min-height:450px;
}

#header{
	position:absolute;
	width:950px;
	top:0;
	left:0;
/*	left:4%;*/
	background-image : url(http://www.cairnscustommotorcycles.com.au/images/header_new.jpg);
	background-repeat : repeat-x;
	height:158px;
	min-width:950px;

}
#header-right{
	float:right;
	background-image : url(http://www.cairnscustommotorcycles.com.au/images/right_fill.jpg);
	background-repeat : repeat-x;
	height:158px;
	min-width:50%;
}

#ccmc{
	position:absolute;
	text-align: left;
	top:10px;
	left:20px;
	font-family : Verdana, Arial, sans-serif;
	font-size : 26px;
	color : Black;
	font-weight : bolder;
}

#address-block{
	position:absolute;
	padding-right:190px;
	text-align: right;
	font-family : Verdana, Arial, sans-serif;
	top:10px;
	right:20px;
	color : Black;
	font-weight : bolder;
	font-size:18px;
	
}

a.blue{
	color: blue;
	text-decoration:none;
}

a.black{
	color: black;
	text-decoration:none;
}


.f16b{
	font-weight:bold;
	text-align:left;
	font-size : 16px;
}

.f14b{
	font-weight:bold;
	text-align:left;
	font-size : 16px;
}

#suppliers {
	position:absolute;
	left:35px;
	top:175px;
	width:165px;
	height:353px; 
	color:white; 
	font-family : Arial, sans-serif;
	font-size : smaller;
}

#main {
	position:absolute;
	right:40px;
	top:175px;
	width:500px;
	height:360px;
	font-size:smaller;
	overflow : auto;
	background-color : Black;
	border : thick ridge Silver;
	font-family : Verdana, Arial, sans-serif;
}

#textf14{
	padding: 20px 0 0 70px;
	text-align : left;
}

/* Button navigation with changing background  & specific position*/
#buttons {
	position:absolute;
	left:245px;
	width:98px;
	height:38px;
	z-index:10;	 
	color:black;
	font-family : sans-serif;
	font-weight:bold;
	background-image : url(http://www.cairnscustommotorcycles.com.au/images/button_up.jpg);
	background-repeat : repeat-x;
	text-align:center;
	font-size: 12px;
	vertical-align : middle;
/*		background-color : Silver;*/
}
#buttons.services{
	top:175px;
	padding-top:13px;
}

#buttons.parts{
	top:213px;
	padding-top:4px;
}

#buttons.new{
	top:251px;
	padding-top:13px;
}

#buttons.used{
	top:289px;
	padding-top:13px;
}

#buttons.specials{
	top:327px;
	padding-top:4px;
}

#buttons.custom{
	top:365px;
	padding-top : 4px;
}

#buttons.rides{
	top:403px;
	padding-top:13px;
}

#buttons.events{
	top:441px;
	padding-top:13px;
}

#buttons.contact{
	top:479px;
	padding-top:4px;
}

#buttons:hover{
		background-image : url(http://www.cairnscustommotorcycles.com.au/images/button_over.jpg);
}
/* buttons navigation stop here */

#footer
{
	position: absolute;
	height:58px;
	margin-top: -4.5em;
	width:93%;
	min-width:900px;
	left:35px;
	color:white; 
	font-family : Arial, sans-serif;
	font-size : 13.5px;
}

.ftext{
	font-family : Verdana, Arial, sans-serif;
	font-size : 16px;
	font-weight : bold;
	text-align:center;
}

td {
	color: white;  
	/*font-size:xx-small;*/
	vertical-align: top;
}

td.copyright{
	font-size:x-small;
}


