/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	background-image: none;
	float: left;
	width: 860px;
	height: auto;
	font: 12px;
	border: 1px;
	border-color: #999999;
	font-size: 12px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
	font-size: 12px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #B0E0E6;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
	list-style-type: square;
	color: #666666;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	width: 100%;
	border-right-color: 1px solid #019000;
}

#navBar{
	float: left;
	width: 130px;
	margin: 0px;
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-image: url(Images/left%20background2.jpg);
	padding-top: 0px;
	background-attachment: scroll;
	background-repeat: repeat-x;
}

#headlines{
	float: right;
	width: 12%;
	padding-right: 100px;
	azimuth: inherit;
}

#content{
	float: left;
	width: 600px;
	font-size: 12px;
	color: #666666;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 10px 0px 1px 5px;
	border-bottom: color: font-weight: bold;
	border-bottom-color: 1px solid #019000;
	border-color: 1px solid #019000;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 12px;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 10px 0px 10px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 0px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 12px;
	line-height: 16px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: none;
	padding: 10px 10px 0px 0px;
	vertical-align: text-top;
	display: none;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #dddddd;
	font-size: 70%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	width: 875px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 1px;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
	padding-top: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #dddddd;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	color: #ECE9D8;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-size: 13px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 0px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	height: 800px;
	border-right-color: 1px #CCCCCC;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#content table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: auto;
	font-weight: normal;
	color: #FF0000;
	padding-left: 10;
	height: 20px;
}


The 2009/10 Honda lawnmower range - a choice of 20 Honda petrol rear roller mowers and Honda 4-wheel petrol rotary lawn mowers from Honda.
Honda have a reputation second to none for building high quality machiners. Have a look at these Honda lawn mowers. 




Honda 19"and 21" Petrol Rotary Self Propelled Lawnmowers 









17" Mainline
          Range Petrol Rotary Lawnmowers 19" and
          21"  Mainline Range of Petrol Rotary Lawnmowers Izy Range of Petrol Rotary
          Lawnmowers 
