html {
	background-color: #5FC5DB;
	background-image: url(images2/flover_background.png);
	background-repeat: repeat-x;
	background-position: left top;
	/* height: 100%; */
}
body {
	background-image: url(images2/flover_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 80px;
	/* height: 100%; */
	margin-bottom: 25px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #333333;
}

a {
	color: #0F87FF;
}

#menu {
	display: block;
	width: 770px;
	height: 50px;
	text-align: center;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-image: url(images2/menuheader.png);
	background-repeat: repeat-x;
	background-position: center 26px;
	font-size: 14pt;
	color: #0F87FF;
	/* color: #FE7D30;
	color: #E4C203; */
	font-weight: bold;
}
#menu a {
	display: block;
	width: 75px;
	height: 23px;
	font-size: 9pt;
	/* font-weight: bold; */
	color: #000000;
	text-decoration: none;
	margin-left: 4px;
	white-space: nowrap;
	float: right;
	padding: 0px;
	padding-top: 7px;
	background-repeat: no-repeat;
	background-position: center top;
}
#menu a.active {
	background-image: url(images2/menubackground.png);
	font-weight: bold;
}
#menu a.inactive {
	background-image: url(images2/menubackground2.png);
	font-weight: normal;
}
#menu a:hover, #menu #submenu a:hover {
	color: #1F7789;
}
#menu #submenu {
	display: block;
	width: 160px;
	height: 30px;
	/* font-weight: bold; */
	color: #000000;
	float: right;
	text-align: center;
	margin-left: 4px;
}
#menu #submenu a {
	font-size: 9pt;
	display: block;
	width: 160px;
	height: 23px;
	margin: 0px;
	float: left;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	padding-top: 7px;
	background-repeat: no-repeat;
	background-position: center top;
}
#menu #submenu a.active {
	background-image: url(images2/submenubackground-b.png);
	font-weight: bold;
}
#menu #submenu a.inactive {
	background-image: url(images2/submenubackground2-b.png);
	font-weight: normal;
}
#menu #submenu a small {
	font-size: 8px;
}

#maintable {
	display: table;
	width: 720px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 25px;
	background-color: #FFFFFF;
	background-image: url(images2/maintable.png);
	background-repeat: repeat-y;
	background-position: center;
}
#maintable #header {
	display: block;
	margin: 0px;
	height: 140px;
	margin-bottom: 135px;
}
#maintable h1 {
	font-size: 22pt;
	color: #FE7D30;
	font-weight: normal;
	line-height: 1em;
	margin: 0px;
}
#maintable h1 small {
	font-size: 18pt;
}
#maintable h2 {
	font-size: 14pt;
	font-weight: normal;
	line-height: 1em;
	margin: 0px;
	margin-top: 15px;
	color: #FE7D30;
}
#maintable #aboutuspage h2, #outboardspage h2 {
	color: #000000;
	font-size: 18pt;
	margin-left: 25px;
}
#maintable h3 {
	font-size: 14pt;
	font-weight: normal;
	line-height: 1em;
	margin: 0px;
	margin-bottom: 15px;
	color: #FE7D30;
}
#maintable h4 {
	font-size: 14pt;
	font-weight: normal;
	line-height: 1em;
	margin: 0px;
	color: #FE7D30;
}
#maintable h5 {
	font-size: 10pt;
	line-height: 1em;
	font-weight: normal;
}
#maintable p {
	line-height: 1.25em;
}
ul {
	font-weight: bold;
}
.highlight {
	font-size: 12pt;
	line-height: 1.35em;
	color: #444444;
	font-weight: bold;
}
#maintable #ulbox {
	display: block;
	width: 350px;
	float: left;
	margin-right: 15px;
}
#maintable #ulbox ul {
	line-height: 1.50em;
	list-style-type: square;
}
table.split {
	width: 350px;
	float: left;
	margin-left: 10px
}
table.split td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

table.full {
	width: 705px;
	float: left;
	margin-left: 10px
}
table.full td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
	vertical-align: top;
	width: 33%;
}

#footer {
	display: block;
	clear: both;
	width: 770px;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-size: 8pt;
	background-image: url(images2/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer a {
	color: #999999;
	text-decoration: none;
	margin-right: 25px;
}
#footer a:hover {
	color: #FE7D30;
}

#homepage {
	display: block;
	width: auto;
	height: 225px;
	background-image: url(images/flover-home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 210px; 
	padding-left: 250px; 
	padding-right: 10px;
}
#homepic {
	position: absolute;
	z-index: 10;
	width: 200px;
	height: 277px;
	left: 50%;
	top: 130px;
	margin-left: -360px;
	text-align: center;
	background-image: url(images/outboard_25.png);
	background-repeat: no-repeat;
}

