/* CSS Document */

#wapper{
width:920px;
height:100%;
}
/* ------------------------- HEADER START ---------------------- */
#header{
float:left;
width:920px;
height:120px;
}

	#headermenu{
	float:left;
	width:920px;
	height:30px;
	text-align:right;
	}
	
	#headerlogo{
	float:left;
	width:400px;
	height:90px;
	text-align:left;
	}
	
	#headersearch{
	float:left;
	width:520px;
	height:90px;
	text-align:right;
	}
	
/* ------------------------- HEADER END ---------------------- */

/* ------------------------- MAIN START ---------------------- */

#main{
	float:left;
	width:920px;
	height:1500px;
	background-color:#FFFFFF;
	padding: 5px;
}

	#mainmenu{
	float:left;
	width:920px;
	height:25px;
	}

	#maintop{
	float:center;
	width:900px;
	height:240px;
	text-align:left;
	border-bottom:thin dotted #CCCCCC;
	margin-bottom:10px;
	}

/* ------------------------- MAIN END ---------------------- */

/* ------------------------- LEFT COLUMN START ---------------------- */

#leftcolumn{
float:left;
width:200px;
height:100%;
background-color:#FFFFFF;
}
	#leftcolumntext{
	float:right;
	width:190px;
	height:100%;
	background-color:#FFFFFF;
	text-align:left;
	}

/* ------------------------- LEFT COLUMN  END ---------------------- */

/* ------------------------- MIDDLE START ---------------------- */

#middlecolumn{
float:left;
width:520px;
height:100%;
background-color:#FFFFFF;
}

	#middlecolumntext{
	float:center;
	width:500px;
	height:800px;
	text-align:left;
	background-color:#E5E5E5;
	padding:2px;
	}
	#middlecolumnspacer{
	float:center;
	width:500px;
	height:10px;
	padding:2px;
	margin-bottom:10px;
	border-bottom:thin dotted #CCCCCC;
	}
	
	#middlecolumnplanterstext{
	float:center;
	width:500px;
	height:350px;
	text-align:left;
	background-color:#E5E5E5;
	padding:2px;
	
	}
	
	#middlemorestext{
	float:center;
	width:500px;
	height:350px;
	text-align:left;
	background-color:#E5E5E5;
	padding:2px;
	
	}
	
	.table{
	background-color:#FFFFFF;
	width:480px;
	}
	
	.td{
	width:33%;
	height:120px;
	}

/* ------------------------- MIDDLE  END ---------------------- */

/* ------------------------- RIGHT COLUMN START ---------------------- */

#rightcolumn{
float:left;
width:190px;
height:100%;
background-color:#FFFFFF;
}

/* ------------------------- LEFT COLUMN  END ---------------------- */


/* ------------------------- PRODUCT LISTING START ---------------------- */
#navbox{
float:left;
width:920px;
height:20px;
text-align:left;
}

#titledetailsbox{
float:left;
width:600px;
height:80px;
text-align:left;
}

#imagebox{
float:left;
width:200px;
height:100px;
text-align:left;
}

#sectionbox{
float:left;
width:220px;
height:100%;
text-align:left;

}
	#sectionboxtext{
	float:right;
	width:210px;
	height:800px;
	text-align:left;
	background-color:#F0F0F0;
	}

#products{
float:left;
width:680px;
height:100%;
text-align:left;

}


/* ------------------------- PRODUCT LISTING END ---------------------- */
