/* jmd cascading style sheet for screen

web designer: J6 design
email : contact@j6design.com.au
internet: www.j6design.com.au
 
................................................................ */

body {
	color: #000000;
	background: #ffffff;
	PADDING: 0px;
	margin: 0px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.textWhite {
	TEXT-DECORATION: none;
	COLOR: #FFFFFF;
	background-color: #000000;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font-weight: normal;
	font-size: 1.1em;
}

/* print show/hide 
................................................................ */
.print { 
	display: block;
	}
	
.NOprint { 
	display: none;
	}

/* Main 
................................................................ */
.menu {
	display: none;
}

.header {
	margin: 0px;
	background-color: #000000;
	width: 100%;
	padding: 10px;
}
.homeImg {
	display: none;
}
.bikesImg {
	display: none;
}
.wrkImg {
	display: none;
}
.wreckImg {
	display: none;
}
.accImg {
	display: none;
}
.contactImg {
	display: none;
}
.content {
	MARGIN: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	background-color: #FFFFFF;
	width: 100%;
	overflow: visible;	
	position: relative;
}
.section {
	width: 100%;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	height: auto;
	margin: 0px 0px 10px;
	padding: 10px 0px;
	float: left;
	overflow: visible;	
	position: relative;
}
.footer {
	display: none;
}