#aboutuspage {
	display: block;
	width: auto;
	/* height: 299px;
	background-image: url(images/flover-header.jpg);
	background-repeat: no-repeat;
	background-position: left top; */
	padding-top: 0px; 
	padding-left: 330px; 
	padding-right: 10px;
}
#aboutuspic {
	position: absolute;
	z-index: 10;
	width: 280px;
	height: 277px;
	left: 50%;
	top: 145px;
	margin-left: -355px;
	text-align: center;
}

#contactuspic {
	position: absolute;
	z-index: 10;
	width: 280px;
	height: 277px;
	right: 50%;
	top: 145px;
	margin-right: -355px;
	text-align: center;
}

#outboardspage {
	display: block;
	width: auto;
	/* height: 269px;
	background-image: url(images/flover-header.jpg);
	background-repeat: no-repeat;
	background-position: left top; */
	padding-top: 0px; 
	padding-right: 10px; 
	padding-left: 10px;
}
#outboardspage h4 {
	margin-top: 20px;
	margin-bottom: 5px;
}
#outboardspage p {
	margin-top: 0px;
}
#outboardspic {
	position: absolute;
	z-index: 10;
	width: 250px;
	height: 277px;
	right: 50%;
	top: 165px;
	margin-right: -325px;
	text-align: center;
}

#buyonlineheader {
	display: block;
	width: auto;
	height: 200px;
	background-image: url(images/flover-buyonline.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 55px; 
	padding-left: 25px; 
	padding-right: 10px;
}
#buyonlineheader h1, #buyonlineheader h2 {
	color: #FFFFFF;
	margin: 0px;
}

#buyonline {
	display: block;
	clear: both;
	width: auto;
}
#buyonline a {
	display: inline;
}
#buyonline a:hover {
	filter: Alpha(Opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}
#buyonline img {
	max-width: 105px;
	max-height: 170px;
	float: left;
	margin-right: 15px;
}
#buyonline hr, #enquirycolumn hr {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #eeeeee;
}
#enquiryform hr {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #cccccc;
}

#buyonlineblock {
	display: block;
	float: left;
	width: auto;
}
#order {
	display: block;
	width: 700px;
	/* clear: both; */
	text-align: right;
	margin-top: 25px;
}
#order img {
	width: 180px;
	height: 46px;
	max-width: 180px;
	max-height: 46px;
}
#order a {
	float: right;
}

#enquiryblock {
	display: block;
	width: 80px;
	height: 95px;
	float: left;
	overflow: hidden;
	text-align: center;
	font-size: 8pt;
	background-color: #FFFFFF;
	padding-top: 5px;
}
#enquiryblock img {
	max-width: 70px;
	max-height: 70px;
	margin: 5px;
	margin-top: 0px;
	border: none;
}
#enquiryform  {
	display: block;
	width: 285px;
	min-height: 480px;
	padding: 10px;
	margin-left: 10px;
	float: left;
	background-color: #f5f5f5;
}
#enquiryform label {
	line-height: 19px;
}
#enquiryform span {
	display: block;
	width: 50px;
	float: left;
}
#enquiryform label:hover {
	text-decoration: underline;
}
#enquirycolumn {
	display: block;
	width: 405px;
	padding-top: 10px;
	float: left;
}
#enquiryform hr, #enquirycolumn hr {
	margin: 0px;
	clear: both;
}


#view {
	display: block;
	width: 250px;
	font-size: 12pt;
	text-align: left;
	font-weight: bold;
	margin-top: 25px;
}
#view a {
	float: right;
}


#emailuslineheader {
	display: block;
	width: auto;
	height: 30px;
	background-image: url(images/flover-email.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 150px; 
	padding-left: 300px; 
	padding-right: 10px;
}


#banner {
	position: absolute;
	z-index: 9;
	width: 744px;
	height: 106px;
	top: 300px;
	left: 50%;
	margin-left: -376px;
	background-color: #FE7D30;
	background-image: url(images2/banner.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 6px;
}
#banner2 {
	display: block;
	padding-top: 50px;
	width: auto;
	height: 106px;
	background-image: url(images2/banner2.png);
	background-repeat: no-repeat;
	background-position: left 50px;
	padding-left: 6px;
}
#banner img, #banner2 img  {
	 width: 101px;
	 height: 94px;
	 margin: 0px;
	 margin-top: 6px;
	 margin-bottom: 6px;
	 margin-right: 6px;
	 border: none;
}
.leftalign {
	text-align: left;
}
.rightalign {
	text-align: right;
}
.centeralign {
	text-align: center;
}

#mainpic {
	position: absolute;
	z-index: 10;
	width: 280px;
	left: 50%;
	top: 150px;
	margin-left: -350px;
	text-align: center;
}
#logopic {
	position: absolute;
	z-index: 5;
	width: 545px;
	height: 146px;
	right: 50%;
	top: 135px;
	margin-right: -350px;
	text-align: center;
	background-image: url(images/floverlogo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#standardpic {
	position: absolute;
	z-index: 10;
	width: 280px;
	height: 84px;
	right: 50%;
	top: 135px;
	margin-right: -350px;
	text-align: center;
	background-image: url(images/epa-standard.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#standardpic2 {
	position: absolute;
	z-index: 10;
	width: 118px;
	height: 84px;
	right: 50%;
	top: 240px;
	margin-right: -350px;
	text-align: center;
	background-image: url(images/epa-standard.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#standardpic2y {
	position: absolute;
	z-index: 10;
	width: 280px;
	height: 84px;
	right: 50%;
	top: 135px;
	margin-right: -350px;
	text-align: center;
	background-image: url(images/epa-standard-2y.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#standardpic3y {
	position: absolute;
	z-index: 10;
	width: 280px;
	height: 84px;
	right: 50%;
	top: 135px;
	margin-right: -350px;
	text-align: center;
	background-image: url(images/epa-standard-3y.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#verified {
	position: absolute;
	z-index: 11;
	width: 164px;
	height: 74px;
	left: 50%;
	top: 420px;
	margin-left: -350px;
	text-align: left;
}
#verified2 {
	position: absolute;
	z-index: 11;
	width: 700px;
	height: 74px;
	right: 50%;
	top: 120px;
	margin-right: -350px;
	text-align: right;
}
#pagefooter {
	display: block;
	width: auto;
	height: 220px;
	background-image: url(images/flover-footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 40px;
	padding-top: 10px;
	text-align: center;
}
#pagefooter h1 {
	clear: both;
	color: #FFFFFF;
}
#pagefooter h2 {
	display: block;
	font-size: 14pt;
	width: 460px;
	height: 180px;
	text-align: left;
	float: left;
	/* color: #0059D2; */
	color: #000000;
}

#hpmenu {
	margin-top: 26px;
	text-align: center;
}
#hpmenu a {
	display: block;
	float: left;
	width: 50px;
	height: 100px;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	margin-right: 7px;
	margin-left: 7px;
	text-decoration: none;
	text-align: center;
}
#hpmenu a small {
	font-size: 10pt;
}
#hpmenu a:hover {
	filter: Alpha(Opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}
#hpmenu a img {
	width: 50px;
	height: 80px;
	border: none;
}

#trade {
	position: absolute;
	z-index: 15;
	width: 125px;
	height: 50px;
	right: 0px;
	top: 0px;
}
#trade:hover {
	filter: Alpha(Opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}
#trade img {
	width: 125px;
	height: 50px;
	border: none;
}

.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#clear {
	clear: both;
	margin-top: 25px;
}
.clear {
	clear: both;
	margin-top: 25px;
}

#subbox {
	display: block;
	float: right;
	width: 400px;
	text-align: left;
}

.nomargin {
	margin: 0px;
}

.required {
	color: #FE7D30;
}

#tableinfo {
	display: table;
	margin-top: 25px;
	margin-right: 25px;
	text-align: left;
	float: left;
}
#tableinfo td {
	text-align: center;
}
#tableinfo th {
	font-weight: bold;
	font-size: 12pt;
}
.header { 
	text-align: center;
}
.h01 {
	background-color: #eeeeee;
}
.h02 {
	background-color: #888888;
}
.h02b {
	color: #FFFFFF;
	font-size: 18pt;
	margin: 0px;
}
.h02c {
	color: #FFFFFF;
	font-size: 12pt;
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}
.h33s {
	color: #FFFFFF;
	background-color: #FF0000;
	text-align: center;
}
.h33 {
	color: #FFFFFF;
	background-color: #FF9900;
	text-align: center;
}
.h35 {
	color: #666666;
	background-color: #FFFF00;
	text-align: center;
}
.h40 {
	color: #FFFFFF;
	background-color: #6699CC;
	text-align: center;
}
.h45 {
	color: #FFFFFF;
	background-color: #840084;
	text-align: center;
}
.h50 {
	color: #FFFFFF;
	background-color: #9430C9;
	text-align: center;
}
.h55 {
	color: #FFFFFF;
	background-color: #B93788;
	text-align: center;
}

#contact {
	font-size: 16pt;
	color: #0F87FF;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 25;
}

#bmflink img {
	width: 167px !important;
}

.nomargin {
	margin: 0px;
}